Seth Alves
|
3dbf28b7b4
|
use lambdas to remove some repeated code
|
2015-06-05 07:33:39 -07:00 |
|
Seth Alves
|
b2db5f7fee
|
update grab.js to use pull-to-point action, various other fixes
|
2015-06-05 07:10:44 -07:00 |
|
Seth Alves
|
9a67f35b59
|
Merge branch 'master' of github.com:highfidelity/hifi into actions
|
2015-06-04 19:02:46 -07:00 |
|
Seth Alves
|
ba42b0dcc4
|
updateAction and deleteAction
|
2015-06-04 17:51:59 -07:00 |
|
Eric Levin
|
5e15c14539
|
added sanitization for invalid line points data. Fixed bug where occasionally wrong view frustum would be sent to script"
|
2015-06-04 16:45:32 -07:00 |
|
Seth Alves
|
5e5bc497d9
|
remove debugging prints
|
2015-06-04 12:44:08 -07:00 |
|
Seth Alves
|
5f60ad3b51
|
put back unused variables as commented out -- there is a comment lower down that talks about them
|
2015-06-04 12:39:48 -07:00 |
|
Seth Alves
|
66ab3d455f
|
use shared pointers to keep track of action objects
|
2015-06-04 12:29:05 -07:00 |
|
Seth Alves
|
8f19bad97d
|
pull argument extracting code into EntityActionInterface
|
2015-06-04 11:39:15 -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
|
9cae11cc3c
|
clean up actions when DeleteEntityOperator's list is processed rather than as it's made
|
2015-06-04 09:55:25 -07:00 |
|
Seth Alves
|
57d85cece0
|
get rid of simulation back-pointer in actions
|
2015-06-04 09:41:32 -07:00 |
|
Seth Alves
|
4414b67837
|
Merge branch 'master' of github.com:highfidelity/hifi into actions
|
2015-06-03 20:43:22 -07:00 |
|
Seth Alves
|
31bc106189
|
remove unneeded include
|
2015-06-03 20:43:11 -07:00 |
|
Seth Alves
|
d634663bb1
|
simple action is working. destructor sequense is still suspicous
|
2015-06-03 17:33:55 -07:00 |
|
Brad Davis
|
a12fd5c3d0
|
Merge pull request #5023 from AndrewMeadows/bispinor
fix crash in ~OffscreenGlCanvas on linux shutdown
|
2015-06-03 17:21:39 -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
|
57c3a14b6a
|
quiet compiler
|
2015-06-03 11:18:38 -07:00 |
|
Seth Alves
|
1d0d002222
|
clear out action change lists after applying them
|
2015-06-03 09:10:42 -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
|
9e0c2a3c6c
|
fix crash in ~OffscreenGlCanvas on linux shutdown
|
2015-06-02 14:36:34 -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 |
|
Brad Hefta-Gaub
|
2a8e758559
|
Merge pull request #5010 from ericrius1/lineEntity
Modified the line entity to take two new properties: lineWidth and linePoints
|
2015-06-02 14:25:44 -07:00 |
|
Eric Levin
|
7527efc2d6
|
removed unsuded variable
|
2015-06-02 13:58:09 -07:00 |
|
Eric Levin
|
a98baef736
|
another code cleanup
|
2015-06-02 13:56:18 -07:00 |
|
Seth Alves
|
100248c4e8
|
beginnings of ObjectAction class
|
2015-06-02 13:19:07 -07:00 |
|
Seth Alves
|
b24cd82b80
|
beginnings of ObjectAction class
|
2015-06-02 13:18:49 -07:00 |
|
Seth Alves
|
981ac2ce7d
|
quiet-compiler -- remove unused prototype for cleanupMenuItems
|
2015-06-02 13:17:15 -07:00 |
|
Eric Levin
|
55ffb7f1c0
|
code style changes
|
2015-06-02 12:51:45 -07:00 |
|
Seth Alves
|
11eb073bcf
|
fix comment
|
2015-06-02 10:04:39 -07:00 |
|
Seth Alves
|
d201f7791e
|
oops
|
2015-06-02 10:01:43 -07:00 |
|
Seth Alves
|
20d3814c1b
|
code review
|
2015-06-02 10:00:07 -07:00 |
|
Eric Levin
|
e7c5a24e3d
|
fixed packet number increment logic
|
2015-06-02 09:38:45 -07:00 |
|
Howard Stearns
|
0837c016c5
|
Update constant to use AudioConstants.h
|
2015-06-02 09:18:45 -07:00 |
|
Howard Stearns
|
622a1e3068
|
Pitch-shift collision sounds, and make entities-renderer depend on soxr.
|
2015-06-01 21:19:42 -07:00 |
|
Eric Levin
|
f51ad6b8da
|
merged master
|
2015-06-01 15:39:05 -07:00 |
|
Eric Levin
|
785144404c
|
changed entity packet type version number
|
2015-06-01 15:37:29 -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
|
ea3f002a65
|
ifdef out debug pritns
|
2015-06-01 14:38:07 -07:00 |
|
Stephen Birarda
|
12bcbbf338
|
Merge pull request #5012 from ctrlaltdavid/20555
DO NOT MERGE - QA for #20555 - Re-style QML Address Bar
|
2015-06-01 17:08:00 -04: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
|
b6b5078048
|
removed unneeded append methods from OctreePacketData
|
2015-06-01 11:11:08 -07:00 |
|
Eric Levin
|
93c3f90c95
|
clened up read and write of qVec- no longer converting between qVector and qByteArray
|
2015-06-01 11:08:48 -07:00 |
|
Seth Alves
|
175926736d
|
Merge branch 'master' of github.com:highfidelity/hifi into polyvox
|
2015-06-01 09:59:01 -07:00 |
|
Eric Levin
|
7b08537574
|
code standards fixes
|
2015-06-01 09:51:24 -07:00 |
|