------------------------------------------------------------------------ r2674 | helixhorned | 2012-05-18 14:41:08 -0700 (Fri, 18 May 2012) | 6 lines net.c tweaks, just for the sake of pushing them to SVN. - alloc_multimapstate() helper - make g_netMapRevision a uint32 and store save->revision in sequence order (without &(NET_REVISIONS-1)) - one assert, one XXX comment, stylistic changes ------------------------------------------------------------------------ r2673 | helixhorned | 2012-05-18 14:40:54 -0700 (Fri, 18 May 2012) | 5 lines PNG screenshots: don't save custom gAMA. This should be more correct, since previously, the saved PNGs were way too contrasty when looked from within a browser. Now, they'll always be slightly darker than in-game (assuming one has a gamma greater than 1). ------------------------------------------------------------------------ r2672 | helixhorned | 2012-05-18 14:40:38 -0700 (Fri, 18 May 2012) | 3 lines With Clang, compile in GNU89 mode and fix clang detection in the Makefiles. The default C99 mode is giving us linking errors from xdelta3. ------------------------------------------------------------------------ r2671 | helixhorned | 2012-05-18 14:40:20 -0700 (Fri, 18 May 2012) | 1 line Fix one ptr size mismatch and one format letter/arg mismatch on x86_64. ------------------------------------------------------------------------