Clément Brisset
|
3f8dc58c57
|
Merge pull request #15 from birarda/entity-script-server
stop script engine when entity server goes away, fix inefficient repeated send
|
2017-01-19 16:54:38 -08:00 |
|
Stephen Birarda
|
c5140ac695
|
use ENTITY_ITEM_DEFAULT_SERVER_SCRIPTS in EntityItemProperties
|
2017-01-19 16:42:14 -08:00 |
|
Stephen Birarda
|
0cb14ab25c
|
whitespace fix in EntityTreeElement
|
2017-01-19 16:42:14 -08:00 |
|
Stephen Birarda
|
a40c25ddbf
|
fix repeated send of matching entities
|
2017-01-19 16:42:14 -08:00 |
|
Stephen Birarda
|
b00435074e
|
stop script engine when entity server goes away
|
2017-01-19 16:42:14 -08:00 |
|
Ryan Huffman
|
6c21339485
|
Merge pull request #17 from Atlante45/ess-pr
Fix scripts not reloading in certain edge cases
|
2017-01-19 16:01:02 -08:00 |
|
Atlante45
|
07da0c5e9c
|
Fix script loading bug
|
2017-01-19 15:58:55 -08:00 |
|
Atlante45
|
3203e8c7c2
|
Use Huffman's version of getEntityScriptDetails
|
2017-01-19 15:49:40 -08:00 |
|
Atlante45
|
20a82df9a0
|
Fix scripts not reloading in certain edge cases
|
2017-01-19 15:48:44 -08:00 |
|
Clément Brisset
|
bb5c6e4373
|
Merge pull request #18 from huffman/feat/entity-server-script-property
Add EntityScriptUtils
|
2017-01-19 15:48:22 -08:00 |
|
Ryan Huffman
|
091c353a85
|
Add comment to endif in EntityScriptUtils
|
2017-01-19 15:47:52 -08:00 |
|
Ryan Huffman
|
36a46c1bd6
|
Add EntityScriptUtils
|
2017-01-19 15:44:15 -08:00 |
|
Clément Brisset
|
c2ca76f630
|
Merge pull request #16 from huffman/feat/entity-server-script-property
Add server script status to edit.js
|
2017-01-19 15:34:29 -08:00 |
|
Ryan Huffman
|
ff65d0c8cb
|
Fix property assignment in GetScriptStatusRequest
|
2017-01-19 15:33:17 -08:00 |
|
Ryan Huffman
|
9e17f63b8f
|
Add comment to clarify rez/reztmp check in EntityScriptServer
|
2017-01-19 15:10:26 -08:00 |
|
Ryan Huffman
|
465f5c6789
|
Add getters to ScriptStatusRequest
|
2017-01-19 15:09:16 -08:00 |
|
Ryan Huffman
|
7ba14a5f09
|
Fix AssignmentParentFinder.h include
|
2017-01-19 15:08:47 -08:00 |
|
Ryan Huffman
|
7cd19192d9
|
Remove dead code in entityProperties.js
|
2017-01-19 15:00:30 -08:00 |
|
Ryan Huffman
|
c252d80782
|
Fix EntityScriptDetails having incorrect scriptText
|
2017-01-19 14:41:56 -08:00 |
|
Ryan Huffman
|
b6893a0100
|
Keep Agents and EntityScriptServers from connecting if lacking permissions
|
2017-01-19 14:35:27 -08:00 |
|
Ryan Huffman
|
3ac44e3a1c
|
Add guard against unpermitted requests to the entity script server
|
2017-01-19 14:34:44 -08:00 |
|
Ryan Huffman
|
7fc946f598
|
Fix duplicate UUID length constant
|
2017-01-19 13:31:24 -08:00 |
|
Ryan Huffman
|
c015ac1bd5
|
Add display of server script status to edit.js
|
2017-01-19 13:27:44 -08:00 |
|
Ryan Huffman
|
d45f5ade97
|
Update Entities.getServerScriptStatus to return more information
|
2017-01-19 13:27:44 -08:00 |
|
Ryan Huffman
|
fa28933464
|
Update EntityScriptClient to receive more status information
|
2017-01-19 13:27:44 -08:00 |
|
Ryan Huffman
|
cbb55a06a0
|
Update ScriptEngine to store full running status off entity scripts
|
2017-01-19 13:27:44 -08:00 |
|
Clément Brisset
|
89d1242925
|
Merge pull request #10 from huffman/feat/entity-server-script-property
Entity script status + reload
|
2017-01-19 11:19:40 -08:00 |
|
Ryan Huffman
|
2117b1fed3
|
Merge pull request #13 from birarda/entity-script-server
fix bug with JSON in query, avoid frustum check in EntityTreeElement
|
2017-01-19 10:45:26 -08:00 |
|
Stephen Birarda
|
746327dc11
|
whitespace cleanup in OST
|
2017-01-19 10:43:36 -08:00 |
|
Stephen Birarda
|
33cde412b1
|
make getJSONParameters thread-safe
|
2017-01-18 17:49:54 -08:00 |
|
Stephen Birarda
|
916a7325bc
|
remove debug in EntityScriptServer
|
2017-01-18 17:49:54 -08:00 |
|
Stephen Birarda
|
a86be14b8c
|
remove debug in OctreeSendThread
|
2017-01-18 17:49:54 -08:00 |
|
Stephen Birarda
|
5fbdc94c66
|
pass usesFrustum down to EntityTreeElement
|
2017-01-18 17:49:54 -08:00 |
|
Stephen Birarda
|
ed41412d95
|
fix for unpack of OctreeQuery
|
2017-01-18 17:49:54 -08:00 |
|
Stephen Birarda
|
fc03d25155
|
Merge pull request #14 from Atlante45/ess-pr
Unload all scripts on entity server loss
|
2017-01-18 17:48:43 -08:00 |
|
Atlante45
|
6b0b19d36d
|
Unload all scripts on entity server loss
|
2017-01-18 17:47:19 -08:00 |
|
Stephen Birarda
|
fe2a5d6059
|
Merge pull request #12 from Atlante45/ess-pr
Fix server script preload funcitons
|
2017-01-18 16:44:07 -08:00 |
|
Atlante45
|
cbc69fbf9e
|
Fix script preload functions
|
2017-01-18 16:42:25 -08:00 |
|
Atlante45
|
e94cccf08d
|
Fix server script preload funcitons
|
2017-01-18 16:12:41 -08:00 |
|
Stephen Birarda
|
8dabf25c42
|
Merge pull request #11 from Atlante45/ess-pr
Automatically query octree
|
2017-01-18 15:21:25 -08:00 |
|
Atlante45
|
e15bf6bfb4
|
Automatically query octree
|
2017-01-18 15:15:29 -08:00 |
|
Clément Brisset
|
842692e99b
|
Merge pull request #9 from birarda/entity-script-server
ability to query without frustum only for entities with server scripts
|
2017-01-18 15:14:02 -08:00 |
|
Stephen Birarda
|
112b119f17
|
send entities that just stopped matching filter
|
2017-01-18 14:58:36 -08:00 |
|
Stephen Birarda
|
5d1b53c600
|
move map population with properties back
|
2017-01-18 14:58:36 -08:00 |
|
Stephen Birarda
|
b08bfe93f4
|
change lastViewFrustumSent to lastQuerySent
|
2017-01-18 14:58:36 -08:00 |
|
Stephen Birarda
|
a1ad496772
|
handle match on non-default serverScripts property during entity send
|
2017-01-18 14:58:36 -08:00 |
|
Stephen Birarda
|
3556379034
|
leverage JSON filter changes to OctreeQuery in EntityServer
|
2017-01-18 14:58:36 -08:00 |
|
Stephen Birarda
|
f9f958aef1
|
provide direct access to OctreeQuery from OHV
|
2017-01-18 14:58:36 -08:00 |
|
Stephen Birarda
|
6e6f2c50b8
|
leverage OctreeQuery enhancements in EntityScriptServer/OHV
|
2017-01-18 14:58:36 -08:00 |
|
Stephen Birarda
|
ed68d5a7a2
|
add JSON filter to OctreeQuery
|
2017-01-18 14:58:36 -08:00 |
|