Commit Graph

33 Commits

Author SHA1 Message Date
Artem Kharytoniuk ce736c68e2 MISSIONPACK removal: game project. 2016-07-09 15:29:28 +03:00
Artem Kharytoniuk 1a7b937688 MISSIONPACK removal: botlib project. 2016-07-09 13:50:48 +03:00
Artem Kharytoniuk 83e6315b5c Removed bspc project. 2016-07-09 01:58:42 +03:00
Artem Kharytoniuk 6d1e0a9a81 Set VS C++ warning level to 3 for all projects. 2016-07-08 23:35:46 +03:00
Artem Kharytoniuk 191e67d8bc VS project files update. 2016-07-08 23:01:51 +03:00
Artem Kharytoniuk ed5c308e1b Removed helper scripts. 2016-07-08 22:24:13 +03:00
Artem Kharytoniuk f2dd9e6420 C++ conversion: bug fix(silly typos). 2016-07-07 23:17:02 +03:00
Artem Kharytoniuk e1d1891e39 C++ conversion: fixed compilation errors for jpeg library (INT32 name conflict). 2016-07-07 22:40:34 +03:00
Artem Kharytoniuk f83912ec54 C++ conversion: fixed compilation errors for renderer project. 2016-07-07 22:40:32 +03:00
Artem Kharytoniuk 0153ac316f C++ conversion: fixed compilation errors for botlib project. 2016-07-07 21:59:16 +03:00
Artem Kharytoniuk ff834b8b59 C++ conversion: fixed compilation errors for quake3 project. 2016-07-07 08:54:38 +03:00
Artem Kharytoniuk e2e32bca15 Fixed OP_BLOCK_COPY implementation based on ioquake3 code. 2016-07-05 00:05:49 +03:00
Artem Kharytoniuk ee7b1bc5ad Added intptr_t typedef for virtual machine mode. 2016-07-05 00:03:24 +03:00
Artem Kharytoniuk 486cfec9dd Removed support for compiled vm mode. Use bytecode by default. 2016-06-25 23:03:14 +03:00
Artem Kharytoniuk c6836b54b2 x64: updated system call signatures to accepts and return values of type intptr_t. 2016-06-25 21:48:48 +03:00
Artem Kharytoniuk d4f7c1b467 Added ARRAY_LEN macro. 2016-06-25 20:00:28 +03:00
Artem Kharytoniuk 3c70828301 Removed unused code. 2016-06-24 00:13:39 +03:00
Artem Kharytoniuk 89da951f57 Fixed STRNCPY system calls. 2016-06-24 00:04:50 +03:00
Artem Kharytoniuk 9d1a9107a7 x64: updated entry point (vmMain) signature to return intptr_t instead of int. 2016-06-20 21:30:34 +03:00
Artem Kharytoniuk 9314f81608 Use intptr_t to store pointer value.
Minor fix in printf call: added new line symbol.
2016-06-15 08:50:31 +03:00
Artem Kharytoniuk 164fd4da09 Fixed windows platform x64 compatibility issues. 2016-06-15 00:01:11 +03:00
Artem Kharytoniuk 0d47a2c605 Fixed pointer conversion warning on x64.
Code is replaced with functionally equivalent code.
2016-06-14 23:17:44 +03:00
Artem Kharytoniuk 406a64ac26 Structure field's offset computation update: use intptr_t when converting pointer to integer. 2016-06-13 20:51:17 +03:00
Artem Kharytoniuk 1d0188afb2 Restored original quake code to initialize gamma ramp table.
Probably original code was modified by mistake.
2016-06-11 13:38:18 +03:00
Artem Kharytoniuk 9c8932083a Restored previously removed displayFrequency field of glconfig_t.
It was removed by mistake: we need this for compatibility with other mods.
2016-06-11 13:04:07 +03:00
Artem Kharytoniuk 887c36612f Converted VS project to VS 2015 format. 2016-05-03 10:58:05 +03:00
Artem Kharytoniuk d318c834c3 Removed null platform files. 2014-07-13 13:52:05 +03:00
Artem Kharytoniuk 3cc9bcd542 Fixed compilation warnings (mostly size_t->int, signed/unsigned conversions). 2014-07-08 23:32:09 +03:00
Artem Kharytoniuk 0f690ecf79 Added shared properties. 2014-07-08 22:38:00 +03:00
Artem Kharytoniuk eae0ddcccc Code fixes to support x64. 2014-06-22 22:44:14 +03:00
Artem Kharytoniuk 45f0e016d2 Updated project configuration to support x64 2014-06-22 22:44:12 +03:00
Artem Kharytoniuk 96abbd7a03 Removed support for ancient graphics hardware and drivers.
Removed Unix/Mac OS X platforms support.

Updated Visual Studio project files.
2014-05-09 23:20:45 +03:00
Travis Bradshaw dbe4ddb103 The Quake III Arena sources as originally released under the GPL license on August 20, 2005. 2012-01-31 13:41:34 -06:00