Atlante45
|
29b5daba3a
|
Revert input events script callbacks
|
2017-01-20 15:30:25 -08:00 |
|
Stephen Birarda
|
ab8a0a7d39
|
Merge pull request #30 from Atlante45/ess-pr
Remove unnecessary const from `const bool`
|
2017-01-20 14:22:11 -08:00 |
|
Stephen Birarda
|
5ef0bd7573
|
remove weird extra whitespace
|
2017-01-20 14:10:42 -08:00 |
|
Stephen Birarda
|
7e9dffc028
|
fix version number for EntityQuery JSON filter
|
2017-01-20 14:08:28 -08:00 |
|
Stephen Birarda
|
1e25b5012f
|
use a static_cast to get EntityNodeData
|
2017-01-20 14:05:55 -08:00 |
|
Stephen Birarda
|
67951517b4
|
don't grab the JSON filters for each entity checked
|
2017-01-20 13:59:48 -08:00 |
|
Atlante45
|
8740481579
|
Remove unnecessary const from const bool
|
2017-01-20 13:54:49 -08:00 |
|
Stephen Birarda
|
6376068021
|
fix usesFrustum check in OctreeQueryNode
|
2017-01-20 13:54:46 -08:00 |
|
Stephen Birarda
|
5c5c69fff3
|
setup the repeated message flusher on LogHandler thread
|
2017-01-20 11:20:48 -08:00 |
|
Stephen Birarda
|
1b778a3ee0
|
fail quietly if local injection cannot happen
|
2017-01-20 10:42:07 -08:00 |
|
Stephen Birarda
|
eb033c797a
|
fallback if local URL empty when loading default scripts
|
2017-01-20 10:36:57 -08:00 |
|
Stephen Birarda
|
25bd6fa2c1
|
move recording interface to Agent/Application only
|
2017-01-20 10:27:08 -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 |
|
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 |
|
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 |
|
Ryan Huffman
|
ff65d0c8cb
|
Fix property assignment in GetScriptStatusRequest
|
2017-01-19 15:33:17 -08:00 |
|
Ryan Huffman
|
465f5c6789
|
Add getters to ScriptStatusRequest
|
2017-01-19 15:09:16 -08:00 |
|
Ryan Huffman
|
c252d80782
|
Fix EntityScriptDetails having incorrect scriptText
|
2017-01-19 14:41:56 -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 |
|
Stephen Birarda
|
33cde412b1
|
make getJSONParameters thread-safe
|
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 |
|
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
|
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 |
|
Ryan Huffman
|
3b5b88e719
|
Move MessageID to AssetUtils
|
2017-01-18 11:17:13 -08:00 |
|
Ryan Huffman
|
d85f27e992
|
Add Entities.getServerScriptStatus
|
2017-01-18 11:15:59 -08:00 |
|
Ryan Huffman
|
8137c59ef7
|
Add support for sending requests to entity script server
|
2017-01-18 11:15:29 -08:00 |
|
Atlante45
|
20b7bb0c54
|
EntityScriptServer tracks server scripts
|
2017-01-17 16:41:56 -08:00 |
|
Atlante45
|
ff3f175fb7
|
Fix typos
|
2017-01-17 15:39:54 -08:00 |
|
Ryan Huffman
|
340eeb94fa
|
Add return type to lambdas in EntityTreeRenderer
|
2017-01-17 15:24:14 -08:00 |
|
Ryan Huffman
|
812aaee48c
|
Add Entities.reloadServerScripts
|
2017-01-17 14:47:57 -08:00 |
|
Ryan Huffman
|
b0c2a9d614
|
Add serverScripts entity property
|
2017-01-17 14:47:06 -08:00 |
|
Atlante45
|
8d199ded15
|
Check collision against the right owner
|
2017-01-17 13:47:45 -08:00 |
|
Atlante45
|
5db37fff95
|
More entity script server work
|
2017-01-17 13:47:45 -08:00 |
|
Atlante45
|
163d65d784
|
Setup basic EntityScriptServer
|
2017-01-17 13:47:45 -08:00 |
|