Commit Graph

10 Commits

Author SHA1 Message Date
Nathan Fulton
8b7657f643 Initial SDL-Android port 2016-08-31 22:43:27 -04:00
Nathan Fulton
8f0e81a3f5 Create main thread via host
Create the main thread via host rather than being a global variable in
base; this way, no base threads are created before the host runs main()
because that can cause issues on some platforms.
2016-08-24 16:20:31 -04:00
Scott Ludwig
de950ccc46 Use scanf and printf compile time format string type checking; fix 64 bit bugs 2016-01-10 13:14:36 -08:00
Scott Ludwig
2186f473b5 Fix 64 bit compile warnings 2016-01-03 23:19:26 -08:00
Scott Ludwig
dc2c02e54f Fixes to compile 64 bit server on Ubuntu 14.04 (g++ 4.8.x) 2016-01-01 14:34:34 -08:00
Scott Ludwig
79fcd2ec18 Minor fix - memset like the author wanted. 2016-01-01 13:56:39 -08:00
Scott Ludwig
8ff89c4387 MD5 implementation that works on 64 bit architectures. Should work 32 bit as well. 2016-01-01 13:54:23 -08:00
Scott Ludwig
c3e42fe2d6 fix exit race condition prevents game state saving 2016-01-01 12:01:27 -08:00
Scott Ludwig
2d15849c5e Fix the server to build with gcc 4.8 on Ubuntu 14.04. 2014-11-08 16:30:52 -08:00
Darrin Massena
f4c0203914 initial commit 2014-07-06 17:47:28 -07:00