Commit graph

8 commits

Author SHA1 Message Date
vyordan
fcb1a4c121 Complete scriptinterface renames per review
- Move ScriptException to Script::Exception namespace.
- Rename ScriptConversions, ScriptExceptions, ScriptForward and
  ScriptStats files to drop the redundant 'Script' prefix.
- Rename ScriptForward.h to ForwardDeclarations.h as suggested.
- Update all includes and references accordingly.
2026-05-13 15:02:43 -06:00
vyordan
835d23dd60 Move Script* classes to Script namespace
- Renamed ScriptEngine, ScriptContext, ScriptInterface, ScriptRequest
  to Script::Engine, Script::Context, Script::Interface, Script::Request.
- Removed 'Script' prefix from file names.
- Updated all includes, forward declarations, and friend classes.

Fixes #7516
2026-05-12 23:17:29 -06:00
Ralph Sennhauser
b066bb0b99
Fix includes in source/scriptinterface
Make include-what-you-use happy with files in source/scriptinterface and
fix what needs to be fixed.

Ref: #8086
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2025-08-07 11:45:19 +02:00
Itms
2d6d510ffa
Hide compiler warnings from external includes 2025-07-23 10:21:26 +02:00
vladislavbelov
ffc4a56b9f Revert non-ASCII characters from source and configuration files introduced in 157c6af18e.
Fixes #6846

Differential Revision: https://code.wildfiregames.com/D5185
This was SVN commit r27965.
2023-12-03 00:30:12 +00:00
bb
157c6af18e Make the space in 0 A.D. non-breaking throughout the codebase.
Avoid cases of filenames
Update years in terms and other legal(ish) documents
Don't update years in license headers, since change is not meaningful

Will add linter rule in seperate commit

Happy recompiling everyone!

Original Patch By: Nescio
Comment By: Gallaecio
Differential Revision: D2620
This was SVN commit r27786.
2023-07-27 20:54:46 +00:00
Stan
4ad78018f9 Fix no-pch build. Potentially fixes bb49fbe793, 0198942a79, 34b1920e7b, 8b08f4ae7a 0dbf417171, 3af1fc64d2, 5fbdbaa3bc, 6fbf036ae4.
Comments by: @vladislavbelov, @wraitii.
Differential Revision: https://code.wildfiregames.com/D3948
This was SVN commit r25423.
2021-05-12 13:48:55 +00:00
wraitii
6fbf036ae4 Split off StructuredClone from ScriptInterface
Follows 34b1920e7b.

This separates StructuredClone & DeepCopy logic into its own header,
reducing the size of the monolithic ScriptInterface header.

Differential Revision: https://code.wildfiregames.com/D3922
This was SVN commit r25419.
2021-05-10 11:51:32 +00:00