1
0
forked from 0ad/0ad
0ad/source
janwas 29ea79f5eb # CSimulation init optimization
* ScriptableComplex.h: big bang (several hundred ms) for little buck:
made all CStrW params const CStrW& instead. this should *always* be done
as a matter of principle, unless the string actually needs to be
modified (in which case compiler will tell you)

* adts: slight improvement to hash table perf: change expansion
threshold to 50% full, and implement quadratic probing (as suggested by
matei)

This was SVN commit r4122.
2006-07-16 23:03:26 +00:00
..
graphics # Updates to the entity bar display system by Andrew. 2006-07-16 19:32:48 +00:00
gui # CSimulation cleanup and optimization (1) 2006-07-12 14:36:59 +00:00
i18n rename i18n's tests subdirectory tests2, so that it doesn't get confused as a self-test directory 2006-06-07 03:01:25 +00:00
lib # CSimulation init optimization 2006-07-16 23:03:26 +00:00
maths Upgraded console (text wrap, help text), cinematic stuff 2006-07-06 03:17:44 +00:00
pch More header-file rejigging. 2006-06-09 18:32:00 +00:00
ps # Updates to the entity bar display system by Andrew. 2006-07-16 19:32:48 +00:00
renderer svn:ignore auto-generated test .cpp files. 2006-07-12 14:49:10 +00:00
scripting # CSimulation init optimization 2006-07-16 23:03:26 +00:00
simulation # Updates to the entity bar display system by Andrew. 2006-07-16 19:32:48 +00:00
sound # housekeeping 2006-06-04 22:27:40 +00:00
tools Some cleanup - renamed CBaseEntity to CEntityTemplate, and removed JSInterface_BaseEntity.h and JSInterface_Entity.h (which were unused). 2006-07-13 03:29:33 +00:00
main.cpp # CSimulation cleanup and optimization (1) 2006-07-12 14:36:59 +00:00