Commit graph

  • 3b0e200e4f add some casts so gcc can pick an overloaded abs/max/min func Jonathan Gray 2013-04-25 14:16:27 +1000
  • 1625e229c9 provide a gcc style alternative to the inline asm in FxPrimitives Jonathan Gray 2013-04-25 14:09:08 +1000
  • ac358477fd rename _X to avoid a collision with ctype.h Jonathan Gray 2013-04-25 12:48:12 +1000
  • 2d66eb2b2b fix #includes to compile on non windows without pch Jonathan Gray 2013-04-25 12:47:04 +1000
  • d279049cb8 replace some #elif __linux__ with #else Jonathan Gray 2013-04-25 12:46:05 +1000
  • 54e3184cfc add an OpenBSD section to q_shared.h Jonathan Gray 2013-04-25 12:31:09 +1000
  • 211687d21f test the non msvc path as __GNUC__ not __linux__ Jonathan Gray 2013-04-25 12:25:28 +1000
  • f50e96fe20 Merge pull request #3 from jonathangray/readme Zachary J. Slater 2013-04-24 11:07:36 -0700
  • cbf263c105 Merge 6886cdcb07 into 018d1fe5d4 jonathangray 2013-04-23 23:31:13 -0700
  • 6886cdcb07 add an initial readme Jonathan Gray 2013-04-24 16:27:46 +1000
  • 018d1fe5d4 Merge pull request #2 from jonathangray/initial_port Zachary J. Slater 2013-04-23 11:29:07 -0700
  • 41a16d1277 Merge ac9a3c7748 into 4acc2fd7fb jonathangray 2013-04-23 09:24:42 -0700
  • ac9a3c7748 use an int not a long for the version in the roff header Jonathan Gray 2013-04-21 23:31:26 +1000
  • 76fb0c6d6f chids in savegames are 32 bits on disk so don't use long Jonathan Gray 2013-04-21 23:08:41 +1000
  • 5b9dda241c initial round of amd64 fixes Jonathan Gray 2013-04-20 16:19:40 +1000
  • 21a15843f6 fix some accesses beyond the end of arrays spotted via clang Jonathan Gray 2013-04-21 20:21:29 +1000
  • 5ed4e4ca50 avoid overflowing buffer with GL_EXTENSIONS, from ioquake3 Jonathan Gray 2013-04-20 22:41:21 +1000
  • d83a25cc1e fix a return type Jonathan Gray 2013-04-21 16:19:19 +1000
  • ce9aaa8951 add a cmake file Jonathan Gray 2013-04-24 00:39:20 +1000
  • eba23de0e9 modify #elif statements so they will build if a symbol isn't defined Jonathan Gray 2013-04-24 00:36:59 +1000
  • 8cbc7dc223 use libGL.so.1 on linux Jonathan Gray 2013-04-23 12:07:34 +1000
  • 40a2f534d0 remove a wrong and unused prototype Jonathan Gray 2013-04-23 10:40:52 +1000
  • 7fa9827a94 avoid implicit int types Jonathan Gray 2013-04-23 10:29:55 +1000
  • 666685fba6 adjust to different scoping of variables declared in for loops Jonathan Gray 2013-04-21 20:29:47 +1000
  • ea4f7f0599 turn off c++ symbol mangling for GetGameAPI/vmMain/dllEntry Jonathan Gray 2013-04-23 01:56:28 +1000
  • c0f29e95a2 make the non IMMERSION case compile Jonathan Gray 2013-04-23 01:45:25 +1000
  • 4e402640e7 adapt the q3a unix backend to c++ and JA Jonathan Gray 2013-04-24 00:00:38 +1000
  • 0e3191e122 provide a gcc style alternative to the inline asm in zlib Jonathan Gray 2013-04-23 23:39:05 +1000
  • dca7904229 only declare the WGL pointers on windows Jonathan Gray 2013-04-23 22:47:30 +1000
  • f2f8459cb8 make the openal code compile without eax and enable it by default Jonathan Gray 2013-04-23 21:56:22 +1000
  • 0833f632ad add a CPUSTRING for amd64 linux Jonathan Gray 2013-04-22 22:56:45 +1000
  • eaad5df3d1 add an OpenBSD section to q_shared.h Jonathan Gray 2013-04-22 22:55:23 +1000
  • 362f8c8612 rename variables named Status to status to prevent collision with X11 Jonathan Gray 2013-04-22 22:48:31 +1000
  • e9536dccbd use qWindow instead of Window to avoid a collision with X11 headers Jonathan Gray 2013-04-22 22:38:31 +1000
  • acc51ddf20 'or' is a c++ operator so rename variables to avoid it Jonathan Gray 2013-04-23 21:19:50 +1000
  • 1cfc2bde7b add a gcc style alignment alternative to msvc code Jonathan Gray 2013-04-22 22:40:16 +1000
  • 6fc2559179 opt out of more masm assembly Jonathan Gray 2013-04-22 23:27:09 +1000
  • 3aaacddbb2 USHORT -> unsigned short Jonathan Gray 2013-04-23 20:54:21 +1000
  • 9e50610608 add static so multiple files can each have their own Pool() Jonathan Gray 2013-04-23 20:32:41 +1000
  • d13e72ab9d avoid defining the game import var twice Jonathan Gray 2013-04-23 02:26:47 +1000
  • 5335a8f693 remove an invalid and uneeded assignment Jonathan Gray 2013-04-23 20:27:46 +1000
  • e1fa7930f5 change iterator erasing so we don't need to overload the = operator Jonathan Gray 2013-04-22 19:25:33 +1000
  • df9e8b2224 leave the masm assembly to msvc Jonathan Gray 2013-04-22 21:58:42 +1000
  • bf669a384c add a missing comma in a Ragl header Jonathan Gray 2013-04-23 20:13:17 +1000
  • e141c98002 add the typename keyword as needed to Ragl Jonathan Gray 2013-04-23 20:09:21 +1000
  • ef2d578693 avoid scoped enums which was until very recently a microsoft extension Jonathan Gray 2013-04-23 20:03:21 +1000
  • 8096cb839d _snprintf -> snprintf Jonathan Gray 2013-04-23 19:45:35 +1000
  • a72f2af77e replace _isnan with Q_isnan Jonathan Gray 2013-04-22 21:30:27 +1000
  • 3dff5cdf52 avoid including some bg_lib functions Jonathan Gray 2013-04-22 21:01:05 +1000
  • 0c24fcdbfb use QDECL instead of __cdecl Jonathan Gray 2013-04-22 20:42:14 +1000
  • 118f3df648 rename syscall to qsyscall to avoid conflicting with system headers Jonathan Gray 2013-04-22 20:37:47 +1000
  • 9231cb9283 add some casts so gcc can pick an overloaded abs/max/min func Jonathan Gray 2013-04-22 19:43:09 +1000
  • e18c1d17b7 add wrappers for function pointers with default arguments Jonathan Gray 2013-04-23 18:12:43 +1000
  • be54255a02 add a simple non asm myftol() alternative Jonathan Gray 2013-04-22 19:30:41 +1000
  • d9ccfeec4e force some inherited template names to be dependent Jonathan Gray 2013-04-21 15:00:23 +1000
  • 648cfe3711 rename _X to avoid a collision with ctype.h Jonathan Gray 2013-04-22 19:00:06 +1000
  • 2c2667afcc don't hardcode windows value of RAND_MAX and fix namespace issues Jonathan Gray 2013-04-23 17:42:42 +1000
  • 0c448c94df fix #includes to compile on non windows without pch Jonathan Gray 2013-04-23 17:39:09 +1000
  • 53d289ddc2 rename some c files that will be compiled as c++ Jonathan Gray 2013-04-23 17:10:44 +1000
  • 1e1cd24f79 rename some files to restore the correct case Jonathan Gray 2013-04-23 17:05:12 +1000
  • dbf733b95c add and use Q_stricmp/Q_strcmpi/Q_strlwr/Q_strupr Jonathan Gray 2013-04-23 16:54:20 +1000
  • bd47e42e0e fix slashes in include paths Jonathan Gray 2013-04-19 13:47:29 +1000
  • 85e0d466e2 remove the rest of the Visual SourceSafe files Jonathan Gray 2013-04-23 15:39:07 +1000
  • a44720cec8 remove some binary libraries Jonathan Gray 2013-04-23 15:30:43 +1000
  • 039ef2cb4a ditch dos style newlines Jonathan Gray 2013-04-19 12:52:48 +1000
  • 4acc2fd7fb Merge pull request #1 from Jsvcycling/master Zachary J. Slater 2013-04-07 10:46:39 -0700
  • c540b55d37 Merge 107cd7a531 into 103d2129d1 Josh Vega 2013-04-06 18:03:15 -0700
  • 107cd7a531 Deleted all the Visual SourceSafe files. Josh Vega 2013-04-06 20:59:34 -0400
  • 103d2129d1 TODO Zachary Slater 2013-04-04 19:12:18 -0700
  • f77c7477cf Rename README.txt to raven-README.txt Zachary J. Slater 2013-04-04 18:58:47 -0700
  • 4bebb8ec23 Jedi Academy Release James Monroe 2013-04-04 19:15:02 -0500
  • 7c862ae0d6 Jedi Academy Release James Monroe 2013-04-04 19:14:27 -0500
  • 023fd83900 Jedi Academy Release James Monroe 2013-04-04 19:10:35 -0500
  • 59f7e71450 Jedi Academy Patch 1.01 James Monroe 2013-04-04 18:21:13 -0500
  • e0610d49dd Jedi Academy Release James Monroe 2013-04-04 18:19:37 -0500
  • 684d1bcb3b Jedi Academy Release James Monroe 2013-04-04 17:35:38 -0500