0ad/source
phosit 3a94cb0bfe Fix maybe-uninitialized warning in EntityMap test
Reading `second` on the end of the range is undefined behavior. Invoking
`test.find` in the test never evaluates to the past the end iterator.
GCC doesn't know that and issues a "maybe-uninitialized" warning.
2025-01-16 21:12:28 +01:00
..
collada Update trac links with gitea links 2024-12-10 11:29:48 +01:00
graphics Mod Interface: Enable setting territory visibility 2024-12-30 22:23:05 +01:00
gui Upgrade SpiderMonkey to ESR 115 2024-12-09 10:46:12 +01:00
i18n Update trac links with gitea links 2024-12-10 11:29:48 +01:00
lib Switch main branch to Release 28 2025-01-12 01:27:02 +01:00
lobby Allow to change a password from the lobby page 2024-12-08 17:13:47 +01:00
maths Tell GCC the maximum value of m_BufLen 2025-01-13 20:05:43 +01:00
mocks Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
network Remove leftover from 113fefeeb7 2025-01-06 21:40:15 +01:00
pch Remove glooxwrapper 2024-11-25 20:01:00 +01:00
ps Export a 10-char commit hash in the build version 2025-01-07 13:51:45 +01:00
renderer Fixes missing SPIR-V shader combinations. 2025-01-07 02:49:38 +01:00
rlinterface Shutdown mongoose in rl-interface gracefully 2024-06-23 17:26:03 +00:00
scriptinterface Small improvement to JS props iteration 2025-01-08 17:55:56 +01:00
simulation2 Fix maybe-uninitialized warning in EntityMap test 2025-01-16 21:12:28 +01:00
soundmanager Fix sounds playing in the wrong places of the map 2025-01-04 11:53:26 +01:00
third_party Silence maybe-uninitialized warning in mongoose 2025-01-05 15:30:41 +01:00
tools Switch main branch to Release 28 2025-01-12 01:27:02 +01:00
main.cpp Catch all std::exception when loading a map 2024-12-31 09:43:46 +01:00
test_setup.cpp Make the TaskManager a automatic livetime object 2024-11-17 18:03:49 +01:00