Jonathan Gray
|
8525b4178f
|
update the readme for multiplayer
|
2013-04-28 21:55:12 +10:00 |
|
Jonathan Gray
|
0b512e60b6
|
fix some accesses beyond the end of arrays spotted via clang
|
2013-04-28 21:55:11 +10:00 |
|
Jonathan Gray
|
9eebe9bece
|
callMask needs to be externally visible
|
2013-04-28 21:55:11 +10:00 |
|
Jonathan Gray
|
9702ea293f
|
add a CPUSTRING for amd64 linux
|
2013-04-28 21:55:11 +10:00 |
|
Jonathan Gray
|
b1e04dbac4
|
avoid overflowing buffer with GL_EXTENSIONS, from ioquake3
|
2013-04-28 21:55:11 +10:00 |
|
Jonathan Gray
|
1547dd2d8b
|
use libGL.so.1 on linux
|
2013-04-28 21:55:11 +10:00 |
|
Jonathan Gray
|
aae235e759
|
use memmove not strcpy when src and test overlap, from ioquake3
|
2013-04-28 21:55:10 +10:00 |
|
Jonathan Gray
|
3c1f83ac48
|
directly use time_t in botlib
|
2013-04-28 21:55:10 +10:00 |
|
Jonathan Gray
|
ce6dec1b50
|
add a cmake file
|
2013-04-28 21:55:10 +10:00 |
|
Jonathan Gray
|
33b0592a56
|
stricmp -> Q_stricmp
|
2013-04-28 21:55:10 +10:00 |
|
Jonathan Gray
|
64d851b2d4
|
Fixed error in .menu file parsing on Unix
from Alexandre Blin
|
2013-04-28 17:55:11 +10:00 |
|
Jonathan Gray
|
aca52cceb9
|
define min()/max() so there won't be unresolved symbols
|
2013-04-28 17:55:10 +10:00 |
|
Jonathan Gray
|
621ca44d2c
|
make some ifdefs more specific to let this compile on more platforms
|
2013-04-28 17:55:10 +10:00 |
|
Jonathan Gray
|
b6b25edc07
|
make inflate_mask static to avoid colliding with zlib
|
2013-04-28 17:55:10 +10:00 |
|
Jonathan Gray
|
cf987264f9
|
adapt the q3a unix backend to c++ and JO
|
2013-04-28 17:55:04 +10:00 |
|
Jonathan Gray
|
e926318ae5
|
allow null_snddma to be used with snd_dma
|
2013-04-28 16:24:33 +10:00 |
|
Jonathan Gray
|
5cfcb7c3ed
|
rename some c files that will be compiled as c++
|
2013-04-28 16:24:33 +10:00 |
|
Jonathan Gray
|
8202db3fe1
|
provide a gcc style alternative to the inline asm in tr_shade
|
2013-04-28 16:24:32 +10:00 |
|
Jonathan Gray
|
c294d5e494
|
match JA and typedef LPCSTR q_shared.h
|
2013-04-28 16:24:32 +10:00 |
|
Jonathan Gray
|
81cc9190a4
|
match the rest of the code and have OutputDebugString under _DEBUG
|
2013-04-28 16:24:32 +10:00 |
|
Jonathan Gray
|
ceb09f0e9b
|
place win32 code under #ifdef _WIN32 not #ifndef __linux__
|
2013-04-28 16:24:32 +10:00 |
|
Jonathan Gray
|
4b44474789
|
change iterator erasing so we don't need to overload the = operator
|
2013-04-28 16:24:31 +10:00 |
|
Jonathan Gray
|
bdaaf508db
|
strcmpi -> Q_strcmpi
|
2013-04-28 16:24:31 +10:00 |
|
Jonathan Gray
|
19037862ec
|
rename some files to restore the correct case
|
2013-04-28 16:24:31 +10:00 |
|
Jonathan Gray
|
6d2a2a5c1e
|
add a gcc style alignment alternative to msvc code
|
2013-04-28 16:24:31 +10:00 |
|
Jonathan Gray
|
92d13d1c98
|
rename _X to avoid a collision with ctype.h
|
2013-04-28 16:24:30 +10:00 |
|
Jonathan Gray
|
71dcd3be3f
|
powf -> Q_powf
|
2013-04-28 16:24:30 +10:00 |
|
Jonathan Gray
|
a962a72805
|
leave the masm assembly to msvc
|
2013-04-28 16:24:30 +10:00 |
|
Jonathan Gray
|
89023d5751
|
strnicmp -> Q_strnicmp
|
2013-04-28 16:24:30 +10:00 |
|
Jonathan Gray
|
53f109836e
|
make the openal code compile without eax and enable it by default
|
2013-04-28 16:24:30 +10:00 |
|
Jonathan Gray
|
699d21fe54
|
strlwr -> Q_strlwr
|
2013-04-28 16:24:29 +10:00 |
|
Jonathan Gray
|
41d7f40193
|
add some casts so gcc can pick an overloaded abs/max/min func
|
2013-04-28 16:24:29 +10:00 |
|
Jonathan Gray
|
16ff91d807
|
fix #includes to compile on non windows without pch
|
2013-04-28 16:24:14 +10:00 |
|
Jonathan Gray
|
da3e7050ef
|
add an OpenBSD section to q_shared.h
|
2013-04-28 11:07:13 +10:00 |
|
Zachary J. Slater
|
a968608a38
|
Merge pull request #2 from jonathangray/readme
add an initial readme
|
2013-04-24 11:08:12 -07:00 |
|
Jonathan Gray
|
c07ad9de1f
|
add an initial readme
|
2013-04-24 16:26:23 +10:00 |
|
Zachary J. Slater
|
bb3b296c0b
|
Merge pull request #1 from jonathangray/initial_port
Initial port of Jedi Outcast back to gcc/unix
|
2013-04-23 11:29:25 -07:00 |
|
Jonathan Gray
|
140c054cdb
|
use an int not a long for the version in the roff header
|
2013-04-24 02:14:03 +10:00 |
|
Jonathan Gray
|
53d3dd75e3
|
chids in savegames are 32 bits on disk so don't use long
|
2013-04-24 02:14:02 +10:00 |
|
Jonathan Gray
|
bb7b3911bb
|
allow the horrible hack of writing -1 to a pointer to work on amd64
|
2013-04-24 02:14:02 +10:00 |
|
Jonathan Gray
|
2602d6e48d
|
initial round of amd64 fixes
|
2013-04-24 02:14:02 +10:00 |
|
Jonathan Gray
|
147d694c92
|
fix some return types by matching JA
|
2013-04-24 02:14:01 +10:00 |
|
Jonathan Gray
|
9212aa030f
|
fix the Ghoul2InfoArray destructor, based on code in JA
|
2013-04-24 02:14:01 +10:00 |
|
Jonathan Gray
|
583b8948a8
|
fix some accesses beyond the end of arrays spotted via clang
|
2013-04-24 02:14:01 +10:00 |
|
Jonathan Gray
|
c5fceea9f3
|
fix some uses of delete that should be delete[]
|
2013-04-24 02:14:00 +10:00 |
|
Jonathan Gray
|
1496bedee4
|
avoid overflowing buffer with GL_EXTENSIONS, from ioquake3
|
2013-04-24 02:14:00 +10:00 |
|
Jonathan Gray
|
9e6cb5c645
|
add a cmake file
|
2013-04-24 02:13:49 +10:00 |
|
Jonathan Gray
|
6f81317279
|
use libGL.so.1 on linux
|
2013-04-23 12:10:24 +10:00 |
|
Jonathan Gray
|
925dc824b5
|
remove a wrong and unused prototype
|
2013-04-23 11:37:44 +10:00 |
|
Jonathan Gray
|
fa77ccb704
|
avoid implicit int types
|
2013-04-23 11:37:33 +10:00 |
|