| .. |
|
GameSetup
|
Host on arbitrary UDP ports. Patch in cooperation with Imarok, fixes #3575.
|
2016-06-13 16:56:14 +00:00 |
|
scripting
|
allows the user to restore the default game options, refs #3737
|
2016-02-07 15:10:44 +00:00 |
|
tests
|
Fixes memory leak in TestPreprocessor. When using CPreprocessor::Parse "you must free() the result string only if the returned address is not inside the source text"
|
2016-01-23 03:48:00 +00:00 |
|
XML
|
Revert emplace for associative containers. Fixes #3366.
|
2015-08-19 03:32:47 +00:00 |
|
ArchiveBuilder.cpp
|
Convert debug_printf to take UTF-8 strings instead of wchar_t.
|
2015-02-14 01:45:13 +00:00 |
|
ArchiveBuilder.h
|
|
|
|
CacheLoader.cpp
|
|
|
|
CacheLoader.h
|
|
|
|
CConsole.cpp
|
Improve indentation of 'case' statements updated after SDL1 removal (thanks leper).
|
2015-12-16 15:36:56 +00:00 |
|
CConsole.h
|
Clean up some unused variables and assignments.
|
2015-05-26 15:40:07 +00:00 |
|
CLogger.cpp
|
Limit the length of error strings to prevent crashes when logging long strings
|
2016-03-16 18:24:32 +00:00 |
|
CLogger.h
|
CLogger: Use cppformat instead of sys_vswprintf.
|
2015-01-22 20:30:05 +00:00 |
|
Compress.cpp
|
|
|
|
Compress.h
|
|
|
|
ConfigDB.cpp
|
cleanup of 971d70fa99
|
2016-02-07 19:06:15 +00:00 |
|
ConfigDB.h
|
cleanup of 971d70fa99
|
2016-02-07 19:06:15 +00:00 |
|
CStr.cpp
|
Remove duplicated layers of unescaping which required multiple escapes in some places.
|
2014-12-13 01:08:29 +00:00 |
|
CStr.h
|
Remove duplicated layers of unescaping which required multiple escapes in some places.
|
2014-12-13 01:08:29 +00:00 |
|
CStrIntern.cpp
|
Revert emplace for associative containers. Fixes #3366.
|
2015-08-19 03:32:47 +00:00 |
|
CStrIntern.h
|
|
|
|
CStrInternStatic.h
|
Allow multiple special sprites, to facilitate cases where we want to add an overlay to a sprite.
|
2015-12-13 16:03:17 +00:00 |
|
DllLoader.cpp
|
Automatically replace %hs/%ls with %s in CLogger format strings.
|
2015-01-22 20:36:24 +00:00 |
|
DllLoader.h
|
|
|
|
Errors.cpp
|
|
|
|
Errors.h
|
|
|
|
FileIo.cpp
|
Automatically replace %hs/%ls with %s in CLogger format strings.
|
2015-01-22 20:36:24 +00:00 |
|
FileIo.h
|
|
|
|
Filesystem.cpp
|
Use in-place construction.
|
2015-07-29 23:44:17 +00:00 |
|
Filesystem.h
|
Move GUI schemas to the mod mod. Fix some validation related errors in the mod mod.
|
2015-06-15 16:00:26 +00:00 |
|
Game.cpp
|
Add missing init, refs #3991.
|
2016-05-21 20:24:38 +00:00 |
|
Game.h
|
Simulation context cleanup, refs #3991, #3168.
|
2016-05-19 19:42:07 +00:00 |
|
Globals.cpp
|
Remove disabled by default SDL1 support.
|
2015-12-14 10:52:21 +00:00 |
|
Globals.h
|
|
|
|
GUID.cpp
|
|
|
|
GUID.h
|
|
|
|
Hotkey.cpp
|
Cleanup after SDL1 removal.
|
2015-12-15 08:53:24 +00:00 |
|
Hotkey.h
|
|
|
|
Joystick.cpp
|
Remove disabled by default SDL1 support.
|
2015-12-14 10:52:21 +00:00 |
|
Joystick.h
|
|
|
|
KeyName.cpp
|
Remove disabled by default SDL1 support.
|
2015-12-14 10:52:21 +00:00 |
|
KeyName.h
|
Cleanup after SDL1 removal.
|
2015-12-15 08:53:24 +00:00 |
|
Loader.cpp
|
Convert debug_printf to take UTF-8 strings instead of wchar_t.
|
2015-02-14 01:45:13 +00:00 |
|
Loader.h
|
|
|
|
LoaderThunks.h
|
|
|
|
Mod.cpp
|
|
|
|
Mod.h
|
|
|
|
Preprocessor.cpp
|
Preprocessor: Avoid using "%.*hs" in log format string, since cppformat doesn't support it.
|
2015-01-22 20:38:16 +00:00 |
|
Preprocessor.h
|
|
|
|
PreprocessorWrapper.cpp
|
Automatically replace %hs/%ls with %s in CLogger format strings.
|
2015-01-22 20:36:24 +00:00 |
|
PreprocessorWrapper.h
|
|
|
|
Profile.cpp
|
|
|
|
Profile.h
|
SpiderMonkey 31 upgrade
|
2015-01-24 14:46:52 +00:00 |
|
Profiler2.cpp
|
Automatically replace %hs/%ls with %s in CLogger format strings.
|
2015-01-22 20:36:24 +00:00 |
|
Profiler2.h
|
|
|
|
Profiler2GPU.cpp
|
|
|
|
Profiler2GPU.h
|
|
|
|
ProfileViewer.cpp
|
Some range-based for loops and some style cleanup.
|
2015-07-29 01:07:23 +00:00 |
|
ProfileViewer.h
|
SpiderMonkey 31 upgrade
|
2015-01-24 14:46:52 +00:00 |
|
Pyrogenesis.cpp
|
Bumps up version number.
|
2016-04-04 21:20:45 +00:00 |
|
Pyrogenesis.h
|
Move engine version to common file. Patch by elexis. Fixes #3359.
|
2015-08-01 23:03:13 +00:00 |
|
Replay.cpp
|
Cleanup of #3255, fixes #3966.
|
2016-05-16 00:56:07 +00:00 |
|
Replay.h
|
An awesome Visual Replay menu, made by elexis. Fixes #3258.
|
2015-09-21 17:00:21 +00:00 |
|
SavedGame.cpp
|
Pass pointer by ref.
|
2016-06-12 14:37:13 +00:00 |
|
SavedGame.h
|
Messed up variable name in 9dc66a27d8.
|
2016-06-12 15:29:43 +00:00 |
|
Shapes.cpp
|
Rename ps/Overlay(.h|.cpp) to ps/Shapes(.h|.cpp), fixes a TODO located in graphics/Overlay.h.
|
2015-03-15 18:06:32 +00:00 |
|
Shapes.h
|
Rename ps/Overlay(.h|.cpp) to ps/Shapes(.h|.cpp), fixes a TODO located in graphics/Overlay.h.
|
2015-03-15 18:06:32 +00:00 |
|
Singleton.h
|
|
|
|
TemplateLoader.cpp
|
add non-blocking obstruction to mirages, fixes #3957, refs #2951
|
2016-05-08 17:26:43 +00:00 |
|
TemplateLoader.h
|
Some const refs and one const function.
|
2015-07-27 01:08:25 +00:00 |
|
ThreadUtil.cpp
|
|
|
|
ThreadUtil.h
|
|
|
|
TouchInput.cpp
|
Remove disabled by default SDL1 support.
|
2015-12-14 10:52:21 +00:00 |
|
TouchInput.h
|
|
|
|
UniDoubler.h
|
|
|
|
UserReport.cpp
|
when saving an option to file, write only that value and not all the content of the user configDB, refs #3737
|
2016-02-07 11:31:23 +00:00 |
|
UserReport.h
|
|
|
|
utf16string.h
|
|
|
|
Util.cpp
|
Show the filepath in the command line output when taking screenshots.
|
2016-05-27 14:24:05 +00:00 |
|
Util.h
|
Cleanup of #3255, fixes #3966.
|
2016-05-16 00:56:07 +00:00 |
|
VideoMode.cpp
|
Remove disabled by default SDL1 support.
|
2015-12-14 10:52:21 +00:00 |
|
VideoMode.h
|
|
|
|
VisualReplay.cpp
|
Quit if the user requested that while loading the replay list. Fixes #3446.
|
2016-03-09 16:06:41 +00:00 |
|
VisualReplay.h
|
Replay menu cleanups. Fixes #3440.
|
2015-12-02 13:53:44 +00:00 |
|
World.cpp
|
SpiderMonkey 31 upgrade
|
2015-01-24 14:46:52 +00:00 |
|
World.h
|
SpiderMonkey 31 upgrade
|
2015-01-24 14:46:52 +00:00 |