Commit Graph

544 Commits (bd008a170898e69beeb8bc0481b4bfd94de86c55)

Author SHA1 Message Date
Graham Linden 10705b4360 Merge 3.6.11 for RC-ability 2013-11-11 15:50:01 -08:00
Graham Linden 970ee73e9a Fix release merge issues (included upstream changes not yet in release from bear) 2013-10-25 11:48:43 -07:00
Brad Payne (Vir Linden) 1f8b37e9ad merge 2013-10-16 11:52:43 -04:00
Brad Payne (Vir Linden) 20af6640d4 SH-3455 WIP - llstartup cleanup 2013-10-15 11:17:20 -04:00
Richard Linden 80dfbbaacd merge from viewer-release 2013-10-08 11:59:24 -07:00
Brad Payne (Vir Linden) 029642b2bc SH-3455 WIP - post-SSA cleanup, including removal of mUseServerBakes and related methods 2013-09-23 16:48:49 -04:00
Brad Payne (Vir Linden) 48bc05e93f SH-3455 WIP - removing bake upload code 2013-09-19 16:14:59 -04:00
Brad Payne (Vir Linden) d58e7cfbfc SH-3455 WIP - removing bake upload code 2013-09-19 13:59:20 -04:00
Brad Payne (Vir Linden) 82f147367f SH-3455 WIP - removing bake upload code 2013-09-19 11:10:59 -04:00
Brad Payne (Vir Linden) 497d3f4bfc sunshine cleanup annotations 2013-09-18 17:04:34 -04:00
Brad Payne (Vir Linden) 36bb33b12a sunshine cleanup annotations 2013-09-18 17:03:34 -04:00
Richard Linden 52da9f5f49 merge with viewer-release 2013-09-09 18:58:41 -07:00
Xiaohong Bao 01098f5dab eliminate some redundant geometry rebuilding operations during teleporting 2013-09-09 11:29:25 -06:00
Brad Payne (Vir Linden) 144eb1912d merge 2013-09-04 13:41:51 -04:00
Xiaohong Bao f713fe492f fix for SH-4295: Interesting: Teleporting to previous location leave some objects invisible. 2013-08-30 11:02:15 -06:00
simon 27d637d0f1 Merge downstream code from CHUIStorm release 2013-08-26 14:43:23 -07:00
simon 90d1c5b367 Merge downstream code for CHUIStorm 2013-08-26 15:45:09 -07:00
Mnikolenko ProductEngine f2b5bfc605 MAINT-2904 FIXED (Users of "LittleSight" viewer are invisible but can listen to spatial chat) 2013-08-22 13:32:56 +03:00
Oz Linden 82bf4e4db2 merge changes for DRTVWR-285 2013-08-19 15:15:15 -04:00
Nyx Linden 5ae117aff6 merge with viewer-release 2013-08-16 19:31:16 -04:00
Richard Linden e340009fc5 second phase summer cleaning
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09 17:11:19 -07:00
Richard Linden a2e22732f1 Summer cleaning - removed a lot of llcommon dependencies to speed up build times
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
2013-07-30 19:13:45 -07:00
Nat Goodspeed d2386652f8 CHOP-962: Make LLControlVariable::setPersist() accept only enum.
Initial change made LLControlVariable::mPersist an enum, but retained
bool/BOOL public API. setPersist(true) set one value, setPersist(false) set
another, forcePersist() set the third. Per code review, expose enum to public,
make setPersist() (and LLControlVariable constructor, and LLControlGroup::
declareControl(), and all the LLControlGroup::declareMumble() methods, and all
the unit-test dummy declareMumble() method bodies) accept that enum. Remove
forcePersist(). Fix calls to LLControlGroup::declareMumble() accordingly.
Also rename PERSIST_YES to PERSIST_NONDFT, also per code review.
2013-07-25 16:46:51 -04:00
Nyx Linden a1ece43905 SH-3875 FIX Failure to bake face wrinkles
Wrinkles have been a deprecated/non-functional feature for a few years now.
Removing the user-facing sliders to prevent confusion.
2013-07-18 16:31:50 -04:00
simon 37048620dd MAINT-2879 : Viewer should revoke animation permissions with "Stop Animating Me"
Reviewed by Kelly
2013-07-11 17:51:20 -07:00
Dave Parks 79029149a4 Automated merge with file:///F:%5Cviewer-bear 2013-06-21 12:51:29 -05:00
Merov Linden b3c010ea71 Pull merge lindenlab/viewer-release 2013-06-19 12:24:44 -07:00
Richard Linden 0a96b47663 merge with viewer-release 2013-06-05 19:05:43 -07:00
Richard Linden 3a0e45ff08 SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
standard naming conventions for handlers vs. reactors
2013-05-10 17:57:12 -07:00
Nyx Linden cd9acddf09 BUILDFIX capitalization error 2013-05-10 13:04:18 -04:00
Nyx Linden 5c219f694a DEBUG adding additional logging for avatar height
usually disabled, enable avatar in logcontrol.xml to get output.
2013-05-10 12:58:41 -04:00
Nyx Linden 23c6016481 SH-4048 SH-4171 SH-4046 FIX avatar sinks into ground, updates sent to observers
Avatar preview code was triggering avatar size updates, which were causing the
avatar's height above the ground to change when the previews were rendered.

