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 |
|
Seth Alves
|
c8ab22c517
|
hook up entity-scripting-interface to actions
|
2015-06-03 11:19:45 -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
|
2702e07863
|
Merge pull request #5015 from sethalves/polyvox
PolyVox improvements -- depends on #5008
|
2015-06-02 14:34:49 -07:00 |
|
Eric Levin
|
55ffb7f1c0
|
code style changes
|
2015-06-02 12:51:45 -07:00 |
|
Seth Alves
|
20d3814c1b
|
code review
|
2015-06-02 10:00:07 -07:00 |
|
Eric Levin
|
83bf4241e4
|
resolved merge conflicts... but now lines not flying across clients
|
2015-06-01 15:16:08 -07:00 |
|
Seth Alves
|
d1bb6473d9
|
more work on edge handling and resizing
|
2015-06-01 13:57:28 -07:00 |
|
Seth Alves
|
43a1519e29
|
better handling of changes to the size of voxel space. limit each dimension to 32
|
2015-06-01 12:01:45 -07:00 |
|
Eric Levin
|
5cce4edec8
|
fix merge conflicts attemp 1
|
2015-06-01 11:18:33 -07:00 |
|
Eric Levin
|
7b08537574
|
code standards fixes
|
2015-06-01 09:51:24 -07:00 |
|
Eric Levin
|
8a191a661d
|
adding flag for points changed
|
2015-06-01 09:35:32 -07:00 |
|
Eric Levin
|
9ca5310c21
|
cleaned up another qDebugging line
|
2015-05-31 15:33:51 -07:00 |
|
Eric Levin
|
115bf3dd25
|
cleaned up logging and testing code.
|
2015-05-31 14:52:44 -07:00 |
|
Seth Alves
|
b9202ebfb6
|
added SURFACE_EDGED_CUBIC surface extractor which pads the outsides of the voxel-space with empty cells to change how the edges of the surface look
|
2015-05-31 09:14:59 -07:00 |
|
Seth Alves
|
a3589788df
|
allow edit.js to change between cubic and marching-cubes surface extractor on polyvox entity-items.
|
2015-05-30 18:33:35 -07:00 |
|
Seth Alves
|
f955cb45b2
|
keep track of number of non-zero voxels, use this information when deciding on shape-type
|
2015-05-30 18:14:54 -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 |
|
Seth Alves
|
96a40bd673
|
basic collisions with cubic polyvoxes
|
2015-05-29 18:50:26 -07:00 |
|
Eric Levin
|
7d5dd278a1
|
adding unpacking
|
2015-05-29 16:54:40 -07:00 |
|
Philip Rosedale
|
6b9f6ff7bb
|
Merge pull request #4994 from AndrewMeadows/isentropic
compute correct deltaTime for extrapolation of moving entity and other fixes
|
2015-05-29 16:07:10 -07:00 |
|
Seth Alves
|
a96520ca74
|
set up EntityItemPropertiesFromScript to either ignore or honor read-only properties
|
2015-05-29 13:43:18 -07:00 |
|
Seth Alves
|
1a26421414
|
Merge branch 'master' of github.com:highfidelity/hifi into created-time-is-a-property
|
2015-05-29 13:04:45 -07:00 |
|
Andrew Meadows
|
8177512432
|
send all TerseUpdate properties when one changes
|
2015-05-29 11:35:50 -07:00 |
|
Andrew Meadows
|
f049dc37fc
|
Merge pull request #4992 from howard-stearns/preload-collision-sounds
Preload collision sounds
|
2015-05-29 09:51:41 -07:00 |
|
Seth Alves
|
9f4fff3588
|
don't need convertScriptValue(QScriptEngine* e, QDateTime v)
|
2015-05-29 09:33:29 -07:00 |
|
Eric Levin
|
f573645291
|
line entity width translating
|
2015-05-29 09:24:00 -07:00 |
|
Seth Alves
|
0cf9afd8ec
|
attempt to save _created as an iso date in utc
|
2015-05-28 21:21:57 -07:00 |
|
Seth Alves
|
6b8b930839
|
Merge branch 'master' of github.com:highfidelity/hifi into created-time-is-a-property
|
2015-05-28 16:16:13 -07:00 |
|
Eric Levin
|
533148f26d
|
line being sent as array
|
2015-05-28 15:48:31 -07:00 |
|
Seth Alves
|
131827a82b
|
libraries/entities doesn't need polyvox, only libraries/entities-renderer
|
2015-05-28 14:27:49 -07:00 |
|
Andrew Meadows
|
7be16da1a8
|
compute correct time-of-flight for extrapolation
|
2015-05-28 14:24:39 -07:00 |
|
Eric Levin
|
2d66696675
|
line working from array of points
|
2015-05-28 14:18:57 -07:00 |
|
Howard Stearns
|
e7a48af56d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into preload-collision-sounds
|
2015-05-28 14:15:51 -07:00 |
|
Howard Stearns
|
0f30ec2ccc
|
Undo the merge with the broken master checking. What could go wrong?
|
2015-05-28 13:48:27 -07:00 |
|
Howard Stearns
|
810c766f77
|
When an entity is added or changed with a collisionSoundURL, cache it so that it is ready to play on the first hit.
|
2015-05-28 12:50:02 -07:00 |
|
Andrew Meadows
|
b7e3461e1a
|
restore _created magic
|
2015-05-28 12:21:38 -07:00 |
|
Eric Levin
|
8886e93d5f
|
changed qVector to qVectorVec3
|
2015-05-28 11:26:41 -07:00 |
|
Seth Alves
|
92817d9302
|
created-time is a property so it can be persisted to and retrieved from json saves
|
2015-05-28 10:59:27 -07:00 |
|
Eric Levin
|
72af4e4e67
|
latest pointer
|
2015-05-28 10:44:44 -07:00 |
|
Seth Alves
|
7547ef6ea4
|
code review
|
2015-05-28 10:29:07 -07:00 |
|
Seth Alves
|
a91a7942a4
|
Merge branch 'master' of github.com:highfidelity/hifi into polyvox
|
2015-05-28 06:59:39 -07:00 |
|
Andrew Meadows
|
c32ff497e8
|
Merge pull request #4982 from howard-stearns/unowned-object-sounds
Unowned object sounds
|
2015-05-27 21:07:49 -07:00 |
|
Seth Alves
|
4961c10e17
|
Merge branch 'master' of github.com:highfidelity/hifi into polyvox
|
2015-05-27 19:05:01 -07:00 |
|
Seth Alves
|
4fa6f388b9
|
Merge branch 'master' of github.com:highfidelity/hifi into polyvox
|
2015-05-27 18:20:59 -07:00 |
|
Howard Stearns
|
bbc04f3b03
|
Merge branch 'master' of https://github.com/highfidelity/hifi into unowned-object-sounds
|
2015-05-27 18:08:37 -07:00 |
|
Andrew Meadows
|
0a0eba8277
|
merge
|
2015-05-27 18:07:00 -07:00 |
|