This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-09-27 10:12:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f260e75499f60d9207c2db791bbd7227b7dd89cf
0ad
/
source
T
History
Itms
2457b69fb3
Fix const attribute for some function parameters.
...
This was SVN commit r16730.
2015-06-07 09:24:19 +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
Allow sprites to have color multiplication, which allows player-colored bars. Patch by Vladislav.
Fixes
#3233
2015-06-04 12:16:52 +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
…
mocks
…
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
Visual replay of command files, patch by elexis.
2015-06-06 08:45:49 +00:00
renderer
Allow sprites to have color multiplication, which allows player-colored bars. Patch by Vladislav.
Fixes
#3233
2015-06-04 12:16:52 +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
Allow sprites to have color multiplication, which allows player-colored bars. Patch by Vladislav.
Fixes
#3233
2015-06-04 12:16:52 +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
Visual replay of command files, patch by elexis.
2015-06-06 08:45:49 +00:00
test_setup.cpp
…