1
0
forked from 0ad/0ad
0ad/source
historic_bruno 607bbcc2f1 Fixes invisible particles (clouds, dust storms) due to incorrect bounds calculations on the emitters, fixes #2643.
Makes the emitters a little more efficient by only setting
position/rotation when their transform changes.

This was SVN commit r16397.
2015-03-01 23:58:53 +00:00
..
collada Remove checks for unsupported GCC versions (<4.6). 2015-01-24 20:37:07 +00:00
graphics Fixes invisible particles (clouds, dust storms) due to incorrect bounds calculations on the emitters, fixes #2643. 2015-03-01 23:58:53 +00:00
gui Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
i18n Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
lib Fixes error in SMBIOS::InitStructures by not warning on invalid header size, fixes #2985 2015-02-22 00:42:11 +00:00
lobby Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +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 Adds macmouse config option, this enables SDL2's Ctrl+Click emulation of right-clicking on OS X. NOTE: enabling this option will affect game hotkeys (e.g. garrisoning), so they should be reassigned to something like Super in that case 2015-02-22 21:24:27 +00:00
renderer I hate myself. 2015-02-28 14:11:21 +00:00
scriptinterface Disables some SpiderMonkey-related build warnings with clang 2015-02-22 21:15:47 +00:00
simulation2 Recreate some tech modified values upon deserialization. Fixes #3055. 2015-02-21 01:41:24 +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 Remove checks for unsupported GCC versions (<4.6). 2015-01-24 20:37:07 +00:00
tools Fix Atlas so that changing water type will actually change water type. 2015-02-28 13:50:52 +00:00
contributors.txt Ticket #2127 - Performance and style improvements in scriptinterface. 2013-09-16 19:10:06 +00:00
main.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
test_setup.cpp CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00