1
0
forked from 0ad/0ad
0ad/source
janwas 6668ad6e1c CTerrain, Brushes: made CalcFromPosition static and added float x,y overload
minimap, PatchRData, renderer: fix ELOSState comparison vs & and use
SAFE_DELETE
ia32: add rounding control constants (for FISTP)
premake: set /QIfist compiler setting which causes float->int casts to
go through FISTP instruction instead of _ftol2() (much faster, but
requires CPU state to have been set)
LOSManager.cpp: cache m_TilesPerSize; use MIN/MAX; use
CTerrain::CalcFromPosition; clean up GetUnitState a bit. now runs at
203ns, down from 222

This was SVN commit r3099.
2005-11-06 01:33:16 +00:00
..
graphics CTerrain, Brushes: made CalcFromPosition static and added float x,y overload 2005-11-06 01:33:16 +00:00
gui CTerrain, Brushes: made CalcFromPosition static and added float x,y overload 2005-11-06 01:33:16 +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 CTerrain, Brushes: made CalcFromPosition static and added float x,y overload 2005-11-06 01:33:16 +00:00
maths renderer: load/unload water textures (similar to alpha maps); do that in delay load and avoid leaking them. 2005-10-12 04:16:41 +00:00
ps GameView: revise usage of LOS_VISIBLE - must check bit, not equality 2005-11-06 00:07:01 +00:00
renderer CTerrain, Brushes: made CalcFromPosition static and added float x,y overload 2005-11-06 01:33:16 +00:00
scripting change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common. 2005-10-27 16:53:41 +00:00
simulation CTerrain, Brushes: made CalcFromPosition static and added float x,y overload 2005-11-06 01:33:16 +00:00
sound Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
tools CTerrain, Brushes: made CalcFromPosition static and added float x,y overload 2005-11-06 01:33:16 +00:00
main.cpp replace g_active with more clear g_app_has_focus and g_app_minimized 2005-10-31 18:36:36 +00:00
ProgrammingSchedule.xls gave it a once-over, marked 1 as complete 2005-05-09 16:30:01 +00:00