Zander Otavka
|
90bfce25e5
|
Add anchorPosition as a field for FloatingUIPanel.
|
2015-08-04 17:10:56 -07:00 |
|
Zander Otavka
|
cb5b5fcfc4
|
Increase right click move threshold.
|
2015-08-04 17:10:36 -07:00 |
|
Howard Stearns
|
61198a658c
|
Smooth fading of animations in and out.
Also, turn on the secret rig animations from Javascript with MyAvatar.setEnableRigAnimations(true). (persists)
|
2015-08-04 17:04:15 -07:00 |
|
Brad Davis
|
8dfe129da3
|
Merge pull request #5505 from samcake/punk
CORE PROFILE: Fixing the rear view mirror rendering problems
|
2015-08-04 17:02:31 -07:00 |
|
Sam Gateau
|
730ad2da2f
|
removing dead code
|
2015-08-04 16:37:01 -07:00 |
|
Sam Gateau
|
d2360d1406
|
Merge branch 'core' of https://github.com/highfidelity/hifi into punk
|
2015-08-04 16:31:33 -07:00 |
|
Sam Gateau
|
fc0ee28b84
|
FIx the mirror rendering bugs by replacing the prvious technique by a simple true mirror during the final blit for both rear view mirror and full screen mirror, not working for HMD
|
2015-08-04 16:31:20 -07:00 |
|
Bradley Austin Davis
|
2221c839c3
|
Fix star point smoothing... sort of
|
2015-08-04 16:29:07 -07:00 |
|
samcake
|
59b69be251
|
Merge pull request #5501 from jherico/lisa
CORE PROFILE: Working on HMD crash on mac
|
2015-08-04 16:27:37 -07:00 |
|
Bradley Austin Davis
|
4f759ee46a
|
Merge remote-tracking branch 'upstream/master' into core
|
2015-08-04 16:26:16 -07:00 |
|
Seth Alves
|
c3fc1d5391
|
Merge branch 'master' of github.com:highfidelity/hifi into rig
|
2015-08-04 16:13:58 -07:00 |
|
Seth Alves
|
9af6b00403
|
Merge pull request #5500 from SamGondelman/controlBug
Possible fix for infrequent inability to move on Windows startup
|
2015-08-04 16:13:47 -07:00 |
|
Seth Alves
|
9171033f21
|
Merge branch 'master' of github.com:highfidelity/hifi into rig
|
2015-08-04 16:06:38 -07:00 |
|
Seth Alves
|
fcec6cb1f0
|
Merge pull request #5464 from nnesse/master
Remove redundant code in getOrCreateChildElementAt()
|
2015-08-04 15:54:14 -07:00 |
|
Seth Alves
|
a218f0de83
|
Merge pull request #5483 from AndrewMeadows/caesium
remove legacy shapes and friends
|
2015-08-04 15:40:20 -07:00 |
|
bwent
|
b9364a47a1
|
Debug null QUuid being stored in conenctionTokenHash
|
2015-08-04 15:31:26 -07:00 |
|
Bradley Austin Davis
|
241ee00ca5
|
Working on HMD crash on mac
|
2015-08-04 15:18:01 -07:00 |
|
Eric Levin
|
f506e58687
|
Merge pull request #5490 from howard-stearns/restart-animations-at-specified-parameters
restart animations at specified parameters
|
2015-08-04 15:09:11 -07:00 |
|
Eric Levin
|
4693100026
|
Merge pull request #5491 from howard-stearns/basic-rig-state-with-fight-club-defaults
basic fight club animations
|
2015-08-04 15:09:03 -07:00 |
|
Zander Otavka
|
a21fa94f14
|
Fix error in floatingUIExample.js.
Script would crash if the user left clicked somewhere not on an overlay.
|
2015-08-04 15:06:12 -07:00 |
|
Sam Gateau
|
79e4cdd514
|
Merge branch 'core' of https://github.com/highfidelity/hifi into punk
|
2015-08-04 14:55:00 -07:00 |
|
samcake
|
a2536c75f4
|
Merge pull request #5498 from jherico/lisa
CORE PROFILE: Fix bug in lightmap and specular map fragment shaders
|
2015-08-04 14:54:09 -07:00 |
|
SamGondelman
|
52be44d621
|
uninitialized value
|
2015-08-04 14:50:38 -07:00 |
|
Brad Davis
|
6d15a274a6
|
Merge pull request #5496 from samcake/daft
CORE PROFILE: Removing the line width completely from gpu::lib
|
2015-08-04 14:42:00 -07:00 |
|
Sam Gateau
|
10fcce7064
|
FIx again the issue of the COlor 32 format to NUINT8
|
2015-08-04 14:38:43 -07:00 |
|
Bradley Austin Davis
|
c454bc96a0
|
Fix bug in lightmap and specular map fragment shaders
|
2015-08-04 14:36:42 -07:00 |
|
Seth Alves
|
45643a3aad
|
try, try again
|
2015-08-04 14:36:16 -07:00 |
|
Sam Gateau
|
0d727934bb
|
Merge branch 'core' of https://github.com/highfidelity/hifi into punk
|
2015-08-04 14:27:30 -07:00 |
|
samcake
|
3c55e8b5e1
|
Merge pull request #5497 from jherico/homer
Fix white rendering of many primitives
|
2015-08-04 14:26:57 -07:00 |
|
Zander Otavka
|
22453aa3ce
|
Improve inner workings of overlay API.
More stuff is known to the C++, and a panel object in JavaScript can be
gotten by ID from another thread.
|
2015-08-04 14:22:21 -07:00 |
|
Zander Otavka
|
055133b82e
|
Refactor inheritance for billboard overlays.
BillboardOverlays is now Image3DOverlay. Billboard3DOverlay is the base
class for both Image3DOverlay and Text3DOverlay, and it is
PanelAttachable.
|
2015-08-04 14:22:21 -07:00 |
|
Zander Otavka
|
e5a429e8a6
|
Add a Text3DOverlay in floatingUIExample.js.
|
2015-08-04 14:22:21 -07:00 |
|
Zander Otavka
|
c0838f4e58
|
Bring text closer to it's background.
|
2015-08-04 14:22:21 -07:00 |
|
Zander Otavka
|
28050a2ac9
|
Fix PanelAttachable transformations.
Apply the offsetPosition of the PanelAttachable after the facingRotation
of the FloatingUIPanel, not before.
|
2015-08-04 14:22:21 -07:00 |
|
Zander Otavka
|
be558eb62e
|
Make Text3DOverlay a PanelAttachable.
|
2015-08-04 14:22:20 -07:00 |
|
Seth Alves
|
a4bf169ade
|
on windows, copy zlib dll next to programs that link with shared
|
2015-08-04 14:13:41 -07:00 |
|
Bradley Austin Davis
|
89aa596717
|
Fix white rendering of many primitives
|
2015-08-04 14:05:05 -07:00 |
|
Sam Gateau
|
34183b9ddf
|
COmmenting the remove of the glLIneWidth and demoving dead code
|
2015-08-04 12:36:35 -07:00 |
|
bwent
|
54dd5da64c
|
To debug RSA padding error
|
2015-08-04 12:02:23 -07:00 |
|
bwent
|
af293ec6dd
|
Fix DomainServerConnectionTOken packet writing/resetting
|
2015-08-04 12:02:23 -07:00 |
|
bwent
|
244cc016ab
|
Generate session token UUIDs to be signed with username
|
2015-08-04 12:02:23 -07:00 |
|
Sam Gateau
|
d07ab353fc
|
remove glLineWidth completely because it s not available anymore for wide lines in core
|
2015-08-04 11:57:20 -07:00 |
|
Seth Alves
|
ff477b35a8
|
fix zlib include directory
|
2015-08-04 11:33:39 -07:00 |
|
Bradley Austin Davis
|
3c76c0d4b6
|
Merge remote-tracking branch 'upstream/master' into core
|
2015-08-04 10:23:54 -07:00 |
|
Seth Alves
|
fb9fa76018
|
adjust comments
|
2015-08-04 08:26:28 -07:00 |
|
Seth Alves
|
5369f4c5eb
|
adjust comments
|
2015-08-04 08:25:33 -07:00 |
|
Seth Alves
|
7d9cf91bff
|
undo mistaken commit
|
2015-08-04 07:26:38 -07:00 |
|
Howard Stearns
|
597316b208
|
Merge pull request #5493 from thoys/fix-model-overlay-rig-crash
Fix crash for ModelOverlays, caused by Rig changes
|
2015-08-04 07:23:52 -07:00 |
|
Seth Alves
|
adcd91e3ff
|
Added an option to domain-server settings to persist entities as gzipped json. With this setting enabled, persist files take much less space on disk than with the other two options.
|
2015-08-04 07:23:24 -07:00 |
|
Thijs Wenker
|
4bf6f8ed77
|
ModelOverlay causes a crash in the Model class. This is because ModelOverlay doesn't give a valid rig to the Model.
|
2015-08-04 14:47:13 +02:00 |
|