1
0
forked from 0ad/0ad
0ad/source
RedFox 2a5ec404d1 Further reverted RangeManager sorting to stable_sort, since possibly with different STL implementations, the order of entities might change and cause OOS.
Overflowing elements in SpatialQueryArray are now reported with
debug_warn, but can be ignored and the program will continue working,
but further entities will be truncated.

This was SVN commit r13860.
2013-09-15 21:11:20 +00:00
..
collada Delete bogus file 2013-09-14 12:19:22 +00:00
graphics Changes GameView to expose global functions to scripts instead of using CJSObject. 2013-09-12 12:40:05 +00:00
gui Put tooltips on a diet. 2013-09-13 23:49:46 +00:00
lib As per ticket #1707. Some minor improvements to spatial subdivision. Makes way for future changes in RangeManager. 2013-09-15 14:03:53 +00:00
maths Catch exceptions by reference (by convention), based on patch from Markus, refs #1852 2013-05-22 22:27:53 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Removes some unread variables reported by LLVM. Refs #1114 2012-08-20 23:59:50 +00:00
pch More build fixes for FreeBSD. 2012-01-31 00:06:56 +00:00
ps Changes GameView to expose global functions to scripts instead of using CJSObject. 2013-09-12 12:40:05 +00:00
renderer Fix a swap between reflections and refractions in config.cfg . Disabling "Render Reflections" now reverts to the skybox for better results. 2013-08-24 14:44:38 +00:00
scripting Changes GameView to expose global functions to scripts instead of using CJSObject. 2013-09-12 12:40:05 +00:00
scriptinterface add file notification to Mac ticket 514, also change name of class FileInfo to CFileInfo to ease Mac development 2013-09-10 14:17:04 +00:00
simulation2 Further reverted RangeManager sorting to stable_sort, since possibly with different STL implementations, the order of entities might change and cause OOS. 2013-09-15 21:11:20 +00:00
soundmanager add file notification to Mac ticket 514, also change name of class FileInfo to CFileInfo to ease Mac development 2013-09-10 14:17:04 +00:00
third_party Fix build warnings. Patch by Markus. Refs #1851. 2013-06-11 00:05:57 +00:00
tools Fix release build scripts 2013-09-06 19:43:45 +00:00
contributors.txt get my name in the contributors file in alphabetical order 2013-01-11 18:40:13 +00:00
main.cpp Catch exceptions by reference (by convention), based on patch from Markus, refs #1852 2013-05-22 22:27:53 +00:00
test_setup.cpp Adds UTF-8 support for JavaScript files. 2012-05-04 21:48:46 +00:00