Commit graph

24 commits

Author SHA1 Message Date
Jonathan Gray
66807cbdb9 workaround glibc ld.so bug #12561
from Jochen Leopold:

Fixed dclose problems (stuck in level 4)
* UNIQUE symbols in jk2gamex86.so don't allow to unload the library on map changes!
** so all global variables are not reseted -> this causes many bugs (stuck on start of level 4 for example)
* removed one "inline" attribute which fixes this bug
** there is just a GLIBCXX unique symbol left: readelf -Ws ./jk2gamex86.so | grep UNIQUE
2013-05-12 12:15:11 +10:00
Jonathan Gray
fc50336a62 set some possibly uninitialised vars to zero 2013-05-02 15:41:53 +10:00
Jonathan Gray
ac4f685edb const fixes 2013-05-02 15:13:41 +10:00
Jonathan Gray
a51d68acb9 remove the use of 'typedef enum' without an indentifier 2013-05-02 15:09:52 +10:00
Jonathan Gray
2602d6e48d initial round of amd64 fixes 2013-04-24 02:14:02 +10:00
Jonathan Gray
fa77ccb704 avoid implicit int types 2013-04-23 11:37:33 +10:00
Jonathan Gray
b1875def86 adjust to different scoping of variables declared in for loops 2013-04-23 11:37:19 +10:00
Jonathan Gray
00aa9c17af turn off c++ symbol mangling for GetGameAPI/vmMain/dllEntry 2013-04-23 03:43:30 +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
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
36efb74c91 add wrappers for function pointers with default arguments 2013-04-23 03:42:56 +10:00
Jonathan Gray
841850ecec fix #includes to compile on non windows without pch 2013-04-22 23:39:54 +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
e4d728c502 ditch dos style newlines 2013-04-22 15:25:59 +10: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
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
James Monroe
ccbb2c0000 Jedi Outcast v055 2013-04-04 13:01:17 -05:00
unknown
0c7c4bdee2 Jedi Outcast v054 2013-04-04 09:52:42 -05:00