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
Richard Nelson
32e7a0d522
EXP-1323 FIX Mouselook text "Press ESC to return to World View" overlaps with bottom toolbar if mode is icon only
...
made mouselook work when hiding ui by unhiding UI first
2011-10-14 13:10:15 -07:00
Richard Linden
8e3717e187
EXP-1323 FIX Mouselook text "Press ESC to return to World View" overlaps with bottom toolbar if mode is icon only
...
hide toolbars in mouselook
hide top_info_bar when hiding UI
disable mouselook when hiding UI
fixed layout of more button in navigation bar
2011-10-13 20:31:41 -07:00
callum
ecdcaf149b
FIX EXP-1302 Make the Speak button work as a toolbar button and
...
EXP-1324 Push to talk hot key doesn't change button state of speak button
2011-10-11 15:33:43 -07:00
callum
213985ca0d
EXP-1302 PARTIAL Make the Speak button work as a toolbar button
...
First pass - no Push-To-Talk functionality.
2011-10-10 17:29:04 -07:00
Seth ProductEngine
9273459251
EXP-1285 FIXED Chiclets moved to the upper right of the viewer window.
...
- Floaters dock to chiclets at the bottom.
- Floaters docking region limited to non-toolbar view.
- Chiclet bar is positioned between the right toolbar and the minimized floaters stacked at the top left corner by default.
2011-10-10 17:09:46 +03:00
Leslie Linden
3ba9bd536b
* "search" floater now only minimized after teleport if it is visible to begin
...
with.
* LLAgent now keeps track of whether or not the agent can build in the current
parcel.
* Hooked up is_enabled_function to build and speak commands.
2011-10-07 12:20:06 -07:00
Richard Nelson
e61da05739
merge with viewer-development
2011-10-05 13:01:29 -07:00
Dave Parks
bd02cdc75f
merge
2011-09-26 19:27:10 -05:00
Paul ProductEngine
cdba1674c5
EXP-1203 ADDITIONAL FIX (As a FUI user, I want the address bar and favorites to be on one line)
...
- Changed member variable name mChevronButton to mMoreTextBox
- Fixed some bugs which PE testers have found:
1. Parcel characteristics icons from location bar overlay other ui elements
2. Navigation & Favorites bar are displayed after exitting mouselook mode although 'Show Navigation & Favorites bar' is unchecked
2011-09-22 13:27:59 +03:00
Dave Parks
7c95af74f1
SH-2243 work in progress -- application side matrix stack management
2011-09-14 16:30:45 -05:00
Oz Linden
a3e092db14
STORM-1578 (viewer side only), STORM-1589
...
Remove the viewer side automatic logout after extended away time.
Note, however, that the server still logs you out after 30 minutes
away: see SVC 7251.
Allow more time (10 seconds vs 2 seconds) after initiating Away status
during which mouse movements do not remove the Away status.
2011-09-14 08:54:07 -04:00
Dave Parks
2ee8154780
SH-2238, SH-2223, SH-SH-2242 glVertexAttrib throughout main render pipeline complete, preview renders and debug displays still pending. Also fixed a render glitch and a crash (JIRAs listed).
2011-08-10 13:01:14 -05:00
Dave Parks
f076bdf609
merge
2011-08-08 15:39:02 -05:00
Dave Parks
14f6bbadef
SH-2242 Work in progress migrating to glVertexAttrib everywhere
2011-08-08 15:29:23 -05:00
Paul ProductEngine
298bb68484
STORM-1474 FIXED Implement Show Last Search in viewer chrome
...
- Minimize the search floater on teleport
2011-07-22 15:22:59 +03:00
Brad Payne (Vir Linden)
a6a0d5dda7
SH-1637 FIX, SH-1638 FIX - fixes jittery camera problems
2011-07-13 13:55:04 -04:00
Vadim ProductEngine
424366a66f
STORM-1137 FIXED Close the REGION/ESTATE floater when teleporting.
2011-07-01 21:11:36 +03:00
Oz Linden
8bfd3201de
merge changes for latest viewer-development
2011-06-01 22:07:12 -04:00
Oz Linden
551d17f819
merge latest changes (post-2.7.0) from viewer-development
2011-05-23 11:38:33 -04:00
Don Kjer
0a86e39d90
Merge with viewer-development (mesh)
2011-05-17 21:01:36 +00:00
Don Kjer
ae8ed3fc2d
Merge with viewer-development
2011-05-17 19:21:55 +00:00
Vadim ProductEngine
001b9e5ae3
Merge from viewer-development.
2011-05-17 21:53:10 +03:00
Vadim ProductEngine
348218e40f
STORM-1245 WIP Restored environment settings interpolation on region crossing.
...
Also got rid of duplicated region environment settings requests.
2011-05-17 16:26:55 +03:00
Dave Parks
8a92612fd9
merge
2011-05-16 12:34:15 -05:00
Vadim ProductEngine
683c9ff3f8
STORM-1245 WIP Removed some dead code.
2011-05-16 17:21:53 +03:00
Vadim ProductEngine
cccca566bd
STORM-1245 WIP Reimplementing management of local presets according to the new spec.
...
User environment preferences are now persistent.
TODO: Implement applying region env. settings.
2011-05-16 17:17:01 +03:00
Dave Parks
93696ac019
merge
2011-05-12 17:39:08 -05:00
Oz Linden
353d2059fc
merge up to latest viewer-development
2011-05-11 13:47:12 -04:00
brad kittenbrink
2661a4c2c9
Merge.
2011-05-09 11:26:24 -07:00
brad kittenbrink
dbc92691a6
Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated a bunch of unnecesary header dependencies.
2011-05-05 17:13:52 -07:00
callum
3f9253e783
Merge with http://bitbucket.org/lindenlab/viewer-development (r15992)
2011-05-04 10:36:27 -07:00
Oz Linden
3b79c9c81d
merge changes for viewer-development before mesh merge
2011-05-04 09:36:39 -04:00
Dave Parks
a25f898703
merge
2011-05-02 14:52:12 -05:00
callum
367823ced0
EXP-623 FIX Selecting fly option while on click to walk path flys avatar to
...
end point but avatar spins and shakes when arriving at click point
2011-04-29 15:35:22 -07:00
Ricky Curtice
89216a6c21
Merged with viewer-development.
...
The reason was to manually resolve a couple of merge problems, as upstream has had several changes since this was applied, and some of the changes overlapped.
2011-04-29 14:23:27 -07:00
Dave Parks
764412f9b5
merge
2011-04-22 11:50:19 -05:00
Oz Linden
6bdfc3d048
merge out changes up to but not including the STORM-610 change
2011-04-13 12:03:53 -04:00
Vadim ProductEngine
5a0547cdc3
STORM-1126 merge
2011-03-31 18:46:56 +03:00
Dave SIMmONs
becc9d0997
Improve LLEventHost API for autopilot and following avatars. Reviewed by Kelly.
2011-03-22 15:44:02 -07:00
Dave SIMmONs
1c34f5caff
ER-612: Add LLEventAPI access to LLAgent auto pilot. Follow-on work to allow blocking of flying during autopilot. Reviewed by Kelly.
2011-03-17 16:22:54 -07:00
Don Kjer
bc0833d5db
ER-612: Add LLEventAPI access to LLAgent auto pilot
2011-03-15 04:19:16 +00:00
Ricky Curtice
9bac314ba0
Switched to using *_SQUARED constants instead of multiplied constants, and cleaned up a few other minor issues noted during review.
2011-03-12 23:39:10 -08:00
Ricky Curtice
d4d292258e
Squared all dist_vec() based comparisons and other dist_vec() operations where sensible.
...
Not all instances of dist_vec() were squared, only those where it wouldn't (hopefully) change the functionality.
2011-03-10 22:07:06 -08:00
Dave Parks
5cf5e4bb88
merge
2011-04-19 16:35:37 -05:00
Dave Parks
3b5d6eed12
merge
2011-04-19 14:55:11 -05:00
Don Kjer
774405e92b
Cleanup of headless client (was: DisableRendering mode)
...
* Now called 'HeadlessClient' instead of 'DisableRendering'
* Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes.
2011-02-18 23:16:38 +00:00
Brad Payne (Vir Linden)
64e017fc6b
SH-915 WIP - allow flycam control in autopilot record/playback
2011-02-09 15:04:25 -05:00
Loren Shih
584c7ecb4e
Automated merge up from viewer-development
2011-01-13 10:28:15 -05:00
Loren Shih
61e3c95dbf
Automated merge up from viewer-development
2011-01-07 10:14:33 -05:00
Seth ProductEngine
376ee7a3f9
STORM-797 FIXED Added parcel SLURL rendering with human readable parcel names.
...
- Added parcel info observer to LLUrlEntryParcel.
- Added notifying LLUrlEntryParcel by LLRemoteParcelInfoProcessor when parcel data arrives.
- Added notifying LLUrlEntryParcel about user login, changing host and viewer connection state to use this data in remote parcel requests.
2010-12-30 18:18:33 +02:00
Paul Guslisty
f1fd558ddd
STORM-714 FIXED Webprim's control bar doesn't dissapear after switching to mouselook mode
...
- After switching to the mouse look mode hide control bar immediately, not fading it with timer
- Added signal for switching mouse look mode out just for convenience. It's not used in this fix.
2010-12-28 19:02:49 +02:00
Loren Shih
4e98895719
Automated merge up from viewer-development
2010-12-21 10:39:35 -05:00
Monty Brandenberg
b9cf73c29b
merge from http://hg.secondlife.com/viewer-development
2010-12-09 11:07:50 -05:00
Loren Shih
bfd8efb057
Automated merge up from viewer-development
2010-12-01 10:55:24 -05:00
Monty Brandenberg
0f2ed092c5
ESC-154 ESC-156 Now using region hash rather than region uuid as identifier.
...
In the viewer, the region's UUID is acquired very late and isn't generally
used as the canonical region identifier. The U64 region hash is a better
and more consistently used identifier so I'm moving over to using that as
the region key. Don't have a proper reserved invalid region hash which is
unfortunate, but then, so much is.
2010-11-29 08:31:08 -08:00
Vadim ProductEngine
90f496b302
STORM-461 FIXED Hide sidebar tab buttons in mouselook mode.
2010-11-22 16:09:33 +02:00
Bill Curtis
066d8c39ca
Automated merge with file:///Users/Bill/Projects/viewer-release
2010-11-19 14:11:42 -08:00
Monty Brandenberg
d666a3d92c
ESC-154 ESC-155 ESC-156
...
Asset fetch requests wrapped to allow for measurements.
Asset fetch enqueues, dequeues and completion times recorded
to asset stats collector. Texture fetch operations (http
and udp) recorded to asset stats collector. Stats collector
time vallue switched from F32 to U64 which is the more common
type in the viewer. Cross-thread mechanism introduced to
communicate region changes and generate global statistics
messages. Facility to deliver metrics via Capabilities
sketched in but needs additional work. Documentation and
diagrams added.
2010-11-18 08:43:09 -08:00
Bill Curtis
3fa059409a
changes to read max-agent-groups from login.cgi response
2010-11-08 10:54:58 -08:00
Oz Linden
a5619d16f7
correct licenses (fix problem with license change merge)
2010-10-13 07:24:37 -04:00
Nyx (Neal Orman)
e045d212d3
STORM-1126 WIP Windlight Estate Settings port from 1.23: first pass at merging in windlight estate settings to viewer-dev codebase.
...
not built, not tested. Probably needs a bunch of fixes to be able
to be integrated.
(resubmitted by Vadim ProductEngine)
2010-09-27 22:56:08 -04:00
Dave Parks
7c2b9221d6
merge
2010-09-27 15:20:27 -05:00
Brad Payne (Vir Linden)
90e3d83a5c
Fix for build failures - disabling tcmalloc for now
2010-09-21 13:26:52 -04:00
Dave Parks
e68f9e566b
merge
2010-08-31 16:37:40 -05:00
Richard Nelson
7c0a6df30a
EXP-60 FIX not showing after Re-enabling Hints in same session
2010-09-20 16:21:00 -07:00
Richard Linden
1911993cc7
merge
2010-09-16 19:45:57 -07:00
Aimee Linden
b1c677a6e7
Merge
2010-08-28 16:03:53 +01:00
Monroe Linden
b62b10dd26
Post-convert merge by convert_monolith.py from ./viewer-experience
2010-08-27 16:58:33 -07:00
Merov Linden
dbe965eaa1
Sync with viewer-development
2010-08-26 21:45:20 -07:00
Aimee Linden
34a063ae5a
VWR-20715 Double-click teleport
...
SNOW-352/SNOW-421/SNOW-462 Imported from Snowglobe 2
By Twisted Laws and Thickbrick Sleaford
2010-08-26 16:49:41 +01:00
Dave Parks
2f012dd34f
merge
2010-08-25 14:48:18 -05:00
Merov Linden
5361e6826f
VWR-20710 : Sit anywhere, port of SG2.x SNOW-610 patch
2010-08-25 10:58:49 -07:00
Tofu Linden
e416840f85
Backed out changeset c3d41f18ce2b
...
back-out the back-out for this branch. yay.
2010-08-24 19:22:00 +01:00
Tofu Linden
98cc236503
Backed out changeset a62bf7c0af21
...
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24 18:44:39 +01:00
Tofu Linden
6ba23344c9
merge heads. whew.
2010-08-24 18:37:53 +01:00
Dave Parks
2fea1d5d33
Integrate SIMD API from oreh/server-trunk-oreh
2010-08-19 12:25:15 -05:00
Richard Nelson
c20bd2dfee
cleaned up LLUICtrlFactory...
...
removed redundant functionality
moved buildPanel to LLPanel
2010-08-16 15:00:51 -07:00
Richard Nelson
187c229aca
fix for hints reappearing even after criteria passed
2010-08-13 12:21:28 -07:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
Richard Linden
e5cfdd1cb8
fixed move hint always showing up immediately
2010-08-12 15:26:53 -07:00
Richard Linden
2c999688c4
added remaining hints and fade in/fade out behavior
2010-08-12 15:18:25 -07:00
Christian Goetze (CG)
6a1fefac22
Redo the same merge as in changeset "2026f824953f", but this time with feeeeling.
2010-08-02 16:59:20 -07:00
Kent Quirk
19c0d6d4ea
Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1
2010-07-30 10:11:55 -04:00
Richard Linden
15247f0869
Backed out changeset: 58571b4e704b
2010-07-27 14:22:14 -07:00
Loren Shih
75cfa9a0c3
EXT-8051 FIXED Change cameraCustomizeAvatar calls to use gAvatarp->isUsingBakedTextures
...
Changed some uses of cameraCustomizeAvatar as appropriate.
2010-07-22 15:06:08 -04:00
Tofu Linden
44d0fd81ee
(hairy) merge from viewer-release
2010-07-26 10:34:39 +01:00
Tofu Linden
7ac8658c77
(hairy) merge from viewer-release
2010-07-26 10:34:39 +01:00
Dessie Linden
5d85dad85f
Reverted changeset 2bb10eae42bf
2010-07-15 12:31:08 -07:00
Tofu Linden
f65a95157a
merge from PE's viewer-trunk (viewer-public)
2010-07-15 08:54:55 +01:00
Tofu Linden
dee93e8560
merge from PE's viewer-trunk (viewer-public)
2010-07-15 08:54:55 +01:00
Matthew Breindel (Falcon)
a884f5c0c7
Added AgentPositionSnaps data to ViewerStats to measure frequency and scale of interpolation failures.
2010-07-13 17:16:05 -07:00
Igor Borovkov
623dae525d
EXT-7796 FIXED disabling/enabling presets and camera modes on switching to/from camera customize mode
...
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/732/
--HG--
branch : product-engine
2010-07-12 19:47:44 +03:00
Igor Borovkov
eb6153d2c3
EXT-7796 FIXED disabling/enabling presets and camera modes on switching to/from camera customize mode
...
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/732/
--HG--
branch : product-engine
2010-07-12 19:47:44 +03:00
Vadim Savchuk
078c43b072
EXT-8276 FIXED Hide the Search floater on teleport.
...
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/719/
--HG--
branch : product-engine
2010-07-08 19:35:44 +03:00
Nyx (Neal Orman)
f89bbd3baa
EXT-7838 FIX - viewer 2.1 avatars look ruth-shaped to viewer-2 users
...
Added a third visual param group VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT
to specify visual params that are user-tweakable, but should not be sent
over the network.
We should have this group *only* for new user-tweakable visual parameters
that should not be sent over the network. These should only be used for
*new* parameters that only contribute to the generation of baked textures.
Code reviewed by Richard
2010-06-24 17:21:18 -04:00
Andrew Polunin
525a56872f
EXT-5808 ADDITIONAL FIX (Add coordinates and parcel settings to top menu bar when nav bar is hidden and flags are set) - fixed Mini-Location panel visibility in mouse look mode
...
Added code to the LLAgent::endAnimationUpdateUI() which shows/hides Mini-Location panel depending on the mouse look mode and user preferences.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/623/
--HG--
branch : product-engine
2010-06-21 19:27:06 +03:00
Loren Shih
bd254e7079
EXT-7628 FIXED Don't cache lower res baked textures
...
Fixed llinfos debug line to give more useful information.
2010-06-07 17:49:56 -04:00
Loren Shih
e9fdbadea5
EXT-7628 FIXED Don't cache lower res baked textures
...
Fixed an error in logic - low res textures should be identified by uploadNeeded versus uploadPending.
Also added a llinfos debugging line.
2010-06-07 17:07:28 -04:00
Loren Shih
4f95701895
EXT-7504 WIP Force decloud after timeout using lower res textures
...
EXT-7626 FIXED LLTexLayer header file cleanup
EXT-7628 FIXED Don't cache lower res baked textures
Added more information into the texture debug view.
Mangled hash when uploading lower res baked textures so they're not cached
Lots of superficial cleanup on lltexlayer and associated classes. Removed some unused functions and member variables as well.
2010-06-03 14:25:32 -04:00
Nyx (Neal Orman)
cd46893057
EXT-7209 EXT-7366 EXT-7213 FIX EXT-7392 WIP
...
Final fixes for:
EXT-7209 camera to enter appearance edit mode
EXT-7366 change camera to face front of avatar in previews
EXT-7213 kill old appearance editor
Partial fix for:
EXT-7392 alpha mask checkboxes are not hooked up
All changes code reviewed by vir. Following commits (plus this one) reviewed with this checkin:
425d4e960450
15d04b6464a7
e92ae606de12
adc94512ea9b
24577dbbf7a4
6f28b241eae2
(sorry dessie! :) )
2010-05-27 14:40:49 -04:00