summaryrefslogtreecommitdiff
path: root/src/tools/lcc
AgeCommit message (Collapse)Author
2013-05-31drop some useless return statements/dev/humancontroller
2013-05-03Fix 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-16Remove a few name tagsTim Angus
2013-01-12REFACTOR [a vs an]Zack Middleton
From /dev/humancontroller.
2013-01-10Bug 5146 - Remove last of warnings under gcc 4.6.1 for Linux, patch by ↵Thilo Schulz
q3urt.undead@gmail.com
2013-01-03* Merge ioq3-r1946Tim Angus
2013-01-03* Merge ioq3-r1708Tim Angus
2013-01-03* Merge ioq3-r1669Tim Angus
2013-01-03* Merge ioq3-r1498, by popular demandTim Angus
2013-01-03Simplifications in generate-diff.shBen 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-r1423Tim Angus
+ IPv6 + VoIP + Stereo rendering + Other minor stuff
2013-01-03Added armour files to version control.Michael Levin
2007-09-15* Merge of ioq3-r1183Tim Angus
+ Windows dedicated console + MSVC project + Makefile tweaks
2007-09-13* Merge of ioq3-r1178Tim Angus
2006-05-06* Merged ioq3-r775Tim Angus
- SDL_GammaRamp stuff - Anisotropic texture filtering - q3testesque r_flares - cl_guid - Security fixes
2006-04-16* Merged ioq3-r708Tim Angus
2006-03-21* MinGW fixes merged from ioq3-r652Tim Angus
* Manual updates
2006-01-15* Merged ioq3-r492Tim Angus
2005-12-29* Merged ioq3-r451 into trunkTim Angus
2005-12-10* Copied ioq3 src to trunkTim Angus