Also added code to suppress appearance updates being sent out while in
appearance editing mode.
2013-05-08 16:34:12 -04:00
Richard Linden 6b81b8629e Spring cleaning: removed unused .cpp and.h files, and cleaned up header dependencies 2013-05-05 17:45:35 -07:00
Merov Linden 043f2e0bfd Pull from viewer-release 2013-05-02 14:09:40 -07:00
Graham Madarasz 806d09b114 Merge 3.5.1 into Materials 2013-04-30 19:50:05 -07:00
simon b42b789723 Merge in downstream code (chui fixes, materials) 2013-04-11 16:18:34 -07:00
PavelK ProductEngine fa36f85b00 CHUI-797 FIXED Only one separated conversation window is shown after exiting from mouselook view
Added all separated conversation floaters to skip list used in gFloaterView->popVisibleAll(skip_list) in llagent.cpp
since LLFloaterIMContainer::setVisible() takes control of them by itself.
2013-04-09 20:50:54 +03:00
Nyx Linden 3e53ade13e merge 2013-04-05 15:24:22 -04:00
Brad Payne (Vir Linden) d1d0a2cf67 SH-4058 - log spam reduction initiative. 2013-04-03 14:58:33 -04:00
Richard Linden 1f507c3cfc SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
copied over scene load frame differencing changes from viewer-interesting
made periodicrecording flexible enough to allow for indefinite number of periods
added scene loading stats floater
fixed collapsing behavior of container views
2013-03-21 00:37:20 -07:00
Simon Linden d5561a1ada Merge in viewer-beta to get CHUI code 2013-03-19 16:20:53 -07:00
Don Kjer 662d67e3b5 Merging LLCURL::Responder changes with CHUI changes. Fixed gcc 4.6 compile failures 2013-03-13 08:46:59 +00:00
Don Kjer f945415210 Large changes to the LLCurl::Responder API, as well as pulling in some changes to common libraries from the server codebase:
* Additional error checking in http handlers.
* Uniform log spam for http errors.
* Switch to using constants for http heads and status codes.
* Fixed bugs in incorrectly checking if parsing LLSD xml resulted in an error.
* Reduced spam regarding LLSD parsing errors in the default completedRaw http handler.  It should not longer be necessary to short-circuit completedRaw to avoid spam.
* Ported over a few bug fixes from the server code.
* Switch mode http status codes to use S32 instead of U32.
* Ported LLSD::asStringRef from server code; avoids copying strings all over the place.
* Ported server change to LLSD::asBinary; this always returns a reference now instead of copying the entire binary blob.
* Ported server pretty notation format (and pretty binary format) to llsd serialization.

* The new LLCurl::Responder API no longer has two error handlers to choose from.  Overriding the following methods have been deprecated:
** error - use httpFailure
** errorWithContent - use httpFailure
** result - use httpSuccess
** completed - use httpCompleted
** completedHeader - no longer necessary; call getResponseHeaders() from a completion method to obtain these headers.

