Atlante45
a1962e274d
Fix rescale for 0.x values
2017-01-23 14:35:16 -08:00
humbletim
15394056eb
* add isInEditMode to utils.js
...
* update grab.js to use the latest Settings edit mode detection approach
* add edit guards to handControllerGrab.js and grab.js
* update edit.js to consistently initialize Setting's edit flag
2017-01-20 22:29:40 -05:00
Dante Ruiz
348c0c95e5
conforming to coding standard and better variable naming
2016-12-01 22:22:17 +00:00
Dante Ruiz
a35f28725b
fixed child not commit back when performing undo
2016-12-01 10:54:26 -08:00
Dante Ruiz
3c1d434449
fixed typo
2016-12-01 10:54:26 -08:00
Dante Ruiz
0c9cd5803a
added descendant checking
2016-12-01 10:54:26 -08:00
Dante Ruiz
cb0e01bfa4
fixed child of parent not being added when performing an undo
2016-12-01 10:54:26 -08:00
Atlante45
cfd4294743
Turn Edit.js on when importing SVO
2016-11-18 11:31:12 -08:00
Ryan Huffman
55d4695489
Fix edit.js not allowing imports when you only have temp rez permissions
2016-10-13 11:51:54 -07:00
Seth Alves
785e187a27
edit.js uses notification.js to indicate errors instead of a modal dialog. in HMD, notification messages no longer jitter around
2016-09-21 11:39:25 -07:00
Ryan Downe Karpf
6c853ec77d
Merge pull request #8538 from AndrewMeadows/workaround-resolvePath
...
workaround for Script.resolvePath() bug
2016-08-31 08:59:14 -07:00
Andrew Meadows
b50d24fb00
don't use Script.resolvePath() in local functions
2016-08-29 17:11:29 -07:00
James B. Pollack
cceae50b90
no more delete with backspace
2016-08-29 14:28:05 -07:00
James B. Pollack
53a2281918
better
2016-08-26 11:57:15 -07:00
James B. Pollack
f6bd04780d
add a print to catch errors
2016-08-26 11:56:40 -07:00
James B. Pollack
4c63ad1ac8
code cleanup
2016-08-26 10:19:31 -07:00
James B. Pollack
ee190db5eb
some comments
2016-08-25 16:27:58 -07:00
James B. Pollack
9be073cc12
handle some more cases
2016-08-25 16:03:12 -07:00
Andrew Meadows
6f6a7bcc44
wrap default scripts with local scope
2016-08-25 08:57:06 -07:00
James B. Pollack
45e3f926a1
removed unused prints and cleanup
2016-08-24 14:19:27 -07:00
James B. Pollack
2f4617cd5e
quiet some prints
2016-08-23 18:20:33 -07:00
James B. Pollack
a5054487ba
save on no selections, select another entity, etc
2016-08-23 18:18:43 -07:00
James B. Pollack
0810ad0e7b
use square of sides
2016-08-16 18:13:42 -07:00
James B. Pollack
e9c2a1d509
cleanup prints
2016-08-16 18:03:34 -07:00
James B. Pollack
06787029b7
small
2016-08-16 17:58:35 -07:00
James B. Pollack
1632f4cb3d
better create locations
2016-08-16 10:52:05 -07:00
James B. Pollack
cd10b2b62e
open asset browser with a button
2016-08-12 15:49:36 -07:00
James B. Pollack
1366dabc3a
yay
2016-08-12 14:24:29 -07:00
Zander Otavka
8976f18290
Change 3.14 literal to Math.PI
2016-07-21 18:36:58 -07:00
Zander Otavka
d75c2e2a6f
Merge branch 'master' into edit-model-ui
2016-07-18 13:11:51 -07:00
Zander Otavka
492f7e0c29
Add gravity to dynamic model entities
2016-07-18 12:43:14 -07:00
Zander Otavka
06985f9278
Make combo box go by index, add default values
2016-07-18 12:06:11 -07:00
Zander Otavka
6c47db016f
Remove some debug logging
2016-07-15 17:43:37 -07:00
Zander Otavka
6417bb1859
Require tripple equals over double, fix in edit.js
2016-07-15 17:33:47 -07:00
Zander Otavka
ded82294f9
Bring edit.js up to the coding standard
...
There were some serious bad practices going on there, I fixed them.
There are still a few, but they are minimized.
2016-07-15 17:31:41 -07:00
Brad Davis
9ebc0c28c8
Fix hover states for toolbar buttons
2016-07-15 17:12:49 -07:00
Brad Davis
d084623662
PR feedback
2016-07-15 12:15:23 -07:00
Brad Davis
a6d71f508e
Fix edit toolbar button vanishing, persistent edit button
2016-07-14 17:40:04 -07:00
Brad Davis
1adf96c8df
Move edit.js to new toolbar API
2016-07-14 17:40:03 -07:00
howard-stearns
9495d93a72
Merge branch 'master' of https://github.com/highfidelity/hifi into basic-hand-controller-edit
2016-07-06 15:06:51 -07:00
howard-stearns
b8e6572ebf
basic hand-controller editing
2016-07-05 17:00:54 -07:00
howard-stearns
f03f5f3e68
new icons
2016-06-30 16:47:10 -07:00
Seth Alves
03b55e6a64
Merge branch 'master' of github.com:highfidelity/hifi into tmp-rez-cap-rather-than-reject
2016-06-23 10:33:31 -07:00
howard-stearns
67f76db7e4
Merge branch 'master' of https://github.com/highfidelity/hifi into vive-ui
2016-06-22 15:58:53 -07:00
Ryan Huffman
1be30ccce9
Fix enabled_edit firing on disable
2016-06-22 08:24:50 -07:00
Seth Alves
9ca27f267d
cap lifetime rather than reject edits from nodes which only have tmp-rez rights
2016-06-21 16:48:04 -07:00
Ryan Huffman
70be7b3273
Merge branch 'master' of https://github.com/highfidelity/hifi into feat/user-actions
2016-06-21 16:39:25 -07:00
Ryan Huffman
c2ebcd1f77
Make activity logging from scripts only available for certain events
2016-06-16 13:49:25 -07:00
Ryan Huffman
bce05df56b
Update enabled_edit to only get sent when you have permission
2016-06-16 13:25:14 -07:00
Ryan Huffman
56c84bbc27
Add opened_marketplace and enabled_edit to edit.js
2016-06-16 13:18:08 -07:00