mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 01:23:35 +02:00
missing button came back
This commit is contained in:
Submodule data/glest_game updated: 97ff93a42f...211a8f2ea2
@@ -12,9 +12,9 @@ v3.13.0
|
|||||||
- much better error handling and messages especially for modders and xml-related problems
|
- much better error handling and messages especially for modders and xml-related problems
|
||||||
- fix unwanted double event for some keys ( like alt+enter )
|
- fix unwanted double event for some keys ( like alt+enter )
|
||||||
- map filter option for game setup on headless server
|
- map filter option for game setup on headless server
|
||||||
- option to select/command multiple buildings of same type. ( uniform-selection )
|
- option to select/command multiple buildings of same type ( uniform-selection )
|
||||||
- major cross platform OOS fix which especially showed up quite often when playing without
|
- major cross platform OOS fix which especially showed up quite often when playing without
|
||||||
fog of war.
|
fog of war
|
||||||
- you must proof basic game knowledge before you can play online by winning a special scenario
|
- you must proof basic game knowledge before you can play online by winning a special scenario
|
||||||
- less visible parts of black squares while rendering cliffs
|
- less visible parts of black squares while rendering cliffs
|
||||||
- possibility to let units spawn units on death
|
- possibility to let units spawn units on death
|
||||||
@@ -32,12 +32,12 @@ v3.12.0
|
|||||||
v3.11.1
|
v3.11.1
|
||||||
- no more false clicks when commanding via mini map
|
- no more false clicks when commanding via mini map
|
||||||
- map editor has a more useful and powerful map height randomizer
|
- map editor has a more useful and powerful map height randomizer
|
||||||
- map editor saves all maps with .mgm ending by default.
|
- map editor saves all maps with .mgm ending by default
|
||||||
- fixed map editor ( several linux distributions had trouble )
|
- fixed map editor ( several linux distributions had trouble )
|
||||||
- for missing tilesets and techs optional download from mod center instead of server. (bugfix)
|
- for missing tilesets and techs optional download from mod center instead of server. (bugfix)
|
||||||
- healthbar default set to "if needed"
|
- healthbar default set to "if needed"
|
||||||
- nicer tilesets as defaults
|
- nicer tilesets as defaults
|
||||||
- improved camera startposition on game start ( main building in center ).
|
- improved camera startposition on game start ( main building in center )
|
||||||
- attackBoosts: Ep + Hp regeneration is shown in description
|
- attackBoosts: Ep + Hp regeneration is shown in description
|
||||||
- MegaGlest can be build easier on MacOS ( sadly noone was willing to test )
|
- MegaGlest can be build easier on MacOS ( sadly noone was willing to test )
|
||||||
|
|
||||||
|
@@ -121,9 +121,11 @@ MenuStateOptionsGraphics::MenuStateOptionsGraphics(Program *program, MainMenu *m
|
|||||||
int tabButtonWidth=200;
|
int tabButtonWidth=200;
|
||||||
int tabButtonHeight=30;
|
int tabButtonHeight=30;
|
||||||
|
|
||||||
|
mainMessageBox.init(lang.getString("Ok"));
|
||||||
mainMessageBox.setEnabled(false);
|
mainMessageBox.setEnabled(false);
|
||||||
mainMessageBoxState=0;
|
mainMessageBoxState=0;
|
||||||
|
|
||||||
|
buttonAudioSection.init(0, 720,tabButtonWidth,tabButtonHeight);
|
||||||
buttonAudioSection.setFont(CoreData::getInstance().getMenuFontVeryBig());
|
buttonAudioSection.setFont(CoreData::getInstance().getMenuFontVeryBig());
|
||||||
buttonAudioSection.setFont3D(CoreData::getInstance().getMenuFontVeryBig3D());
|
buttonAudioSection.setFont3D(CoreData::getInstance().getMenuFontVeryBig3D());
|
||||||
buttonAudioSection.setText(lang.getString("Audio"));
|
buttonAudioSection.setText(lang.getString("Audio"));
|
||||||
|
Reference in New Issue
Block a user