AndrewMeadows
05e5277084
Merge pull request #2764 from ZappoMan/modelserver
...
Model Server, Renderer, Scripting, etc
2014-05-01 15:39:12 -07:00
Ryan Huffman
701fcd3542
Fix invalid check for null object in registerGetterSetter
2014-04-30 11:29:01 -07:00
Ryan Huffman
9e684a0bc8
Add registerGetterSetter to remove need for getEngine()
2014-04-30 11:17:36 -07:00
ZappoMan
0182a6d895
models working end to end
2014-04-30 11:12:49 -07:00
Ryan Huffman
65fd2a7724
Merge remote-tracking branch 'upstream/master' into 19612
...
Conflicts:
interface/src/Menu.cpp
2014-04-30 09:57:17 -07:00
Ryan Huffman
0477706cb9
Add ScriptEngine::getEngine() to get internal QScriptEngine
2014-04-30 09:40:32 -07:00
ZappoMan
58c852d210
Merge branch 'master' of https://github.com/worklist/hifi into modelserver
2014-04-30 09:29:06 -07:00
ZappoMan
aac42058ac
first cut at modelserver
2014-04-30 09:25:52 -07:00
Ryan Huffman
edcff0b67f
Merge remote-tracking branch 'upstream/master' into RunningScripts
...
Conflicts:
interface/src/Application.cpp
interface/src/ui/FramelessDialog.cpp
interface/src/ui/FramelessDialog.h
2014-04-29 16:28:36 -07:00
Andrew Meadows
c7dbc5984f
add local gravity option parameter for MyAvatar
2014-04-28 16:40:22 -07:00
Andrew Meadows
a7c4b02f2d
merge new work into andrew/inertia
2014-04-28 09:52:06 -07:00
Andrew Meadows
b05a315b5a
merge upstream/master into andrew/inertia
...
Conflicts:
interface/src/avatar/MyAvatar.cpp
2014-04-25 14:52:44 -07:00
Andrew Meadows
357aac833e
expose AVATAR_MOTION_OBEY_GRAVITY const to JS
2014-04-25 14:15:40 -07:00
Andrew Meadows
0a7a5031ee
expose COLLISION_GOUP_* constants to JS
2014-04-24 14:17:10 -07:00
Mohammed Nafees
29d64373b4
Merge branch master
2014-04-24 18:52:59 +05:30
Atlante45
ddf14b0842
Merge branch 'master' of https://github.com/highfidelity/hifi into removed_gettimeofday
2014-04-22 10:22:30 -07:00
Atlante45
f7f30e118c
More gettimeofday cleanup
2014-04-21 15:17:11 -07:00
Thijs Wenker
70ac93c20d
Style
2014-04-21 21:44:50 +02:00
Thijs Wenker
c016d6557e
- few Adjustments in Application class for Script editor
...
- Shortkey for script editor (Alt+S)
- highlighter: bold true/false , single line comments
- Run scripts from the editor works
- More icons from Maximillian, Thanks
- Run on the fly checkbox, works if the script is running.
- Load/save features
2014-04-21 05:25:28 +02:00
Stephen Birarda
75f35c5858
optionally add an AvatarHashMap instance to the ScriptEngine
2014-04-17 17:55:16 -07:00
Andrzej Kapolka
15d4f59ceb
Moved AnimationObject to separate source files.
2014-04-17 15:52:32 -07:00
Andrzej Kapolka
0f69bbe23f
More work on animation loading.
2014-04-16 20:39:55 -07:00
Andrzej Kapolka
8cbad1bf54
More work on animation loading.
2014-04-15 19:37:28 -07:00
Andrzej Kapolka
38c0e99cbe
More work on animation loading.
2014-04-14 18:12:32 -07:00
Clément Brisset
5f6dee6c64
Merge pull request #2635 from thoys/windows-script-path-fix
...
Fixed loading local stored scripts on Windows machines
2014-04-10 16:40:47 -07:00
Thijs Wenker
825acbbd9c
Update ScriptEngine.cpp
...
DWORD is not defined in UNIX based systems. int should be fine
2014-04-10 10:47:21 +02:00
Stephen Birarda
c208af2246
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-04-09 15:10:48 -07:00
Thijs Wenker
5d812c8cb2
Fixed loading local stored scripts on Windows machines
2014-04-09 23:44:40 +02:00
Stephen Birarda
684c6b5372
run regex header replacement on all cpp files
2014-04-09 09:35:42 -07:00
Andrew Meadows
23c6873d99
Add Uuid object to ScriptEngine
2014-04-07 14:12:29 -07:00
Atlante45
5acc8313ba
Manual merge
2014-04-02 18:07:55 -07:00
Mohammed Nafees
d85d4fea5d
Added the new Running Scripts widget
2014-04-02 12:46:57 +05:30
Stephen Birarda
7eab276122
suppress debug in ScriptEngine, fix spatialization from FS head changes
2014-03-26 17:19:23 -07:00
Stephen Birarda
f0f3cf7282
remove seed to random number generator that is no longer needed
2014-03-25 14:36:02 -07:00
Stephen Birarda
f8c479f9c5
seed random number generator in ScriptEngine for Math.random use in JS
2014-03-25 14:28:26 -07:00
ZappoMan
c34b64e296
add load script from URL support
2014-03-25 00:17:19 -07:00
ZappoMan
a613da8032
add Script.include()
2014-03-24 21:25:59 -07:00
ZappoMan
7ef1fe3a74
add support for listing all audio devices and default device in JS
2014-03-24 09:15:03 -07:00
Stephen Birarda
8c4fad443f
allow Agents to microphone audio from Sound objects
2014-03-19 16:14:58 -07:00
Stephen Birarda
7e0da71527
have agent optionally send silent stream flag
2014-03-17 16:38:39 -07:00
Stephen Birarda
3b653ca542
add a sendAvatarAudioStream option to Agent for mixer load testing, closes #2291
2014-03-12 17:00:12 -07:00
ZappoMan
f4d487464a
more constructor cleanup
2014-03-09 00:01:47 -08:00
ZappoMan
cfa618d694
cleanup constructors
2014-03-08 23:31:23 -08:00
ZappoMan
15b5bb4385
Merge branch 'master' of https://github.com/worklist/hifi into flocking_birds
...
Conflicts:
examples/bot.js
2014-03-05 02:21:40 -08:00
ZappoMan
374af9eeb5
first cut at flocking birds, change willEmitVisualCallback to update
2014-03-04 14:40:49 -08:00
Atlante45
b854c450f4
Moved LocalVoxels class
2014-02-28 11:25:07 -08:00
Atlante45
b033432684
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
2014-02-27 14:36:44 -08:00
ZappoMan
42ddc82ac4
possible fix to windows assert
2014-02-25 20:23:38 -08:00
Stephen Birarda
bf3b5c07d5
Merge pull request #2093 from ZappoMan/menu_js
...
Adds support for editing application Menus to JS
2014-02-25 17:40:39 -08:00
ZappoMan
3943c49dcc
rename MenuType and other CR feedback
2014-02-25 17:32:16 -08:00
Atlante45
96d4f38e42
Modified the Script engine for Local voxel handling
2014-02-25 16:29:59 -08:00
Stephen Birarda
ee70c93a3e
have scripted avatars send billboard, if they have one
2014-02-25 13:42:07 -08:00
ZappoMan
74d48ab239
added support for MenuItemProperties for addMenuItem, removed some cruft, beginning support for menu item placement
2014-02-25 10:23:59 -08:00
Stephen Birarda
ee9f8937e3
fix a silly typo
2014-02-19 18:03:34 -08:00
Stephen Birarda
4ee416ba96
fixes for scripted avatars, closes #2033
2014-02-19 16:55:24 -08:00
ZappoMan
02e6a3336d
added several new JS events attributes
2014-02-09 01:05:27 -08:00
Stephen Birarda
455442088c
Merge branch 'master' of https://github.com/highfidelity/hifi into mesh-through-mixer
2014-02-07 13:45:14 -08:00
ZappoMan
41f6650b20
implement movable independent camera with hydra
2014-02-07 01:23:30 -08:00
Stephen Birarda
f10404b31e
allow setting of avatar URLs via AvatarData properties
2014-02-06 11:45:37 -08:00
Stephen Birarda
d563c89482
fix for ScriptEngine crash
2014-02-03 16:25:38 -08:00
ZappoMan
c739c2452a
Merge pull request #1832 from birarda/script-timer
...
hide ScriptEngine calls from JS
2014-02-03 12:45:41 -08:00
AndrewMeadows
6dc959f780
Merge pull request #1831 from ZappoMan/scripting
...
More scripting work
2014-02-03 12:43:56 -08:00
Stephen Birarda
028eec7164
don't allow calls to init, run, evaluate from JS
2014-02-03 10:33:31 -08:00
Stephen Birarda
e2842ab7a4
stop timers when the script does, add cleanup methods
2014-02-03 10:10:58 -08:00
ZappoMan
8b2f185937
always emit update even when no servers
2014-02-03 10:05:26 -08:00
Stephen Birarda
9dd8c11e1e
change script timer setup to match HTML dom standard
2014-02-03 09:59:16 -08:00
Stephen Birarda
d9cfaec4f0
Merge branch 'master' of https://github.com/highfidelity/hifi into script-timer
2014-02-03 09:32:13 -08:00
ZappoMan
ed3f7b9d28
Merge pull request #1822 from birarda/cleanup
...
application destructor cleanup, spacing cleanup
2014-01-31 18:03:19 -08:00
AndrewMeadows
867b66e73e
Merge pull request #1817 from ZappoMan/more_scripting_work
...
More scripting work
2014-01-31 17:54:44 -08:00
Stephen Birarda
d65a3ee174
spacing cleanup in Application and ScriptEngine
2014-01-31 17:38:53 -08:00
Stephen Birarda
d2fd4bf445
expose QTimer to the script engine
2014-01-31 16:36:44 -08:00
Stephen Birarda
dd83ff0538
move isAvatar property access to Agent object
2014-01-31 14:36:50 -08:00
ZappoMan
9798538ea5
Merge branch 'master' of https://github.com/worklist/hifi into more_scripting_work
...
Conflicts:
libraries/particles/src/Particle.cpp
libraries/particles/src/ParticlesScriptingInterface.cpp
2014-01-31 14:10:45 -08:00
AndrewMeadows
bed63513a9
Merge pull request #1745 from ZappoMan/scripting_work
...
support for global collision callbacks in JS
2014-01-31 10:42:44 -08:00
Stephen Birarda
79c8f91c78
instantiate isAvatar in ScriptEngine to false, closes #1779
2014-01-31 10:15:17 -08:00
ZappoMan
3b17550d92
make sure to flush edit queue on script shutdown
2014-01-30 16:36:26 -08:00
ZappoMan
ed0a2a5a18
Merge branch 'master' of https://github.com/worklist/hifi into scripting_work
...
Conflicts:
libraries/shared/src/SharedUtil.cpp
libraries/shared/src/SharedUtil.h
libraries/voxels/src/VoxelEditPacketSender.cpp
2014-01-29 19:49:36 -08:00
ZappoMan
08b06cc59c
support for global collision callbacks in JS
2014-01-29 17:52:17 -08:00
Stephen Birarda
33edcea5fb
resolve conflicts on merge with upstream master
2014-01-29 12:23:06 -08:00
ZappoMan
98cdc656c4
more scripting support, including adding a Quat helper class that makes JS quat math easier
2014-01-29 00:56:08 -08:00
ZappoMan
febb306a62
cleaned up some registration of global objects
2014-01-28 19:46:59 -08:00
Stephen Birarda
4de270b832
cleanup Node types, closes #1726
2014-01-28 13:38:33 -08:00
Stephen Birarda
2aaa9ce3f6
resolve conflicts on merge with upstream master
2014-01-28 12:30:43 -08:00
Stephen Birarda
4103cc1cde
packet header changes and beginning of conversion to QByteArray
2014-01-28 10:36:08 -08:00
ZappoMan
bcaafb25f0
added findParticles() to JS api
2014-01-24 12:36:06 -08:00
Stephen Birarda
ed9118fd67
more NodeList QSet changes, closes #1660
2014-01-23 15:28:46 -08:00
Stephen Birarda
abddb969a5
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-01-22 14:47:44 -08:00
Stephen Birarda
d307412183
remove preEvaluateReset in ScriptEngine
2014-01-22 12:01:15 -08:00
Stephen Birarda
a9ce6c7467
use NodeList ownerUUID for DataServerScriptingInterface, fix double UUID send
2014-01-22 12:00:26 -08:00
Brad Hefta-Gaub
aacad00791
Merge branch 'master' of git://github.com/worklist/hifi into new_particle_scripting_interface
...
Conflicts:
interface/src/Application.cpp
2014-01-22 11:16:21 -08:00
Stephen Birarda
a5bac3d209
fix a couple of warnings by using QString for object name
2014-01-22 09:14:52 -08:00
Stephen Birarda
6b44172467
hook the user's avatar object into the Interface ScriptEngine
2014-01-22 09:13:25 -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
Stephen Birarda
8e5d4b69f4
fix packet offset for owner UUID
2014-01-21 16:14:33 -08:00
Stephen Birarda
f13aa322fc
resolve conflicts in merge with upstream/master
2014-01-21 16:01:12 -08:00
Stephen Birarda
417aa7ad59
re-expose an Avatar to the ScriptEngine
2014-01-21 15:59:55 -08:00
Stephen Birarda
aa9f7ff31d
hook the DataServerScriptingInterface to the ScriptEngine
2014-01-21 13:21:03 -08:00
aw
0eed041deb
scripts save on exit and load on entry
2014-01-20 22:58:01 -08:00
Brad Hefta-Gaub
bc2830d0d3
Merge branch 'master' of git://github.com/worklist/hifi into new_particle_scripting_interface
...
Conflicts:
libraries/particles/src/ParticleCollisionSystem.cpp
2014-01-20 10:55:34 -08:00
Brad Hefta-Gaub
ab9e01ce7f
add ParticleID class
2014-01-20 09:11:47 -08:00
Brad Hefta-Gaub
99f9ae9d3a
implement new setProperties() getProperties() for Particle to allow setting all properties at once using a JS hash
2014-01-17 16:02:58 -08:00
Brad Hefta-Gaub
d4331db45a
Merge branch 'master' of git://github.com/worklist/hifi into new_particle_scripting_interface
...
Conflicts:
examples/gun.js
libraries/script-engine/src/ScriptEngine.cpp
2014-01-17 13:29:36 -08:00
Brad Hefta-Gaub
18ded1d7db
added scriptEnding callback
2014-01-17 09:51:14 -08:00
Brad Hefta-Gaub
c404a36439
add script number to menu items so that we can run multiple copies of same script
2014-01-17 09:40:38 -08:00
Stephen Birarda
987c639e36
initial newline removal from all QDebug calls
2014-01-14 13:09:22 -08:00
Brad Hefta-Gaub
abf8e83c33
change Voxels JS interface to be more clear
2014-01-05 11:09:16 -08:00
Brad Hefta-Gaub
0df02618ee
use ScriptEngine in Particle::collideWithXXX() methods so that we get all script interfaces
2014-01-04 03:16:47 -08:00
Stephen Birarda
f24eff33fe
open up ASI playSound method to ScriptEngine
2014-01-03 09:38:05 -08:00
Stephen Birarda
443c94a88f
repairs to AudioMixer and audio injection flow
2014-01-02 17:15:46 -08:00
Stephen Birarda
845176bbc6
expose Sound to ScriptEngine
2014-01-02 15:14:28 -08:00
ZappoMan
651d2d0c81
rename voxels and particles scripting interfaces
2013-12-31 09:41:35 -08:00
ZappoMan
8e6f924c73
add access to Voxels and Particles inside of collision scripts
2013-12-30 15:48:50 -08:00
ZappoMan
70e9781ad9
CR feedback new class names
2013-12-18 08:42:34 -08:00
ZappoMan
4bfdce3910
Merge branch 'master' of https://github.com/worklist/hifi into controller_scripting_interface
...
Conflicts:
libraries/avatars/src/HandData.h
libraries/script-engine/src/ScriptEngine.cpp
libraries/script-engine/src/ScriptEngine.h
2013-12-17 15:25:12 -08:00
ZappoMan
f469553b8c
CR feedback
2013-12-17 14:27:54 -08:00