Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-22 | CHUI_310 make NearbyChat a singletone | AlexanderP ProductEngine | |
2012-08-14 | Automated merge with https://bitbucket.org/VirLinden/sunshine | Nyx (Neal Orman) | |
2012-08-14 | SH-3310 WIP setting up architecture for switching texture baking on ↵ | Nyx (Neal Orman) | |
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-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-29 | SH-3229 FIX suppress baked texture cache requests and generated ↵ | Nyx (Neal Orman) | |
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-26 | Renaming the rebake navmesh panel class. | Todd Stinson | |
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-21 | merge changes for DRTVWR-171 | Oz Linden | |
2012-06-19 | PATH-702: Positioning the rebake navmesh button to align with the ↵ | Todd Stinson | |
Stand/StopFlying buttons. Also, parenting the buttons to the toolbar UI elements. | |||
2012-06-13 | EXP-1959: Marking the teleport entry access notifications as unique so they ↵ | Todd Stinson | |
do not stack. | |||
2012-06-05 | EXP-1942: BUGFIX Ensuring to clear the flag indicating that maturity changed ↵ | Todd Stinson | |
during teleport when the maturity level change fails. | |||
2012-06-01 | EXP-1942: Ensuring that the teleport cancel works in the case of restarting ↵ | Todd Stinson | |
a teleport. Also, ensuring to pull down the teleport screen if we time out of a maturity request with a pending teleport queued. | |||
2012-05-31 | Reloading the the pathfinding object floaters when the god level is changed. | Todd Stinson | |
2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
2012-09-12 | Possible crash fix in LLAgent::doTeleportViaLocation | Ansariel | |
2012-05-29 | Re-adding a line of code that was unintentionally removed. | Todd Stinson | |
2012-05-29 | EXP-1942,EXP-1945: Pulling down the teleport screen in the scenario of ↵ | Todd Stinson | |
waiting for a maturity preference change that is still being posted to the server. | |||
2012-05-29 | EXP-1942,EXP-1945: Ensuring that the teleport process waits for the maturity ↵ | Todd Stinson | |
preferences to be synced between viewer and server. | |||
2012-05-25 | EXP-1942,EXP-1945: More robust handling and syncing of the maturity preference. | Todd Stinson | |
2012-05-25 | EXP-1942, EXP-1945: Improved handling of the maturity preference change ↵ | Todd Stinson | |
response. Still needs work though. | |||
2012-05-24 | EXP-1942,EXP-1945: Altering behavior when setting maturity preference to ↵ | Todd Stinson | |
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 | EXP-1948: Ensuring that we show the maturity changed notification in the ↵ | Todd Stinson | |
case of a teleport failure on the second attempt. | |||
2012-05-23 | Removing some code that allowed the viewer to toggle the user's maturity ↵ | Todd Stinson | |
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 | Removing cruft code that is no longer used. | Todd Stinson | |
2012-05-17 | EXP-1940: BUGFIX Correcting issue with changing maturity setting and ↵ | Todd Stinson | |
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 | EXP-1928: Constructing the new maturity preferences flow for the case of a ↵ | Todd Stinson | |
teleport via lure (which cannot be restared). | |||
2012-05-17 | EXP-1928: Minor tweak to ensure that the case of the copy for content type ↵ | Todd Stinson | |
is lower-case. | |||
2012-05-17 | EXP-1928: Handling the rare case that the user preferences cannot be ↵ | Todd Stinson | |
successfully changed, and reporting that to the user. | |||
2012-05-15 | EXP-1928: Removing ability to restart a teleport via lure because the ↵ | Todd Stinson | |
re-attempt will fail on the server. | |||
2012-05-15 | EXP-1928: Removing some commented asserts following more development testing. | Todd Stinson | |
2012-05-11 | EXP-1928: First pass at building the functionality to restart teleport after ↵ | Todd Stinson | |
increasing the maturity preference level to match the intended teleport region. There are probably still some cases that are broken and bugs. | |||
2012-05-10 | EXP-1928: Adding fundamentals for managing a teleport request in such a way ↵ | Todd Stinson | |
that it can be restarted. | |||
2012-05-02 | SH-3128 FIX - log message cleanup for avatar rezzing | Brad Payne (Vir Linden) | |
2012-05-02 | merge viewer-release to drano | Brad Payne (Vir Linden) | |
2012-04-19 | Move phase tracking to its own set of classes inside LLViewerStats - ↵ | Brad Payne (Vir Linden) | |
simplifies llvoavatar and allows adding such tracking to classes that live outside the avatar lifetime | |||
2012-04-05 | Removing unneeded code because we have the pathfinding console working to ↵ | Todd Stinson | |
correctly when teleporting or crossing region boundaries. | |||
2012-04-02 | Automated merge with https://bitbucket.org/VirLinden/runway | Nyx (Neal Orman) | |
2012-04-02 | SH-3041 FIX use server-sent baked texture IDs while waiting for avatar to load | Nyx (Neal Orman) | |
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-03-21 | SH-3039 WIP - trying to close phases where needed | Brad Payne (Vir Linden) | |
2012-03-20 | Cleaning up miscellaneous differences between the pathfinding repository and ↵ | Todd Stinson | |
the latest viewer-development. | |||
2012-03-16 | SH-3044 FIX - change avatar log message to LL_DEBUGS to allow effective ↵ | Brad Payne (Vir Linden) | |
toggling when default is INFO | |||
2012-03-16 | SH-3044 - tag avatar log messages LL_INFOS(Avatar) | Brad Payne (Vir Linden) | |
2012-03-13 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-13 | pull and merge from viewer-development | prep | |
2012-03-13 | Removing an unreferenced .h file and replacing it with a more specific one. | Todd Stinson | |
2012-03-12 | SH-2970 WIP - scoped phase tweaking, removed auto-phase-stop on metrics send | Brad Payne (Vir Linden) | |
2012-03-12 | SH-2970 WIP - send per-appearance-change metrics packet (disabled) | Brad Payne (Vir Linden) | |