1
0
forked from 0ad/0ad
0ad/source/ps
2022-12-30 07:34:23 +00:00
..
containers Adds PS::span and std::string_view to CmdLineArgs. 2022-10-04 19:08:39 +00:00
GameSetup Allow other root XML than entity. 2022-12-30 07:34:23 +00:00
scripting Restrict access for Read/WriteFile functions 2022-11-05 08:33:27 +00:00
tests Use Future::CancelOrWait in pathfinder Deinit 2022-12-28 11:34:04 +00:00
XMB Remove some unnecessary string copy related to substr. 2022-12-04 19:56:12 +00:00
XML Fix bug where 'archive' XMB files could end up being written to the user mod 2022-01-30 12:50:43 +00:00
ArchiveBuilder.cpp Adds renderer backend interface and dummy backend. 2022-05-08 22:02:46 +00:00
ArchiveBuilder.h Handle mods specified on the command line when using the archive builder. 2014-06-15 16:43:08 +00:00
CacheLoader.cpp Make real directory paths on the VFS predictable (retry) 2021-03-23 12:46:59 +00:00
CacheLoader.h Fix biome-specific mappreviews in 7f602037ba for zipped mods, refs #4962. 2018-08-05 21:50:00 +00:00
CConsole.cpp Remove some unnecessary string copy related to substr. 2022-12-04 19:56:12 +00:00
CConsole.h Uses CDeviceCommandContext as an input parameter for CCanvas2D. 2022-02-25 08:14:11 +00:00
CLogger.cpp Removes ogl_WarnIfError from regular renderer code. 2022-05-02 21:52:21 +00:00
CLogger.h Uses CDeviceCommandContext as an input parameter for CCanvas2D. 2022-02-25 08:14:11 +00:00
Compress.cpp More build fixes for FreeBSD. 2012-01-31 00:06:56 +00:00
Compress.h Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
ConfigDB.cpp Remove user.cfg from javascript 2022-11-02 07:21:25 +00:00
ConfigDB.h Remove user.cfg from javascript 2022-11-02 07:21:25 +00:00
CStr.cpp Moves macro-defined methods of CStr to templates. 2021-09-07 21:01:34 +00:00
CStr.h Adds PS::span and std::string_view to CmdLineArgs. 2022-10-04 19:08:39 +00:00
CStrForward.h Adds header for forward declarations of CStr. 2021-09-09 17:39:08 +00:00
CStrIntern.cpp Adds std namespace to shared_ptr usages in network and engine. 2021-05-22 19:28:40 +00:00
CStrIntern.h Include CStrInternStatic where necessary only. 2021-05-18 11:09:54 +00:00
CStrInternStatic.h Removes unused minimap shader variants. 2022-10-07 22:52:23 +00:00
DllLoader.cpp Fix and disable some pesky Windows warnings. 2021-02-05 12:20:06 +00:00
DllLoader.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
Errors.cpp Don't leak all GUI objects on name ambiguity following 5cc814759f and remove ERROR_GROUP GUI. 2019-10-11 16:20:50 +00:00
Errors.h Catch exceptions by reference (by convention), based on patch from Markus, refs #1852 2013-05-22 22:27:53 +00:00
FileIo.cpp Update (and debundle) fmt dependancy 2020-11-26 21:01:32 +00:00
FileIo.h Adds header for forward declarations of CStr. 2021-09-09 17:39:08 +00:00
Filesystem.cpp Removes unused and redundant h_mgr after 0e599a3176 and dd91a5e0ef. 2022-02-13 22:31:36 +00:00
Filesystem.h Adds header for forward declarations of CStr. 2021-09-09 17:39:08 +00:00
Future.h Use Future::CancelOrWait in pathfinder Deinit 2022-12-28 11:34:04 +00:00
FutureForward.h Implement a global task manager using a pool of worker threads 2021-06-03 14:48:38 +00:00
Game.cpp Updates a model color uniform in RenderModifier only if it was changed. 2022-03-14 22:56:38 +00:00
Game.h Updates a model color uniform in RenderModifier only if it was changed. 2022-03-14 22:56:38 +00:00
Globals.cpp Fix hotkeys not releasing properly. 2021-01-16 15:24:58 +00:00
Globals.h Fix hotkeys not releasing properly. 2021-01-16 15:24:58 +00:00
GUID.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
GUID.h Adds header for forward declarations of CStr. 2021-09-09 17:39:08 +00:00
Hashing.cpp Additional entropy when hashing match passwords. 2021-05-18 14:47:36 +00:00
Hashing.h Adds header for forward declarations of CStr. 2021-09-09 17:39:08 +00:00
Hotkey.cpp Fix nopch / tiny hotkey optimisation 2021-04-06 12:26:34 +00:00
Hotkey.h Further hotkey work: clear hotkeys when an input box/the console gets focus. 2021-04-03 20:12:40 +00:00
Joystick.cpp De-singletonify CConfigDB, make hooks RAII. 2021-04-27 07:45:40 +00:00
Joystick.h Renames our sdl.h to libsdl.h, to avoid case sensitivity errors when it includes SDL.h. 2012-01-12 23:32:27 +00:00
KeyName.cpp Fixes without PCH build after af567560b8. 2021-11-30 18:03:39 +00:00
KeyName.h Adds header for forward declarations of CStr. 2021-09-09 17:39:08 +00:00
Loader.cpp Remove binary_function usage. 2020-11-30 15:45:05 +00:00
Loader.h Resolve Loader memory leak from 1f1642bfe3. 2019-09-30 08:49:00 +00:00
LoaderThunks.h Adds std namespace to shared_ptr usages in network and engine. 2021-05-22 19:28:40 +00:00
Mod.cpp Fix ab16e60afa 2022-08-16 14:57:28 +00:00
Mod.h Fix downloanded mods not showing in list until restart 2021-08-22 09:54:16 +00:00
ModInstaller.cpp Fix ab16e60afa 2022-08-16 14:57:28 +00:00
ModInstaller.h Fix mod installation in non latin folders. Use OSString for consistency. 2022-08-14 17:55:08 +00:00
ModIo.cpp Add "Invalid signature" reason to modio 2021-12-25 19:31:51 +00:00
ModIo.h Fixes broken PCH after wraitii commits (4f972bc623, 0f60bf3a97) and Itms (833c9f108c). 2021-05-15 14:50:24 +00:00
Profile.cpp Removes the Profiler allocation counter. Fixes #6476 2022-04-18 21:37:08 +00:00
Profile.h Removes the Profiler allocation counter. Fixes #6476 2022-04-18 21:37:08 +00:00
Profiler2.cpp Fixes out of bounds on each match start in Profiler2 introduced in 3cbe96d24c. Refs #6620 2022-10-04 19:28:21 +00:00
Profiler2.h Removes usages of EXT and INTEL timer query GL extensions. 2022-03-28 17:32:09 +00:00
Profiler2GPU.cpp Moves Backend enum from CVideoMode to backends. 2022-10-25 22:45:54 +00:00
Profiler2GPU.h Fix warning reported by the NOPCH automatic CI. 2022-08-20 12:25:19 +00:00
ProfileViewer.cpp Removes GUI dependency from Canvas2D. 2022-10-04 20:25:39 +00:00
ProfileViewer.h Uses CDeviceCommandContext as an input parameter for CCanvas2D. 2022-02-25 08:14:11 +00:00
Pyrogenesis.cpp Bump version to alpha 27. 2022-10-04 17:05:11 +00:00
Pyrogenesis.h Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00
Replay.cpp Add quotes to the logged filenames. 2022-03-05 18:30:38 +00:00
Replay.h Allow mods to say they should be ignored in replay/MP compatibility checks 2021-06-02 06:50:16 +00:00
SavedGame.cpp Allow mods to say they should be ignored in replay/MP compatibility checks 2021-06-02 06:50:16 +00:00
SavedGame.h Removes unused forward declarations of class and struct. 2021-09-08 19:43:01 +00:00
Singleton.h Simple refactoring of Singleton. Make it non-copyable. 2019-01-13 15:11:40 +00:00
TaskManager.cpp Remove unused members of TaskManager::Impl missed in 1b35d36daa. 2022-11-18 19:32:20 +00:00
TaskManager.h Remove unused members of TaskManager::Impl missed in 1b35d36daa. 2022-11-18 19:32:20 +00:00
TemplateLoader.cpp Remove some unnecessary string copy related to substr. 2022-12-04 19:56:12 +00:00
TemplateLoader.h Move GenericName, History and Icon from the civ-JSON to cmpIdentity. 2022-02-05 06:24:45 +00:00
Threading.cpp Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00
Threading.h Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00
ThreadUtil.h Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00
TouchInput.cpp Cleanup Camera related code and uses constant references where possible. 2019-10-03 12:58:47 +00:00
TouchInput.h Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
UniDoubler.h Moves macro-defined methods of CStr to templates. 2021-09-07 21:01:34 +00:00
UserReport.cpp Add quotes to the logged filenames. 2022-03-05 18:30:38 +00:00
UserReport.h Write UserReport data to local logfiles, so that users can review the personal data impact without exposing the data to JS/mods, refs #5257, b3438cabd2. 2018-08-22 22:17:42 +00:00
Util.cpp Adds renderer backend interface and dummy backend. 2022-05-08 22:02:46 +00:00
Util.h Allows tex clients decide how to handle invalid textures instead of assertions. Fixes #6436 2022-04-12 17:39:05 +00:00
VideoMode.cpp Removes SetViewport from CRenderer. 2022-12-29 06:53:06 +00:00
VideoMode.h Moves Backend enum from CVideoMode to backends. 2022-10-25 22:45:54 +00:00
VisualReplay.cpp Remove Custom implementation of wrename on windows. 52baaa4bbd removed the other occurences. 2021-09-09 17:53:17 +00:00
VisualReplay.h Adds header for forward declarations of CStr. 2021-09-09 17:39:08 +00:00
World.cpp Splits CRenderer part about scene to CSceneRenderer. 2022-01-04 13:29:01 +00:00
World.h Adds header for forward declarations of CStr. 2021-09-09 17:39:08 +00:00