1
0
forked from 0ad/0ad
0ad/source
Ykkrosh ee3243ff92 # Fixes for simulation speed in scenario edtior. Various code cleanups.
Game, Simulation, etc: Separated 'update' and 'interpolate', and made
'update' return whether it's going fast enough (so callers can decide to
do more updates per render). Changed some time variables to 'double' so
they have enough precision in long games.
Atlas: Added "Fast" playback button. Made simulation sometimes go at
real-time speed, if it's just slightly too slow at rendering.
VertexBuffer: Removed some non-useful glGetError calls.
Entity: Commented out redundant Tick code. Fixed syntax error in
disabled code that confused the IDE.
Aura: Changed string code again, to simply use ASCII instead of UTF-16.
(SpiderMonkey seems to handle it just as efficiently, for small
strings.)
Misc: Some more minor header-file cleanup.
SVN log: Added feed link.

This was SVN commit r4807.
2007-01-24 20:17:28 +00:00
..
collada # Conversion of skeleton animations from COLLADA 2006-12-26 22:43:09 +00:00
graphics # Fixes for simulation speed in scenario edtior. Various code cleanups. 2007-01-24 20:17:28 +00:00
gui # Added primitive memory-allocation counting 2007-01-21 03:33:52 +00:00
i18n Tried compiling with ICC9 on Linux, which raised various issues: 2006-12-16 01:01:15 +00:00
lib slightly nicer fix for goto-skips-init trouble 2007-01-19 23:03:35 +00:00
maths Tried compiling with ICC9 on Linux, which raised various issues: 2006-12-16 01:01:15 +00:00
network Removed some header files from header files. 2007-01-13 22:44:42 +00:00
pch Removed some header files from header files. 2007-01-13 22:44:42 +00:00
ps # Fixes for simulation speed in scenario edtior. Various code cleanups. 2007-01-24 20:17:28 +00:00
renderer # Fixes for simulation speed in scenario edtior. Various code cleanups. 2007-01-24 20:17:28 +00:00
scripting Fix VC2003 compilation (hopefully). 2007-01-17 03:41:23 +00:00
simulation # Fixes for simulation speed in scenario edtior. Various code cleanups. 2007-01-24 20:17:28 +00:00
sound #fixed minor bug with soundgroups 2007-01-20 04:23:08 +00:00
tools # Fixes for simulation speed in scenario edtior. Various code cleanups. 2007-01-24 20:17:28 +00:00
main.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00
test_setup.cpp Added ICC-Linux PCH support in Premake. (It's much more like the MSVC approach than the GCC one.) 2007-01-04 03:22:23 +00:00