Seth Alves
|
30be515a94
|
remove unneeded lock around action-data in entity item. Actions now use a weak pointer to keep track of owner entity
|
2015-06-27 08:53:27 -07:00 |
|
Seth Alves
|
9f6ec4120d
|
undo previous experiment
|
2015-06-26 18:43:56 -07:00 |
|
Seth Alves
|
0739c46249
|
if new action data is the same as the old action data, don't re-unpack it
|
2015-06-26 18:13:53 -07:00 |
|
Seth Alves
|
b4537b081f
|
fix clearActions
|
2015-06-26 16:02:47 -07:00 |
|
Seth Alves
|
bc7271769c
|
merge from master
|
2015-06-26 14:29:40 -07:00 |
|
David Rowe
|
1898c6bd55
|
Merge branch 'master' into 20547
Conflicts:
libraries/networking/src/PacketHeaders.cpp
libraries/networking/src/PacketHeaders.h
|
2015-06-26 13:05:51 -07:00 |
|
Seth Alves
|
d09588b7fa
|
put upper bound on size of serilized action parameters so they'll fit in MTU
|
2015-06-26 12:11:34 -07:00 |
|
Seth Alves
|
0af137af36
|
save encoded action data rather than generating it on demand
|
2015-06-23 15:27:25 -07:00 |
|
Seth Alves
|
7f4e3f8216
|
when deserializing action, remove any existing actions that weren't part of the serialized data
|
2015-06-22 13:12:34 -07:00 |
|
Seth Alves
|
5381e6e9bb
|
entity server has its own version of actions which simply remember the encoded arguments. Entities with actions don't experience simulateKinematicMotion
|
2015-06-19 16:20:07 -07:00 |
|
Seth Alves
|
fca06d9d3d
|
add actionData to properties that EntityItem transmits and receives
|
2015-06-19 09:36:06 -07:00 |
|
Seth Alves
|
fce551099f
|
first stab at sending action data across wire
|
2015-06-18 18:32:57 -07:00 |
|
Seth Alves
|
32cf669d8b
|
moving toward sending actions over wire
|
2015-06-18 17:51:41 -07:00 |
|
Seth Alves
|
b258aeaa3d
|
merge from master
|
2015-06-18 10:04:14 -07:00 |
|
David Rowe
|
6623d0c552
|
Add "Reload" button associated with entity editor's script URL field
The Reload button re-downloads the script for both the editor and for
everyone in the vicinity.
|
2015-06-17 16:11:32 -07:00 |
|
Seth Alves
|
508ae276c6
|
enable -Wdouble-promotion
|
2015-06-16 18:23:10 -07:00 |
|
Seth Alves
|
4a00bd3e7f
|
quiet compiler
|
2015-06-15 16:06:20 -07:00 |
|
Niraj Venkat
|
182a3e918c
|
Hyperlink properties now propagate locally and over network
|
2015-06-10 13:12:18 -07:00 |
|
ZappoMan
|
5d6112d9c5
|
Merge branch 'master' of https://github.com/highfidelity/hifi into team-teaching
|
2015-06-08 12:29:32 -07:00 |
|
ZappoMan
|
7dc0e8a66c
|
Merge branch 'master' of https://github.com/highfidelity/hifi into team-teaching
|
2015-06-05 12:21:29 -07:00 |
|
Seth Alves
|
b425cc6491
|
merge from upstream
|
2015-06-05 11:56:33 -07:00 |
|
Seth Alves
|
b0480af040
|
Merge pull request #5053 from AndrewMeadows/isothermal
fix crash during bogus reconnect on login
|
2015-06-05 11:38:23 -07:00 |
|
Seth Alves
|
aff582287d
|
use const references for arguments in action-related calls
|
2015-06-05 11:26:54 -07:00 |
|
ZappoMan
|
f8a2fff5a7
|
Merge branch 'master' of https://github.com/highfidelity/hifi into team-teaching
|
2015-06-05 11:06:10 -07:00 |
|
Seth Alves
|
28c034698f
|
Merge branch 'master' of github.com:highfidelity/hifi into actions
|
2015-06-05 10:41:20 -07:00 |
|
Seth Alves
|
eb912892dc
|
code review
|
2015-06-05 09:56:34 -07:00 |
|
Seth Alves
|
ba42b0dcc4
|
updateAction and deleteAction
|
2015-06-04 17:51:59 -07:00 |
|
Seth Alves
|
5e5bc497d9
|
remove debugging prints
|
2015-06-04 12:44:08 -07:00 |
|
Seth Alves
|
66ab3d455f
|
use shared pointers to keep track of action objects
|
2015-06-04 12:29:05 -07:00 |
|
Andrew Meadows
|
0514736a3e
|
remove last of *InDomainUnits code
|
2015-06-04 11:24:10 -07:00 |
|
Seth Alves
|
14026667f5
|
script interface for creating an action now takes an action-type name rather than having a different call for each action
|
2015-06-04 10:55:32 -07:00 |
|
Seth Alves
|
57d85cece0
|
get rid of simulation back-pointer in actions
|
2015-06-04 09:41:32 -07:00 |
|
Seth Alves
|
d634663bb1
|
simple action is working. destructor sequense is still suspicous
|
2015-06-03 17:33:55 -07:00 |
|
Seth Alves
|
9861e8afcc
|
adjust assert
|
2015-06-03 11:47:42 -07:00 |
|
ZappoMan
|
7c40b666e8
|
Merge branch 'master' of https://github.com/highfidelity/hifi into team-teaching-scene-api
|
2015-06-03 09:52:40 -07:00 |
|
Seth Alves
|
a31a5a1554
|
main actions interface is in EntityItem. changes in actions are queued up and applied before simulation step
|
2015-06-02 19:40:20 -07:00 |
|
Seth Alves
|
f84e970c48
|
Merge branch 'master' of github.com:highfidelity/hifi into actions
|
2015-06-02 16:28:07 -07:00 |
|
Seth Alves
|
d6549948d0
|
first pass at entity interface to actions
|
2015-06-02 16:06:27 -07:00 |
|
Andrew Meadows
|
0e2028b820
|
merge
Conflicts:
libraries/entities/src/EntityItem.cpp
|
2015-06-02 15:08:36 -07:00 |
|
Atlante45
|
ad3cea9907
|
Disable entity debub
|
2015-06-02 18:23:37 +02:00 |
|
Andrew Meadows
|
cc9ae81c75
|
group Entity property settings together
|
2015-06-01 14:47:14 -07:00 |
|
ZappoMan
|
d4af454834
|
Merge branch 'master' of https://github.com/highfidelity/hifi into team-teaching
|
2015-06-01 14:42:35 -07:00 |
|
Seth Alves
|
fe59f8846f
|
recompute polyvox mesh when setVoxelSurfaceStyle is called. remove left-over color stuff from polyvox. don't require that a polyvox be rendered before computing its physics shape
|
2015-05-30 16:43:11 -07:00 |
|
Andrew Meadows
|
8177512432
|
send all TerseUpdate properties when one changes
|
2015-05-29 11:35:50 -07:00 |
|
ZappoMan
|
94f6e8cebd
|
Merge branch 'team-teaching' of https://github.com/highfidelity/hifi into team-teaching-scene-api
|
2015-05-29 11:23:22 -07:00 |
|
ZappoMan
|
dc62052a3c
|
more hacking on models
|
2015-05-29 11:07:25 -07:00 |
|
Atlante45
|
ab13bc41a4
|
Merge branch 'team-teaching' of https://github.com/highfidelity/hifi into team-teaching
|
2015-05-29 17:53:17 +02:00 |
|
ZappoMan
|
78c701a89d
|
Merge branch 'team-teaching' of https://github.com/highfidelity/hifi into team-teaching-scene-api
|
2015-05-29 08:40:46 -07:00 |
|
Atlante45
|
0384b74479
|
Merge branch 'master' of https://github.com/highfidelity/hifi into team-teaching
|
2015-05-29 17:37:53 +02:00 |
|
Atlante45
|
f07f9ac0c5
|
Expand setDimensions check to negative values
|
2015-05-29 17:04:39 +02:00 |
|