* In order to 'catch' a completed http request, override one of these methods:
** httpSuccess - Called for any 2xx status code.
** httpFailure - Called for any non-2xx status code.
** httpComplete - Called for all status codes.  Default implementation is to call either httpSuccess or httpFailure.
* It is recommended to keep these methods protected/private in order to avoid triggering of these methods without using a 'push' method (see below).

* Uniform error handling should followed whenever possible by calling a variant of this during httpFailure:
** llwarns << dumpResponse() << llendl;
* Be sure to include LOG_CLASS(your_class_name) in your class in order for the log entry to give more context.

* In order to 'push' a result into the responder, you should no longer call error, errorWithContent, result, or completed.
* Nor should you directly call httpSuccess/Failure/Completed (unless passing a message up to a parent class).
* Instead, you can set the internal content of a responder and trigger a corresponding method using the following methods:
** successResult - Sets results and calls httpSuccess
** failureResult - Sets results and calls httpFailure
** completedResult - Sets results and calls httpCompleted

* To obtain information about a the response from a reponder method, use the following getters:
** getStatus - HTTP status code
** getReason - Reason string
** getContent - Content (Parsed body LLSD)
** getResponseHeaders - Response Headers (LLSD map)
** getHTTPMethod - HTTP method of the request
** getURL - URL of the request

* It is still possible to override completeRaw if you want to manipulate data directly out of LLPumpIO.

* See indra/llmessage/llcurl.h for more information.
2013-03-13 06:26:25 +00:00
prep 207d9fd767 Viewer-chui merge 2013-03-11 14:45:53 -04:00
Richard Linden f07b9c2c69 renamed LLTrace stat gathering classes/methods to make the structure of LLTrace clearer
Count becomes CountStatHandle
Count.sum becomes sum(Count, value), etc.
2013-03-06 11:08:25 -08:00
Don Kjer 54cdc322b8 Fixing issues with not detecting when LLSD XML parsing fails. Changing most http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. 2013-03-05 22:05:22 -08:00
Nyx Linden 3005bdf7aa merge 2013-02-28 17:26:14 -05:00
Nyx Linden d1c1445193 SH-3909 Support avatar height offset
Adding a new visual param that allows users to manually adjust an offset for
how far off the ground (+ or -) their avatar's root bone is.

