Commit graph

52 commits

Author SHA1 Message Date
Jonathan Gray
a06907e8f5 'or' is a c++ operator so rename variables to avoid it 2013-04-23 10:01:12 +10:00
Jonathan Gray
73b8d667f7 avoid defining the game import var twice 2013-04-23 03:43:41 +10:00
Jonathan Gray
00aa9c17af turn off c++ symbol mangling for GetGameAPI/vmMain/dllEntry 2013-04-23 03:43:30 +10:00
Jonathan Gray
07ad60e4f5 make the non IMMERSION case compile 2013-04-23 03:43:28 +10:00
Jonathan Gray
38cc99e42d adapt the q3a unix backend to c++ and JO 2013-04-23 03:43:28 +10:00
Jonathan Gray
2420c9b454 remove an unused method that refers to a non existing var 2013-04-23 03:43:27 +10:00
Jonathan Gray
d9844941d5 change an interator assignment to appease gcc 2013-04-23 03:43:26 +10:00
Jonathan Gray
ca5b529ca9 opt out of more masm assembly 2013-04-23 03:43:25 +10:00
Jonathan Gray
3c1c6ef06d make the openal code compile without eax and enable it by default 2013-04-23 03:43:24 +10:00
Jonathan Gray
5f08a518e2 add a CPUSTRING for amd64 linux 2013-04-23 03:43:23 +10:00
Jonathan Gray
d9628b4015 add an OpenBSD section to q_shared.h 2013-04-23 03:43:22 +10:00
Jonathan Gray
eabd6e015c rename variables named Status to status to prevent collision with X11 2013-04-23 03:43:22 +10:00
Jonathan Gray
d1ba86a638 add a gcc style alignment alternative to msvc code 2013-04-23 03:43:21 +10:00
Jonathan Gray
e1727dbe76 use qWindow instead of Window to avoid a collision with X11 headers 2013-04-23 03:43:20 +10:00
Jonathan Gray
78665efc0e leave the masm assembly to msvc 2013-04-23 03:43:19 +10:00
Jonathan Gray
c1a22ac848 use imported Sys_Milliseconds instead of timeGetTime() 2013-04-23 03:43:18 +10:00
Jonathan Gray
9706b37b1e remove a misguided attempt to seed the already seeded RNG 2013-04-23 03:43:17 +10:00
Jonathan Gray
6992c93a14 replace _isnan with Q_isnan 2013-04-23 03:43:16 +10:00
Jonathan Gray
08f837b356 remove an unused extern that breaks the build 2013-04-23 03:43:15 +10:00
Jonathan Gray
b2c9dfc57e avoid including some bg_lib functions 2013-04-23 03:43:14 +10:00
Jonathan Gray
ca90390788 use QDECL instead of __cdecl 2013-04-23 03:43:13 +10:00
Jonathan Gray
08417d1013 rename syscall to qsyscall to avoid conflicting with system headers 2013-04-23 03:43:12 +10:00
Jonathan Gray
b315df2c60 define a BYTE type in q_shared.h 2013-04-23 03:43:11 +10:00
Jonathan Gray
e915f8920d add some casts so gcc can pick an overloaded abs/max/min func 2013-04-23 03:43:10 +10:00
Jonathan Gray
f0407a8d59 add a simple non asm myftol() alternative 2013-04-23 03:43:09 +10:00
Jonathan Gray
8ed74389b2 change iterator erasing so we don't need to overload the = operator 2013-04-23 03:43:09 +10:00
Jonathan Gray
36efb74c91 add wrappers for function pointers with default arguments 2013-04-23 03:42:56 +10:00
Jonathan Gray
72b488e1c1 hide a OutputDebugString call with _DEBUG, matches the rest of the code 2013-04-22 23:58:31 +10:00
Jonathan Gray
8eaf16469b rename _X to avoid a collision with ctype.h 2013-04-22 23:58:23 +10:00
Jonathan Gray
c2cd6dc540 don't hardcode windows value of RAND_MAX and fix namespace issues 2013-04-22 23:40:07 +10:00
Jonathan Gray
6bf4bbd7a3 match JA and typedef LPCSTR q_shared.h 2013-04-22 23:40:06 +10:00
Jonathan Gray
8360d97343 move decl of ICARUS_Malloc/ICARUS_Free for BlockStream.h 2013-04-22 23:40:05 +10:00
Jonathan Gray
841850ecec fix #includes to compile on non windows without pch 2013-04-22 23:39:54 +10:00
Jonathan Gray
d9bf60856a rename some c files that will be compiled as c++ 2013-04-22 17:18:55 +10:00
Jonathan Gray
f52c95e762 rename some files to restore the correct case 2013-04-22 17:16:06 +10:00
Jonathan Gray
5e1b2be859 add and use Q_stricmp/Q_strcmpi/Q_strlwr/Q_strupr 2013-04-22 16:54:05 +10:00
Jonathan Gray
97e588ee85 fix slashes in include paths 2013-04-22 15:47:11 +10:00
Jonathan Gray
89212b6574 Deleted all the Visual SourceSafe files. 2013-04-22 15:40:58 +10:00
Jonathan Gray
859029e910 remove some binary libraries 2013-04-22 15:37:54 +10:00
Jonathan Gray
e4d728c502 ditch dos style newlines 2013-04-22 15:25:59 +10:00
James Monroe
1963e9b17e Merge branch 'master' of ssh://git.code.sf.net/p/jedioutcast/code 2013-04-04 19:23:01 -05:00
James Monroe
2b0de75c52 Jedi Outcast Release v1.0 2013-04-04 19:19:46 -05:00
James Monroe
26f7c45080 Jedi Academy Release 2013-04-04 19:15:39 -05:00
James Monroe
f6e1aab20e Jedi Outcast Release v1.0 2013-04-04 19:12:50 -05:00
James Monroe
c8563e028a Jedi Outcast MP Patch v1.04 2013-04-04 17:24:29 -05:00
James Monroe
6af9b594e1 Jedi Outcast Patch v1.03 2013-04-04 16:05:53 -05:00
James Monroe
fdf355590f Jedi Outcast Patch v1.02 2013-04-04 15:49:50 -05:00
James Monroe
deb6db7837 Jedi Outcast Release v1.0 2013-04-04 15:11:20 -05:00
James Monroe
a8c260f9e4 Jedi Outcast Release v1.0 2013-04-04 13:24:26 -05:00
James Monroe
b2f9cf6f08 Jedi Outcast v056 2013-04-04 13:07:40 -05:00