Shyotl
|
d40dcfa1cd
|
Updated LLInventoryModel a bit. Safer cleanup, prevention of recursive notifyObservers calls, more sanity checks, added idleNotifyObservers that will call notifyObservers if stale flag(s) found.
|
2011-10-10 00:19:01 -05:00 |
|
Shyotl
|
fc3ba78aed
|
Pulled idle callback functions out of rlvviewer2 and moved them into llcallbacklist where they belong. LLCallbackList brought up to current, as well.
|
2011-10-10 00:02:12 -05:00 |
|
Shyotl
|
c99aabf17c
|
LLAgentWearable LLSingleton-ized.
|
2011-10-09 21:48:01 -05:00 |
|
Shyotl
|
50e750d2e9
|
RLV locked status of wearables now displayed in inventory panel.
|
2011-10-09 16:46:52 -05:00 |
|
Shyotl
|
88df12ddb6
|
Attempt at a proper fix for attachments/orphan prims being drawn when they shouldn't be (setRegion is already called further down the update chain. Removed a excess call that probably is breaking things.).
|
2011-10-08 03:11:28 -05:00 |
|
Shyotl
|
9194d5bfcd
|
Mesh-related updates. In particular, cleanupAttachedMesh wasn't called!
|
2011-10-08 03:07:32 -05:00 |
|
Shyotl
|
d9d3ff0057
|
Disable updateTextures entirely for non-visible avatars (culled ones still need updating tho.)
|
2011-10-08 03:06:41 -05:00 |
|
Shyotl
|
01e10b5087
|
Let gAgentAvatar be killed on shutdown.
|
2011-10-08 03:03:11 -05:00 |
|
Shyotl
|
464b16e621
|
Code consolidation. Redundant code moved into single function (checkMediaURL).
|
2011-10-08 03:01:32 -05:00 |
|
Shyotl
|
4b08f52332
|
Disconnected background was double-displayed.
|
2011-10-08 03:00:10 -05:00 |
|
Shyotl
|
42938abf9b
|
Static VFS now supported for gAssetStorage lookup.
|
2011-10-08 02:59:47 -05:00 |
|
Shyotl
|
5e829b7a3a
|
LLRender's vertexbuffer created via init now, instead of ctor. Allows deallocation/reallocation.
|
2011-10-08 02:58:23 -05:00 |
|
Shyotl
|
418d80197e
|
LLVOAvatar::getFullname() now using LLCacheName::buildFullName
|
2011-10-08 02:57:30 -05:00 |
|
Shyotl
|
bf0bb8d59a
|
More dead code (renderforselect) removal.
|
2011-10-08 02:56:39 -05:00 |
|
Shyotl
|
02c2283e11
|
Cleanup. Mostly harmless. A few gAgentAvatarps changed to isAgentAvatarValid(), which is the only 'change' in behavior. Everything else is insignifigant syntax touchup and shuffling of inlines from headers to cpp files.
|
2011-10-08 02:53:03 -05:00 |
|
Shyotl
|
0fd157fd16
|
Pants waist height paramater was driving "lower_jacket base bump" layer where it should have been driving the "lower_pants base bump" layer. Also adding some skipped cross_wearable settings, which will likeley be required soon-ish upon updating the wearable parameter manager.
|
2011-10-06 00:27:14 -05:00 |
|
Shyotl
|
d58df6445c
|
Disabling this tweak. Can look into fixing it later, but it's not a priority right now and it's not working completely right.
|
2011-10-04 21:51:38 -05:00 |
|
Shyotl
|
ee9649bf2a
|
Disabling this DEV-20105 'fix', as it draws orphaned prims, including attachments of all things.
|
2011-10-04 01:44:28 -05:00 |
|
Shyotl
|
07165f014f
|
ERenderName enum had elements swap around. Doesn't match our saved settings (driven by preferences floater), so reverting and commenting.
|
2011-10-04 00:34:52 -05:00 |
|
Shyotl
|
6841b0cf47
|
RLVA fix. LLWearableType::typeNameToType now returns LLWearableType::WT_NONE, not LLWearableType::WT_INVALID
|
2011-10-03 23:30:07 -05:00 |
|
Shyotl
|
30a95e7f45
|
Some cleanup. Using gAgentAvatarp in many places. Incl other misc small changes.
|
2011-10-03 22:45:13 -05:00 |
|
Shyotl
|
84a301c81a
|
new throws an exception... checking if the return value is not null without either try/catching or using std::nothrow... would accomplish nothing.
|
2011-10-03 22:42:56 -05:00 |
|
Shyotl
|
cd86b3a69b
|
Refactoring.
-New LLWearableType class, uses LLDictionary for typeindex<->typename<->assettype<->typelabel conversions.
-LLAvatarDefines cleaned up. Uses LLDictionary for Mesh, TE, Baked lookups/conversions.
-LLAgentWearables TEWearable stuff removed. Use LLAvatarDefines.
-LLWearable WearableType conversions yanked. Use LLWearableType.
-LLVOAvatar TEWEarable stuff removed. Use LLAvatarDefines.
-EWearableType now LLWearableType::EType
-LLWearable::getID() renamed to LLWearable::getAssetID()
VOAvatar cleanup.
-Removed redundant TEWearable functions.
-Some code migrated to F32 LLVOAvatar::calcMorphAmount(). No functional change.
-LLVOAvatar::removeMissingBakedTextures virtual. Implementation moved to VOAvatarSelf
|
2011-10-03 15:00:43 -05:00 |
|
Shyotl
|
74dc875a27
|
Beginning to pull LLVOAvatarSelf out from LLVOAvatar.
|
2011-10-02 02:51:10 -05:00 |
|
Shyotl
|
21f39471f1
|
Allow muting of objects with no name through the chat display.
|
2011-09-25 18:19:27 -05:00 |
|
Shyotl
|
7f934f34f1
|
Minor renderer updates.
|
2011-09-23 00:55:24 -05:00 |
|
Shyotl
|
c621cb7719
|
Curl had some structures moved to the header. Also had an extra mutex added for locking multihandle. Includes MISC #include order cleanup.
|
2011-09-22 23:59:44 -05:00 |
|
Shyotl
|
381ef6fe70
|
GCC is just annoying sometimes.
|
2011-09-21 17:49:21 -05:00 |
|
Shyotl
|
2b69eb9902
|
Misc little tidbits from V3.
|
2011-09-20 22:16:00 -05:00 |
|
Shyotl
|
587a687ac6
|
LLThread updated.
|
2011-09-20 22:10:12 -05:00 |
|
Shyotl
|
cce1395876
|
LLInstanceTracker and LLSingleton updated yet again.
|
2011-09-20 22:09:45 -05:00 |
|
Shyotl
|
244e30297f
|
AIAPRPool, AIAPRRootPool, AIVolatileAPRPool, AIThreadLocalData etc, were rebranded by LL. Merging change to clean up diffs.
|
2011-09-20 22:08:48 -05:00 |
|
Shyotl
|
d917bf6b06
|
LLAPRFile cleaned up
|
2011-09-20 21:39:27 -05:00 |
|
Shyotl
|
0ace809572
|
Fixed pre-login shutdown crash due to unitialized variables
|
2011-09-19 20:12:24 -05:00 |
|
Shyotl
|
a9b8712aa5
|
Merge branch 'future' of git://github.com/siana/SingularityViewer.git into future
|
2011-09-19 16:22:20 -05:00 |
|
Siana Gearz
|
aed345b2ff
|
Don't mess up file perm on Linux
|
2011-09-19 03:26:53 +02:00 |
|
Siana Gearz
|
fb1b221378
|
Merge branch 'BatchIndexing' of https://github.com/Shyotl/SingularityViewer into future
|
2011-09-19 02:09:47 +02:00 |
|
Shyotl
|
7424bcee4b
|
Added super-temporary debug settings to help determine cause of textures baking as solid white for some users.
|
2011-09-12 15:44:44 -05:00 |
|
Shyotl
|
1fb1ba05ce
|
Optimization. Skip binding for rigged face types that have no faces to display.
|
2011-09-12 15:30:42 -05:00 |
|
Shyotl
|
3ba4861a3b
|
Avatar alpha masking now works with hardware skinning when not using fixed-function pipeline.
|
2011-09-10 15:45:28 -05:00 |
|
Shyotl
|
36600462d1
|
Merge branch 'future' of git://github.com/siana/SingularityViewer.git into BatchIndexing
Conflicts:
indra/newview/hippopanelgrids.cpp
indra/newview/llstartup.cpp
indra/newview/llsurface.cpp
indra/newview/llviewermessage.cpp
indra/newview/llviewerparceloverlay.cpp
indra/newview/llviewertexturelist.cpp
indra/newview/llworld.cpp
|
2011-09-09 16:53:12 -05:00 |
|
Shyotl
|
87bada69fa
|
GCC fixup
|
2011-09-09 14:42:59 -05:00 |
|
Shyotl
|
e5448533bf
|
lltexturecache tinkering.
|
2011-09-09 14:40:44 -05:00 |
|
Shyotl
|
3b435fe056
|
Skip checkClientArrays if not using fixed-function
|
2011-09-09 14:39:44 -05:00 |
|
Shyotl
|
417f5084b4
|
Added LLNotificationsUtil and switched LLNotifications::instance().add to LLNotificationsUtil::add in a bazillion places.
|
2011-09-03 19:30:42 -05:00 |
|
Shyotl
|
7b2aa741aa
|
LLGestureManager renamed to LLGestureMgr. Also, derived from LLSingleton.
|
2011-09-03 06:46:47 -05:00 |
|
Shyotl
|
39b8abc4cf
|
Tiny bit of lleventnotifier cleanup. Only functional difference is that server is notified when an event notification response is handled... also the notifier is deleted (leakfix? I can't find where it was deleted on this case before this new change)..
|
2011-09-03 06:05:23 -05:00 |
|
Shyotl
|
f36e1d23ea
|
Mesh metrics bugfix.
|
2011-09-02 07:00:28 -05:00 |
|
Shyotl
|
d7370d23d2
|
Hopefully fixed bumpmaps not loading at full resolution. (SH-1069, but ll has tried to fix this a good 20 times previously, so...)
|
2011-09-02 07:00:10 -05:00 |
|
Shyotl
|
992319f667
|
Bumpmapping now appears on hud objects in deferred.
|
2011-09-02 06:57:15 -05:00 |
|