0ad/source
Vantha 2026a5fece Clean up Engine.GetGUIObjectByName calls
GetGUIObjectByName was previously made stricter, logging an
error if it doesn't find the target object.
This commit deals with the resulting error-causing (invalid) calls,
by deleting them if they're unnecessary or converting them to the new
TryGetGUIObjectByName (which doesn't log any errors).
2025-08-14 10:22:56 +02:00
..
collada Update headers in collada 2025-06-26 20:05:53 +02:00
dapinterface Fix some includes all over the place 2025-08-13 19:38:21 +02:00
graphics Fix some includes all over the place 2025-08-13 19:38:21 +02:00
gui Clean up Engine.GetGUIObjectByName calls 2025-08-14 10:22:56 +02:00
i18n Fix some includes all over the place 2025-08-13 19:38:21 +02:00
lib Fix some includes all over the place 2025-08-13 19:38:21 +02:00
lobby Fix some includes all over the place 2025-08-13 19:38:21 +02:00
maths Fix includes in source/lib 2025-08-03 10:15:37 +02:00
mocks Fix some includes all over the place 2025-08-13 19:38:21 +02:00
network Fix some includes all over the place 2025-08-13 19:38:21 +02:00
pch Fix some includes all over the place 2025-08-13 19:38:21 +02:00
ps Fix some includes all over the place 2025-08-13 19:38:21 +02:00
renderer Add [locale] inline tag for per-locale fonts 2025-08-04 09:35:41 -05:00
rlinterface Fix some includes all over the place 2025-08-13 19:38:21 +02:00
scriptinterface Add missing const in ModuleLoader 2025-08-12 20:45:15 +02:00
simulation2 Fix some includes all over the place 2025-08-13 19:38:21 +02:00
soundmanager Fix some includes all over the place 2025-08-13 19:38:21 +02:00
third_party Silence mongoose warnings 2025-08-12 20:45:15 +02:00
tools Fix issues pointed out by cppcheck 2025-08-13 17:09:36 +02:00
main.cpp Fix some includes all over the place 2025-08-13 19:38:21 +02:00
test_setup.cpp Don't use ".." to get the data-directory 2025-06-18 14:42:13 +02:00