Shyotl
f7fdeeea9b
Be super sure not to let rigged vert weights extend beyond actual joint count.
2014-02-10 20:18:39 -06:00
Shyotl
9d7d7590a7
Prevent debug visualizations from writing to the z-buffer (caused occlusion weirdness)
2014-02-09 23:40:03 -06:00
Shyotl
eab807daeb
Fix fullbright alpha in fixed-function.
2014-02-08 01:47:22 -06:00
Shyotl
58b7fe5fef
Avoid potential buffer over-read in shader, overrun in application.
2014-01-28 16:28:03 -06:00
Latif Khalifa
63ff4e281b
Revert "focusFirstItem was no longer being overridden here, this function has proven not needed, thus."
...
This reverts commit 655081365f .
2014-01-25 22:31:08 +01:00
Inusaito Sayori
d1cfe54bd9
Fix Issue 1344: Weird mesh distorted bug
...
Animations require consistent names for points like Avatar Center between viewers
To fix this, we now use Avatar Center instead of Root at the lower levels,
but this is okay, we translate Avatar Center into Root at UI level!
2014-01-25 22:07:39 +01:00
Latif Khalifa
838266d710
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2014-01-25 21:22:49 +01:00
Aleric Inglewood
095f2d2255
Allow users to join a new grid with Singularity without first having to install another viewer.
...
I've seen this in other grids (InWorldz and OpenGrid) and is a problem
on DreamNation with every new user: they can't put on a shape or skin
until they first logged in with another viewer. See comments in code.
Tested, and now could successfully add shape, skin, eyes and hair.
2014-01-25 20:20:52 +01:00
Latif Khalifa
aaf06fa2cc
FITMESH-6, FITMESH-20 Fix for some objects disappearing when hardware skinning enabled and ALM disabled.
...
NOTE: There appears to be a driver bug on some AMD systems that will cause hardware skinning to break given different combinations of shaders. Users should be advised that if they see improper skinning on their avatars, they should either enable advanced lighting model, or disable atmospheric shaders or hardware skinning.
davep
2014-01-24 12:26:43 +01:00
Latif Khalifa
de29ea779a
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2014-01-24 12:24:14 +01:00
Inusaito Sayori
282df98d09
Complete resize-friendly appearance mode UI
2014-01-24 01:29:38 -05:00
Latif Khalifa
cc9f6b7b7b
Fitted mesh fixup: change in llvoavatar.cpp enabled extra information
...
for avatar look at targets which is not something users expect, disabling for now
2014-01-24 05:51:26 +01:00
Inusaito Sayori
e3c91a3ba1
Added lsl functions from Second Life RC LeTigre 13.12.20.285035
2014-01-23 21:19:40 -05:00
Latif Khalifa
8ea156d128
Merge branch 'master' of git://github.com/Shyotl/SingularityViewer
2014-01-24 02:20:37 +01:00
Latif Khalifa
99db9edfef
Fitted mesh: hookup debug display to Advanced -> Charachter -> Show Avatar Joins
2014-01-24 02:20:25 +01:00
Shyotl
97d57d81b0
Skip particle-glow vbo logic if shaders aren't enabled.
2014-01-23 19:02:43 -06:00
Shyotl
66ebe45b5e
Give 'gDeferredNonIndexedDiffuseAlphaMaskProgram' a unique 'name'
2014-01-23 19:01:49 -06:00
Shyotl
7516871b16
Avoid wasting particles on incredibly small/zero length ribbon segments.
2014-01-23 19:00:30 -06:00
Inusaito Sayori
30bd505eab
French update touchup, by Nomade Zhao.
2014-01-23 19:58:45 -05:00
Inusaito Sayori
17f7967e39
Issue 97: Disable Leaving Mouselook when viewer window loses focus
2014-01-23 19:39:38 -05:00
Inusaito Sayori
ab55c61dc3
Feature Request: Add option to reset angles/offsets adjustments made to current camera preset.
...
Adds "Reset Camera Preset Angle to Default" to view menu
Wasn't quite sure where to hook this up, menu seemed the best for the moment, but really it's more of a preferences button function.
2014-01-23 19:35:17 -05:00
Latif Khalifa
066d0221b8
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2014-01-24 01:16:32 +01:00
Latif Khalifa
269deb56e6
Fitted mesh
2014-01-24 01:11:27 +01:00
Lirusaito
7572674fdb
Enforce xml follows flags in scroll containers, and allow the appearance floater to resize, enforcing minimum dimensions of its default size
...
It was requested to let people resize the height to easily display more sections, and well, this is the easiest fix, if width changes in a nasty way, it can just be fixed since default is min.
2014-01-23 19:07:53 -05:00
Lirusaito
655081365f
focusFirstItem was no longer being overridden here, this function has proven not needed, thus.
2014-01-23 17:42:08 -05:00
Lirusaito
7ac0330e4b
Fix a rare glitch where mouselook zoomed field of view would be maintained upon leaving mouselook
2014-01-22 00:57:15 -05:00
Latif Khalifa
bbb1d15b8e
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2014-01-16 08:18:04 +01:00
Latif Khalifa
3446f708ff
Syncronized max bandwith const with prefs panel max
2014-01-06 20:27:17 +01:00
Aleric Inglewood
9bce3b38d4
Do not erase cache every login forever, when NewCacheLocation is set a non-existing directory!
...
I can't believe that I have not have gotten a cache for two years
because of this... I knew I didn't, but didn't really want to fix
it while I working on the network code (AICurl) ;). It kinda made
for a good testing. Bet my ISP is glad I fixed it though.
2013-12-31 23:37:10 +01:00
Aleric Inglewood
ba9c5c366b
Avoid duplicated entries in mAttachedObjectsVector
...
This fixes Top Crasher signatures 2 and 50.
http://crash.singularityviewer.org/crashes.php?signature_id=2
http://crash.singularityviewer.org/crashes.php?signature_id=50
2013-12-30 03:24:46 +01:00
Aleric Inglewood
4416dafe73
Erata for last commit (issue 1113).
2013-12-29 01:49:33 +01:00
Aleric Inglewood
a4b2ecc4f7
Fix issue 1113, "detaching editted attachment does not unfreeze avatar"
...
Detaching an attachment didn't reset the select managers pause request
for the avatar.
2013-12-28 18:59:20 +01:00
Aleric Inglewood
c8017c7945
Merge remote-tracking branch 'singu/master'
2013-12-27 17:59:00 +01:00
Aleric Inglewood
f81f5e2374
Show the part of an animation after the loop out point when previewing.
2013-12-27 17:57:45 +01:00
Aleric Inglewood
19a36a6e12
Don't assert at exit.
...
It's perfectly ok when a responder is being deleted before it finished,
when the application is exiting.
2013-12-27 17:55:49 +01:00
Latif Khalifa
9768b3e42f
Build fix
2013-12-25 18:53:29 +01:00
Latif Khalifa
bc6348bb34
Merge branch 'master' of git://github.com/Shyotl/SingularityViewer
2013-12-25 18:08:42 +01:00
Shyotl
3da9fe0e94
Avoid calling a few deprecated gl functions when shaders are enabled.
2013-12-25 02:09:36 -06:00
Shyotl
e00e704cbd
Fix minor error in shader which prevented ssao from working with shadows enabled.
2013-12-24 20:16:05 -06:00
Shyotl
033880c8f9
Kill some vertex attribute / shader attribute inconsistencies. (Issue 1287, 1281) Also hopefully improved face edit overlay behavior when editing normal/specular texture/scale/offset/rotation.
2013-12-24 20:15:29 -06:00
Aleric Inglewood
1f80dac4c0
Don't cause undefined behavior by calling std::vector<>::front() for empty container.
2013-12-24 20:03:27 +01:00
Latif Khalifa
4a2168cf48
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2013-12-20 04:59:59 +01:00
Latif Khalifa
facd5a76c5
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2013-12-20 04:59:48 +01:00
Latif Khalifa
85c875e856
Link boost dynamically, bundle its libs. Addresses issue 1152.
...
Rebuild collada to also use dynamic boost.
SV-1152 #close Fixed by linking boost dynamically
2013-12-20 03:02:17 +01:00
Inusaito Sayori
85943b8a03
Rename zmm_mlfov to ExodusAlternativeFOV
2013-12-19 11:57:58 -05:00
Aleric Inglewood
8f2781ca3b
Fix bug with adding a new grid.
2013-12-19 03:13:33 +01:00
Inusaito Sayori
101c65098d
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer
2013-12-17 00:28:20 -05:00
Inusaito Sayori
195c962d8c
Feature request from Issue 1285: Cost per sq. m. display on map.
2013-12-15 09:51:16 -05:00
Siana Gearz
2bb2e05ef9
Merge branch 'master' of https://github.com/Shyotl/SingularityViewer
2013-12-15 14:56:20 +01:00
Siana Gearz
679019f2de
Merge branch 'master' of https://github.com/Lirusaito/SingularityViewer
2013-12-15 14:09:29 +01:00