0ad/source
trompetin17 4ef2bb77f2
Add ToJSVAL overload template for array of uknown bound
this commit fix and error in HWDetect when the libraries versions use
only MAJOR.MINOR like zlib in some linux os that is "1.3" that need
char[4] (1.3\0) conversion from Script::ToJSVal.

this commit create an overload template that matches "references  to
array of uknown bound" and forward it to existing const char* / const
wchar_t* specializations.

this bug was reported by Vantha.
2025-09-14 08:46:21 -05: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 Add ToJSVAL overload template for array of uknown bound 2025-09-14 08:46:21 -05: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