David Rowe
1f63425e9f
Don't kick particle effects when apply physics
2017-09-15 13:58:58 +12:00
David Rowe
4b63d8b7d9
Don't kick polylines when apply physics
2017-09-15 13:48:01 +12:00
David Rowe
f02d057a83
Fix not kicking off physics if hand is inside entity
2017-09-15 13:43:53 +12:00
samcake
ec7536db2c
Brining the changes just to fix the tablet issue
2017-09-14 18:36:20 -07:00
Anthony J. Thibault
591c688d79
code review feedback
2017-09-14 17:09:10 -07:00
samcake
bff578b283
Working version that fixes the web overlay / tablet
2017-09-14 17:07:50 -07:00
Ryan Huffman
fd1d4b9bd1
Update FBXBaker to only pack original indices if needed
2017-09-14 16:49:53 -07:00
Stephen Birarda
ef60d0afb3
Merge pull request #11368 from birarda/feat/draco-in-baking
...
don't re-bake an already baked Draco FBX
2017-09-14 16:47:48 -07:00
Ryan Huffman
7db8d1dcbc
Add support for baked skinned meshes
2017-09-14 16:43:52 -07:00
Anthony J. Thibault
f534ee5ad9
laser offset fix
2017-09-14 16:37:45 -07:00
Ryan Huffman
3793062045
Add optional FBX 2015 encoding to FBXWriter
2017-09-14 16:31:10 -07:00
David Rowe
9da3ed0ceb
Emissive Create palette models
2017-09-15 11:24:33 +12:00
David Rowe
b0c951a2c4
Merge branch 'master' into vr-edit-a
2017-09-15 11:09:39 +12:00
Stephen Birarda
2a62bac4f9
refuse to re-bake an already baked FBX
2017-09-14 16:08:11 -07:00
Brad Davis
d3ac7a388c
Fix polyline rendering using default texture
2017-09-14 15:50:09 -07:00
Brad Davis
4c4df97c42
Fix transform of polylines with high update rates
2017-09-14 15:50:02 -07:00
Brad Davis
c0fb9dcf2e
Fix polyline crash and flicker
2017-09-14 15:49:54 -07:00
Anthony J. Thibault
1ad8aeb7c1
Fixes for lasers on 2d HUD
2017-09-14 15:49:09 -07:00
Chris Collins
cfec2a29ae
Merge pull request #11314 from jherico/polyline_crash
...
Fix polyline crash and flicker
2017-09-14 15:42:49 -07:00
Clément Brisset
9816070e70
Merge pull request #11366 from Atlante45/feat/auto-bake
...
Update feat/auto-bake with master
2017-09-14 15:36:32 -07:00
Atlante45
ae14f1f88e
Merge branch 'master' of https://github.com/highfidelity/hifi into feat/auto-bake
2017-09-14 15:34:20 -07:00
Clément Brisset
cbe61871dc
Merge pull request #11346 from birarda/feat/draco-in-baking
...
Add mesh compression to baking library and FBXReader
2017-09-14 15:32:58 -07:00
David Rowe
c6af82dedc
Increase maximum number of undo levels to 1000
2017-09-15 09:55:14 +12:00
David Rowe
f1572a165a
Fix history crash
2017-09-15 09:54:55 +12:00
Stephen Birarda
43196cd0a6
fix buffer resizing to only occur when attribute is present
2017-09-14 14:46:48 -07:00
Stephen Birarda
bb98df38d4
remove re-grabbing of draco faces
2017-09-14 14:42:40 -07:00
Thijs Wenker
af4bc59307
clone local avatar entities
2017-09-14 23:31:51 +02:00
Stephen Birarda
9cb4e2c5f2
address code review comments
2017-09-14 13:58:48 -07:00
David Rowe
378793d18e
Proper color circle
2017-09-15 08:48:47 +12:00
beholder
04305155d0
make building tools (besides 'scribe') optional
2017-09-14 23:16:12 +03:00
Brad Davis
688ee68cf9
Ensure thread-safety for model pointer access
2017-09-14 12:29:23 -07:00
LaShonda Hopper
24b6cd71fc
[Case 6107] Fixes Tablet import sorting (details below).
...
This ports the fix from FileDialog to TabletFileDialog.
* There appears to be 2 versions of this file:
* qml/dialogs/TabletFileDialog.qml
* qml/hifi/tablet/tabletWindows/TabletFileDialog.qml
Testing the tablet within desktop mode works without this fix most
likely because it uses qml/hifi/tablet/tabletWindows/TabletFileDialog.qml
which didn't receive the same refactor pass via d3282a4e
.
Tested on Vive: Menu -> Edit -> Import Entities
Changes Committed:
modified: interface/resources/qml/dialogs/TabletFileDialog.qml
2017-09-14 14:49:49 -04:00
Seth Alves
10494cf3e0
Merge pull request #11359 from vladest/fix_runningscripts_selection
...
use selection model of TreeView
2017-09-14 11:22:08 -07:00
vladest
0bfa29d0d4
Merge branch 'master' into modal_dialogs_async
2017-09-14 20:21:29 +02:00
vladest
7c1827d672
use AduioEvent instead of string
2017-09-14 20:21:11 +02:00
samcake
3d33ab9686
Merge branch 'master' of https://github.com/highfidelity/hifi into blue
2017-09-14 11:18:25 -07:00
Seth Alves
11df5a447e
Merge pull request #11310 from ElderOrb/case6718
...
6718 PR11082: Help text cannot be dismissed by clicking on the text i…
2017-09-14 11:17:48 -07:00
vladest
61b283743e
Merge branch 'master' into tablet_extended_sounds
2017-09-14 19:52:35 +02:00
Brad Davis
aef85eb69d
Fix polyline rendering using default texture
2017-09-14 10:48:14 -07:00
Seth Alves
cf2979dc78
Merge branch 'master' of github.com:highfidelity/hifi into rework-scriptengine-lifetime
2017-09-14 10:42:26 -07:00
Seth Alves
d89f2b77da
rework ScriptEngine lifetimes using 'smart' pointers
2017-09-14 10:42:21 -07:00
Anthony J. Thibault
7959988622
Merge branch 'master' into feature/ant-man
2017-09-14 10:37:45 -07:00
Anthony J. Thibault
7c725756f1
IPD Fixes for controllerDispatcher and controllerModules
2017-09-14 10:36:05 -07:00
Seth Alves
dbaf60a957
Merge pull request #11363 from ElderOrb/lint-fix
...
add missing comma
2017-09-14 09:10:14 -07:00
beholder
61c5395f44
add missing comma
2017-09-14 18:48:43 +03:00
Brad Davis
501eee8b10
Fix transform of polylines with high update rates
2017-09-14 08:45:37 -07:00
Brad Davis
75e7146c5b
Fix polyline crash and flicker
2017-09-14 08:45:36 -07:00
vladest
2f86658308
Move Tablet becomes toolbar menu from General to Developer menu
2017-09-14 16:37:02 +02:00
Thijs Wenker
523d099f70
Merge pull request #11355 from jherico/crash/zone-keylight
...
Fix race condition accessing QString sub-properties in zones
2017-09-14 16:03:05 +02:00
Thijs Wenker
ddb4b2d2be
Merge pull request #11354 from hyperlogic/bug-fix/good-riddance
...
Remove handControllerGrab.js, see controllerDispatcher.js instead.
2017-09-14 15:42:30 +02:00