Supports the +-2m range people are used to adjusting in their viewers, but
new implementation should support server-generated appearances.
2013-02-28 17:25:37 -05:00
Brad Payne (Vir Linden) b16dcda6a3 SH-3860 WIP, SH-3899 WIP - make folder version management more debuggable, log appearance request results 2013-02-25 19:12:36 -05:00
Kelly Washington e82667e3e8 MAINT-2407 'Stop animating me' spams server
reviewed with Simon
2013-02-25 14:06:38 -08:00
Brad Payne (Vir Linden) 72dfb2abce SH-3812 WIP, SH-3852 WIP - some metrics cleanup, added rebake when needed and sb system is unavailable, to avoid stale appearance problems 2013-02-13 17:28:05 -05:00
Brad Payne (Vir Linden) 9ef4c33772 SH-3852 WIP - modified metrics for update_appearance_from_cof and wear_inventory_category, end when bakes are fully loaded 2013-02-13 07:47:24 -05:00
Brad Payne (Vir Linden) 99d197d021 SH-3852 WIP - track per-timer stats 2013-02-07 19:14:00 -05:00
Brad Payne (Vir Linden) 0897a291d1 SH-3852 WIP - small tweaks 2013-02-07 11:14:37 -05:00
Brad Payne (Vir Linden) 3f45d5472c SH-3800 WIP - log some of sent appearance msg info as well as received 2013-02-01 10:53:02 -05:00
Brad Payne (Vir Linden) 235f77b8c6 SH-3800 WIP - reject appearance messages with contradictory appearance version info 2013-02-01 09:13:31 -05:00
Brad Payne (Vir Linden) cbf7de4538 SH-3779 WIP, SH-3534 WIP - more bake-status tracking 2013-01-28 13:47:00 -05:00
Brad Payne (Vir Linden) 878e31dce2 SH-3534 WIP - better encapsulation of mUseServerBakes 2013-01-23 16:04:08 -05:00
Gilbert Gonzales de9e2c3812 CHUI-668: Code review changes 2013-01-15 20:36:48 -08:00
Merov Linden 573ab07a40 Merge pull from lindenlab/viewer-beta 2013-01-10 14:51:59 -08:00
Richard Linden 0d8f1077a6 Automated merge with http://bitbucket.org/lindenlab/viewer-development 2013-01-04 16:46:25 -08:00
William Todd Stinson bd6d34d312 CHUI-499: Loading the DND notifications upon exit from DND mode and after login. 2012-12-19 01:48:37 -08:00
William Todd Stinson 1bebff84ba Removing some old code for parsing the response from changing maturity level as it is now consistent across the grid. 2012-12-17 16:11:52 -08:00
prep e0432f98ee SH-3563. Pull and merge from viewer-development. Modest code changes to fix alignment issue in llAppearance. 2012-11-28 16:36:34 -05:00
William Todd Stinson 67bc42a80a Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. 2012-11-20 16:20:40 -08:00
Richard Linden c0224cc47a merge with viewer-development 2012-11-19 19:06:36 -08:00
William Todd Stinson e173dea8a0 Pull and merge from https://bitbucket.org/lindenlab/viewer-development. 2012-11-13 17:03:11 -08:00
William Todd Stinson 4f58b4088a CHUI-517: Altering the behavior and copy of the main menu status choices. Busy has been replaced with Do Not Disturb. And both status options have been switched to be indicated with a check rather than alternating text. 2012-11-09 14:41:50 -08:00
AlexanderP ProductEngine 486bdf3284 CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and in accordance with the naming convention in the project, some classes and corresponding files should be renamed:
LLIMConversation -> LLFloaterIMSessionTab
LLIMFloater -> LLFloaterIMSession
LLNearbyChat -> LLFloaterIMNearbyChat
LLIMFloaterContainer -> LLFloaterIMContainer
LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener
LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-11-09 12:45:36 +02:00
William Todd Stinson c4eaaa3d6a CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now refers to it as Do Not Disturb mode. 2012-11-08 12:35:15 -08:00
Brad Payne (Vir Linden) 3aeff074cf SH-3469 FIX - use callback mechanism to handle possible race between getting caps and setting agent region 2012-10-26 18:27:08 -04:00
Brad Payne (Vir Linden) c961b5f657 handling for crossing from non-server-bake to server-bake regions 2012-10-22 11:09:32 -04:00
Richard Linden a52d203a4f SH-3405 WIP convert existing stats to lltrace system
started conversion of llviewerassetstats
removed old, dead LLViewerStats code
made units tracing require units declaration
clean up of units handling
2012-10-17 20:00:07 -07:00
William Todd Stinson 8dbd1f5f48 MAINT-1737: Adding a menu option to the Pathfinding menu to allow rebuilding of the region's navmesh. 2012-10-16 18:45:37 -07:00
William Todd Stinson e4b98970f4 MAINT-1737: Moving files around to replace the Rebake_Region button with a menu option. 2012-10-16 15:30:00 -07:00
Richard Linden 8d2f7a5265 SH-3405 WIP convert existing stats to lltrace system
converted all remaining LLViewerStats to lltrace
2012-10-15 19:43:35 -07:00
Don Kjer c06c35609c Updating linux build to gcc4.6 2012-10-11 00:09:04 +00:00
Brad Payne (Vir Linden) 878eb2b61a audited uses of centralBakeVersion vs. isUsingServerBakes 2012-09-27 17:46:19 -04:00
Brad Payne (Vir Linden) 93e210d91f more state management stuff, DRANO flags for problematic areas 2012-09-26 15:45:58 -04:00
Brad Payne (Vir Linden) ab83fab72c error checking, comments for areas needing fix/check in appearance 2012-09-26 11:52:19 -04:00
Brad Payne (Vir Linden) ae0bb92290 renamed isUsingBakedTextures to more accurate isUsingServerBakes. Commented some areas we are probably using the function incorrectly 2012-09-26 06:36:24 -04:00
Don Kjer 21c364c4d4 Renamed LLVOAvatarDefines to LLAvatarAppearanceDefines 2012-09-03 09:10:24 +00:00
AlexanderP ProductEngine ae2e611dfb CHUI-315 (Nearby chat messages do not appear in conversation floater): cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it. 2012-08-31 16:52:50 +03:00
AlexanderP ProductEngine 14708a3ace CHUI_310 make NearbyChat a singletone 2012-08-22 18:27:29 +03:00
Nyx (Neal Orman) 48b7eff758 Automated merge with https://bitbucket.org/VirLinden/sunshine 2012-08-14 17:13:46 -04:00
Nyx (Neal Orman) e7a63cb356 SH-3310 WIP setting up architecture for switching texture baking on per-region basis
Set up an architecture to minimize the use of the baked texture debug setting.
Instead concentrating on setting a per-region flag at the region handshake point.
This should be processed once the new regions are using the updated handshake.
The debug setting is being used in this one location as a placeholder.

