Commit Graph

5856 Commits

Author SHA1 Message Date
titiger feb2f3fe3d first steps for xml based achievements 2018-07-07 01:36:53 +02:00
Tom Reynolds 2984053a79 Move the mojosetup fork back into the MegaGlest organization 2018-06-20 23:42:49 +02:00
Tom Reynolds 889e247406 create LOG_DIR before accessing it 2018-06-20 22:57:00 +02:00
titiger 1caed4accc render resources of selected faction in observer mode 2018-06-13 23:27:21 +02:00
Mark Vejvoda 0d0081c699
Merge pull request #184 from andy5995/patch-1
ircclient.cpp:correct spelling
2018-06-05 06:28:05 -07:00
Andy Alt a54de06bf4
ircclient.cpp:correct spelling
removed the unnecessary "g"
2018-06-04 14:25:37 -05: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
titiger 36af9f3d9f
Merge pull request #183 from Jammyjamjamman/win_linux_oos_fix
Disabled function causing OOS in cross windows-linux games, which was re-en…
2018-05-01 11:18:23 +02:00
Mark Vejvoda f478925c71
Merge pull request #176 from devnexen/build_fix
build fix ... maths functions were not available due to POSIX_C_SOURCE=1
2018-04-10 17:11:32 -07:00
Jammyjamjamman b6dab7ff8b
Disabled function causing OOS in windows-linux games, which was re-enabled in commit 26581a77d2 . 2018-04-11 00:52:25 +01:00
SoftCoder db6b5c4355 Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2018-03-19 07:47:16 -07:00
SoftCoder 959ea8fcf6 - added ubuntu 18.04 support to deps 2018-03-19 07:46:50 -07:00
David Carlier 5d696d4136 build fix ... maths functions were not available due to POSIX_C_SOURCE=1 2018-03-19 13:40:46 +00:00
Tom Reynolds 6e8cdcab01 Make indenting great again (and add missing fi) 2018-02-25 12:21:02 +01:00
titiger 12998eb10f bugfix for "save as". see #177 2017-12-18 01:43:29 +01:00
titiger bc01b2922c prevents a crash when map group is empty. 2017-12-06 01:38:52 +01:00
SoftCoder 9350a9df85 - check for both default and x64 windows binary from steam shim 2017-10-10 01:50:28 -07:00
SoftCoder b3d2c55fad - more automation for building steam shim on windows 2017-10-10 01:03:55 -07:00
SoftCoder 87a9c4c069 - automatically adjust megaglest binary to shim if detected 2017-10-10 00:28:44 -07:00
SoftCoder ab3b70f36a - fix windows build and better automation for building steam shim 2017-10-09 23:53:43 -07:00
SoftCoder ffe6e5462d - more cppcheck cleanup 2017-10-09 23:22:55 -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 da8a44167b - update cppcheck script to install cppcheck if missing and check multiple paths for cfg file 2017-10-09 12:44:53 -07:00
SoftCoder 2988521701 - added another steam achievement for winning first online game 2017-10-08 23:05:29 -07:00
SoftCoder d78f28983b - some coverity based cleanups 2017-10-08 20:31:42 -07:00
SoftCoder 9de36c32a3 - cleanup achievement code for easier expansion later 2017-10-07 16:45:31 -07:00
SoftCoder ff4eb7e61e Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2017-10-07 14:54:26 -07:00
SoftCoder f744d90538 - added first steam achievement support (winning your first game) as a reference 2017-10-07 14:53:51 -07:00
Tom Reynolds 92066b541b minor changes for megaglest_shim build #2
* actually mute warnings on non-existing files during first build.sh run now
2017-10-07 22:51:19 +02:00
Tom Reynolds c9da4eb062 minor changes for megaglest_shim build
* mute warnings on non-existing files during first build.sh run
* git ignore megaglest_shim binary
2017-10-07 21:48:52 +02:00
SoftCoder 60be01988a - try to help steamshim compile better on other systems 2017-10-07 12:36:13 -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 b928bbbb40 - attempt to see if this corrects tomreyns compile error: ==6454==ERROR: AddressSanitizer: heap-use-after-free 2017-10-07 10:42:21 -07:00
SoftCoder 59be04ab6a - attempt to correct tomreyns cmake linker issue 2017-10-07 08:59:27 -07:00
SoftCoder eaad769182 - some code cleanup fro mthe steam integration 2017-10-07 03:01:21 -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
SoftCoder edfb1508f5 - check for empty strings before using substr to avoid crashes with more strict C++ engine 2017-09-30 21:46:56 -07:00
SoftCoder a7a92056eb - fix build for ubunti 17.10 2017-09-28 22:12:09 -07:00
SoftCoder 97a89d0bb0 - cleanup makefiles 2017-09-25 18:55:35 -07:00
SoftCoder d8073423a7 - Makefile compile steam shim on windows 2017-09-25 14:01:19 -07:00
SoftCoder de34e1c894 - fix windows build 2017-09-24 09:40:20 -07:00