0ad/source
2015-07-30 21:55:34 +00:00
..
collada Removes use of 'register' storage class, deprecated in C++11. Fixes -Wdeprecated-register build warnings in clang, fixes #3068. 2015-06-02 03:20:04 +00:00
graphics TerrainTextureManager cleanup. 2015-07-30 21:51:01 +00:00
gui Add clipping to OList cells. Patch by elexis. Fixes #3353. 2015-07-30 01:33:48 +00:00
i18n L10n code cleanup. 2015-07-29 23:44:05 +00:00
lib Actually stop iterating if retval != INFO::OK. Also fix comments. 2015-07-30 21:50:58 +00:00
lobby Lobby code cleanup. 2015-06-19 17:25:28 +00:00
maths New long-range pathfinder. 2015-06-12 18:58:24 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Reliably send the ReplayFinished message at the very end of visual replays. Patch by elexis. 2015-07-30 21:55:34 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Reliably send the ReplayFinished message at the very end of visual replays. Patch by elexis. 2015-07-30 21:55:34 +00:00
renderer Use in-place construction. 2015-07-29 23:44:17 +00:00
scriptinterface Use in-place construction. 2015-07-29 23:44:17 +00:00
simulation2 Use in-place construction. 2015-07-29 23:44:17 +00:00
soundmanager Some range-based for loops and some style cleanup. 2015-07-29 01:07:23 +00:00
third_party Fix some issues found by static analysis (clang-analyzer and cppcheck). 2015-06-21 18:46:31 +00:00
tools Remove a useless global terrain update when modifying environment settings in Atlas. 2015-07-14 17:08:02 +00:00
main.cpp Visual replay of command files, patch by elexis. 2015-06-06 08:45:49 +00:00
test_setup.cpp CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00