|
31fc553efc
|
Build libnode from source
|
2023-06-13 22:28:36 +02:00 |
|
Dale Glass
|
0f158977fe
|
Merge pull request #443 from shocktail39/fix/drop-qtscript-from-cmake
remove qtscript from cmake dependencies
|
2023-06-04 11:42:30 -07:00 |
|
Dale Glass
|
ab7eebae31
|
Merge pull request #445 from daleglass-overte/fix-settings-reset
Fix resetting the settings
|
2023-06-04 11:41:22 -07:00 |
|
|
5d08f3483a
|
Merge pull request #444 from overte-org/fix/private_access_v8
Hide private methods and QObject signals from script engine
|
2023-06-04 16:34:21 +02:00 |
|
Dale Glass
|
32b9cc123c
|
Fix resetting the settings
Also minor documentation improvements
|
2023-06-04 14:50:03 +02:00 |
|
|
da9b9f76af
|
Hide QObject signals from script engine and switch off script memory reporting
|
2023-06-04 01:07:26 +02:00 |
|
|
8c9a88b2d9
|
Hide private methods from script engine
|
2023-06-04 00:29:14 +02:00 |
|
steve hocktail
|
e71f3c7990
|
remove qtscript from cmake dependencies
|
2023-06-03 15:44:53 -04:00 |
|
Dale Glass
|
dba38acb9f
|
Merge pull request #381 from JulianGro/pr/drop-wallet
Drop all dependencies on marketplace and wallet
|
2023-06-03 21:27:13 +02:00 |
|
|
514c63ed90
|
Fix prtotocol incompatilibility after removing wallet
|
2023-06-03 12:27:24 +02:00 |
|
|
fe0f074b54
|
Merge pull request #437 from JulianGro/gha_clear_user_directory
Fix GitHub Actions not cleaning up after itself
|
2023-06-02 22:45:55 +02:00 |
|
Dale Glass
|
58fbffa9e7
|
Merge pull request #436 from shocktail39/fix/v8-mic-icon
fixed mic not changing color when not in use
|
2023-06-02 18:43:10 +02:00 |
|
|
96ca2423b6
|
Clear user cache directories on self-hosted GitHub Actions
|
2023-05-30 23:22:33 +02:00 |
|
|
e256599a15
|
Merge pull request #431 from overte-org/feature/IME
Japanese language support (and other IME probably)
|
2023-05-30 12:53:24 +02:00 |
|
steve hocktail
|
bb09b1cdfb
|
fixed mic not changing color when not in use
|
2023-05-29 14:57:01 -04:00 |
|
|
3c1c81e3ac
|
Post merge fix
|
2023-05-29 19:26:33 +02:00 |
|
Heather Anderson
|
60b8d41c16
|
stripping wallet/marketplace out
|
2023-05-28 15:12:21 +02:00 |
|
|
0f3dc71128
|
Comment on future IME improvements
|
2023-05-28 12:39:51 +02:00 |
|
|
e578fe2ab8
|
Merge pull request #185 from overte-org/feature/v8
V8 scripting engine
|
2023-05-27 22:22:05 +02:00 |
|
|
6192416dce
|
V8 related cleanup
|
2023-05-27 22:06:57 +02:00 |
|
|
b3997bff54
|
Merge pull request #409 from JulianGro/aarch64_node
Add Linux aarch64 node package
|
2023-05-27 18:49:50 +02:00 |
|
|
26fe78f9e7
|
Merge pull request #410 from JulianGro/clear_directory
Clear directory of aarch64 runner
|
2023-05-27 16:41:45 +02:00 |
|
|
f783a80f34
|
Temporary IME position for QML GL widgets
|
2023-05-27 16:40:48 +02:00 |
|
|
db15ed2f13
|
Fixed contexts for V8 callbacks
|
2023-05-27 13:32:02 +02:00 |
|
|
17dc2decf6
|
Initial IME support
|
2023-05-27 00:08:24 +02:00 |
|
|
b1678a3786
|
Merge pull request #425 from overte-org/JulianGro-patch-1
Update BUILD_WIN.md
|
2023-05-26 23:37:27 +02:00 |
|
|
6be91c6e18
|
Merge pull request #430 from overte-org/fix/msvc2022_libovr
Disable libOVR on MSVC 2022 for now
|
2023-05-26 23:11:06 +02:00 |
|
|
34efd75d3a
|
Disable libOVR on MSVC 2022 for now
|
2023-05-24 23:03:17 +02:00 |
|
|
f6c6548364
|
Fix wrong version in draco VCPKG CONTROL file
|
2023-05-24 19:33:25 +02:00 |
|
|
08b8bfeef4
|
Merge pull request #374 from overte-org/update-nvtt
Fix NVTT compilation on Visual Studio 2022
|
2023-05-24 19:31:40 +02:00 |
|
|
bb03c7d89b
|
BUILD_WIN.md: Mark Create VCPKG environment variable as optional
|
2023-05-24 00:31:07 +02:00 |
|
|
bf68a92828
|
BUILD_WIN.md: mark NodeJS and NPM as optional dependencies
|
2023-05-23 23:28:26 +02:00 |
|
|
db8e69da9e
|
Clear working directory on self hosted aarch64 runner.
|
2023-05-22 21:57:13 +02:00 |
|
|
f04af62fd2
|
Prefer libnode.so.108 to prevent wrong system libnode being used over vcpkg libnode.
|
2023-05-22 20:43:16 +02:00 |
|
|
eb8aabdc8f
|
Switch to Ubuntu 20.04 aarch64 node package
|
2023-05-22 20:43:03 +02:00 |
|
|
75f45835b5
|
Fix typo in Linux CI dependency
|
2023-05-22 20:42:35 +02:00 |
|
|
cc7b7a768b
|
Add Qt package for Ubuntu 20.04 aarch64
|
2023-05-22 20:42:08 +02:00 |
|
|
b79d31fd6c
|
Include QQueue in ScriptEngineV8.h
|
2023-05-22 20:41:54 +02:00 |
|
|
141d3d047c
|
Add Linux aarch64 node package
|
2023-05-22 20:41:35 +02:00 |
|
|
415aa0cc53
|
Update node-builder/Dockerfile_Ubuntu_18.04_node and node-builder/README.md
|
2023-05-22 20:40:54 +02:00 |
|
|
dfac944f9f
|
move Windows node package to S3
|
2023-05-22 20:40:28 +02:00 |
|
|
ab21945a54
|
Fixed crashes that happened when clearing cache
|
2023-05-22 00:15:54 +02:00 |
|
|
f72e8948b0
|
Fixed entity script whitelist and a bug in makeError
|
2023-05-19 00:17:41 +02:00 |
|
|
8de1331fa5
|
V8 related cleanup
|
2023-05-19 00:17:41 +02:00 |
|
|
fe9babf02d
|
Scripting-related cleanup
|
2023-05-19 00:17:41 +02:00 |
|
|
ba0e705b5a
|
Fixed Script.resolvePath issue in modules
|
2023-05-19 00:17:41 +02:00 |
|
|
27b5d838f5
|
Fixed reset rotaion in Create App
|
2023-05-19 00:17:41 +02:00 |
|
|
4107f40c7c
|
Fixed XMLHttpRequest crash
|
2023-05-19 00:17:41 +02:00 |
|
|
48a3368b69
|
Minor fixes and XMLHTTPRequest debugging
|
2023-05-19 00:17:41 +02:00 |
|
|
d74089d7d8
|
Fixed parabola pointers, code cleanup
|
2023-05-19 00:17:41 +02:00 |
|