0ad/source/ps/tests
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
..
stub_impl_hack.h Readd JS API function Engine.Exit() 2026-01-29 20:03:56 +01:00
test_CLogger.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00
test_ConfigDB.h Reduces string allocations in GUI and maths. 2025-10-11 19:44:22 +02:00
test_CStr.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00
test_fmt.h Fix some includes in source/ps 2025-07-28 16:59:04 +02:00
test_Future.h Make TaskManager independent of Future 2025-08-28 20:01:39 +02:00
test_Hashing.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00
test_Hotkeys.h Change the return type of event-handler 2026-06-19 20:53:52 +02:00
test_Input.h Change the return type of event-handler 2026-06-19 20:53:52 +02:00
test_Loader.h Use a coroutine for Loader tasks 2025-12-21 15:51:46 +01:00
test_Mod.h Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
test_ModIo.h Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
test_TaskManager.h Make TaskManager independent of Future 2025-08-28 20:01:39 +02:00
test_test.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00