Commit Graph

4 Commits

Author SHA1 Message Date
Scott Ludwig
622b960b10 Fix 32 bit / 64 bit multiplayer interop problem
- Fix gids to be calculated the same on 32 bit and 64 bit platforms.
  Previously they were byte offsets into a pointer array, which meant
  multiple of 4 on 32 bit platforms, and multiple of 8 on 64 bit platforms.
  Now they are indexes.
2016-01-13 22:25:34 -08:00
Scott Ludwig
2186f473b5 Fix 64 bit compile warnings 2016-01-03 23:19:26 -08:00
Scott Ludwig
722bb68881 fix 64-bit issues, clear signing settings 2016-01-01 13:02:05 -08:00
Darrin Massena
f4c0203914 initial commit 2014-07-06 17:47:28 -07:00