0ad/source/gui/ObjectTypes
vyordan ec8b420abc
Move Script* classes to Script namespace
- Rename ScriptEngine, ScriptContext, ScriptInterface, ScriptRequest to
  Script::Engine, Script::Context, Script::Interface, Script::Request
- Remove 'Script' prefix from filenames:
  ScriptContext.* → Context.*
  ScriptInterface.* → Interface.*
  ScriptRequest.* → Request.*
  ScriptEngine.* → Engine.*
  ScriptConversions.* → Conversions.*
  ScriptExceptions.* → Exceptions.*
  ScriptForward.* → ForwardDeclarations.*
  ScriptStats.* → Stats.*
- Update all includes, forward declarations, and friend classes
- Use namespace Script { ... } in .cpp definitions to avoid repetitive
  Script:: prefix (keeping global callbacks outside)
- Rename internal implementation structs:
  ScriptInterface_impl → Interface_impl
  ScriptFunction → Function
- Update copyright year to 2026 in all touched files
- Suppress pre-existing cppcheck warnings (uninitvar, nullPointer, unknown
  macro) by adding them to suppressions-list.txt (these are not caused
  by this refactor)

Fixes #7516
2026-06-20 17:43:00 +02:00
..
CButton.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CButton.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CChart.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CChart.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CCheckBox.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CCheckBox.h Remove default dtors of IGUIObject derived classes 2025-08-11 18:38:01 +02:00
CDropDown.cpp Change the return type of event-handler 2026-06-19 20:53:52 +02:00
CDropDown.h Change the return type of event-handler 2026-06-19 20:53:52 +02:00
CGUIDummyObject.h Fix headers for gui/ObjectTypes 2025-06-30 20:38:16 +02:00
CHotkeyPicker.cpp Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
CHotkeyPicker.h Change the return type of event-handler 2026-06-19 20:53:52 +02:00
CImage.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CImage.h Remove default dtors of IGUIObject derived classes 2025-08-11 18:38:01 +02:00
CInput.cpp Change the return type of event-handler 2026-06-19 20:53:52 +02:00
CInput.h Change the return type of event-handler 2026-06-19 20:53:52 +02:00
CList.cpp Change the return type of event-handler 2026-06-19 20:53:52 +02:00
CList.h Change the return type of event-handler 2026-06-19 20:53:52 +02:00
CMiniMap.cpp Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
CMiniMap.h Only render the minimap texture if it'll be displayed 2026-03-03 11:25:52 +01:00
COList.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
COList.h Fix headers for gui/ObjectTypes 2025-06-30 20:38:16 +02:00
CProgressBar.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CProgressBar.h Remove default dtors of IGUIObject derived classes 2025-08-11 18:38:01 +02:00
CRadioButton.cpp Fix headers for gui/ObjectTypes 2025-06-30 20:38:16 +02:00
CRadioButton.h Fix headers for gui/ObjectTypes 2025-06-30 20:38:16 +02:00
CScrollPanel.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CScrollPanel.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CSlider.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CSlider.h Remove default dtors of IGUIObject derived classes 2025-08-11 18:38:01 +02:00
CText.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CText.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CTooltip.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CTooltip.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00