0ad/source/ps
phosit a786a1f3d8 Use std::variant in Future
Either a return value or an exception has to be stored. With
`std::variant` it's more explicit.
Also the return value is never empty, so there is no need for
`std::optional` anymore.
2025-02-10 18:11:02 +01:00
..
containers Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
GameSetup Export a 10-char commit hash in the build version 2025-01-07 13:51:45 +01:00
scripting Export a 10-char commit hash in the build version 2025-01-07 13:51:45 +01:00
tests Make the TaskManager a automatic livetime object 2024-11-17 18:03:49 +01:00
XMB Adapt 0 A.D. to SpiderMonkey ESR 102 2024-12-09 10:43:35 +01:00
XML Add CXeromycesEngine 2024-11-17 18:03:49 +01:00
algorithm.h Multicast chat messages 2024-12-27 19:32:03 +01:00
ArchiveBuilder.cpp Update trac links with gitea links 2024-12-10 11:29:48 +01:00
ArchiveBuilder.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CacheLoader.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CacheLoader.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CConsole.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CConsole.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CLogger.cpp Replace usage of OSString().c_str() by OSString 2024-10-28 16:35:49 +01:00
CLogger.h Converge FileLogger with the other logger replacements 2024-07-06 14:48:44 +00:00
Compress.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Compress.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ConfigDB.cpp Replace uses of sprintf with sprintf_s/snprintf 2024-12-05 09:51:28 +01:00
ConfigDB.h Update trac links with gitea links 2024-12-10 11:29:48 +01:00
CStr.cpp Update trac links with gitea links 2024-12-10 11:29:48 +01:00
CStr.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CStrForward.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CStrIntern.cpp Explicitly default copy ctors for some classes 2024-09-28 21:55:30 +02:00
CStrIntern.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CStrInternStatic.h Adds GPU skinning support via compute shaders. 2024-12-09 22:47:17 +01:00
DllLoader.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
DllLoader.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +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 Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
FileIo.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
FileIo.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Filesystem.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Filesystem.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Future.h Use std::variant in Future 2025-02-10 18:11:02 +01:00
FutureForward.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Game.cpp Store whether a player is activ in C++ 2025-01-05 19:57:12 +01:00
Game.h Prevent players to reveal the map from GUI script 2024-12-27 19:01:53 +01:00
Globals.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Globals.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
GUID.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
GUID.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Hashing.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Hashing.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Hotkey.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Hotkey.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Joystick.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Joystick.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
KeyName.cpp Add missing header in KeyName 2025-01-30 21:15:28 +01:00
KeyName.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Loader.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Loader.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Mod.cpp Remove internationalization of log messages 2024-08-05 15:27:12 +00:00
Mod.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ModInstaller.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ModInstaller.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ModIo.cpp Avoid segfault with curl 8.10/8.11 2025-01-06 06:59:14 +01:00
ModIo.h Fixes broken PCH after wraitii commits (4f972bc623, 0f60bf3a97) and Itms (833c9f108c). 2021-05-15 14:50:24 +00:00
Profile.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Profile.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Profiler2.cpp Remove profiler 2 spike/aggregated regions 2025-01-18 12:36:20 +01:00
Profiler2.h Remove profiler 2 spike/aggregated regions 2025-01-18 12:36:20 +01: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 Replace usage of OSString().c_str() by OSString 2024-10-28 16:35:49 +01:00
ProfileViewer.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Pyrogenesis.cpp Add a RC file to add metadata to the pyrogenesis executable 2024-08-28 23:37:36 +02:00
Pyrogenesis.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Replay.cpp Refactor freezing of JS objects 2024-12-05 17:49:16 +01:00
Replay.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
SavedGame.cpp Multiplayer saved games 2024-12-19 21:36:51 +01:00
SavedGame.h Multiplayer saved games 2024-12-19 21:36:51 +01:00
Singleton.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
TaskManager.cpp Make the TaskManager a automatic livetime object 2024-11-17 18:03:49 +01:00
TaskManager.h Make the TaskManager a automatic livetime object 2024-11-17 18:03:49 +01:00
TemplateLoader.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
TemplateLoader.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Threading.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Threading.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ThreadUtil.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
TouchInput.cpp Return by value from CCamera::BuildCameraRay 2024-11-17 20:27:58 +01:00
TouchInput.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
UniDoubler.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
UserReport.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
UserReport.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Util.cpp Replace uses of sprintf with sprintf_s/snprintf 2024-12-05 09:51:28 +01:00
Util.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
VideoMode.cpp Fixes notes. 2024-10-08 23:07:18 +02:00
VideoMode.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
VisualReplay.cpp Replace usage of OSString().c_str() by OSString 2024-10-28 16:35:49 +01:00
VisualReplay.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
World.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
World.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00