0ad/source
Ykkrosh b08e142193 Graphics optimisations and features from eihrul.
Add shadow filtering (PCF) option.
Fix ugly shadow saturation in old lighting mode.
Fix fancy water shader.
Fix camera matrix computation.
Support scissoring of camera frustum.
Optimise vertex skinning.
Inline various matrix functions.
Support filtering of the list of submitted models before a rendering
pass, for more precise culling.
Optimise water renderer (fixes #721, based on patch by ortalo).
Use scissoring when generating reflection/refraction textures.
Skip reflection/refraction texture generation when no water is visible.
Render alpha-blended objects differently (fixes #434).
Reduce shadow swimming effects.

This was SVN commit r9814.
2011-07-12 23:48:05 +00:00
..
collada Report filename in Collada warning messages. 2011-05-14 16:43:08 +00:00
graphics Graphics optimisations and features from eihrul. 2011-07-12 23:48:05 +00:00
gui Stops unit following when other object selected. Fixes #775 2011-07-05 21:29:11 +00:00
lib Fix no-PCH builds 2011-07-08 15:07:08 +00:00
maths Graphics optimisations and features from eihrul. 2011-07-12 23:48:05 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network Upgrade game and build system to ENet 1.3 2011-05-29 20:57:28 +00:00
pch remove no-longer needed (and non-reentrant) MICROLOG as per today's meeting 2010-11-06 19:11:40 +00:00
ps Graphics optimisations and features from eihrul. 2011-07-12 23:48:05 +00:00
renderer Graphics optimisations and features from eihrul. 2011-07-12 23:48:05 +00:00
scripting split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
scriptinterface Fixes broken autostart for random maps with AI 2011-06-27 23:27:25 +00:00
simulation fix self-test and map load on Windows (avoid mixing dir separators). 2011-05-06 18:45:30 +00:00
simulation2 Avoid errors when using planes in formations, by not allowing them to join formations 2011-07-07 17:05:22 +00:00
sound cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
tools Fixes Atlas build errors on OS X (specifically MacPorts' version of wxWidgets doesn't support constructing wxString with std::wstring) 2011-07-10 21:00:21 +00:00
contributors.txt Update contributors list 2010-08-06 00:18:45 +00:00
main.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
test_setup.cpp Fix glwprintf errors on OS X with non-ASCII strings, by setting LC_CTYPE to UTF-8 2011-07-06 21:19:59 +00:00