1
0
forked from 0ad/0ad
0ad/source
historic_bruno 481f570a0e CMapGeneratorWorker thread safety issue. Fixes #783.
VFS access moved to main thread, where random map scripts are preloaded
and stored prior to use by the worker thread.
Adds LoadGlobalScript to ScriptInterface, for evaluating script content
in the global scope.

This was SVN commit r9261.
2011-04-15 05:23:51 +00:00
..
collada Support prop_ prefix in Collada files, as well as prop- 2010-11-15 02:18:49 +00:00
graphics CMapGeneratorWorker thread safety issue. Fixes #783. 2011-04-15 05:23:51 +00:00
gui Fix GCC 4.6 "set but not used" warnings 2011-04-07 16:34:51 +00:00
lib smbios: avoid warning when no information is returned (happens on 32-bit XP) 2011-04-09 17:09:48 +00:00
maths Optimise some matrix operations, based on patch from ortalo. 2011-04-01 18:33:47 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network remove unnecessary utf8 includes 2011-03-23 16:32:44 +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 Random maps generated in their own thread, loading GUI is updated with progress. 2011-04-10 05:31:18 +00:00
renderer Renderer simplification: Remove now-unused texgen stream. 2011-04-06 22:09:58 +00:00
scripting per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered* 2011-03-23 16:56:27 +00:00
scriptinterface CMapGeneratorWorker thread safety issue. Fixes #783. 2011-04-15 05:23:51 +00:00
simulation per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered* 2011-03-23 16:56:27 +00:00
simulation2 Integrates random maps with Atlas. Fixes #460. 2011-04-14 04:01:59 +00:00
sound Remove rmgen tool. 2011-04-10 00:54:15 +00:00
tools Fix 64-bit build. Avoid using variable-sized types in Atlas message interface. 2011-04-14 14:27:42 +00:00
contributors.txt Update contributors list 2010-08-06 00:18:45 +00:00
main.cpp Handle map loading errors in autostart and normal setup modes. Adds TODOs for Atlas and Replay modes. See #764. 2011-04-07 02:32:16 +00:00
test_setup.cpp refactoring: 2011-03-23 16:14:47 +00:00