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-27 16:29:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
91ad17c685dc34f2bfa687dff5d3e348183a3339
0ad
/
source
/
ps
T
History
Ykkrosh
7ec3266da5
Fix assertion failures when running RMS in debug mode
...
This was SVN commit r9282.
2011-04-18 17:10:57 +00:00
..
GameSetup
Simplifies random map output, see
#782
.
2011-04-16 04:04:06 +00:00
scripting
…
tests
…
XML
# Add new renderer mode based on GL_ARB_fragment_program.
2011-03-26 20:17:21 +00:00
ArchiveBuilder.cpp
Build fixes and whatnot
2011-03-23 21:15:22 +00:00
ArchiveBuilder.h
…
CacheLoader.cpp
Build fixes and whatnot
2011-03-23 21:15:22 +00:00
CacheLoader.h
…
CConsole.cpp
…
CConsole.h
…
CLogger.cpp
…
CLogger.h
…
ConfigDB.cpp
…
ConfigDB.h
…
CStr.cpp
…
CStr.h
per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered*
2011-03-23 16:56:27 +00:00
DllLoader.cpp
…
DllLoader.h
…
Errors.cpp
…
Errors.h
…
FileIo.cpp
…
FileIo.h
…
Filesystem.cpp
…
Filesystem.h
…
Font.cpp
…
Font.h
…
Game.cpp
# Initial version of new particle system.
2011-04-03 19:15:15 +00:00
Game.h
# Add new renderer mode based on GL_ARB_fragment_program.
2011-03-26 20:17:21 +00:00
Globals.cpp
…
Globals.h
…
Hotkey.cpp
…
Hotkey.h
…
Joystick.cpp
…
Joystick.h
…
KeyName.cpp
…
KeyName.h
…
Loader.cpp
Random maps generated in their own thread, loading GUI is updated with progress.
2011-04-10 05:31:18 +00:00
Loader.h
…
LoaderThunks.h
…
Overlay.cpp
…
Overlay.h
…
Parser.cpp
Fix GCC 4.6 "set but not used" warnings
2011-04-07 16:34:51 +00:00
Parser.h
…
Preprocessor.cpp
Fixes build warning in C/C++ preprocessor (moves initialization outside test expression)
2011-04-06 21:47:42 +00:00
Preprocessor.h
Tweak OGRE preprocessor to fit in our code, and fix bug with #define inside #ifdef.
2011-03-26 20:09:54 +00:00
Profile.cpp
…
Profile.h
Fix assertion failures when running RMS in debug mode
2011-04-18 17:10:57 +00:00
ProfileViewer.cpp
…
ProfileViewer.h
…
Pyrogenesis.cpp
…
Pyrogenesis.h
…
Replay.cpp
Handle map loading errors in autostart and normal setup modes. Adds TODOs for Atlas and Replay modes. See
#764
.
2011-04-07 02:32:16 +00:00
Replay.h
…
Singleton.h
…
ThreadUtil.cpp
…
ThreadUtil.h
…
UniDoubler.h
per discussion with Philip, remove STL_HASH_MAP etc. because they're ugly, rarely used and superseded by boost::unordered*
2011-03-23 16:56:27 +00:00
UserReport.cpp
…
UserReport.h
…
utf16string.h
…
Util.cpp
make use of SMBIOS information to detect CPU frequency and memory size
2011-04-07 17:06:00 +00:00
Util.h
…
VideoMode.cpp
…
VideoMode.h
…
World.cpp
Random maps generated in their own thread, loading GUI is updated with progress.
2011-04-10 05:31:18 +00:00
World.h
…