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-06-22 03:04:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd635f96159fad9236db7f2580098e0b6b085b24
0ad
/
source
/
collada
T
History
historic_bruno
2092ed4396
Removes use of 'register' storage class, deprecated in C++11. Fixes -Wdeprecated-register build warnings in clang,
fixes
#3068
.
...
This was SVN commit r16708.
2015-06-02 03:20:04 +00:00
..
tests
…
CommonConvert.cpp
…
CommonConvert.h
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
Decompose.cpp
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
Decompose.h
…
DLL.cpp
…
DLL.h
Remove checks for unsupported GCC versions (<4.6).
2015-01-24 20:37:07 +00:00
GeomReindex.cpp
…
GeomReindex.h
…
Maths.cpp
…
Maths.h
…
PMDConvert.cpp
…
PMDConvert.h
…
precompiled.cpp
…
precompiled.h
…
PSAConvert.cpp
…
PSAConvert.h
…
StdSkeletons.cpp
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
StdSkeletons.h
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
XMLFix.cpp
…
XMLFix.h
…