148 Commits

Author SHA1 Message Date
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
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
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
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
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
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
8195121fca - Check for packaged streflop and use it before using embedded copy 2017-02-05 16:48:50 -08:00
SoftCoder
472e8bbaf0 - try to fix auto_ptr proxy for msvc 2016-01-18 16:28:05 -08:00
SoftCoder
0d8377d6b4 - try to fix mac build 2016-01-18 15:29:16 -08:00
SoftCoder
b50fe04e0a - try to fix mac build 2016-01-18 14:36:51 -08:00
SoftCoder
d5f915f3aa - fix silly mac build 2016-01-18 14:10:48 -08:00
SoftCoder
86a59859b9 - atempt to cleanup use fo auto_ptr 2016-01-18 13:20:49 -08:00
SoftCoder
15d5a9bbd6 - bug fixes for non C++x11 compilers for using chrono 2015-11-21 11:45:52 -08:00
SoftCoder
49ae35e7cf - thread safe localtime and hopefully back to good performance 2015-11-21 11:30:23 -08:00
titiger
23ea9f6201 first steps for sdl2 ( still many compile errors ) 2015-09-29 01:30:28 +02:00
titiger
1f5b571c9d bugfix for bad {SCENARIODIR} replacement
Done by softcoder in branch ce-gui, manually merged by me :)
https://forum.megaglest.org/index.php?topic=9553.0
2014-09-24 01:16:28 +02:00
SoftCoder
3bb9da6cdf - removed directsound related references as it has been deprecated since 3.6.0.1
- coverity related fixes
2013-12-25 11:42:00 -08:00
SoftCoder
f06d474b60 - cleanup some socket issues and also a possible int overflow 2013-12-24 22:44:46 -08:00
SoftCoder
3111b733e2 - bugfix for chrono class calcs causing group camera recall to fail (And numerous other problems)
- added better tracking of mutexes by assigning them location info
2013-12-24 22:27:44 -08:00
SoftCoder
f269273f07 - round #2 of coverity bug fixes 2013-12-14 22:37:15 -08:00
SoftCoder
f217db38f1 - changed to git version stamp 2013-11-29 13:13:30 -08:00
Mark Vejvoda
ab64b9343f - updated to support building with clang compiler (And cleaned up clang warnings from initial compile). Edit build-mg.sh and read the clang section as to how to build. 2013-11-19 21:57:28 +00:00
Mark Vejvoda
a300621415 - added a new commandline command to create data archives for network xfer for techtrees and tilesets:
megaglest --create-data-archives=all
2013-11-14 06:59:29 +00:00
Mark Vejvoda
d32de80491 bugfix for precache crc thread unpause on game end 2013-11-10 21:55:22 +00:00
Mark Vejvoda
8ea6235495 ensure pre cache crc thread does not interfere with running game 2013-11-10 19:47:04 +00:00
Mark Vejvoda
9b097fd911 decouple masterserver from network host game settings into two seperate threads 2013-11-07 18:39:08 +00:00
Mark Vejvoda
70421d1b3d added a check for data and user data paths being the same 2013-11-06 00:31:36 +00:00
Mark Vejvoda
eb085907d0 fixed the build 2013-11-02 11:22:32 +00:00
Mark Vejvoda
1d3859ff32 - windows x64 updates to get things compiling on vc2012 x64 2013-11-02 11:04:52 +00:00
Mark Vejvoda
9224a7e242 - attempt to fix crc file bug 2013-10-18 15:47:17 +00:00
Mark Vejvoda
bb14d4cc1e bugfix for shutdown of threads and garbage collection. 2013-06-22 03:36:18 +00:00