ZappoMan
|
374af9eeb5
|
first cut at flocking birds, change willEmitVisualCallback to update
|
2014-03-04 14:40:49 -08:00 |
|
Stephen Birarda
|
bb3a8677be
|
Merge branch 'master' of https://github.com/highfidelity/hifi into cmake-quotes
|
2014-03-03 16:31:25 -08:00 |
|
Stephen Birarda
|
628f91cd73
|
complete quoting of varous Cmake commands, closes #1999
|
2014-03-03 12:15:05 -08:00 |
|
ZappoMan
|
8e553c7497
|
fix potential crash in setIsOptionChecked() added support for positioning separators
|
2014-03-03 12:03:56 -08:00 |
|
Philip Rosedale
|
b27e9b03d4
|
removed bad include
|
2014-02-26 14:15:00 -08:00 |
|
Philip Rosedale
|
0a1e840d10
|
Bot.js NPCs wander around and make sounds
|
2014-02-26 13:50:04 -08:00 |
|
ZappoMan
|
d765e250d5
|
removed AbstractMenuInterface.h
|
2014-02-25 20:42:59 -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 |
|
Stephen Birarda
|
ee70c93a3e
|
have scripted avatars send billboard, if they have one
|
2014-02-25 13:42:07 -08:00 |
|
ZappoMan
|
263d682fb9
|
Merge branch 'master' of https://github.com/worklist/hifi into menu_js
|
2014-02-25 12:20:15 -08:00 |
|
ZappoMan
|
0048099ff5
|
implement support for menu item positioning
|
2014-02-25 12:19:30 -08:00 |
|
ZappoMan
|
0b6e81b8a6
|
remove more cruft
|
2014-02-25 10:31:29 -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 |
|
ZappoMan
|
a3d0c20516
|
better support for shortcuts
|
2014-02-24 20:49:06 -08:00 |
|
Philip Rosedale
|
9b463dd8cf
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-02-23 17:26:23 -08:00 |
|
Philip Rosedale
|
566670fb78
|
Adding mouse wheel sizing voxel
|
2014-02-23 17:26:09 -08:00 |
|
Andrzej Kapolka
|
d8321bd419
|
Merge pull request #2034 from birarda/master
fixes for scripted avatars
|
2014-02-21 10:14:41 -08:00 |
|
Stephen Birarda
|
ee9f8937e3
|
fix a silly typo
|
2014-02-19 18:03:34 -08:00 |
|
ZappoMan
|
91d79f65f2
|
fix crash on import from JS
|
2014-02-19 17:57:28 -08:00 |
|
ZappoMan
|
f6fba54dda
|
improved text mapping in keyboard events
|
2014-02-19 17:49:00 -08:00 |
|
Stephen Birarda
|
4ee416ba96
|
fixes for scripted avatars, closes #2033
|
2014-02-19 16:55:24 -08:00 |
|
ZappoMan
|
3bec67ecfd
|
fix right mouse click
|
2014-02-19 11:42:41 -08:00 |
|
ZappoMan
|
ad8a526502
|
fix right mouse click
|
2014-02-19 11:33:43 -08:00 |
|
ZappoMan
|
866b3dbb63
|
scripting additions
|
2014-02-18 16:47:50 -08:00 |
|
Philip Rosedale
|
1412d49a2f
|
merge fix
|
2014-02-11 15:08:49 -08:00 |
|
Philip Rosedale
|
b6edd7be7b
|
add Vec3::subtract in JS
|
2014-02-11 15:07:25 -08:00 |
|
ZappoMan
|
1fca763b9d
|
removed whitespace to get build to run
|
2014-02-11 12:43:48 -08:00 |
|
ZappoMan
|
991c72006c
|
moving the hydra grab behavior to JS
|
2014-02-10 17:25:14 -08:00 |
|
ZappoMan
|
0c547a8160
|
added Quat.safeEulerAngles() for JS
|
2014-02-10 15:37:49 -08:00 |
|
ZappoMan
|
e35df7904b
|
cleanup bad merge
|
2014-02-09 12:32:12 -08:00 |
|
ZappoMan
|
fe1a6b8f29
|
improvements to rotating gesture detection
|
2014-02-09 12:29:57 -08:00 |
|
ZappoMan
|
dca0b05927
|
added easier support for calculating multitouch rotating behavior including deltaAngle, isRotating, rotating(direction) properties
|
2014-02-09 12:08:17 -08:00 |
|
ZappoMan
|
9c21eb7949
|
removed comments
|
2014-02-09 02:56:26 -08:00 |
|
ZappoMan
|
70c5e674e9
|
add rotating detection to touch events
|
2014-02-09 02:54:12 -08:00 |
|
ZappoMan
|
d2b3e74f5d
|
added isPinching and isPinchOpening to touch events
|
2014-02-09 02:02:42 -08:00 |
|
ZappoMan
|
120807f9ba
|
add touch event radius
|
2014-02-09 01:31:48 -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
|
2157349804
|
added Camera.computePickRay()
|
2014-02-07 09:40:52 -08:00 |
|
ZappoMan
|
41f6650b20
|
implement movable independent camera with hydra
|
2014-02-07 01:23:30 -08:00 |
|
ZappoMan
|
e50f6389ca
|
add more JS Quat features
|
2014-02-07 00:00:30 -08:00 |
|
Stephen Birarda
|
f10404b31e
|
allow setting of avatar URLs via AvatarData properties
|
2014-02-06 11:45:37 -08:00 |
|
Stephen Birarda
|
e72f6d16cc
|
rename NodeList ownerUUID to sessionUUID
|
2014-02-06 11:43:23 -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 |
|