Revision r3270
Networking patch from Jasper Foreman
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
Networking patch from Jasper Foreman
Recognize the .pk4 file extension when loading grps and zips for shits and giggles (.pk3 was already recognized).
Move the definitions like MAXGAMEVARS out of the enums used for the gamevar flags, because it didn't really make a whole lot of sense for them to be there.
Replace the separate full Gv_AddVar/SubVar/etc functions with a macro that generates them since they were all the same anyway (other than the operator, obviously) ------------------------------------------------------------------------
------------------------------------------------------------------------ r3271 | terminx | 2012-12-11 18:53:15 -0800 (Tue, 11 Dec 2012) | 1 line Fix building as C instead of C++ ------------------------------------------------------------------------ r3270 | terminx | 2012-12-11 18:53:13 -0800 (Tue, 11 Dec 2012) | 1 line Networking patch from Jasper Foreman ------------------------------------------------------------------------ r3269 | terminx | 2012-12-11 18:53:10 -0800 (Tue, 11 Dec 2012) | 1 line Recognize the .pk4 file extension when loading grps and zips for shits and giggles (.pk3 was already recognized). ------------------------------------------------------------------------ r3268 | terminx | 2012-12-11 18:53:08 -0800 (Tue, 11 Dec 2012) | 1 line Move the definitions like MAXGAMEVARS out of the enums used for the gamevar flags, because it didn't really make a whole lot of sense for them to be there. ------------------------------------------------------------------------ r3267 | terminx | 2012-12-11 18:53:05 -0800 (Tue, 11 Dec 2012) | 1 line Replace the separate full Gv_AddVar/SubVar/etc functions with a macro that generates them since they were all the same anyway (other than the operator, obviously) ------------------------------------------------------------------------