0ad/source
elexis 27f37ccd21 Cleanup the rest of the mess introduced with the NonGaiaEntities functions in 8c7b6dceaa.
Add a test for the GetNonGaiaEntities function of the RangeManager
broken by that commit that was fixed by f3e4e619bc.
Don't call one script function from another, but directly call into the
Selection helper like the others.
Don't make a loop around that RangeManager function for all players but
call the function once for all players.
The pointless virtual keywords were removed by 8827db201a.

Differential Revision: https://code.wildfiregames.com/D166
Reviewed By: leper
This was SVN commit r19344.
2017-03-25 02:42:51 +00:00
..
collada Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
graphics Some cinema path cleanup. 2017-03-24 22:49:06 +00:00
gui Cleanup the rest of the mess introduced with the NonGaiaEntities functions in 8c7b6dceaa. 2017-03-25 02:42:51 +00:00
i18n Durations over 1 hour aren't displayed correctly 2017-01-28 10:59:53 +00:00
lib Remove lib/pointer_typedefs.h. Patch by echotangoecho. 2017-01-29 00:06:28 +00:00
lobby Implement clientside kick/ban support for the lobby. 2017-02-28 11:16:46 +00:00
maths Add support for const methods in components and make those that can be const const. 2017-01-20 02:25:19 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Display which clients are still in the loading screen 2017-03-21 18:50:29 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Use XML files instead of hardcoded C++ code in the template manager to universally change template properties at load time. 2017-03-16 19:56:12 +00:00
renderer Only dereference cmpWaterManager if it is non-null. 2017-03-24 21:32:49 +00:00
scriptinterface Some const for scriptinterface. 2017-03-24 18:47:03 +00:00
simulation2 Cleanup the rest of the mess introduced with the NonGaiaEntities functions in 8c7b6dceaa. 2017-03-25 02:42:51 +00:00
soundmanager Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
third_party Update tinygettext. 2015-12-08 18:05:11 +00:00
tools Update Lobby Bot README. 2017-03-02 19:19:45 +00:00
main.cpp Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
test_setup.cpp Properly shut down SpiderMonkey using JS_ShutDown. 2016-08-06 15:41:59 +00:00