SamGondelman
|
dfdace8cdc
|
fix zones for real this time
|
2019-05-10 15:24:02 -07:00 |
|
Shannon Romano
|
930032bcc6
|
Merge pull request #15511 from AndrewMeadows/build-shapes-off-mainloop
case 22166: Build complex shapes in ThreadPool instead of MainLoop
|
2019-05-09 17:14:50 -07:00 |
|
SamGondelman
|
04198c6bfc
|
use weak ptrs, add comment about SelectSortItems performance
|
2019-05-08 13:13:05 -07:00 |
|
SamGondelman
|
da092cc5f0
|
fix zone issues
|
2019-05-08 11:04:54 -07:00 |
|
Andrew Meadows
|
915cbb69df
|
split work out of EntityTree::update(), call it preUpdate()
|
2019-05-06 17:37:35 -07:00 |
|
SamGondelman
|
703a4a5700
|
call leaveEntity when script stops
|
2019-04-19 15:18:05 -07:00 |
|
danteruiz
|
8115ef6d36
|
addressing more requested changes
|
2019-04-01 16:46:15 -07:00 |
|
danteruiz
|
fcb838a71f
|
addressing review requests
|
2019-04-01 15:43:04 -07:00 |
|
danteruiz
|
db17f094da
|
adding entities to fade out list;
|
2019-03-29 15:23:16 -07:00 |
|
danteruiz
|
b9d04c6ebb
|
adding entity to a faded list
|
2019-03-28 16:42:29 -07:00 |
|
SamGondelman
|
609c4ab52e
|
try to fix audio injector threading issues
|
2019-03-12 18:41:43 -07:00 |
|
Shannon Romano
|
4f3d593d90
|
Merge pull request #15072 from SamGondelman/clear
Case 11775: Don't clear my avatar entities on domain switch
|
2019-03-05 15:42:51 -08:00 |
|
SamGondelman
|
f2c248c0a2
|
disable href and entity script events when in edit mode
|
2019-03-04 17:10:20 -08:00 |
|
SamGondelman
|
12f5a735d9
|
simplifying mouse events and fix mouse on create
|
2019-03-04 14:50:09 -08:00 |
|
SamGondelman
|
3e6061e435
|
try to not clear my avatar entities on domain switch
|
2019-03-01 13:45:00 -08:00 |
|
Andrew Meadows
|
ed9ebf84c9
|
remove unuseful log entry
|
2019-02-28 14:21:14 -08:00 |
|
Andrew Meadows
|
be2d4272da
|
remove the other unnecessary _space->clear()
|
2019-02-21 18:11:16 -08:00 |
|
Andrew Meadows
|
982c4c2bc4
|
do not Space::clear() in clearNonLocalEntities()
|
2019-02-21 16:33:31 -08:00 |
|
John Conklin II
|
d7a5c0bb4f
|
Merge pull request #14947 from SamGondelman/overlayClick
Case 21291, Case 21292, Case 21293: Working on overlay bugs
|
2019-02-19 11:01:19 -08:00 |
|
SamGondelman
|
1163cbea70
|
improving web surface interaction and tablet hiding
|
2019-02-16 22:03:55 -08:00 |
|
SamGondelman
|
25b31cfc72
|
merge with master
|
2019-02-15 11:08:24 -08:00 |
|
Shannon Romano
|
f267043953
|
Merge pull request #14838 from SamGondelman/billboardMode
Case 20962: Billboard mode improvements
|
2019-02-14 17:44:48 -08:00 |
|
SamGondelman
|
bed2732d34
|
start moving materials to rendering only
|
2019-02-14 12:59:16 -08:00 |
|
SamGondelman
|
d988de4a17
|
Merge remote-tracking branch 'upstream/master' into NOverlaysFinal
|
2019-02-11 10:27:12 -08:00 |
|
Jeff Clinton
|
54109deab9
|
Merge pull request #14825 from SamGondelman/fall
Case 20829: Always fall when flying is not allowed
|
2019-02-07 14:39:46 -08:00 |
|
SamGondelman
|
25ca52d892
|
Merge remote-tracking branch 'upstream/master' into NOverlaysFinal
|
2019-02-07 09:48:13 -08:00 |
|
SamGondelman
|
31cf623252
|
fix keyboard focus
|
2019-02-04 12:44:04 -08:00 |
|
SamGondelman
|
0955512a80
|
add billboard mode to web entities and fix picking/culling
|
2019-01-31 15:45:10 -08:00 |
|
SamGondelman
|
2d0c1184e4
|
only domain zone entities control flying and ghosting
|
2019-01-30 18:27:17 -08:00 |
|
Clement
|
283dabc622
|
Fix reload mechanic for entity server scripts
|
2019-01-30 17:29:28 -08:00 |
|
SamGondelman
|
8f0bd2449b
|
pointerevents are working!
|
2019-01-26 21:53:46 -08:00 |
|
Dante Ruiz
|
4ab7308669
|
addressing code review requests
|
2019-01-14 14:04:01 -08:00 |
|
Dante Ruiz
|
e7d3844620
|
making pre review requests
|
2019-01-14 11:14:57 -08:00 |
|
Dante Ruiz
|
8252481ce7
|
Delete domain entities only
|
2019-01-11 16:00:10 -08:00 |
|
Seth Alves
|
78aff6e95c
|
grab js api; send grab information through trait system
|
2019-01-03 08:17:52 -08:00 |
|
SamGondelman
|
b5a2642b6a
|
updated entityscriptinginterface API and related functions
(cherry picked from commit 6aac596698 )
|
2018-12-22 00:55:10 -05:00 |
|
Sam Gondelman
|
097d2d9503
|
Revert "Case 20200: Update EntityScriptingInterface to not find local entities"
|
2018-12-20 16:53:33 -08:00 |
|
Shannon Romano
|
21ec4e0c53
|
Merge pull request #14524 from SamGondelman/NOverlays3
Case 20132, Case 16928: First class Image Entities
|
2018-12-20 21:20:49 +00:00 |
|
Shannon Romano
|
b6d1607acd
|
Merge pull request #14547 from SamGondelman/NOverlays5
Case 20200: Update EntityScriptingInterface to not find local entities
|
2018-12-20 19:10:22 +00:00 |
|
Sam Gondelman
|
e890fc6980
|
Merge branch 'master' into NOverlays3
|
2018-12-19 11:37:10 -08:00 |
|
SamGondelman
|
7231116e43
|
fix zone with invalid script not loading
|
2018-12-18 13:04:56 -08:00 |
|
SamGondelman
|
6aac596698
|
updated entityscriptinginterface API and related functions
|
2018-12-07 15:25:21 -08:00 |
|
SamGondelman
|
3ce6f7f3d6
|
real image entities
|
2018-12-03 11:50:59 -08:00 |
|
Clement
|
7192aed131
|
Rework audio data memory ownership model
|
2018-11-14 14:45:18 -08:00 |
|
Dante Ruiz
|
bda9735b5d
|
fix loading progress
|
2018-10-04 15:01:16 -07:00 |
|
Seth Alves
|
6eb3fa251d
|
guard against null deref
|
2018-09-21 10:39:41 -07:00 |
|
Seth Alves
|
f6e57f54b0
|
don't call enterEntity until script preload has finished
|
2018-09-21 10:26:55 -07:00 |
|
Seth Alves
|
d5c0c05ab2
|
wait for an entity's script to load before adding it to the contain-avatar list. do this so the script doesn't miss the 'enterEntity' entity-method due to not being loaded.
|
2018-09-21 10:26:55 -07:00 |
|
SamGondelman
|
ade58a52cc
|
reserve priority sort util vectors
|
2018-09-04 11:21:43 -07:00 |
|
SamGondelman
|
5f08ed5027
|
misc perf improvements
|
2018-08-30 16:55:15 -07:00 |
|