1
0
forked from 0ad/0ad
0ad/source
Itms 6aa99d762f Add a new spatial subdivision, based on an old patch by wraitii.
This subdivision is faster but less precise, so range queries get more
entities and are a bit slower (up to 1ms approx.), but the overall gain
on a simulation update is always positive and can reach 10ms per frame.

For now, this new subdivision is only used by the range manager,
integrating it in the obstruction manager might be sensible.

Refs #2430

This was SVN commit r16540.
2015-04-14 21:33:43 +00:00
..
collada Remove checks for unsupported GCC versions (<4.6). 2015-01-24 20:37:07 +00:00
graphics Fixes missing newlines in debug_printf, patch by elexis, fixes #3056 2015-04-12 19:38:31 +00:00
gui Fix structure tree by allowing undefined templates in the productionqueue 2015-04-14 18:45:02 +00:00
i18n Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
lib Fixes missing newlines in debug_printf, patch by elexis, fixes #3056 2015-04-12 19:38:31 +00:00
lobby Fix a number of issues related to historical messages and initial join in the multiplayer lobby. Fixes #3156 2015-04-06 19:33:37 +00:00
maths Improve PickEntitiesAtPoint 2015-01-01 23:05:26 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Fixes missing newlines in debug_printf, patch by elexis, fixes #3056 2015-04-12 19:38:31 +00:00
renderer Fixes missing newlines in debug_printf, patch by elexis, fixes #3056 2015-04-12 19:38:31 +00:00
scriptinterface Disables some SpiderMonkey-related build warnings with clang 2015-02-22 21:15:47 +00:00
simulation2 Add a new spatial subdivision, based on an old patch by wraitii. 2015-04-14 21:33:43 +00:00
soundmanager Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
third_party Update tinygettext. Fixes #2522. 2015-03-24 17:47:08 +00:00
tools Fix error when you paste entities over another entity and you try to rotate at the same time while pressing alt/shift key 2015-04-04 21:45:11 +00:00
main.cpp Add the -ooslog support for replays. Refs #3169, see also a7b18d02bf. 2015-04-11 18:12:35 +00:00
test_setup.cpp CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00