Commit Graph

512 Commits

Author SHA1 Message Date
titiger
48733be2fc no crc refresh for non network games 2021-02-03 20:32:13 +01:00
titiger
bf5fe0f561 Fix the CRC refresh on server side 2021-01-28 01:00:24 +01:00
titiger
c7c18bd506 bugfix for last checkin 2021-01-14 00:46:32 +01:00
titiger
047ae0daaa Trying to make the CRC less often. 2021-01-14 00:27:41 +01:00
titiger
a1d8ea91a2 CRC was never recalculated on servers side 2021-01-06 02:15:58 +01:00
titiger
80cf370209 saved game setups
and lang file
2019-11-18 23:32:01 +01:00
titiger
3ad5a53560 more comfortable game setup delete 2019-11-12 00:25:57 +01:00
titiger
5cb0eab085 bugfix for preselection in map combobox
Maps were not only loaded as preview.
2019-11-07 00:12:15 +01:00
titiger
ae003836c3 scrollbars with mouse wheel :D
currently in custom game menu only
2019-10-18 22:22:07 +02:00
titiger
b3267394d5 bugfix for loading setups with unknown maps 2019-10-18 01:47:37 +02:00
titiger
476c398c0c bugfix load setup 2019-10-17 23:16:16 +02:00
titiger
cc9c001736 load/save setups in menu state connected 2019-10-16 23:11:18 +02:00
titiger
22d22e275b load/save/delete setups 2019-10-16 20:46:43 +02:00
titiger
10f23fb3ad changed render order for custom game menu
"Press enter to start chat" was rendered on top of scrollbox dropdown.
2019-10-09 02:33:34 +02:00
titiger
af36771b3c save setups 2019-10-08 11:47:27 +02:00
titiger
b3ff608db1 load/save/delete setups and combobox bugfixes 2019-10-08 00:52:34 +02:00
titiger
1db8abe0aa comboboxes (connected menu ) 2019-10-06 03:20:38 +02:00
titiger
aac297681d comboboxes 2019-10-06 02:25:58 +02:00
titiger
8d1ff2fadd comboboxes
Scenario selection via combobox
2019-10-06 02:21:16 +02:00
titiger
68153878a0 cobobox fun
mapinfo toggling places
2019-10-06 00:46:33 +02:00
titiger
389892600b comboboxes
first usage in custom menu for maps
2019-10-05 22:41:21 +02:00
titiger
2be2dc5cab cleanup custom/connected game menu layout 2019-10-04 15:06:07 +02:00
titiger
aec1e6d416 display map author if available in map header 2019-03-11 01:56:06 +01:00
SoftCoder
26581a77d2 - first round of cleanup from cppcheck report 2017-10-09 19:09:36 -07:00
Tom Reynolds
4dc6b44e03 Shorten indicator for headless server mode
"Headless (servername)" is really long. https://forum.megaglest.org/?topic=9965 requests for it to be shorted.
Changing this means that the masterserver code interpreting this 'tag' also needs to be edited.
2017-08-26 16:01:42 +02:00
titiger
6c2f722f30 reverting some things related to alt+enter
real reason is false behaviour of static bool isUnprintableChar().
More tests needed.
2016-11-09 00:09:55 +01:00
titiger
8dbee3c7c5 Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop
menu_state_custom game had conflicts
2016-10-30 20:19:22 +01:00
titiger
c9b92ea97d map filter for headless servers 2016-10-30 20:19:07 +01:00
SoftCoder
b180da5e3d - fixed issue #122 2016-10-30 09:21:34 -07:00
filux
3639e111ef fixed some typos, fixes and enlargement for required dependencies 2016-08-09 21:25:41 +02:00
titiger
6f51e91266 Parameter ServerTitle done the ususal way 2016-01-07 00:51:23 +01:00
titiger
f3e96a64c1 new parameter --server-title
see issue #95
2016-01-03 16:31:05 +01:00
SoftCoder
01eb7b70d6 - move join game in progress menu option below publish so its not overlapping 2016-01-01 10:50:59 -08:00
titiger
4f5ecb13e5 Position of scenario settings changed in custom menu 2015-12-13 03:00:35 +01:00
titiger
e7eddca1ee Bugfix for listBox Shortcuts
Holding down shift+letter while selecting  jumps directly to a 
map/faction/ ... which starts with the given letter.
2015-11-26 01:58:15 +01:00
titiger
f6fa7202d5 text input for labels should work in menus 2015-10-25 02:27:19 +02:00
titiger
f632e7c9d7 input for text labels 2015-10-25 00:53:41 +02:00
SoftCoder
8e439a2325 - got sdl2 branch compiling and game loads 2015-09-28 23:28:11 -07:00
titiger
68ef7471d5 reload defaults in headless mode if last player disconnects
If last player disconnects form a headless server the headless loads his defaults
for network games.
2015-06-24 12:38:05 +02:00
filux
a2ab462236 better alignment 2015-02-07 01:45:10 +01:00
filux
3728fff67b battle configuration screen with more synchronized look (host/admin<>client) and more friendly for other than english languages 2015-02-06 01:26:16 +01:00
titison
44783a4108 shared Team Units and Resources
set the checkBoxes to editable when scenarioCheckBox is disabled
2015-01-18 19:40:30 +01:00
titison
c5c177a82c shared Team Units and Resources
set the checkBoxes to non-editable when scenarioCheckBox is enabled
2015-01-18 19:40:30 +01:00
titison
848b84f149 shared team options in scenarios
now you can enable sharedTeamUnits and sharedTeamResources in scenarios

to do so use this two xml tags:
	<shared-team-units value="false"/>
	<shared-team-resources value="false"/>
put them in the <scenario> node
2015-01-18 19:40:30 +01:00
titiger
109a5b9985 sort map lists non case sensitive in menu 2015-01-03 02:03:31 +01:00
SoftCoder
f97f0ef852 - more general bugfixes (not all upgrade values were being used in the code) 2014-12-21 21:07:24 -08:00
titiger
f62efc64bf fix for uneditable closed slots
https://forum.megaglest.org/index.php?topic=9620.0
2014-12-22 03:08:19 +01:00
titiger
b407e0090d same button layout for custom game menu and connected game menu 2014-12-15 21:39:11 +01:00
titiger
e1d85f145c bigger message box to explain wrong router setup 2014-12-09 02:36:30 +01:00
titiger
3e3fef88f5 render a team color in game setup menues 2014-12-06 00:54:00 +01:00