Commit graph

30 commits

Author SHA1 Message Date
Jonathan Gray
9e50610608 add static so multiple files can each have their own Pool() 2013-04-23 23:26:58 +10:00
Jonathan Gray
d13e72ab9d avoid defining the game import var twice 2013-04-23 23:26:57 +10:00
Jonathan Gray
5335a8f693 remove an invalid and uneeded assignment 2013-04-23 23:26:57 +10:00
Jonathan Gray
e1fa7930f5 change iterator erasing so we don't need to overload the = operator 2013-04-23 23:26:57 +10:00
Jonathan Gray
df9e8b2224 leave the masm assembly to msvc 2013-04-23 23:26:57 +10:00
Jonathan Gray
bf669a384c add a missing comma in a Ragl header 2013-04-23 23:26:57 +10:00
Jonathan Gray
e141c98002 add the typename keyword as needed to Ragl 2013-04-23 23:26:56 +10:00
Jonathan Gray
ef2d578693 avoid scoped enums which was until very recently a microsoft extension 2013-04-23 23:26:56 +10:00
Jonathan Gray
8096cb839d _snprintf -> snprintf 2013-04-23 23:26:56 +10:00
Jonathan Gray
a72f2af77e replace _isnan with Q_isnan 2013-04-23 23:26:56 +10:00
Jonathan Gray
3dff5cdf52 avoid including some bg_lib functions 2013-04-23 23:26:55 +10:00
Jonathan Gray
0c24fcdbfb use QDECL instead of __cdecl 2013-04-23 23:26:49 +10:00
Jonathan Gray
118f3df648 rename syscall to qsyscall to avoid conflicting with system headers 2013-04-23 23:26:49 +10:00
Jonathan Gray
9231cb9283 add some casts so gcc can pick an overloaded abs/max/min func 2013-04-23 23:26:41 +10:00
Jonathan Gray
e18c1d17b7 add wrappers for function pointers with default arguments 2013-04-23 21:59:38 +10:00
Jonathan Gray
be54255a02 add a simple non asm myftol() alternative 2013-04-23 21:59:37 +10:00
Jonathan Gray
d9ccfeec4e force some inherited template names to be dependent 2013-04-23 21:59:37 +10:00
Jonathan Gray
648cfe3711 rename _X to avoid a collision with ctype.h 2013-04-23 21:59:37 +10:00
Jonathan Gray
2c2667afcc don't hardcode windows value of RAND_MAX and fix namespace issues 2013-04-23 21:59:37 +10:00
Jonathan Gray
0c448c94df fix #includes to compile on non windows without pch 2013-04-23 21:59:26 +10:00
Jonathan Gray
53d289ddc2 rename some c files that will be compiled as c++ 2013-04-23 17:10:44 +10:00
Jonathan Gray
1e1cd24f79 rename some files to restore the correct case 2013-04-23 17:05:12 +10:00
Jonathan Gray
dbf733b95c add and use Q_stricmp/Q_strcmpi/Q_strlwr/Q_strupr 2013-04-23 16:54:20 +10:00
Jonathan Gray
bd47e42e0e fix slashes in include paths 2013-04-23 15:40:23 +10:00
Jonathan Gray
85e0d466e2 remove the rest of the Visual SourceSafe files 2013-04-23 15:39:07 +10:00
Jonathan Gray
a44720cec8 remove some binary libraries 2013-04-23 15:30:43 +10:00
Jonathan Gray
039ef2cb4a ditch dos style newlines 2013-04-23 15:21:39 +10:00
Josh Vega
107cd7a531 Deleted all the Visual SourceSafe files. 2013-04-06 20:59:34 -04:00
James Monroe
59f7e71450 Jedi Academy Patch 1.01 2013-04-04 18:21:13 -05:00
James Monroe
684d1bcb3b Jedi Academy Release 2013-04-04 17:35:38 -05:00