1
0
forked from 0ad/0ad
0ad/source
2015-06-04 05:11:47 +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 Use iterators for XMBAttributeList and XMBElementList. Fixes #3269. 2015-06-01 00:29:35 +00:00
gui Use iterators for XMBAttributeList and XMBElementList. Fixes #3269. 2015-06-01 00:29:35 +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 Improve PickEntitiesAtPoint 2015-01-01 23:05:26 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Improve rejoin messages. Patch by elexis. Fixes #1949. 2015-05-03 02:06:17 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Use iterators for XMBAttributeList and XMBElementList. Fixes #3269. 2015-06-01 00:29:35 +00:00
renderer Clean up some unused variables and assignments. 2015-05-26 15:40:07 +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 Fixes instant multiplayer crash on OS X Lion (10.7). libc++ had a bug where it set eofbit on reading the last character in a stringstream, we compare gcount with the expected length as a workaround to detect real eofs. Fixes #3109. 2015-06-04 05:11:47 +00:00
soundmanager Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +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 Fix build failure on GCC 4.6. 2015-05-04 19:37:25 +00:00
main.cpp Add the -ooslog support for replays. Refs #3169, see also a7b18d02bf. 2015-04-11 18:12:35 +00:00
test_setup.cpp CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00