harry
|
f85f93c5bd
|
JS joypad API improvements.
|
2024-02-14 06:28:26 -05:00 |
harry
|
446763b232
|
Added JS joypad object functionality.
|
2024-02-11 14:56:58 -05:00 |
harry
|
6248b0ee64
|
Added ability to pass command line arguments to JS scripts.
|
2024-02-11 10:43:40 -05:00 |
harry
|
20a9c151be
|
JS logging improvements.
|
2024-02-11 10:25:47 -05:00 |
harry
|
2229d32720
|
Added a QJSEngine wrapper class to maintain link to script instance and dialog window with new script objects.
|
2024-02-10 23:00:07 -05:00 |
harry
|
8ebb560d1c
|
Added emulator save state JS interface.
|
2024-02-06 22:44:08 -05:00 |
harry
|
2f2482e950
|
Minor null check fix.
|
2024-02-05 18:34:03 -05:00 |
harry
|
401110bae8
|
Added ppu interface functions to JS engine.
|
2024-02-05 18:29:25 -05:00 |
harry
|
a5071f10f0
|
Implemented ROM JS interface object.
|
2024-02-05 06:43:27 -05:00 |
harry
|
61da515f11
|
Finished remaining JS interface functions for JS emu object.
|
2024-02-05 05:56:40 -05:00 |
harry
|
1fc813803e
|
Added JS script monitoring thread to prevent bad scripts from hanging the gui.
|
2024-02-04 22:09:59 -05:00 |
harry
|
19abb0b249
|
Fix for build break, QJSEngine::setObjectOwnership does not exist in Qt5. Only in version 6.
|
2024-01-30 06:50:40 -05:00 |
harry
|
6b96016047
|
JS scripting in work.
|
2024-01-29 23:17:15 -05:00 |
harry
|
b03c9c9c8b
|
Removed const qualifiers to fix Qt build. Different versions of Qt QJSValue don't allow the call method to called from a const object.
|
2024-01-27 01:04:48 -05:00 |
harry
|
a02ae8d3e0
|
Added memory hooks to JS engine.
|
2024-01-26 22:57:54 -05:00 |
harry
|
2fce5ffe74
|
Added memory access functions for JS script interface.
|
2024-01-19 16:54:56 -05:00 |
harry
|
7a0be296fa
|
Added logic to realtime update js global variable viewer.
|
2024-01-17 07:14:10 -05:00 |
harry
|
1dde9e7e75
|
Minor fixes for JS global variable viewer.
|
2024-01-16 22:04:00 -05:00 |
harry
|
dc2d3c26aa
|
Added global JS property tree to allow exploring of engine data.
|
2024-01-16 21:48:13 -05:00 |
harry
|
198cdafbf8
|
Qt JS script engine interface in work.
|
2024-01-15 14:17:13 -05:00 |
harry
|
e51a748a05
|
Qt JS engine in work.
|
2024-01-15 05:34:13 -05:00 |
harry
|
ecda95ed70
|
Qt JS engine in work.
|
2024-01-15 04:33:27 -05:00 |
harry
|
3436e221de
|
For Qt GUI, added initial framework for use of the Qt built-in ECMAScript (javascript based) engine. This scripting capability will allow users to load their own custom UI windows (created using Qt Creator tool) in the GUI. This is intended to serve as a the Qt GUI's functional replacement for building GUI elements using IUP in LUA scripts. This is a work in progress.
|
2024-01-14 08:58:10 -05:00 |