0ad/source
Itms 9150c20818
Remove ScriptTypes and ScriptExtraHeaders headers
The first header was used to include the SpiderMonkey JS API at once,
with safeguards and preprocessor defines. Nowadays, SpiderMonkey
provides modular headers allowing us to include what we use, refs #8086.

Some defines have to be moved to compiler options but it is apparently
a mistake from the SM developers:
https://bugzilla.mozilla.org/show_bug.cgi?id=1987876
2025-09-14 13:17:18 +02:00
..
collada Fix some includes all over the place 2025-08-14 20:15:30 +02:00
dapinterface Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
graphics Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
gui Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
i18n Fix some includes all over the place 2025-08-14 20:15:30 +02:00
lib Fix some includes in atlas 2025-08-21 14:18:38 +02:00
lobby Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
maths Convert span with dynamic extent to static extent 2025-08-24 11:09:57 +02:00
mocks Fix some includes all over the place 2025-08-13 19:38:21 +02:00
network Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
pch Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
ps Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
renderer Remove custom span and use std::span 2025-08-24 11:09:57 +02:00
rlinterface Fix some includes all over the place 2025-08-13 19:38:21 +02:00
scriptinterface Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
simulation2 Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
soundmanager SoundManager: Replace manual memory with unorderedmap 2025-08-25 09:45:14 -05:00
third_party Silence mongoose warnings 2025-08-12 20:45:15 +02:00
tools Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
main.cpp Remove custom span and use std::span 2025-08-24 11:09:57 +02:00
test_setup.cpp Fix some includes in atlas 2025-08-21 14:18:38 +02:00