Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-07 | No unix memmove for msvc | Pan7 | |
2015-06-07 | Commit newly generated gram.c | Tim Angus | |
2015-06-07 | Fix cppcheck warning | Tim Angus | |
2015-03-17 | Use MSVC mode marcos for creat in q3cpp on Windows | Zack Middleton | |
Using unix mode 0666 for creat was causing crashes when compiled with MSVC. So use the marcos recommended by MSDN. MinGW also has the marcos, so apply to Windows builds in general. | |||
2015-03-17 | Stop LCC from warning about null pointer conversion to function pointer | Jun Woong | |
Fixed LCC to correctly diagnose expressions with NPC. It no longer reports messages such as warning: conversion from `pointer to void' to `pointer to void function(void)' is compiler dependent | |||
2015-03-17 | q3lcc option -lcppdir and -lrccdir | Pan7 | |
2015-03-17 | Windows header files for q3lcc | Pan7 | |
2015-03-17 | Renaming outp to outbufp because outp() is an existing function | Pan7 | |
2013-05-31 | drop some useless return statements | /dev/humancontroller | |
2013-05-03 | Fix memmove() | Mikael Pettersson | |
[The lcc source] overrides the libc memmove() with its own implementation, but that implementation fails to follow the specification. In particular, it returns NULL rather than memmove()'s first parameter. GCC now optimizes based on this aspect of the specification, so things go wrong at runtime. [Text & patch from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56881#c8] | |||
2013-02-16 | Update copyright notices | Tim Angus | |
2013-02-16 | Remove a few name tags | Tim Angus | |
2013-01-12 | more '\n' business | Zack Middleton | |
From /dev/humancontroller. | |||
2013-01-12 | REFACTOR [a vs an] | Zack Middleton | |
From /dev/humancontroller. | |||
2013-01-10 | Bug 5146 - Remove last of warnings under gcc 4.6.1 for Linux, patch by ↵ | Thilo Schulz | |
q3urt.undead@gmail.com | |||
2013-01-09 | Fix nasty crash bug | Thilo Schulz | |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Merge ioq3-r1708 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1669 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1637 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1498, by popular demand | Tim Angus | |
2013-01-03 | Simplifications in generate-diff.sh | Ben Millwood | |
* use git svn find-rev to get upstream revision rather than multi-pipe shell commmand * revert unnecessary changes to src, and hence replace 'src/cgame src/game ...' with just 'src/' in the diff command | |||
2013-01-03 | * Merge ioq3-r1423 | Tim Angus | |
+ IPv6 + VoIP + Stereo rendering + Other minor stuff | |||
2013-01-03 | Added armour files to version control. | Michael Levin | |
2007-11-03 | * Merge ioq3-r1204 | Tim Angus | |
2007-09-15 | * Merge of ioq3-r1183 | Tim Angus | |
+ Windows dedicated console + MSVC project + Makefile tweaks | |||
2007-09-13 | * Merge of ioq3-r1178 | Tim Angus | |
2007-07-15 | * Merge of ioq3-r1112 | Tim Angus | |
2006-05-06 | * Merged ioq3-r775 | Tim Angus | |
- SDL_GammaRamp stuff - Anisotropic texture filtering - q3testesque r_flares - cl_guid - Security fixes | |||
2006-04-16 | * Merged ioq3-r708 | Tim Angus | |
2006-03-21 | * MinGW fixes merged from ioq3-r652 | Tim Angus | |
* Manual updates | |||
2006-01-15 | * Merged ioq3-r492 | Tim Angus | |
2005-12-29 | * Merged ioq3-r451 into trunk | Tim Angus | |
2005-12-10 | * s/Quake III Arena source code/Tremulous/ | Tim Angus | |
* De-quaked various bits and pieces * Integrated Tremulous into the ioq3 source * Relicensed Tremulous to be GPL * It compiles!!!!!!!!11111111!!!!1 | |||
2005-12-10 | * Copied ioq3 src to trunk | Tim Angus | |