3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-18 22:16:58 +02:00
Commit graph

55261 commits

Author SHA1 Message Date
anshuman64
2b63eb9d90 Merge pull request from druiz17/improve-rotation-jitter
Added a LowVelocityFilter to the input system.
2017-05-24 08:35:13 -07:00
Chris Collins
f8b92b6666 Merge pull request from misslivirose/fix/check-extension-running-scripts
Fix/check extension running scripts
2017-05-23 22:15:50 -07:00
Howard Stearns
b46ff07d65 Merge pull request from davidkelly/dk/4756
Should fix crash in general setting dialog
2017-05-23 18:08:13 -07:00
Stephen Birarda
5865cbbdde Merge pull request from seefo/master
DS HTTP auth will no longer accept any password if the assigned password is blank
2017-05-23 17:36:05 -07:00
seefo
cb831733a1 Added warning if trying to change DS HTTP password to blank string 2017-05-23 17:07:37 -07:00
Brad Hefta-Gaub
eca045714b Merge pull request from ctrlaltdavid/21344
Display spinner in Web controls when they're loading an HTTP page
2017-05-23 16:39:17 -07:00
Brad Hefta-Gaub
e38381b0ef Merge pull request from birarda/bug/null-identity-packet-uuid
ensure AvatarMixerClientData AvatarData has session ID
2017-05-23 15:24:58 -07:00
Liv
b2bbf21fb0 style fixes 2017-05-23 15:21:21 -07:00
Liv
09c7a61599 Fix from string equals to contains to account for working formats not correctly detected with suffix 2017-05-23 14:42:07 -07:00
Seth Alves
83b3896c88 Merge pull request from huffman/fix/scriptengine-thread-crash
Fix crash in entity ScriptEngine
2017-05-23 14:01:42 -07:00
Liv
86dc478dbb Merge branch 'master' of https://github.com/highfidelity/hifi into fix/check-extension-running-scripts 2017-05-23 13:57:41 -07:00
Liv
3340211455 Cleanup and better error handling 2017-05-23 13:54:38 -07:00
Liv
e9fac38bbb Add function hasValidScriptSuffix and check if script extensions are JavaScript or JSON files 2017-05-23 13:08:50 -07:00
seefo
8a8f971186 empty passwords will no longer allow any password to pass DS HTTP auth 2017-05-23 12:01:00 -07:00
Clément Brisset
499897e271 Merge pull request from thoys/fix/attachment-scale
Attachment Scale fix (Breaks previous set attachment scales)
2017-05-23 10:59:54 -07:00
Clément Brisset
ed86ca3e55 Merge pull request from birarda/bug/version-number-jumps
remove version difference from update dialog
2017-05-23 10:28:50 -07:00
Dante Ruiz
54d63f5155 Merge branch 'master' of github.com:highfidelity/hifi into improve-rotation-jitter 2017-05-23 18:19:38 +01:00
Anthony Thibault
a7b9fbb461 Merge pull request from hyperlogic/feature/faster-ik-iterations
IK tuning and bug fixes
2017-05-23 10:00:03 -07:00
Thijs Wenker
962d95ca46 add more precision to attachment scale in attachment dialog 2017-05-23 18:16:08 +02:00
Anthony J. Thibault
06c26f029a Merge branch 'master' into feature/faster-ik-iterations 2017-05-23 09:10:17 -07:00
David Kelly
1c71d2e6b1 don't create prefs for pucks if vive not supported 2017-05-23 09:05:14 -07:00
Thijs Wenker
712aff7ad6 base scale attachment on the natural dimensions 2017-05-23 17:53:08 +02:00
Chris Collins
207c13c3c3 Merge pull request from AndrewMeadows/payload-gets-weak-pointer
MeshPartPayload keeps weak pointer to Model
2017-05-22 21:54:40 -07:00
Chris Collins
978eb0dfa9 Merge pull request from ctrlaltdavid/21359
Fix eye behavior in recording playback
2017-05-22 21:53:13 -07:00
Chris Collins
b0efb6d956 Merge pull request from seefo/master
Added refreshing of Account Managers access token
2017-05-22 21:42:16 -07:00
David Rowe
bc4af86b57 Display spinner in Web controls when they're loading an HTTP page 2017-05-23 15:40:35 +12:00
Sam Gateau
e4a516dcbf Merge pull request from AndrewMeadows/crashfix-null-rig
fix crash for Zone with 'compoundURL' property
2017-05-22 18:18:08 -07:00
Brad Hefta-Gaub
3aeb8ae5e1 Merge pull request from birarda/bug/entity-server-script-whitelist
make server entity scripts respect the script whitelist
2017-05-22 17:58:04 -07:00
Liv
1fa3e6bda2 Revert "Initial check that the script url has a supported extension, currently JS only"
This reverts commit d50bdd6aa9.
2017-05-22 17:47:16 -07:00
Liv
0e6f3e27d3 Merge branch 'master' of https://github.com/highfidelity/hifi into check-extension-running-scripts 2017-05-22 17:41:28 -07:00
Andrew Meadows
f7db877b7f payload keeps weak pointer to Model 2017-05-22 17:29:15 -07:00
seefo
a638704a8c Modified AccountManager code to better meet style guidelines 2017-05-22 17:01:37 -07:00
Liv
d50bdd6aa9 Initial check that the script url has a supported extension, currently JS only 2017-05-22 16:53:41 -07:00
Brad Davis
3995f539cf Merge pull request from Atlante45/feat/bc7
Add BC7 compression support
2017-05-22 16:47:27 -07:00
David Kelly
ae54f9c80a Should fix crash in general setting dialog 2017-05-22 16:25:21 -07:00
Stephen Birarda
cecbf43129 make server entity scripts respect script whitelist 2017-05-22 16:17:01 -07:00
Ryan Huffman
3c9205d0b2 Remove invalid comment and unnecessary check from ScriptEngine
This removes an invalid comment - waitTillDoneRunning is not only called
from the main thread - and remove a check to make sure thread() is not
null because it should no longer be deleted before ScriptEngine.
2017-05-22 15:46:43 -07:00
Stephen Birarda
841f8cb86b make sure AvatarData objects have the node session ID 2017-05-22 15:33:57 -07:00
Ryan Huffman
09c98b3ac3 Fix ScriptEngine thread being deleted too early
The thread appeared to be deleted before waitTillDoneRunning was
finished. This is a speculative fix. This ensures that the QThread isn't
deleted until after the ScriptEngine is deleted.
2017-05-22 15:31:11 -07:00
David Rowe
b0962865b2 Code review 2017-05-23 09:57:53 +12:00
David Rowe
9cb990a3aa Simplify head simulation methods 2017-05-23 09:53:42 +12:00
Brad Davis
a5112ce52a Merge pull request from jherico/texture_ping_pong
Prevent ping-ponging of texture quality when oversubscribed
2017-05-22 14:52:52 -07:00
seefo
e77e900812 Added refreshing of Account Manager's access token
Changed indentention style to match guidelines
2017-05-22 14:46:44 -07:00
Stephen Birarda
3e09c911f5 remove number of versions behind from the update dialog 2017-05-22 14:19:36 -07:00
David Rowe
9f83ca518f Merge branch 'master' into 21359 2017-05-23 09:18:10 +12:00
anshuman64
bfb44693a3 Merge pull request from ctrlaltdavid/21361
Fix AC playback script not logging
2017-05-22 12:58:20 -07:00
Brad Davis
642ef7083b Merge pull request from ctrlaltdavid/add-unpublished-scripts
Add unpublishedScripts content to the JS project
2017-05-22 12:26:52 -07:00
Andrew Meadows
a9665d1a25 Merge pull request from sethalves/locked-entities-are-static
treat locked like other properties that affect simulation
2017-05-22 10:43:52 -07:00
Brad Davis
afee753570 Prevent ping-ponging of texture quality when oversubscribed 2017-05-22 09:52:18 -07:00
Seth Alves
4142d8c686 actions shouldn't change locked entities 2017-05-21 11:05:18 -07:00