464 Commits

Author SHA1 Message Date
mathusummut
daeec74328 Fixed and added some paths 2019-04-05 23:37:26 +02:00
mathusummut
e8b52942f5 Trying to fix bug again 2019-04-05 00:59:05 +02:00
mathusummut
b5051e8fa9 Small code cleanup 2019-04-04 23:35:44 +02:00
mathusummut
aa7c0b4dca Actual fix for DATADIR 2019-04-04 23:25:28 +02:00
mathusummut
04e3404d0e Fixed hotkey behaviour 2019-02-05 15:14:19 +01:00
mathusummut
0d32e4902a Renamed factionpack to glestpack 2019-02-03 15:14:28 +01:00
mathusummut
66383eaa54 Updated selection mechanism 2019-02-01 04:31:10 +01:00
mathusummut
d5775734d7 Renamed ZetaGlest to Glest 2019-01-31 02:40:31 +01:00
mathusummut
cc2f74f7f4 Fixed map bugs and now console is hidden by default 2019-01-26 21:19:09 +01:00
mathusummut
4769e132d0 Normalized defaults 2018-12-16 15:06:51 +01:00
mathusummut
295b75d975 Removed unused variable 2018-11-14 22:37:04 +01:00
mathusummut
0cfe7e81d1 Yet another code cleanup 2018-11-03 15:26:37 +01:00
mathusummut
69ab9716da Renamed megaglest_runtime_error to game_runtime_error 2018-11-02 12:15:57 +01:00
mathusummut
4eb7dc204e Preparing for refactoring 2018-11-02 12:03:04 +01:00
mathusummut
52408a57a6 Standardized license comments in all source files 2018-11-01 23:23:25 +01:00
andy5995
44515f5aa0 move ircclient.h 2018-10-07 23:53:08 -05:00
mathusummut
035da70093 Test fix for gcc to find versions.h 2018-10-06 23:17:56 +02:00
mathusummut
3620094a76 Test fix for gcc to find versions.h 2018-10-06 23:13:05 +02:00
mathusummut
2de5026e82 Test fix for gcc to find versions.h 2018-10-06 23:06:25 +02:00
mathusummut
f8a51d3f01 Moved shared_definitions.h 2018-10-06 22:32:29 +02:00
mathusummut
e12f168a01 Added const strings for versions 2018-10-06 17:20:22 +02:00
mathusummut
ee16663f4b Placed constants in versions.h 2018-10-05 22:12:39 +02:00
Andy Alt
89928ea29f Merge pull request #222 from andy5995/usage_output
[wip]platform_main.h:reformat usage output
2018-10-02 21:26:29 -05:00
mathusummut
8c8b827588 Test fix for OOS message 2018-09-28 00:10:04 +02:00
mathusummut
3379702a92 Test for additional OOS checks 2018-09-27 22:51:49 +02:00
mathusummut
c04e75e19c Disabled streflop 2018-09-25 20:24:38 +02:00
andy5995
ab75c35230 [wip]save progress
[skip ci]
2018-09-18 15:04:35 -05:00
andy5995
c6854c8c21 [wip]save progress
[skip ci]
2018-09-18 15:04:35 -05:00
andy5995
737d978b08 [wip]platform_main.h:cleanup usage output 2018-09-18 15:04:35 -05:00
mathusummut
1b3ae14659 Made OOS messages more friendly 2018-09-02 13:06:21 +02:00
andy5995
957827ea21 ircclient:change spelling
Most of these changes don't do anything, but near L820 in ircclient.cpp,
there was an extra "g"

Also changed the header
2018-06-04 16:28:14 -05:00
mathusummut
35b7b1f1a6 Fixed the god-awful indentation 2018-05-06 00:01:36 +02:00
Jammyjamjamman
cf3a2242a6 Removed unnecessary template usage. 2018-03-04 19:36:45 +00:00
SoftCoder
ab3b70f36a - fix windows build and better automation for building steam shim 2017-10-09 23:53:43 -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
26581a77d2 - first round of cleanup from cppcheck report 2017-10-09 19:09:36 -07:00
SoftCoder
9b0a04f126 - try slightly different way to protect mutex list 2017-10-07 11:48:34 -07:00
SoftCoder
9274f2b5e2 - try to fix a memory leak 2017-10-07 11:14:26 -07:00
SoftCoder
a413fb5c31 - attempt to protect cache manager mutex creation behind a static mutex 2017-10-07 11:04:52 -07:00
SoftCoder
36bc6a4497 - initial work to integrate theam SDK with megaglest 2017-09-23 17:15:44 -07:00
SoftCoder
5d0f5013fd - allow using new cmake var for finding glest.ini called MG_CMAKE_INSTALL_PREFIX to solve issue #167 2017-09-22 23:21:40 -07:00
filux
ef1c26d931 improved formatting of '--help' output in a way to be more friendly for help2man 2017-04-01 14:53:34 +02:00
titiger
2133b8fd07 show megaglest version in irc WhoIS 2017-03-11 23:57:44 +01:00
andy5995
b158d0cbbb change "scenario" to "tileset"
Geany auto-removed some whitespace. The only code change
here is on L326.

The mention of "scenario" was already used for the
--validate-scenario option. It's duplicated under
the --validate-tileset option. This patch corrects that.
2017-02-25 00:59:37 -06:00
SoftCoder
8195121fca - Check for packaged streflop and use it before using embedded copy 2017-02-05 16:48:50 -08:00
titiger
cc64196c6b alt+enter #138
Fast toggle on alt+enter and key repeat are different things.
This here should fix the alt+enter issue.
2016-11-09 23:25:59 +01: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
4a85b17794 fiddling around with #138 2016-11-06 22:00:51 +01:00
titiger
0c3c636064 Trying to fix the fast fullscreen/windowed toggling 2016-11-06 18:24:11 +01:00
Monwarez
79e00dfcad Don't init force feedback if not used 2016-10-28 17:33:38 +02:00