Shyotl
d2b28f60ff
Speed up object param lookups.
2019-08-07 22:50:08 -05:00
Router Gray
726141d6da
Fix LLViewerObject processTaskInvFile iterator double .begin() and no .end()
2019-04-20 09:14:48 -04:00
Shyotl
bee0109e33
Reduce per-frame std::map lookups..
2019-04-16 20:08:10 -05:00
Shyotl
e49b484c2f
Updated rigged mesh selection/cursor hover handling.
2019-04-11 01:16:50 -05:00
Lirusaito
c5329968f7
Merge branch 'animesh' of git://github.com/Shyotl/SingularityViewer
...
# Conflicts:
# indra/llcommon/llstring.h
# indra/newview/llviewermenu.cpp
# indra/newview/llviewerregion.cpp
2019-03-18 17:30:34 -04:00
Shyotl
b082bce2b1
Fix build.
2019-03-17 15:40:55 -05:00
Shyotl
b81373366b
Animesh test changes. Also stop screwing with my commit messages, github.
2019-03-17 02:35:07 -05:00
Shyotl
aa37a0b539
Intermediary commit #3
2019-03-17 01:08:34 -05:00
Shyotl
3a78568a6f
Intermediary commit #2 .
2019-03-16 21:35:33 -05:00
Shyotl
2d8fbb89c9
Intermiediary commit.
2019-03-16 17:51:00 -05:00
Inusaito Sayori
fd4155f4b6
Merge vmm up to 3a62616f3dd8bd512fcdfd29ef033b2505b11213
2019-01-25 19:33:17 -05:00
Shyotl
f4a713a500
Merge.
2017-03-14 04:02:53 -05:00
Shyotl
98516a2a22
Bento hell and back, and back to hell, and back.
2017-01-11 03:55:36 -06:00
Lirusaito
873b399ee8
Sync with obsidian in attempt to fix SV-2086
...
Applies MAINT-4897 FIXED Frequent error when texturing a linkset - "Unable to add texture. Please wait a few seconds and try again."
Applies MAINT-5547 FIXED errors when texturing a linkset "Unable to add texture. Please wait a few seconds and try again."
2016-07-07 16:37:25 -04:00
Shyotl
f26a5e9d62
Added FTType to texture fetch methods. Baked texture fetch now uses dynamic retry policy.
2016-05-01 19:44:06 -05:00
Shyotl
55b5f60b68
V3 mesh, texture, and hover merge.
2016-04-26 13:36:39 -05:00
Shyotl
691a5395ca
llmessage merge and further LLUnit usage.
2016-04-07 20:17:30 -05:00
Lirusaito
6e3f404a1c
Rip out old workarounds, hacks and macros for newer C++ features not being supported back in the day.
...
Adds LL_COMPILE_TIME_MESSAGE support to Linux.
llfinite -> std::isfinite
llisnan -> std::isnan
vector_shrink_to_fit -> vector.shrink_to_fit
2016-02-14 17:37:10 -05:00
Shyotl
9f10d9510d
Initial AISv3 merge. New HTTP messages not plugged in yet.
2015-06-25 20:16:30 -05:00
Shyotl
1c627317ec
No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
2015-06-19 03:54:20 -05:00
Shyotl
738ce6422a
A bit of code consolidation. Unified code for OUT_TERSE_IMPROVED and OUT_FULL terse subset.
2014-09-15 15:22:33 -05:00
Inusaito Sayori
a82443f271
Make sure that we have a token when doing sscanf in llinventory.cpp and llviewerobject.cpp
...
Guards against opensim grids that may leave new/blank lines of sorts after their message blocks
2014-08-06 23:29:23 -04:00
Inusaito Sayori
0e816492b4
Merge branch 'master' of https://bitbucket.org/Shyotl/singularityviewer-internal
2014-07-23 22:08:12 -04:00
Shyotl
d95e94fa07
Missed a cast to LLMatrix4. Was causing assorted wonkiness (most noticeably, mouselook oddities)
2014-07-23 16:55:46 -05:00
Inusaito Sayori
5191baa659
Merge branch 'master' of https://bitbucket.org/Shyotl/singularityviewer-internal
...
Conflicts:
indra/newview/llnetmap.cpp - Thankies Shyotl~
2014-07-21 23:31:59 -04:00
Shyotl
061178ad82
Migrated gl matrix stack to LLMatrix4a
2014-06-22 03:34:51 -05:00
Inusaito Sayori
eebee9b7c1
[STORM-68b] Default permissions floater overhaul
...
Adds separated default permissions for Objects, Uploads, Scripts, Notecards, Gestures and Wearables.
Compatible with Export Permission
Backwards compatible with default permissions for objects on regions where AgentPreferences capability is not available (opensim users rejoice!)
These changes to llfloaterperms are made available under lgpl, if there's a v3 that wants to adopt default export permission for opensim.
2014-06-14 15:32:50 -04: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
Shyotl
af8f8bb040
Mats.
2013-11-02 01:20:05 -05:00
Shyotl
8e94c43a54
Fix a tp crash, and rework sound preloading slightly.
2013-10-23 17:23:20 -05:00
Shyotl
4da896682d
Fixed a couple obscure crashes.
2013-10-13 19:37:01 -05:00
Shyotl
6155e64086
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
2013-10-13 19:27:03 -05:00
Shyotl
dbfd0cb7a6
Fixed a shutdown crash in LLAudioEngine::assetCallback, and fixed behavior when soundsource re-issues a sound whilst a sound is currently playing for same source. (LLAudioChannel[Impl]::play now re-starts sound if already playing)
2013-10-13 16:22:24 -05:00
Latif Khalifa
d98402b13f
Merge branch 'master' of git://github.com/Shyotl/SingularityViewer
...
Conflicts:
indra/newview/llvotree.h
2013-10-10 00:03:36 +02:00
Shyotl
f25eb07fab
Unstaged changes cleanup. Further vectorization. Change in binormal/bitangent calculation.
2013-10-09 15:43:23 -05:00
Latif Khalifa
ad8ea07a7a
Aurora var region support
...
Firestorm patch by Cinders
Adopted from Angstrom viewer with assistance of nhede Core
and Revolution Smythe.
2013-09-27 03:14:51 +02:00
Shyotl
44909af372
Removed CLEAR_INVISIBLE drawable flag.
2013-07-29 19:32:15 -05:00
Shyotl
ef3e918558
Initial moap commit. /VERY/ WIP. Primarily committed to clean up unstaged changes. Do not run this, even if it may compile, as it will NOT work (for a myriad of reasons)!
2013-05-31 05:33:41 -05:00
Latif Khalifa
303840f729
Merge remote-tracking branch 'shyotl/sunshine'
...
Conflicts:
indra/llappearance/llavatarappearance.cpp
indra/newview/character/avatar_lad.xml
indra/newview/llagent.cpp
2013-03-26 23:54:36 +01:00
Shyotl
441b564afe
RLVa update.
2013-03-26 00:46:11 -05:00
Drake Arconis
b800320a49
Remove LLMemType and related files
2013-03-04 12:02:01 -05:00
Siana Gearz
00cb7a0e51
Merge branch 'sunshine' of git://github.com/Shyotl/SingularityViewer
2013-02-19 21:12:14 +01:00
Shyotl
76f3dc9e19
Massive sunshine/viewer-dev catchup. Further implemented serverside baking and added/updated metrics feedback.
2013-02-19 01:50:46 -06:00
Siana Gearz
ef4c7d9433
Some transform update fixes.
...
Thanks to MartinRJ and Henri for updateXform poking.
2013-02-17 15:23:25 +01:00
Shyotl
e622e03d2a
Bulk of server-baking impelmentation and a bit of cleanup.
2013-01-13 02:37:12 -06:00
Shyotl
54771409d6
Merge branch 'master' into sunshine
...
Conflicts:
indra/llimage/llimage.cpp
indra/llui/llui.cpp
indra/newview/llvoavatar.cpp
2013-01-08 17:05:29 -06:00
Siana Gearz
e732e62b39
Tiny cleanup
2013-01-02 22:56:04 +01:00
Siana Gearz
a969a8f99c
UseNewTargetOmegaCode loosely ported from Henri
2012-12-28 16:46:06 +01:00
Shyotl
1083d7e0ef
Added LLGLTexture. Virtually completely virtual for now. Also added LLTextureManagerBridge, although not yet utilized.
2012-12-22 23:58:42 -06:00