David Rowe
4e9fc02af5
Fix typos noticed in passing
2016-01-27 08:03:14 +13:00
David Rowe
1bfb941057
Fix Quat.equal()
2016-01-27 08:03:13 +13:00
Ryan Huffman
f4925d72ed
Merge pull request #6931 from Atlante45/fix/quit-wording
...
Change server exit popup wording
2016-01-26 10:09:18 -08:00
Atlante45
1f44222ed2
Change server exit popup wording
2016-01-26 10:02:45 -08:00
Andrew Meadows
e2e7a60c0f
Merge pull request #6936 from hyperlogic/tony/prevent-hover-over-cracks
...
CharacterController: Improve ground support detection
2016-01-26 07:51:45 -08:00
Anthony J. Thibault
bc9621baab
CharacterController: Improve ground support detection
...
In addition to the existing line probe ground check, also check if the bottom sphere of the capsule is contact with any geometry before going into hover mode.
This should prevent going into the fly animation when standing or walking on collision shapes with small gaps between elements.
2016-01-25 21:54:35 -08:00
Brad Hefta-Gaub
b55856da08
Merge pull request #6933 from highfidelity/revert-6919-20790
...
Revert "Make entity properties be undefined after entity is unloaded"
2016-01-25 18:30:07 -08:00
Brad Hefta-Gaub
1ef01d670d
Revert "Make entity properties be undefined after entity is unloaded"
2016-01-25 18:07:14 -08:00
Brad Hefta-Gaub
18375f42bd
Merge pull request #6929 from howard-stearns/old2new-dialogs
...
Old2new dialogs (set avatar popup)
2016-01-25 16:22:29 -08:00
Eric Levin
d92b527f99
Merge pull request #6928 from imgntn/bow-parented-string
...
Fix Separation of Bow and Bowstring
2016-01-25 16:19:57 -08:00
Zach Pomerantz
15ff106947
Merge pull request #6917 from AndrewMeadows/cf-empty-model-url
...
fix crash for empty modelUrl in ModelEntityItem
2016-01-25 16:09:00 -08:00
Brad Hefta-Gaub
7d8a3de711
Merge pull request #6927 from AndrewMeadows/zero-velocities
...
entity.js will zero velocities when entities cease to be dynamic
2016-01-25 16:00:54 -08:00
James B. Pollack
4cff1ab9df
Merge pull request #6919 from ctrlaltdavid/20790
...
Make entity properties be undefined after entity is unloaded
2016-01-25 15:12:10 -08:00
Ryan Huffman
5b361fa638
Merge pull request #6925 from birarda/audio-mixer-coma
...
add some debug for stream overflows in audio-mixer
2016-01-25 15:11:56 -08:00
James B. Pollack
eca75ba66d
cleanup
2016-01-25 14:48:15 -08:00
howard-stearns
cd44094efa
When user is asked about disk cache, allow them to say no.
2016-01-25 14:46:11 -08:00
howard-stearns
6928984448
remaining Application message boxes, EXCEPT asset upload, which has a
...
checkbox.
2016-01-25 14:45:26 -08:00
James B. Pollack
9a49504c56
cleanup
2016-01-25 14:32:52 -08:00
James B. Pollack
be15227bf7
test rotation
2016-01-25 14:08:19 -08:00
Andrew Meadows
73805e831b
zero velocities when entities cease to be dynamic
2016-01-25 14:05:48 -08:00
howard-stearns
eb19f293c4
Fix askToSetAvatarUrl dialogs to use new style.
2016-01-25 14:04:06 -08:00
James B. Pollack
296a897f94
also rotate string before parenting
2016-01-25 14:03:40 -08:00
James B. Pollack
a56e213478
master scripts
2016-01-25 13:57:09 -08:00
Howard Stearns
5171ec93a9
Merge pull request #6926 from jherico/qml
...
Fix overlay message dialog
2016-01-25 13:49:34 -08:00
Stephen Birarda
1e87fe77f2
return the result of PositionalAudioStream parseData
2016-01-25 13:47:20 -08:00
Stephen Birarda
7430b12db6
add some debug for stream overflows in audio-mixer
2016-01-25 13:30:19 -08:00
Brad Davis
1c97e15757
Fix overlay message dialog
2016-01-25 13:30:05 -08:00
James B. Pollack
9be2a73d4a
update bow to use parenting for prenotch string
2016-01-25 12:36:03 -08:00
Ryan Huffman
ced5596e82
Merge pull request #6924 from birarda/console
...
fix double slashes in post install option handling
2016-01-25 11:53:11 -08:00
Stephen Birarda
85729ce4b6
fix for double slashes in desktop shortcut and startup shortcut
2016-01-25 11:30:18 -08:00
Ryan Huffman
d4924879da
Merge pull request #6914 from Atlante45/fix/shutdown-popup
...
Close all console popup on first confirmation
2016-01-25 11:25:50 -08:00
Brad Hefta-Gaub
78911ae9ca
Merge pull request #6922 from jherico/qml
...
More QML bug fixes
2016-01-25 09:58:34 -08:00
Brad Davis
7eac917de5
Address bar polish and visibility handler fix
2016-01-24 15:23:37 -08:00
Brad Davis
79e6aaf17f
Make tool window closable
2016-01-24 14:25:23 -08:00
David Rowe
8a8e14f54a
Rework initializers
2016-01-25 11:22:31 +13:00
Brad Davis
8ed5ea8605
Login dialog polish
2016-01-24 13:32:55 -08:00
Brad Hefta-Gaub
ab133f37a0
Merge pull request #6920 from jherico/preferences4
...
Break up preferences into multiple dialogs
2016-01-24 13:24:25 -08:00
Brad Hefta-Gaub
83d9d4d4be
Merge pull request #6921 from jherico/qml
...
More small QML fixes
2016-01-24 13:07:31 -08:00
Brad Davis
6e3796963c
Window swallows more events, preventing them from reaching the applicaiton.
2016-01-24 12:25:03 -08:00
Brad Davis
19f259b273
Fix url auth issues again
2016-01-24 12:07:39 -08:00
Brad Davis
bbefafcb07
Break up preferences dialogs
2016-01-23 23:11:41 -08:00
Brad Hefta-Gaub
e3f861b20a
Merge pull request #6918 from jherico/running-scripts-filter
...
Several Small QML fixes
2016-01-23 22:36:36 -08:00
Brad Hefta-Gaub
7258bd9e3f
Merge pull request #6915 from samcake/hdr
...
Fixing the Anitialising breaking the transparent rendering
2016-01-23 22:30:04 -08:00
Brad Davis
3a0f6993c7
Put QML in front of 2D overlays
2016-01-23 22:07:01 -08:00
Brad Davis
a843331626
Still trying to kill OSX warning
2016-01-23 22:07:00 -08:00
Brad Davis
8e57f06de2
Add browser action shortcut to our custom desktop
2016-01-23 22:06:59 -08:00
Brad Davis
12cc873716
Hide focus debugger unless it's explicitly turned on
2016-01-23 22:06:58 -08:00
Brad Davis
5fc43e7018
Render scalable favicons at a fixed size
2016-01-23 22:06:14 -08:00
Brad Davis
e52e35df8c
Better initial window positioning
2016-01-23 22:06:13 -08:00
Brad Davis
159794cafd
Stop address bar stealing keyboard focus
2016-01-23 22:05:01 -08:00