1
0
forked from 0ad/0ad
0ad/source
leper 27fab6bf1e Constify Spatial.h a bit.
While there don't check for null when delete-ing since that is a no-op,
use the proper type instead of auto, always swap when removing a single
element (instead of comparing .size() to 1), and clean up includes.

foobar

This was SVN commit r17641.
2016-01-13 00:20:22 +00:00
..
collada Cinematic camera core functionality. Patch by Vladislav Belov. 2016-01-03 12:41:04 +00:00
graphics Cinematic camera core functionality. Patch by Vladislav Belov. 2016-01-03 12:41:04 +00:00
gui Constify Spatial.h a bit. 2016-01-13 00:20:22 +00:00
i18n L10n code cleanup. 2015-07-29 23:44:05 +00:00
lib Cinematic camera core functionality. Patch by Vladislav Belov. 2016-01-03 12:41:04 +00:00
lobby Remove legacy error codes from strings. 2016-01-04 17:58:28 +00:00
maths Cinematic camera core functionality. Patch by Vladislav Belov. 2016-01-03 12:41:04 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Allow 10 clients to conncet to the server by default (allows 8 players and 2 observers). Refs #3254. 2016-01-10 01:06:07 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Cinematic camera core functionality. Patch by Vladislav Belov. 2016-01-03 12:41:04 +00:00
renderer Optimization of isBoxVisible + cleanup, fixes #3712 2015-12-28 16:27:31 +00:00
scriptinterface Use .assign instead of operator=. 2016-01-11 20:57:03 +00:00
simulation2 Constify Spatial.h a bit. 2016-01-13 00:20:22 +00:00
soundmanager Remove trailing whitespace. Based on patch by otero, refs #3268. 2015-12-31 11:45:13 +00:00
third_party Update tinygettext. 2015-12-08 18:05:11 +00:00
tools Fix link to documentation. 2016-01-11 23:56:51 +00:00
main.cpp Add version command line option. Fixes #2965. 2016-01-08 19:35:33 +00:00
test_setup.cpp CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00