0ad/source
leper 6f09803e8c TerrainTextureManager file loading rewrite. Fixes #3358.
Add directory callback to vfs::ForEachFile.
Each terrain directory should now have a terrains.xml file,
as using the previous terrains.xml file is unlikely to be what was
intended.

This was SVN commit r17341.
2015-11-30 20:12:12 +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 file loading rewrite. Fixes #3358. 2015-11-30 20:12:12 +00:00
gui I should not commit half-finished debug code. 2015-11-16 18:48:05 +00:00
i18n L10n code cleanup. 2015-07-29 23:44:05 +00:00
lib TerrainTextureManager file loading rewrite. Fixes #3358. 2015-11-30 20:12:12 +00:00
lobby Do not use non-static data member initializer. 2015-09-15 00:55:03 +00:00
maths Mark several CFixedVector2D as const and passed by reference in Geometry and a few other places. Mark some functions (that probably already were) inline. 2015-11-11 20:50:02 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Stop processing turns after a replay finishes. Patch by elexis. Fixes #3581 2015-11-15 15:08:46 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Enable GLSL by default on OpenGL 3+. 2015-11-30 10:51:02 +00:00
renderer Tie tangent generation with preferGLSL setting for convenience since that setting was not really useful. Fixes #2506 . Patch by fabio. 2015-11-29 15:44:22 +00:00
scriptinterface Use in-place construction. 2015-07-29 23:44:17 +00:00
simulation2 Move the playerdefaults to the settings directory. Refs #3355 2015-11-30 01:33:59 +00:00
soundmanager Some range-based for loops and some style cleanup. 2015-07-29 01:07:23 +00:00
third_party Fix Arabic plural equation in tinygettext. 2015-09-03 16:42:05 +00:00
tools Update/revamp my template analyzer tool. 2015-11-29 19:19:20 +00:00
main.cpp Optionally limit the framerate in menus to 50 FPS, to save power. Patch by elexis, fixes #2882 2015-08-20 13:22:44 +00:00
test_setup.cpp CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00