q3rally/engine/code/tools/lcc
zturtleman 1568196e27 ioquake3 resync to revision 6920 from 6893.
Updated to latest recommended build settings, increased deployment target to 10.7
Further tweaks to Xcode project
Now works as well as possible in Xcode 11
Figured out method of referencing GLSL generated C files outside of code directory
Update README.md
Add C syntax highlighting to readme
Simplify glsl -> C stringification
Make LCC path resolution more robust
GitHub Actions setup
Remove old CI system configurations
Add status badge to README
Fix shader stringify
Run apt-get update before installing deps
Avoid platform sed differences
Run actions on pull request too
Use `r_texturemode GL_LINEAR_MIPMAP_LINEAR` by default
[sdl] Turn tentative definition into actual definition.
Add TOOLS_CFLAGS to build preamble
Fix use of TOOLS_CC being reported as CC
Use the correct compiler for tools when cross building under cygwin
Allow using pulseaudio for SDL audio capture
Restore bots crushing unseen player on q3tourney6 in non-CTF
Fix the number of weights in the IQM model calculation
Fixes a crash when compiling the project on windows in 64 bit mode.
2021-06-07 09:11:19 +00:00
..
cpp ioquake3 resync to revision 3550 from 3534. 2020-03-15 19:40:23 +00:00
doc ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
etc ioquake3 resync to revision 6920 from 6893. 2021-06-07 09:11:19 +00:00
lburg ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00
src ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
COPYRIGHT Added files 2011-02-18 14:31:32 +00:00
LOG Added files 2011-02-18 14:31:32 +00:00
README Added files 2011-02-18 14:31:32 +00:00
README.id Added files 2011-02-18 14:31:32 +00:00

This hierarchy is the distribution for lcc version 4.1.

lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. doc/4.html summarizes the differences.

VERSION 4.1 IS INCOMPATIBLE WITH EARLIER VERSIONS OF LCC. DO NOT
UNLOAD THIS DISTRIBUTION ON TOP OF A 3.X DISTRIBUTION.

LOG describes the changes since the last release.

CPYRIGHT describes the conditions under you can use, copy, modify, and
distribute lcc or works derived from lcc.

doc/install.html is an HTML file that gives a complete description of
the distribution and installation instructions.

Chris Fraser / cwfraser@microsoft.com
David Hanson / drh@microsoft.com
$Revision: 145 $ $Date: 2001-10-17 16:53:10 -0500 (Wed, 17 Oct 2001) $