summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-18PATH-750: Adding icon to display pathfinding dirty state.Todd Stinson
2012-06-18Renaming the dynamic pathfinding icons to be better represent pathfinding ↵Todd Stinson
disabled.
2012-06-18PATH-705: Creating a path to pull in the state of the current region navmesh ↵Todd Stinson
without downloading the navmesh binary.
2012-06-18Tidy Texture Console, add cache & resource wait stats, issue stats line to ↵Monty Brandenberg
log on exit. With much trial-and-error, cleaned up the banner on the texture console and made everything mostly fit. Added global cache read, cache write and resource wait count events to the console display to show if cache is working. On clean exit, emit a log line to report stats to log file (intended for automated tests, maybe): LLTextureFetch::endThread: CacheReads: 2618, CacheWrites: 117, ResWaits: 0, TotalHTTPReq: 117
2012-06-18MAINT-1144: Update with relevant apr_suite fix.Nat Goodspeed
2012-06-18merge changes for storm-1878Oz Linden
2012-06-18merge changes for storm-1868Oz Linden
2012-06-18credit for STORM-1844Oz Linden
2012-06-18merge changes for storm-1844Oz Linden
2012-06-18merge changes for storm-1877Oz Linden
2012-06-18MAINT-1144: Update to apr_suite containing relevant fix.Nat Goodspeed
2012-06-18merge changes for storm-1843Oz Linden
2012-06-18add credit in contributions.txtOz Linden
2012-06-18mergeprep
2012-06-18Update to latest llphysics extension for path-740 fix.prep
2012-06-18Move dtors for refcounted objects to protected access.Monty Brandenberg
2012-06-18STORM-1844: Block and Ignore buttons on llDialog() menus overlap when there ↵MartinRJ Fayray
is only one button
2012-06-16Add metrics gathering utils for Mac OS X. All platforms have useful numbers ↵Monty Brandenberg
now.
2012-06-16Implement metrics collection for Linux. Next: Mac OS X.Monty Brandenberg
2012-06-16First round of basic tuning work (shorter sleeps, larger BufferArray blocks).Monty Brandenberg
Beefed up the metrics gathering in http_texture_load to get memory sizes and cpu consumption on windows (still need to implement that on Mac & linux). Ran runs with various idle loops with sleeps from 20 ms down to pure spinning, varied Block allocation size from 1504 to 2^20 bytes. 2ms/2ms/65540 appears to be a good spot under the test conditions (Win7, danu grid, client in Boston).
2012-06-16switch to (identical) library builds from lindenlab repositoriesOz Linden
2012-06-15Added dead_strip linker option to mac release build.Todd Stinson
2012-06-15MergeTodd Stinson
2012-06-15Hopefully fixing mac build issue.Todd Stinson
2012-06-15corrected build problem detected on MacOz Linden
2012-06-15BUILDFIX: Correcting Windows build error.Todd Stinson
2012-06-15Merge with tipcallum
2012-06-15MAINT-775 Fix for particle index pool corruption on teleport.Dave Parks
2012-06-15Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-premium-wilderness.
2012-06-15Merge with tipcallum
2012-06-15Merge with tipcallum
2012-06-15Hopefully this fixes the mac build.Matthew Breindel (Falcon)
2012-06-15BUGFIX: Correcting a behavior where moving the cursor over a selected object ↵Todd Stinson
inappropriately called updateControls(). Fix was to break the updateControl() functionality into two separate handlers updateControlsOnScrollListChange() and updateControlsOnInWorldSelectionChange().
2012-06-15MergeDave Parks
2012-06-15MAINT-1151 FIX [crashhunters] crash on startup in LLPipeline::init()callum
Reviewed by CB
2012-06-15STORM-276 Ease-of-use importing of Open Office dictionary extensionsKitty Barnett
2012-06-15MergeMatthew Breindel (Falcon)
2012-06-15Fixing build errorMatthew Breindel (Falcon)
2012-06-15Fix for linux/mac builds.Monty Brandenberg
2012-06-15Fixed bug where rebake navmesh would get drawn ontop of loading screen.prep
2012-06-15Ported example (freestanding) program to drive API & generate performance ↵Monty Brandenberg
numbers. This is a command-line utility to pull content down from a service through the llcorehttp library to produce timings and resource footprints.
2012-06-15path-722: At startup we request the agent status update.prep
2012-06-15STORM-1883: add alert when a secondary dictionary is importedOz Linden
2012-06-15STORM-276 FIXED Main dictionary combobox in spell check settings floater ↵Kitty Barnett
doesn't sort dictionaries by name
2012-06-15Updating notification and tooltip text to take into account the new toggling ↵prep
behavior.
2012-06-15minor cosmetic changes to spelling floaterOz Linden
2012-06-15add to contributions.txtOz Linden
2012-06-14Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-06-14STORM-1880: copy imported dictionary files rather than moving themOz Linden
2012-06-15MergeMatthew Breindel (Falcon)