1
0
forked from 0ad/0ad
0ad/source
Ykkrosh 2f28b07356 Support storing index data in VBOs.
Use index VBOs in model renderers, for performance.
Be more explicit about static/dynamic VBOs.
Add VBO usage to renderer stats.
Clean up some obsolete unused code.

This was SVN commit r9052.
2011-03-13 18:58:09 +00:00
..
collada Support prop_ prefix in Collada files, as well as prop- 2010-11-15 02:18:49 +00:00
graphics Improve camera restraints at edge of map to be independent of zoom, and to work on circular maps. 2011-03-04 20:02:05 +00:00
gui Various minor optimisations. 2011-03-03 00:16:14 +00:00
lib sync with work. add u8_from_larger, sys_IsDebuggerPresent, wdll_main.h; 2011-03-11 16:29:27 +00:00
maths Improve camera restraints at edge of map to be independent of zoom, and to work on circular maps. 2011-03-04 20:02:05 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network Improve performance of full state hash computation, by skipping script components that are known to have no data. 2011-03-05 22:30:32 +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 Fix negative 'unlogged' time in profiler at start of game. 2011-03-08 16:58:07 +00:00
renderer Support storing index data in VBOs. 2011-03-13 18:58:09 +00:00
scripting Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss. 2011-02-17 20:08:20 +00:00
scriptinterface Fix non-PCH build 2011-03-06 00:01:23 +00:00
simulation # Support alt+enter to toggle fullscreen mode. Make game window resizable. 2010-06-03 19:07:59 +00:00
simulation2 Improve performance of full state hash computation, by skipping script components that are known to have no data. 2011-03-05 22:30:32 +00:00
sound Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss. 2011-02-17 20:08:20 +00:00
tools Latest version of user-report server code 2011-03-12 02:36:20 +00:00
contributors.txt Update contributors list 2010-08-06 00:18:45 +00:00
main.cpp Make the script profiler more useful, by giving the filename/line for anonymous functions. 2011-02-21 02:16:12 +00:00
test_setup.cpp Fix #739 (test failures). 2011-02-24 00:32:38 +00:00