0ad/source
Imarok 66a357f286 The server should choose the guid
Reviewed by: elexis
Differential Revision: https://code.wildfiregames.com/D943
This was SVN commit r20341.
2017-10-24 22:05:24 +00:00
..
collada Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
graphics Deepfreeze the map settings object (created from g_GameAttributes.settings by the gamesetup extending the map JSON data) to prevent random map scripts from unintentionally modifying that, refs #4257. 2017-10-06 18:53:24 +00:00
gui Move Main ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 03:11:33 +00:00
i18n Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
lib Add FALLTHROUGH, which in the best case is just [[fallthrough]]. 2017-09-01 20:04:53 +00:00
lobby Add id for IQ stanzas 2017-10-21 14:11:25 +00:00
maths Insert cinematic path nodes after the currently selected node instead of before (so paths are not created in the opposite of the expected order). 2017-07-01 15:49:59 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network The server should choose the guid 2017-10-24 22:05:24 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Test integer validation. 2017-10-09 07:00:31 +00:00
renderer Fix some format specifiers in debug strings. Reviewed by leper. 2017-09-16 15:28:01 +00:00
scriptinterface Make FromJSProperty actually part of ScriptInterface. 2017-09-12 22:52:15 +00:00
simulation2 Fix a disabled template manager test. 2017-10-22 15:39:50 +00:00
soundmanager Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
third_party Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
tools Atlas: Cleanup horizontal alignment flags being ignored, fix warnings on a start. 2017-10-22 20:09:28 +00:00
main.cpp Allow command line options to start with - or -- 2017-09-30 16:12:18 +00:00
test_setup.cpp Fix string format of the JS test assertion failure following 7c2e9027c2 (cxxtest expects a char* instead of a std::wstring, so newlines were printed as \n characters). 2017-10-13 21:56:45 +00:00