931b222098
Fix require behavior for modules
2024-03-05 23:24:34 +01:00
081ae901d2
glTF importer using cgltf library
2024-02-25 19:57:00 +01:00
Dale Glass
649c45f474
Merge pull request #710 from daleglass-overte/script-engine-benchmarks
...
Add initial benchmarks for the script engine
2023-12-03 17:46:09 +01:00
Dale Glass
aa2892c0f9
Remove unneeded comment per review
2023-12-03 17:45:19 +01:00
Dale Glass
bf7a0c6366
Add initial benchmarks for the script engine
2023-11-06 19:24:47 +01:00
Dale Glass
0c5726ce07
Fix test verification
2023-11-06 18:50:29 +01:00
Dale Glass
91f59a96ab
Test a require() loop, for testing whether the engine can deal with it
2023-11-06 18:36:27 +01:00
Dale Glass
0cb86caa3a
Remove unneeded line
2023-11-05 16:01:21 +01:00
Dale Glass
d23a17daa5
Add a test for bug #587
...
This will fail against the current master, since the current behavior is not correct.
2023-11-05 14:02:46 +01:00
Dale Glass
64c0364b2e
Remove old tests, doesn't build on Windows
2023-05-19 00:17:39 +02:00
Dale Glass
d8488859e2
Add Quat tests, for debugging a problem
2023-05-19 00:17:39 +02:00
Dale Glass
6ac2596293
Capture exceptions that happen in signals in ScriptEngine, add test
2023-05-19 00:17:39 +02:00
Dale Glass
1e1b96765f
Add test for update event
2023-05-19 00:17:39 +02:00
Dale Glass
acd19f7c40
Review fix: add flag to choose whether to abort script on exception
2023-05-19 00:17:39 +02:00
Dale Glass
8f82750f2a
Initial implementation of raiseException and test
2023-05-19 00:17:39 +02:00
Dale Glass
0369949d9b
Add tests for object registration and exception raising
2023-05-19 00:17:39 +02:00
Dale Glass
4beb5eceeb
Tests for runtime exceptions and throw()
2023-05-19 00:17:39 +02:00
Dale Glass
2a5ec7db3d
Rework tests, add tests for exceptions
2023-05-19 00:17:39 +02:00
Dale Glass
67e7a7375a
Further exception work on V8
...
* Get rid of maybeEmitUncaughtException
* Mostly get rid of makeError
* Introduce exception hierarchy, change exceptions to shared_ptr
* Simplify exception throwing code
2023-05-19 00:17:39 +02:00
ae7d229d0e
Fix copyright headers
2023-05-19 00:17:38 +02:00
Dale Glass
02a0e33e95
Add NETWORKLESS_TEST_SCRIPT type to NetworkManager.
...
This is a slightly hacky way to make ScriptManager work without any
networking, and minimize the number of dependencies needed to run
a test.
2023-05-19 00:17:38 +02:00
Dale Glass
e35aa8046d
Add more Doxygen docs
...
Doesn't work right in ScriptManager, looks like a conflict with JSDoc
2023-05-19 00:17:38 +02:00
6bd8a8d503
V8 threading safetyu improvements
2023-05-19 00:17:37 +02:00
c8898e8366
Added script include test
2023-05-19 00:17:37 +02:00
e786fd4864
Fixed Script.require
2023-05-19 00:17:37 +02:00
386242d9c7
Fixed adding properties to methods
2023-05-19 00:17:37 +02:00
Dale Glass
e72bf600ce
Add missing require test
2023-05-19 00:17:37 +02:00
Dale Glass
890f8e0bc2
Add missing dependency on script-engine
2023-05-19 00:17:36 +02:00
Dale Glass
ac7ebe2888
Add hasProperty for checking whether a property exists
2023-05-19 00:17:36 +02:00
2f9f78fb87
Fixed setting properties of ScriptObjectV8Proxy
2023-05-19 00:17:36 +02:00
0b8958204f
Fixed vector math, added simple test for it
2023-05-19 00:17:36 +02:00
Dale Glass
e1c22b5c7c
Initial support for a directory with test scripts
...
This way there's no need to rebuild the test every time.
Script dir is symlinked from the source into the binary dir.
2023-05-19 00:17:36 +02:00
827ddf5958
Added simple compile test function
2023-05-19 00:17:36 +02:00
Dale Glass
38064b95c5
Fix animation tests build
2023-05-19 00:17:36 +02:00
Dale Glass
2a394ee290
Add CMakeLists
2023-05-19 00:17:36 +02:00
Dale Glass
e5217c44f0
Build fixes
2023-05-19 00:17:36 +02:00
Dale Glass
c691e8691d
Partial changes
2023-05-19 00:17:36 +02:00
Dale Glass
007db5166e
Initial scripting engine testing code
2023-05-19 00:17:36 +02:00
Heather Anderson
1e018dbc64
isolate calls to the QtScript libraries to an interface we control
2023-05-19 00:17:33 +02:00
Dale Glass
7e4d50d732
Merge pull request #268 from daleglass-overte/fix-test-build-warnings
...
Fix test build warnings
2022-12-02 17:58:13 +01:00
Dale Glass
1677095af7
Merge pull request #84 from daleglass-overte/texture-benchmarks
...
Initial texture benchmark test
2022-12-02 17:28:09 +01:00
Dale Glass
9a80e696ed
Fix warnings generated when building tests
2022-11-27 19:51:58 +01:00
Dale Glass
0ac80b4b87
Merge pull request #263 from daleglass-overte/fix-gltf-crash
...
Fix crash with models from ReadyPlayerMe by adding extra validation.
2022-11-27 16:52:53 +01:00
Dale Glass
38854a8dda
Add the usage of the glTF-Sample-Models test models.
2022-11-27 13:47:58 +01:00
Dale Glass
17f888c6e2
Add use of models provided by DrFran and Madders for testing.
...
They will be downloaded automatically when the test suite is built.
2022-11-27 01:11:16 +01:00
Dale Glass
e9a9ee557b
Fix header
2022-11-26 16:14:57 +01:00
Dale Glass
cd132246e6
Fix crash with models from ReadyPlayerMe by adding extra validation.
...
This also adds test code for the GLTF loader.
2022-11-26 14:36:37 +01:00
Dale Glass
7b60552f78
Merge pull request #177 from daleglass-overte/audio-testing
...
Create audio tests for AudioClient and codecs
2022-11-19 21:55:12 +01:00
Dale Glass
72bcd6a008
Add setting for Setting::Handle
2022-11-01 17:04:39 +01:00
Dale Glass
cdc15d7821
Improve settings system, by moving all writes to a thread
...
This should complete what was started in the HiFi days but didn't quite succeed.
Setting::Manager is now thread safe, and delegates all settings writes to a thread
that nothing waits on, which should ensure that settings don't degrade performance
even on slow storage devices.
Functions that weren't thread safe were removed from Setting::Manager, and it was
reduced to a key/value store.
Functions that modify state like beginGroup were implemented in the Settings class
instead, which should be created only in the context where it's needed. It will
forward all changes to the manager.
A few QSettings functions were left unimplemented because they're not used in
the code. They may be implemented later if there's a need.
2022-10-23 23:25:42 +02:00