0ad/source/simulation2/scripting
Ykkrosh 609f1643d5 Fix -Wconversion warnings in simulation code.
Cast to smaller integer types explicitly.
Generally avoid platform-dependent types (size_t) in simulation code.
Use float versions of math.h functions, not double.

This was SVN commit r10017.
2011-08-16 11:18:32 +00:00
..
EngineScriptConversions.cpp Fix -Wconversion warnings in simulation code. 2011-08-16 11:18:32 +00:00
MessageTypeConversions.cpp Support TerrainChanged messages in scripts, and report use of unsupported messages 2011-08-01 21:01:06 +00:00
ScriptComponent.cpp 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
ScriptComponent.h 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