Commit graph

  • 168cf7463a
    Merge 160e009dbd into 66807cbdb9 Francesco Giancane 2018-06-01 20:15:53 +0000
  • 160e009dbd tr_shader.cpp: amend previous commit for x86 Francesco Giancane 2018-06-01 22:14:25 +0200
  • dfb5ee4ed4 Fix compiler erros on struct size definitions. Francesco Giancane 2018-05-30 17:58:09 +0200
  • e62d1ab9f7 common.cpp: rewrite code in order to properly compile Francesco Giancane 2018-05-30 17:56:16 +0200
  • d6bac2c8d1 fields.h: properly size the field Francesco Giancane 2018-05-30 17:54:36 +0200
  • 8b34b75152 bg_pmove.cpp: explicitly convert parameter Francesco Giancane 2018-05-30 17:52:50 +0200
  • 0c8ffb4a37 bg_lib.cpp: remove useless file Francesco Giancane 2018-05-30 17:50:38 +0200
  • b89da87a71 Fix ambiguities between std::forward and forward Francesco Giancane 2018-05-30 16:50:01 +0200
  • dfa4bc585f Resolve ambiguities between std::move and move static variable Francesco Giancane 2018-05-30 16:47:23 +0200
  • 27e34aa615 BlockStream.cpp: fix errors under GCC8 Francesco Giancane 2018-05-30 16:45:12 +0200
  • de4789d5be tr_shader.cpp: fix errors on GCC8 Francesco Giancane 2018-05-30 16:43:53 +0200
  • 66807cbdb9 workaround glibc ld.so bug #12561 master Jonathan Gray 2013-05-12 12:15:11 +1000
  • e152517a2a Merge pull request #5 from jonathangray/warn Zachary J. Slater 2013-05-02 12:03:55 -0700
  • e3a08d1f99 Merge 6bc56bd6b6 into bc0383bd86 jonathangray 2013-05-02 01:21:28 -0700
  • 6bc56bd6b6 set some possibly uninitialised vars to zero Jonathan Gray 2013-05-02 17:45:27 +1000
  • 89e2c9f708 disable some noisy and mostly harmless warnings Jonathan Gray 2013-05-02 17:22:44 +1000
  • 2647f1e8d1 const fixes Jonathan Gray 2013-05-02 17:21:31 +1000
  • 70183a8566 avoid enum to int conversions Jonathan Gray 2013-05-02 17:19:44 +1000
  • 7b5d5bc663 remove the use of 'typedef enum' without an indentifier Jonathan Gray 2013-05-02 17:19:10 +1000
  • 6fe03e8c7f remove surplus tokens after preprocessor directives Jonathan Gray 2013-05-02 17:08:48 +1000
  • fc50336a62 set some possibly uninitialised vars to zero Jonathan Gray 2013-05-02 15:41:53 +1000
  • fd5f5465c7 don't build smartheap, it isn't needed Jonathan Gray 2013-05-02 15:18:05 +1000
  • a9fd9c4bf9 disable some noisy and mostly harmless warnings Jonathan Gray 2013-05-02 15:16:57 +1000
  • ac4f685edb const fixes Jonathan Gray 2013-05-02 15:13:41 +1000
  • f248a82b31 avoid enum to int conversions Jonathan Gray 2013-05-02 15:11:50 +1000
  • a51d68acb9 remove the use of 'typedef enum' without an indentifier Jonathan Gray 2013-05-02 15:09:52 +1000
  • 358beecb7d remove surplus tokens after preprocessor directives Jonathan Gray 2013-05-02 15:07:15 +1000
  • bc0383bd86 Merge pull request #4 from jonathangray/sdl Zachary J. Slater 2013-04-29 22:21:41 -0700
  • 2a32f7336f Merge ae0d73a96e into d2d11a239b jonathangray 2013-04-29 22:20:32 -0700
  • ae0d73a96e windowed mouse is fixed with sdl Jonathan Gray 2013-04-30 12:30:04 +1000
  • 854e82ae96 add sdl glimp/input from ioquake3 for MP Jonathan Gray 2013-04-30 11:50:32 +1000
  • c918959862 add sdl glimp/input from ioquake3 for SP Jonathan Gray 2013-04-30 10:29:42 +1000
  • d2d11a239b Merge pull request #3 from jonathangray/mp_port Zachary J. Slater 2013-04-28 12:03:01 -0700
  • 3b125e52e7 Merge 8525b4178f into a968608a38 jonathangray 2013-04-28 05:33:08 -0700
  • 8525b4178f update the readme for multiplayer Jonathan Gray 2013-04-28 20:48:48 +1000
  • 0b512e60b6 fix some accesses beyond the end of arrays spotted via clang Jonathan Gray 2013-04-28 18:46:15 +1000
  • 9eebe9bece callMask needs to be externally visible Jonathan Gray 2013-04-28 18:26:30 +1000
  • 9702ea293f add a CPUSTRING for amd64 linux Jonathan Gray 2013-04-28 18:08:27 +1000
  • b1e04dbac4 avoid overflowing buffer with GL_EXTENSIONS, from ioquake3 Jonathan Gray 2013-04-28 18:07:05 +1000
  • 1547dd2d8b use libGL.so.1 on linux Jonathan Gray 2013-04-28 18:01:06 +1000
  • aae235e759 use memmove not strcpy when src and test overlap, from ioquake3 Jonathan Gray 2013-04-28 17:57:20 +1000
  • 3c1f83ac48 directly use time_t in botlib Jonathan Gray 2013-04-28 17:51:18 +1000
  • ce6dec1b50 add a cmake file Jonathan Gray 2013-04-28 17:14:23 +1000
  • 33b0592a56 stricmp -> Q_stricmp Jonathan Gray 2013-04-28 21:35:36 +1000
  • 64d851b2d4 Fixed error in .menu file parsing on Unix Jonathan Gray 2013-04-28 17:05:20 +1000
  • aca52cceb9 define min()/max() so there won't be unresolved symbols Jonathan Gray 2013-04-28 16:58:38 +1000
  • 621ca44d2c make some ifdefs more specific to let this compile on more platforms Jonathan Gray 2013-04-28 16:01:55 +1000
  • b6b25edc07 make inflate_mask static to avoid colliding with zlib Jonathan Gray 2013-04-28 15:59:36 +1000
  • cf987264f9 adapt the q3a unix backend to c++ and JO Jonathan Gray 2013-04-28 15:41:07 +1000
  • e926318ae5 allow null_snddma to be used with snd_dma Jonathan Gray 2013-04-28 15:12:03 +1000
  • 5cfcb7c3ed rename some c files that will be compiled as c++ Jonathan Gray 2013-04-28 13:40:43 +1000
  • 8202db3fe1 provide a gcc style alternative to the inline asm in tr_shade Jonathan Gray 2013-04-28 13:25:53 +1000
  • c294d5e494 match JA and typedef LPCSTR q_shared.h Jonathan Gray 2013-04-28 13:03:46 +1000
  • 81cc9190a4 match the rest of the code and have OutputDebugString under _DEBUG Jonathan Gray 2013-04-28 12:57:34 +1000
  • ceb09f0e9b place win32 code under #ifdef _WIN32 not #ifndef __linux__ Jonathan Gray 2013-04-28 12:54:18 +1000
  • 4b44474789 change iterator erasing so we don't need to overload the = operator Jonathan Gray 2013-04-28 12:51:04 +1000
  • bdaaf508db strcmpi -> Q_strcmpi Jonathan Gray 2013-04-28 12:43:39 +1000
  • 19037862ec rename some files to restore the correct case Jonathan Gray 2013-04-28 12:30:23 +1000
  • 6d2a2a5c1e add a gcc style alignment alternative to msvc code Jonathan Gray 2013-04-28 12:16:55 +1000
  • 92d13d1c98 rename _X to avoid a collision with ctype.h Jonathan Gray 2013-04-28 12:13:21 +1000
  • 71dcd3be3f powf -> Q_powf Jonathan Gray 2013-04-28 12:07:28 +1000
  • a962a72805 leave the masm assembly to msvc Jonathan Gray 2013-04-28 12:03:19 +1000
  • 89023d5751 strnicmp -> Q_strnicmp Jonathan Gray 2013-04-28 11:54:57 +1000
  • 53f109836e make the openal code compile without eax and enable it by default Jonathan Gray 2013-04-28 11:46:44 +1000
  • 699d21fe54 strlwr -> Q_strlwr Jonathan Gray 2013-04-28 11:20:45 +1000
  • 41d7f40193 add some casts so gcc can pick an overloaded abs/max/min func Jonathan Gray 2013-04-28 11:12:04 +1000
  • 16ff91d807 fix #includes to compile on non windows without pch Jonathan Gray 2013-04-28 11:09:47 +1000
  • da3e7050ef add an OpenBSD section to q_shared.h Jonathan Gray 2013-04-28 11:07:13 +1000
  • a968608a38 Merge pull request #2 from jonathangray/readme Zachary J. Slater 2013-04-24 11:08:12 -0700
  • 96ef48aff0 Merge c07ad9de1f into bb3b296c0b jonathangray 2013-04-23 23:29:55 -0700
  • c07ad9de1f add an initial readme Jonathan Gray 2013-04-24 16:26:23 +1000
  • bb3b296c0b Merge pull request #1 from jonathangray/initial_port Zachary J. Slater 2013-04-23 11:29:25 -0700
  • e39b57c41c Merge 140c054cdb into 1963e9b17e jonathangray 2013-04-23 09:14:43 -0700
  • 140c054cdb use an int not a long for the version in the roff header Jonathan Gray 2013-04-21 23:32:16 +1000
  • 53d3dd75e3 chids in savegames are 32 bits on disk so don't use long Jonathan Gray 2013-04-21 22:41:37 +1000
  • bb7b3911bb allow the horrible hack of writing -1 to a pointer to work on amd64 Jonathan Gray 2013-04-21 22:39:23 +1000
  • 2602d6e48d initial round of amd64 fixes Jonathan Gray 2013-04-23 10:25:52 +1000
  • 147d694c92 fix some return types by matching JA Jonathan Gray 2013-04-22 01:32:25 +1000
  • 9212aa030f fix the Ghoul2InfoArray destructor, based on code in JA Jonathan Gray 2013-04-22 01:29:20 +1000
  • 583b8948a8 fix some accesses beyond the end of arrays spotted via clang Jonathan Gray 2013-04-21 23:54:56 +1000
  • c5fceea9f3 fix some uses of delete that should be delete[] Jonathan Gray 2013-04-21 01:59:35 +1000
  • 1496bedee4 avoid overflowing buffer with GL_EXTENSIONS, from ioquake3 Jonathan Gray 2013-04-20 22:42:59 +1000
  • 9e6cb5c645 add a cmake file Jonathan Gray 2013-04-23 12:09:05 +1000
  • 6f81317279 use libGL.so.1 on linux Jonathan Gray 2013-04-23 12:07:34 +1000
  • 925dc824b5 remove a wrong and unused prototype Jonathan Gray 2013-04-23 10:40:52 +1000
  • fa77ccb704 avoid implicit int types Jonathan Gray 2013-04-23 10:29:55 +1000
  • b1875def86 adjust to different scoping of variables declared in for loops Jonathan Gray 2013-04-23 10:11:19 +1000
  • a06907e8f5 'or' is a c++ operator so rename variables to avoid it Jonathan Gray 2013-04-23 10:01:12 +1000
  • 73b8d667f7 avoid defining the game import var twice Jonathan Gray 2013-04-23 02:26:47 +1000
  • 00aa9c17af turn off c++ symbol mangling for GetGameAPI/vmMain/dllEntry Jonathan Gray 2013-04-23 01:56:28 +1000
  • 07ad60e4f5 make the non IMMERSION case compile Jonathan Gray 2013-04-23 01:45:25 +1000
  • 38cc99e42d adapt the q3a unix backend to c++ and JO Jonathan Gray 2013-04-23 01:30:19 +1000
  • 2420c9b454 remove an unused method that refers to a non existing var Jonathan Gray 2013-04-23 00:37:07 +1000
  • d9844941d5 change an interator assignment to appease gcc Jonathan Gray 2013-04-22 23:32:33 +1000
  • ca5b529ca9 opt out of more masm assembly Jonathan Gray 2013-04-22 23:27:09 +1000
  • 3c1c6ef06d make the openal code compile without eax and enable it by default Jonathan Gray 2013-04-22 23:19:27 +1000
  • 5f08a518e2 add a CPUSTRING for amd64 linux Jonathan Gray 2013-04-22 22:56:45 +1000
  • d9628b4015 add an OpenBSD section to q_shared.h Jonathan Gray 2013-04-22 22:55:23 +1000
  • eabd6e015c rename variables named Status to status to prevent collision with X11 Jonathan Gray 2013-04-22 22:48:31 +1000
  • d1ba86a638 add a gcc style alignment alternative to msvc code Jonathan Gray 2013-04-22 22:40:16 +1000