Builds, but not fully tested/commented yet, passing this work off to Vir.
2012-08-14 17:12:01 -04:00
Todd Stinson 9488baada3 Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. 2012-08-09 12:06:09 -07:00
Brad Payne (Vir Linden) 6ae4802e6d merge 2012-07-30 19:10:46 -04:00
Todd Stinson 3e038cd71b Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. 2012-07-27 12:53:54 -07:00
Todd Stinson 4feef5af63 Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. 2012-07-23 19:21:34 -07:00
Nyx (Neal Orman) 3f931ad1e3 SH-3229 FIX suppress baked texture cache requests and generated agentAppearance messages
If you're using the new pipeline, then we should not be requesting cached baked textures
from the simulator. Nor should we be sending agentAppearance messages to the simulator
(note: this may change in the future on region arrive)
2012-06-29 19:18:33 -04:00
Todd Stinson a818cd4f73 Renaming the rebake navmesh panel class. 2012-06-26 18:22:17 -07:00
Todd Stinson 6e710333e7 Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. 2012-06-22 18:59:31 -07:00
Oz Linden f64a79d9d1 merge changes for DRTVWR-171 2012-06-21 14:19:25 -04:00
Todd Stinson e4aa203881 PATH-702: Positioning the rebake navmesh button to align with the Stand/StopFlying buttons. Also, parenting the buttons to the toolbar UI elements. 2012-06-19 17:20:24 -07:00
Todd Stinson e41dde44f0 EXP-1959: Marking the teleport entry access notifications as unique so they do not stack. 2012-06-13 18:15:54 -07:00
Todd Stinson 9aeae2a87e EXP-1942: BUGFIX Ensuring to clear the flag indicating that maturity changed during teleport when the maturity level change fails. 2012-06-05 11:53:53 -07:00
Todd Stinson 0a90524439 EXP-1942: Ensuring that the teleport cancel works in the case of restarting a teleport. Also, ensuring to pull down the teleport screen if we time out of a maturity request with a pending teleport queued. 2012-06-01 15:16:28 -07:00
Todd Stinson 938f42ded7 Reloading the the pathfinding object floaters when the god level is changed. 2012-05-31 12:22:47 -07:00
Seth ProductEngine bba0f4f74e CHUI-119 WIP 2012-05-31 16:37:22 +03:00
Ansariel 510e1b9e0e Possible crash fix in LLAgent::doTeleportViaLocation 2012-09-12 19:44:53 +02:00
Todd Stinson f133a5ae7b Re-adding a line of code that was unintentionally removed. 2012-05-29 19:46:21 -07:00
Todd Stinson fbf01e9c2a EXP-1942,EXP-1945: Pulling down the teleport screen in the scenario of waiting for a maturity preference change that is still being posted to the server. 2012-05-29 18:02:38 -07:00
Todd Stinson 8ff00d6ecf EXP-1942,EXP-1945: Ensuring that the teleport process waits for the maturity preferences to be synced between viewer and server. 2012-05-29 16:15:25 -07:00
Todd Stinson 403ed9656b EXP-1942,EXP-1945: More robust handling and syncing of the maturity preference. 2012-05-25 17:48:21 -07:00
Todd Stinson 3c2a4da3a6 EXP-1942, EXP-1945: Improved handling of the maturity preference change response. Still needs work though. 2012-05-25 12:08:53 -07:00
Todd Stinson 55392ef7f6 EXP-1942,EXP-1945: Altering behavior when setting maturity preference to check the server response in an effort to ensure the viewer and server remain in sync. This is a partial commit as I still need to add user behavior and notifications when things go wrong. 2012-05-24 19:41:20 -07:00
Todd Stinson 245a5a2814 EXP-1948: Ensuring that we show the maturity changed notification in the case of a teleport failure on the second attempt. 2012-05-24 11:39:54 -07:00
Todd Stinson 7fc6d3d79b Removing some code that allowed the viewer to toggle the user's maturity access level. But only toggling it in the viewer leads to some really bad discontinuities with the server's actual access level for the user. 2012-05-23 19:29:17 -07:00
Todd Stinson e76d7d73c5 Removing cruft code that is no longer used. 2012-05-23 18:58:47 -07:00
Todd Stinson 9845ad1728 EXP-1940: BUGFIX Correcting issue with changing maturity setting and teleporting from dialog did not work on agni. Problem stemmed from 2 issues. 1) The server responded with different results between aditi and agni due to some changes in the Pathfinding project. 2) The viewer was actually sending two separate requests to change to the same preference setting. This fixes both issues. 2012-05-17 20:02:53 -07:00
Todd Stinson 90c6b871c4 EXP-1928: Constructing the new maturity preferences flow for the case of a teleport via lure (which cannot be restared). 2012-05-17 17:12:00 -07:00
Todd Stinson cf0a6a61bd EXP-1928: Minor tweak to ensure that the case of the copy for content type is lower-case. 2012-05-17 15:38:17 -07:00
Todd Stinson ecdc5cf764 EXP-1928: Handling the rare case that the user preferences cannot be successfully changed, and reporting that to the user. 2012-05-17 14:50:33 -07:00
Todd Stinson 52b624aa3d EXP-1928: Removing ability to restart a teleport via lure because the re-attempt will fail on the server. 2012-05-15 19:10:03 -07:00
Todd Stinson 91acda05d5 EXP-1928: Removing some commented asserts following more development testing. 2012-05-15 16:49:13 -07:00
Todd Stinson cca85dea67 EXP-1928: First pass at building the functionality to restart teleport after increasing the maturity preference level to match the intended teleport region. There are probably still some cases that are broken and bugs. 2012-05-11 19:39:44 -07:00
Todd Stinson a85bf36d4f EXP-1928: Adding fundamentals for managing a teleport request in such a way that it can be restarted. 2012-05-10 20:20:55 -07:00
Brad Payne (Vir Linden) 681c5de92b SH-3128 FIX - log message cleanup for avatar rezzing 2012-05-02 16:48:09 -04:00
Brad Payne (Vir Linden) 678864e4ed merge viewer-release to drano 2012-05-02 13:00:59 -04:00
Brad Payne (Vir Linden) 7fbf42dec8 Move phase tracking to its own set of classes inside LLViewerStats - simplifies llvoavatar and allows adding such tracking to classes that live outside the avatar lifetime 2012-04-19 14:52:44 -04:00
Todd Stinson 8c5a7a9c5d Removing unneeded code because we have the pathfinding console working to correctly when teleporting or crossing region boundaries. 2012-04-05 18:07:20 -07:00
Nyx (Neal Orman) 54ed00b6a2 Automated merge with https://bitbucket.org/VirLinden/runway 2012-04-02 11:22:01 -04:00
Nyx (Neal Orman) 6a7582c09d SH-3041 FIX use server-sent baked texture IDs while waiting for avatar to load
Prevents the avatar's baked texture UUIDs sent by the server's first objectUpdate
message from being overwritten until the wearable cache results come back.
2012-04-02 11:21:52 -04:00
Brad Payne (Vir Linden) 231b90cbac SH-3039 WIP - trying to close phases where needed 2012-03-21 18:58:24 -04:00
Todd Stinson 2f4ad07633 Cleaning up miscellaneous differences between the pathfinding repository and the latest viewer-development. 2012-03-20 17:38:58 -07:00
Brad Payne (Vir Linden) 131fb9219e SH-3044 FIX - change avatar log message to LL_DEBUGS to allow effective toggling when default is INFO 2012-03-16 10:55:42 -04:00
Brad Payne (Vir Linden) 3f4bca6887 SH-3044 - tag avatar log messages LL_INFOS(Avatar) 2012-03-16 10:31:15 -04:00
Todd Stinson 629ec1d54d Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. 2012-03-13 14:50:20 -07:00
prep fab57eea61 pull and merge from viewer-development 2012-03-13 15:48:24 -04:00
Todd Stinson f1109baffa Removing an unreferenced .h file and replacing it with a more specific one. 2012-03-13 10:37:25 -07:00
Brad Payne (Vir Linden) ee758c1da0 SH-2970 WIP - scoped phase tweaking, removed auto-phase-stop on metrics send 2012-03-12 18:55:30 -04:00
Brad Payne (Vir Linden) 2f4cb7c534 SH-2970 WIP - send per-appearance-change metrics packet (disabled) 2012-03-12 18:24:06 -04:00
prep e558f5cb0b path-405: Avatar is no longer frozen when pathing window is up and when avatar crosses a region boundary the resident is informed with a message in the pathing window. 2012-03-12 15:04:09 -04:00
prep c2a7006413 path-356: purging any data from the pathinglib after a successfull teleport. 2012-03-02 11:28:49 -05:00
prep c4ddaf67cb path-264: Locking avatar in place when pathing floater is up. 2012-03-01 17:33:45 -05:00
Brad Payne (Vir Linden) 04caf8c876 SH-2689 WIP - move first_fully_visible static into avatar class, bake-related logging 2012-02-21 17:40:40 -05:00
Jonathan Yap 566bbe7e09 STORM-1808 Recode so build button is not clickable when grayed out 2012-02-19 14:06:32 -05:00
Jonathan Yap 1f5c2c056f STORM-1808 Indicate ability to build 2012-02-08 18:25:35 -05:00
Vadim ProductEngine 36aba26615 EXP-1843 WIP Added an option to output avatar rez timing.
Use the new "Avatar Rez" debugging tag to see the output.
2012-02-03 11:10:13 +02:00
Richard Linden c191f523a9 Automated merge with http://hg.secondlife.com/viewer-development 2011-11-30 17:57:09 -08:00
Oz Linden b69be18d7b merge changes for vmrg-193 2011-11-24 06:56:57 -05:00
Vadim ProductEngine 710d2fd0f3 EXP-1581 FIXED Added more floaters to the viewer menu.
It is also now possible to toggle microphone via the menu.

See JIRA for the full list of changes.
2011-11-23 14:33:05 +02:00
Dave Parks e2b52009ea merge 2011-10-24 15:32:58 -05:00
Oz Linden 7534c4efef storm-1663: allow wider range of pitch, make range the same for sitting and otherwise 2011-10-23 07:53:45 -04:00
callum a1561c20e0 EXP-1433 FIX Speak button can be toggled while editing Input/Output devices when voice is deactivated 2011-10-20 14:19:54 -07:00
Richard Nelson ea1c3218e2 EXP-1411 FIX "Speak" button enabled in regions with disabled voice
EXP-1424 FIX Floaters open on top of one another in default position with no offset
floaters now stack with their own kind preferentially
2011-10-19 17:47:05 -07:00
callum 2d1ad90823 EXP-1351 FIX Property ban lines show as white column, not yellow ban lines
Reviewsed by Leslie
2011-10-19 15:52:43 -07:00
Dave Parks f19f43c746 merge 2011-10-19 16:21:18 -05:00
callum bfda156022 merge with head 2011-10-14 15:22:10 -07:00