0ad/source/gui
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
..
ObjectBases Cleanup of IGUIObject classes 2025-08-11 18:38:01 +02:00
ObjectTypes Cleanup of IGUIObject classes 2025-08-11 18:38:01 +02:00
Scripting Show an error when Engine.GetGUIObjectByName fails 2025-08-14 10:22:56 +02:00
SettingTypes Add [locale] inline tag for per-locale fonts 2025-08-04 09:35:41 -05:00
tests Remove modmod dependency in test_CGUIText.h 2025-07-23 12:20:19 +02:00
CGUI.cpp Clean up Engine.GetGUIObjectByName calls 2025-08-14 10:22:56 +02:00
CGUI.h Show an error when Engine.GetGUIObjectByName fails 2025-08-14 10:22:56 +02:00
CGUIScrollBarHorizontal.cpp Fix some headers in gui 2025-07-02 13:20:13 +02:00
CGUIScrollBarHorizontal.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
CGUIScrollBarVertical.cpp Fix some headers in gui 2025-07-02 13:20:13 +02:00
CGUIScrollBarVertical.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
CGUISetting.cpp Fix most headers in gui 2025-07-05 12:42:34 +02:00
CGUISetting.h Hide compiler warnings from external includes 2025-07-23 10:21:26 +02:00
CGUISprite.cpp Fix some headers in gui 2025-07-02 13:20:13 +02:00
CGUISprite.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
CGUIText.cpp Add [locale] inline tag for per-locale fonts 2025-08-04 09:35:41 -05:00
CGUIText.h Add [locale] inline tag for per-locale fonts 2025-08-04 09:35:41 -05:00
GUIManager.cpp Replace TIMER with PROFILE2 2025-07-29 18:19:49 +02:00
GUIManager.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
GUIObjectEventBroadcaster.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
GUIObjectTypes.cpp Fix most headers in gui 2025-07-05 12:42:34 +02:00
GUIRenderer.cpp Fix some includes in source/renderer 2025-07-07 17:45:54 +02:00
GUIRenderer.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
GUIStringConversions.cpp Fix most headers in gui 2025-07-05 12:42:34 +02:00
GUITooltip.cpp Fix most headers in gui 2025-07-05 12:42:34 +02:00
GUITooltip.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
IGUIScrollBar.cpp Fix some headers in gui 2025-07-02 13:20:13 +02:00
IGUIScrollBar.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
SGUIIcon.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
SGUIMessage.h Fix some headers in gui 2025-07-02 13:20:13 +02:00
SGUIStyle.h Fix some headers in gui 2025-07-02 13:20:13 +02:00