summaryrefslogtreecommitdiff
path: root/src/tools/lcc
AgeCommit message (Collapse)Author
2017-02-07silence a bunch of compiler warnings/dev/humancontroller
2016-04-07No unix memmove for msvcPan7
2015-06-07Commit newly generated gram.cTim Angus
2015-06-07Fix cppcheck warningTim Angus
2015-03-17Use MSVC mode marcos for creat in q3cpp on WindowsZack 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-17Stop LCC from warning about null pointer conversion to function pointerJun 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-17q3lcc option -lcppdir and -lrccdirPan7
2015-03-17Windows header files for q3lccPan7
2015-03-17Renaming outp to outbufp because outp() is an existing functionPan7
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