0ad/source
prefect b889826a3d Some Linux compile fixes over the place.
Create TerrainRenderer, ShadowMap and WaterManager classes to divide
CRenderer's functions into more logical units.

This was SVN commit r3332.
2006-01-07 01:04:26 +00:00
..
graphics Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
gui Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
i18n profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump. 2005-10-30 16:19:20 +00:00
lib Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
maths Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
ps Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
renderer Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
scripting Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
simulation Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
sound snd: support for fading (variable initial/final values and lengths; can choose linear,exponential or S-curve). also minor improvements. 2005-12-13 23:17:50 +00:00
tools Explicit cast to CStr() to fix Linux build. 2005-12-23 01:24:07 +00:00
main.cpp - Added pause game functionality. 2006-01-02 03:07:29 +00:00
ProgrammingSchedule.xls gave it a once-over, marked 1 as complete 2005-05-09 16:30:01 +00:00