1
0
forked from 0ad/0ad
0ad/source
Itms 6581796103 New long-range pathfinder.
Based on Philip's work located at
http://git.wildfiregames.com/gitweb/?p=0ad.git;a=shortlog;h=refs/heads/projects/philip/pathfinder
Includes code by wraitii, sanderd17 and kanetaka.

An updated version of docs/pathfinder.pdf describing the changes in
detail will be committed ASAP.

Running update-workspaces is needed after this change.

Fixes #1756.
Fixes #930, #1259, #2908, #2960, #3097
Refs #1200, #1914, #1942, #2568, #2132, #2563

This was SVN commit r16751.
2015-06-12 18:58:24 +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 New long-range pathfinder. 2015-06-12 18:58:24 +00:00
gui Make it easier to add different backgrounds 2015-06-11 09:08:46 +00:00
i18n Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
lib Adds debug output to display return code of failing SHGetFolderPathW, refs #3267 2015-05-27 02:02:32 +00:00
lobby Fix a number of issues related to historical messages and initial join in the multiplayer lobby. Fixes #3156 2015-04-06 19:33:37 +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 Fix const attribute for some function parameters. 2015-06-07 09:24:19 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps XML validation. Based on patch by historic_bruno. Refs #245. 2015-06-07 21:56:52 +00:00
renderer New long-range pathfinder. 2015-06-12 18:58:24 +00:00
scriptinterface Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated. 2015-05-25 01:23:27 +00:00
simulation2 New long-range pathfinder. 2015-06-12 18:58:24 +00:00
soundmanager XML validation. Based on patch by historic_bruno. Refs #245. 2015-06-07 21:56:52 +00:00
third_party 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
tools New long-range pathfinder. 2015-06-12 18:58:24 +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