HifiExperiments
ac7b41f786
Merge branch 'protocol_changes' into ambientColor
2024-06-22 11:16:10 -07:00
HifiExperiments
0d0a0a7a15
fix create issue
2024-06-21 13:07:43 -07:00
HifiExperiments
c08de914b3
Merge branch 'protocol_changes' into shapeUnlit
2024-06-19 17:29:59 -07:00
HifiExperiments
041c584e04
add ambient light color
2024-06-19 13:59:24 -07:00
HifiExperiments
ee705d285e
Merge branch master into protocol_changes
2024-06-18 21:08:21 -07:00
HifiExperiments
179f81adcf
add unlit property for shapes
2024-06-18 17:31:18 -07:00
HifiExperiments
a6491d6225
add default particle props
2024-04-17 15:43:20 -07:00
HifiExperiments
51a80af149
Merge branch 'protocol_changes' into particles
2024-04-05 23:20:58 -07:00
HifiExperiments
b6199079f8
Ability to smooth model animations
2024-03-24 12:46:46 -07:00
HifiExperiments
0538284492
fix 0 update props case
2024-03-23 20:39:40 -07:00
HifiExperiments
9f3cf5a029
fix particle intersection
2024-03-22 21:38:38 -07:00
HifiExperiments
f7c17d6035
new procecural particle entity type
2024-03-21 16:43:09 -07:00
HifiExperiments
b8d2d71e07
move audio zones to zone entity properties
2024-03-02 11:27:04 -08:00
HifiExperiments
7941c9e2c9
fix typo
2024-03-01 11:18:52 -08:00
HifiExperiments
dc32e5c0a3
web entity wantsKeyboardFocus property
2024-02-15 11:54:49 -08:00
HifiExperiments
e96a4f5c98
Merge branch 'protocol_changes' into tags
2024-01-13 12:11:20 -08:00
Dale Glass
e7591d6794
Revert "Revert "Mirrors + Portals""
2024-01-13 11:23:36 +01:00
c6e4e5de37
Revert "Mirrors + Portals"
2024-01-13 11:18:08 +01:00
HifiExperiments
f99a2fa405
break when tag found
2023-12-30 13:41:56 -08:00
HifiExperiments
85f24f0951
entity tags
2023-12-02 15:59:52 -08:00
HifiExperiments
89e6cbbfa4
mirrors wip
2023-11-13 14:40:56 -08:00
6645763117
Replaced mutex locking with lock guard
2023-10-31 18:37:05 +01:00
7481130e61
Add a mutex to entity server script engine
2023-10-30 20:41:08 +01:00
33bdd841c1
Fix entity server memory leak and improve performance
2023-10-30 18:40:04 +01:00
13242611ea
Fix jsDoc references to Vircadia platform/CDN
2023-08-25 13:58:45 -03:00
514c63ed90
Fix prtotocol incompatilibility after removing wallet
2023-06-03 12:27:24 +02:00
Heather Anderson
60b8d41c16
stripping wallet/marketplace out
2023-05-28 15:12:21 +02:00
fe9babf02d
Scripting-related cleanup
2023-05-19 00:17:41 +02:00
f79ec0f293
Work on script engine exceptions, cleanup
2023-05-19 00:17:41 +02:00
3c80411bf1
V8-related cleanup
2023-05-19 00:17:41 +02:00
fdd8cb290c
Optimized getEntityProperties
2023-05-19 00:17:40 +02:00
43939290b2
Revert "vec3FromScriptValue replacement attempt"
...
This reverts commit 584e4be008
.
2023-05-19 00:17:40 +02:00
dba0925a1c
vec3FromScriptValue replacement attempt
2023-05-19 00:17:40 +02:00
3a207507bf
Optimized EntityItemProperties::copyFromScriptValue
2023-05-19 00:17:40 +02:00
8a2c055adc
Removed 3D overlays functionality entirely
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
Dale Glass
c0e62c5cc2
Initial exception handling
...
Make exception handling use the new ScriptException class.
Add exception signal
Throw exceptions in script evaluation
Remove references to ScriptManager from ScriptEngine
2023-05-19 00:17:39 +02:00
acc658ee80
Fixed deadlock in Create App
2023-05-19 00:17:38 +02:00
ae7d229d0e
Fix copyright headers
2023-05-19 00:17:38 +02:00
12f239b18c
Fix V8 memory leak and persistend handle problems
2023-05-19 00:17:38 +02:00
3e692a60b4
V8 fixes
2023-05-19 00:17:37 +02:00
6f32173025
Fixes to most scripting-related warnings
2023-05-19 00:17:35 +02:00
0a3ec92031
Type registeration fixes for scripting engine
2023-05-19 00:17:35 +02:00
Heather Anderson
bc6eaf25dc
first pass creating Qt <-> QtScript interface
2023-05-19 00:17:34 +02:00
Heather Anderson
bd04554150
changes from code review suggestions
2023-05-19 00:17:34 +02:00
Heather Anderson
70fbe76341
convert script engine variables from QSharedPointer to std::shared_ptr
2023-05-19 00:17:34 +02:00
Heather Anderson
227e899189
more code review using github compiler runs
2023-05-19 00:17:34 +02:00
Heather Anderson
16c2d76efa
more debugging using github compiler runs
2023-05-19 00:17:34 +02:00
Heather Anderson
8581022a53
rework ScriptValue to act like a stack variable rather than a pointer
2023-05-19 00:17:34 +02:00
Heather Anderson
7964f06990
moving EntityItemID from script-engine to shared
2023-05-19 00:17:33 +02:00