Commit Graph

830 Commits

Author SHA1 Message Date
pavanvo e7cf0a01de
fix: switch nextUnitTypeId from unitTypeId 2022-09-06 17:46:45 +04:00
pavanvo 8bc5abbfd3
fix: auto command for morph queue 2022-09-06 02:21:35 +04:00
pavanvo 3e58c7d03d
fix: Morph Queue 2022-09-06 02:21:35 +04:00
pavanvo d2fbc3f857
fix: add check,
if(unitType != NULL && ct->getClass() == ccBuild)
2022-09-06 02:21:34 +04:00
pavanvo 35f755841d
feat: gui hotkey released 2022-09-06 02:18:17 +04:00
pavanvo 0b1dcc70f5
feat: allow queue after Morph commands 2022-09-06 02:11:27 +04:00
titiger d28db00a1a Code cleanup void methods should not return anything ... 2020-12-13 13:22:04 +01:00
titiger 80cf370209 saved game setups
and lang file
2019-11-18 23:32:01 +01:00
titiger 2be2dc5cab cleanup custom/connected game menu layout 2019-10-04 15:06:07 +02:00
titiger e3a082dcb7 another try to fix win build 2018-07-07 02:18:46 +02:00
titiger feb2f3fe3d first steps for xml based achievements 2018-07-07 01:36:53 +02:00
SoftCoder 4a8d24f0dc - updated player stats to count 'played' games and also added new stats to steam 2018-06-02 10:57:54 -07:00
SoftCoder 9dd47eb828 - fix the build 2018-06-02 10:16:25 -07:00
SoftCoder 07319d90a1 - try to fix stupid finiky build 2018-06-02 10:09:52 -07:00
SoftCoder aa4569965e - common interface / code for saving player stats 2018-06-02 10:03:26 -07:00
SoftCoder 00db8cf249 - added a number of new local player stats to track as per etherpad game count achievements 2018-06-02 07:02:43 -07:00
SoftCoder e573ec8690 - started adding logic to write out local player stats when not running from steam 2018-06-02 06:38:36 -07:00
SoftCoder 588ec21d8a - more cppcheck cleanup, AND some new inernal steam commandline parameters to reset stats and enable debugging 2017-10-09 23:09:52 -07:00
SoftCoder 865a665bf0 - round 2 of cppcheck code cleanup 2017-10-09 20:21:14 -07:00
SoftCoder 26581a77d2 - first round of cleanup from cppcheck report 2017-10-09 19:09:36 -07:00
SoftCoder 2988521701 - added another steam achievement for winning first online game 2017-10-08 23:05:29 -07:00
SoftCoder 9de36c32a3 - cleanup achievement code for easier expansion later 2017-10-07 16:45:31 -07:00
SoftCoder f744d90538 - added first steam achievement support (winning your first game) as a reference 2017-10-07 14:53:51 -07:00
SoftCoder b34003b4a5 - enable using steam statistics to save players network based game end game stats to steam 2017-10-07 02:40:34 -07:00
titiger a5d5283731 different render order and no more teamcolor effect for dead units
fixes issue #145
2017-02-06 01:04:20 +01:00
SoftCoder c9063fea56 - fixed issue #116 (all options menus auto register their controls for font change callbacks 2017-02-04 12:33:18 -08:00
titiger f3c436b67f force playing important sounds
see issue #144
2017-02-02 02:54:29 +01:00
SoftCoder 6f350d6319 Fix issue #116 - when fonts deleted and reloaded signal back immediately to all registered controls to refresh their font 2017-01-30 11:20:01 -08:00
titiger 1caf70b517 error counter for scenarios errors 2016-11-28 01:45:00 +01:00
titiger 1e506f3e1d tag and line number in tag for scenario error messages 2016-11-27 19:17:56 +01:00
titiger 18af2b7113 Improve error messages for lua scenarios 2016-11-26 15:46:32 +01:00
titiger 32c7208a18 No more game crashing for xml errors 2016-11-23 00:31:54 +01:00
titiger 0c5e9241f1 trying to get better error output on xml errors. 2016-11-22 22:58:57 +01:00
titiger c9b92ea97d map filter for headless servers 2016-10-30 20:19:07 +01:00
titiger 990df3b49b Fix for uniform-selection 2016-10-17 03:00:37 +02:00
filux 9f301daa1c travis' configuration test; fixed #123 2016-07-17 17:06:01 +02:00
SoftCoder 49ae35e7cf - thread safe localtime and hopefully back to good performance 2015-11-21 11:30:23 -08:00
SoftCoder f97e8d5fc3 - clipboard working now for utf8 2015-11-11 21:52:22 -08:00
titiger 0bbb65fdda max textlength in chat is calculated on number of character not bytes 2015-11-12 00:03:17 +01:00
SoftCoder 02772e9498 - fixed paste behaviour 2015-11-09 16:55:52 -08:00
SoftCoder 93e1d9adcd - try this if its better for special chars 2015-11-09 15:25:12 -08:00
SoftCoder 8c6050ec6f - fixed backspace and paste with special characters 2015-11-09 14:55:13 -08:00
SoftCoder 312a4e8a64 - try to fix backspace after doing a paste 2015-11-09 13:22:50 -08:00
titiger 07f46f3f7b bugfix for ctrl-v 2015-11-09 01:48:26 +01:00
titiger 8d315ba744 first steps for ctrl-v for input
Problems remaining:
paste probably iss too long for ( problem for text input labels )
paste is countet as one single input which deletes the whole pasted string 
on pressing backspace.
2015-11-09 01:31:24 +01:00
titiger dbee447a9a eventSdlKeyDown
Give the real SDL_KEYDOWN to the Window/Program states.
This fixes issues with group keys and SDL2.
2015-10-30 01:04:01 +01:00
SoftCoder 897f2b6dd8 - code cleanup, property return value and printf 2015-10-24 18:45:10 -07:00
titiger 3dedf9e8b9 chat with utf8 works ingame too 2015-10-25 02:10:14 +01:00
titiger 30d72c7b3c backspace, tab extension and length calc should work now in chat manager 2015-10-25 00:06:29 +02:00
SoftCoder 76d41dfc09 - attempt to see if IRC chat works better with sdl2 textinput 2015-10-24 09:02:23 -07:00