Andrew Meadows
|
455ef15754
|
fix warning about signed/unsigned comparison
|
2014-03-04 12:05:00 -08:00 |
|
Stephen Birarda
|
c1132726bf
|
use SharedNodePointer in place of Node where appropriate
|
2014-02-06 14:58:03 -08:00 |
|
ZappoMan
|
9d87d58723
|
Merge branch 'master' of https://github.com/worklist/hifi into more_scripting
Conflicts:
libraries/particles/src/ParticlesScriptingInterface.cpp
|
2014-01-28 20:36:35 -08:00 |
|
ZappoMan
|
5e4813ab11
|
more work on allowing for local particle trees
|
2014-01-27 13:50:05 -08:00 |
|
ZappoMan
|
62b7e6e58d
|
implement local edits in ParticleScriptingInterface
|
2014-01-27 09:00:34 -08:00 |
|
Andrew Meadows
|
31a2e467f4
|
more efficient ParticleTree::getParticles() and adding ParticleTree::getParticlesForUpdate()
|
2014-01-26 16:14:11 -08:00 |
|
Andrew Meadows
|
daf11692d8
|
Merge branch 'master' of ssh://github.com/highfidelity/hifi into fix-particle-avatar-collisions
|
2014-01-26 15:19:52 -08:00 |
|
AndrewMeadows
|
d19cb6da36
|
Merge pull request #1694 from ZappoMan/dont_edit_bad_particles
New particles JS features
|
2014-01-24 17:23:30 -08:00 |
|
Andrew Meadows
|
998b772be4
|
Adding ParticleTreeElement::findParticles(box, QVector<Particles*>)
|
2014-01-24 14:01:03 -08:00 |
|
ZappoMan
|
bcaafb25f0
|
added findParticles() to JS api
|
2014-01-24 12:36:06 -08:00 |
|
ZappoMan
|
f02bc95908
|
clear particles when switching domains
|
2014-01-24 11:07:27 -08:00 |
|
Brad Hefta-Gaub
|
fe5a8d9da2
|
Merge branch 'master' of git://github.com/worklist/hifi into new_particle_scripting_interface
Conflicts:
libraries/shared/src/PacketHeaders.cpp
|
2014-01-21 20:21:22 -08:00 |
|
Brad Hefta-Gaub
|
97b0ed2cc5
|
implemented support for PACKET_TYPE_PARTICLE_ERASE
|
2014-01-21 13:24:35 -08:00 |
|
Andrew Meadows
|
141c20f4ef
|
Fix formatting to abide by compressed K&R style.
|
2014-01-21 09:26:23 -08:00 |
|
Brad Hefta-Gaub
|
347933f1a5
|
Merge branch 'master' of git://github.com/worklist/hifi into new_particle_scripting_interface
Conflicts:
libraries/particles/src/Particle.cpp
libraries/particles/src/ParticleCollisionSystem.cpp
libraries/particles/src/ParticleTreeElement.cpp
|
2014-01-21 02:15:46 -08:00 |
|
Brad Hefta-Gaub
|
cd0e8e742c
|
particle edit checkpoint
|
2014-01-21 02:12:31 -08:00 |
|
Andrew Meadows
|
79e4b6d691
|
Removing per-particle calls to usecTimestampNow() which can add up when simulating a lot of particles.
|
2014-01-20 13:27:19 -08:00 |
|
Andrew Meadows
|
61e1b25e70
|
ParticleTreeElement::_particles is now a QList<> instead of std::vector<> for faster erase()
|
2014-01-20 12:43:27 -08:00 |
|
Stephen Birarda
|
987c639e36
|
initial newline removal from all QDebug calls
|
2014-01-14 13:09:22 -08:00 |
|
ZappoMan
|
98e511a71c
|
removed extra debug messages
|
2013-12-19 15:16:43 -08:00 |
|
ZappoMan
|
d71bc248f4
|
support adjusting particles based on clockSkew
|
2013-12-19 14:49:58 -08:00 |
|
ZappoMan
|
26366e9fe7
|
cleanup debug
|
2013-12-19 10:05:20 -08:00 |
|
ZappoMan
|
e2b7e08398
|
revert back to timestamps, fix a couple other bugs
|
2013-12-19 09:50:53 -08:00 |
|
ZappoMan
|
920ef65ccb
|
removed _lastedEdited changed to editedAgo
|
2013-12-18 19:01:42 -08:00 |
|
ZappoMan
|
c68a226094
|
removing of created timestamp from wire format, still supports lifetime
|
2013-12-18 17:43:48 -08:00 |
|
ZappoMan
|
8b1c39a471
|
more lastUpdated-ectomy
|
2013-12-18 17:03:53 -08:00 |
|
ZappoMan
|
1badc8dc5d
|
first pass at removing timestamps from particles removed _lastUpdated/getLastUpdated()
|
2013-12-18 16:59:36 -08:00 |
|
ZappoMan
|
11a5ff2eb8
|
added edited times to particles and don't change local tree if particle has not been edited
|
2013-12-17 12:39:35 -08:00 |
|
ZappoMan
|
aaf4ff7dfc
|
added lifetime to particles
|
2013-12-13 14:30:29 -08:00 |
|
ZappoMan
|
7a4f9cf722
|
particle to particle collisions
|
2013-12-13 10:23:37 -08:00 |
|
ZappoMan
|
d3197ef8f9
|
fix crash, and remove gravity while in hand
|
2013-12-12 13:54:36 -08:00 |
|
ZappoMan
|
1a6f730659
|
add findClosestParticle()
|
2013-12-12 12:24:07 -08:00 |
|
ZappoMan
|
1225e20fad
|
fix flashy particles caused by server deleting octree elements while particles still exist
|
2013-12-11 09:54:30 -08:00 |
|
ZappoMan
|
ae1576b9f5
|
CR cleanup and add shootParticle() to application
|
2013-12-10 17:07:11 -08:00 |
|
ZappoMan
|
d65479406c
|
only render particle elements that are in view
|
2013-12-10 14:22:52 -08:00 |
|
ZappoMan
|
ba9a113720
|
added gravity, damping, and shouldDie behavior to particles
|
2013-12-10 12:53:42 -08:00 |
|
ZappoMan
|
7a828794be
|
more work with particles added javascript support to particle update
|
2013-12-10 11:27:18 -08:00 |
|
ZappoMan
|
99e3a58a68
|
more work on update
|
2013-12-09 16:33:12 -08:00 |
|
ZappoMan
|
68a51f5205
|
added update to particle
|
2013-12-09 15:34:52 -08:00 |
|
ZappoMan
|
2783770e2b
|
got particles sending from server to client and rendering
|
2013-12-09 13:29:44 -08:00 |
|
ZappoMan
|
2ca628fdf1
|
first cut at particle renderer cleanup particle jurisdiction listener fix storage of particles
|
2013-12-09 11:45:32 -08:00 |
|
ZappoMan
|
072ced0185
|
first cut at PACKET_TYPE_PARTICLE_ADD implementation
|
2013-12-05 15:38:36 -08:00 |
|
ZappoMan
|
86ffbc3d33
|
first pass at adding actual particles to the ParticleTree
|
2013-12-05 12:07:52 -08:00 |
|
ZappoMan
|
37466251d4
|
added some scripts, latest particle server work
|
2013-12-04 13:25:50 -08:00 |
|
ZappoMan
|
c24e32ce06
|
basic ParticleTree and ParticleTreeElement classes
|
2013-12-04 12:32:46 -08:00 |
|