Commit graph

21447 commits

Author SHA1 Message Date
Seth Alves
810e7549d1 formatting 2015-02-05 15:41:04 -08:00
Seth Alves
485785be7f Allowed Editors setting in DomainServer; domain-list wire protocol includes "you can edit" boolean after uuid; entity server checks canEdit flag of node who sends edit requests; interface does not attempt to do edits if DomainServer sent false for "you can edit" 2015-02-05 15:37:14 -08:00
Seth Alves
35430a4c7a Merge branch 'master' of github.com:highfidelity/hifi into allowed-editors 2015-02-04 16:31:49 -08:00
Seth Alves
afea5f3534 added allowed_editors to settings json 2015-02-04 16:31:36 -08:00
Clément Brisset
6a4577b6a5 Merge pull request #4231 from ZappoMan/crashonexit
BUG FIXES: Crash on Exit with partially loaded scene & (near)-infinite loop in skipForward physics
2015-02-04 16:16:56 -08:00
Brad Hefta-Gaub
af91eee5a0 Merge pull request #4220 from sethalves/rework-bandwidth-meter
fix several signed/unsigned comps, avoid sprintf in overlay code
2015-02-04 16:06:22 -08:00
ZappoMan
8fd11e70cc clamp dt for skipTimeForward to prevent near infinite loops 2015-02-04 15:16:18 -08:00
Brad Hefta-Gaub
8b1a226d8e Merge pull request #4230 from huffman/fix-select-shadow
Fix rotation of selection shadow for editEntities
2015-02-04 14:03:19 -08:00
Brad Hefta-Gaub
97f888b340 Merge pull request #4227 from huffman/internal-delete-fix
Add force delete to internal EntityTree deletes
2015-02-04 14:02:34 -08:00
Brad Hefta-Gaub
8311d1a00a Merge pull request #4228 from ctrlaltdavid/20279
CR for Job #20279 - Tools > Audio device selection doesn't work on Windows
2015-02-04 13:59:14 -08:00
Brad Hefta-Gaub
18f67aabec Merge pull request #4229 from huffman/fix-text-default-props
Update the default properties for text entities
2015-02-04 13:58:52 -08:00
ZappoMan
698fcd8116 fix crash on shutdown 2015-02-04 13:54:14 -08:00
Ryan Huffman
0e28f66906 Fix rotation of selection shadow for editEntities 2015-02-04 13:45:06 -08:00
Ryan Huffman
efed79d76c Update the default properties for text entities 2015-02-04 13:37:11 -08:00
Brad Hefta-Gaub
83d397ed98 Merge pull request #4223 from cozza13/20299
CR for Job #20299 - Add lookwithmouse.js to default scripts.
2015-02-04 13:33:14 -08:00
ZappoMan
4061e14c2d move static members of ResourceManager into DependencyManager 2015-02-04 13:24:37 -08:00
Philip Rosedale
fe3f01be7e Merge pull request #4225 from ZappoMan/memleak
actually delete resources... even on windows
2015-02-04 11:57:54 -08:00
Seth Alves
bcf0846310 merge from master 2015-02-04 11:30:22 -08:00
Seth Alves
a645d784d8 uint32_t rather than uint, which mac doesn't like 2015-02-04 11:26:05 -08:00
Brad Hefta-Gaub
2fb64e1989 Merge pull request #4226 from huffman/edit-entities-modal
Edit entities modal
2015-02-04 10:56:56 -08:00
Ryan Huffman
2b00e3fadc Add force option to deleteEntity 2015-02-04 10:49:49 -08:00
Ryan Huffman
3af025574f Decrease distance from object when focusing 2015-02-04 10:45:24 -08:00
ZappoMan
ded035094a actually delete resources... even on windows 2015-02-04 10:45:04 -08:00
Ryan Huffman
02d828443b Update zoom sensitivity when using keys 2015-02-04 10:44:54 -08:00
Ryan Huffman
36238bb5df Update editEntities to use left click for select 2015-02-04 10:43:55 -08:00
Ryan Huffman
09752589b8 Reenable on/off button 2015-02-04 10:43:28 -08:00
Ryan Huffman
4fbc7a5dcd Add focus easing and auto-focus to menu and settings 2015-02-04 10:42:01 -08:00
Ryan Huffman
01a00b5127 Disable editEntities always-on 2015-02-04 10:40:50 -08:00
samcake
5d3ede051c Merge pull request #4224 from birarda/master
fix for exception handled lookup in LimitedNodeList
2015-02-04 10:40:32 -08:00
Stephen Birarda
a2002d169f fix for exception handled lookup in LimitedNodeList 2015-02-04 10:27:33 -08:00
Chris Collins
ee49ce08cb Added the script look with mouse to default script
Look with touch does not work on PC’s or any mouse that does not accept
two finger touch. I have therefore added look with mouse to default
scripts.
2015-02-04 09:53:38 -08:00
Brad Hefta-Gaub
de58c4a007 Merge pull request #4217 from Atlante45/master
Fix for fps bug/field of view
2015-02-03 19:13:52 -08:00
Brad Hefta-Gaub
bb8362b104 Merge pull request #4219 from ctrlaltdavid/20267
CR for Job #20267 - Create progress.js script as download progress indicator
2015-02-03 19:07:36 -08:00
Brad Hefta-Gaub
01f594b535 Merge pull request #4221 from AndrewMeadows/bispinor
proof Andrew has a working Windows build on his laptop
2015-02-03 19:07:01 -08:00
Atlante45
fc4bf0c325 Don't check gl errors 2015-02-03 18:55:52 -08:00
Brad Hefta-Gaub
b9ee1294fa Merge pull request #4216 from ctrlaltdavid/20281
Fix orientation of non-solid rectangle3d overlays, too
2015-02-03 18:52:51 -08:00
Atlante45
7a03daa76f Inline setFieldOfView 2015-02-03 18:51:26 -08:00
Brad Hefta-Gaub
79b04afaf8 Merge pull request #4210 from ctrlaltdavid/20280
CR for Job #20280 - Warn if Interface and Stack have incompatible build level
2015-02-03 18:51:17 -08:00
Andrew Meadows
35cbc9a41d pass FBXGeometry by const reference
this fixes a bug on windows about misaligned data in function call
2015-02-03 18:40:55 -08:00
Andrew Meadows
547a416c3b merge upstream/master into andrew/bispinor 2015-02-03 18:33:10 -08:00
Seth Alves
450787fde2 Merge branch 'master' of github.com:highfidelity/hifi into rework-bandwidth-meter 2015-02-03 17:33:27 -08:00
Andrew Meadows
1e00d2199a Merge pull request #4218 from samcake/temp0
Fix the lightmap not displaying when using the texcoord0
2015-02-03 17:23:25 -08:00
Seth Alves
3d23446dcb remove a couple more sprintfs 2015-02-03 17:21:41 -08:00
Atlante45
e4591e0d03 Work arount for QVariant not converting to QVariant 2015-02-03 17:11:32 -08:00
Seth Alves
c97eb20d69 avoid use of sprintf in overlay code 2015-02-03 17:11:10 -08:00
David Rowe
ca302e305b Add progress.js to defaultScripts.js 2015-02-03 16:17:06 -08:00
David Rowe
78bcf3ddcb Update SVG URLs to use S3 files 2015-02-03 16:15:10 -08:00
Atlante45
578ab1a9f2 Leave LOD settings as globals 2015-02-03 16:13:13 -08:00
Seth Alves
8489ee04f3 fix a couple of signed vs unsigned comparisons. 2015-02-03 16:11:04 -08:00
Sam Gateau
5719e277dd FIx the lightmap not displaying when using the texcoord0 2015-02-03 16:10:31 -08:00