summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-19When a Content-Range header is received, make available the full triplet of ↵Monty Brandenberg
<offset, length, fulllength>.
2012-06-19Cleanup: move magic nubmers to new _httpinternal.h header file.Monty Brandenberg
2012-06-19Path-722: Fixed bug where navmesh rebake panel was being removed after ↵prep
navmesh debug window was closed. Minor code cleanup.
2012-06-19STORM-1887 FIXED Added words are not saved in dictionaries if main ↵Kitty Barnett
dictionary was reselected The user's custom dictionary and ignore list are now independent of the primary dictionary.
2012-06-19Implement timeout and retry count options for requests.Monty Brandenberg
Pretty straightforward. Still don't like how I'm managing the options block. Struct? Accessors? Can't decide. But the options now speed up the unit test runs even as I add tests.
2012-06-19Instance checks before using llpathfindingmanager.prep
2012-06-19mergeprep
2012-06-19path-722: handling the case where region entry or teleporting would cause ↵prep
the rebake button to be drawn ontop of splash screen.
2012-06-19Merge pull from richard/viewer-chuiMerov Linden
2012-06-19merge up to latest viewer-development-havokaiOz Linden
2012-06-19Win build fixPaul ProductEngine
2012-06-19merge changes for open-140Oz Linden
2012-06-19merge changes for open-142Oz Linden
2012-06-19Path-722: After a successful rebake the rebake navmesh button is reenabledprep
2012-06-19Don't display the rebake navmesh button while SL splash screen is upprep
2012-06-19Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderviewRichard Linden
2012-06-19CHUI-127 FIXED (Make chat field auto resizable)Paul ProductEngine
- Replaced LLLineEditor with newly created LLChatEntry - Moved some functionality (such as setting label) to the LLTextBase as it can be useful to the other derived classes
2012-06-18CHUI-146 : Refocus on the first conversation when closing another ↵Merov Linden
conversation, don't let focus falls out
2012-06-18merge to pathfinding development branchOz Linden
2012-06-18pull back tags for 3.3.3-beta3Oz Linden
2012-06-18Added tag 3.3.3-beta3 for changeset 4b3c68199a86Oz Linden
2012-06-18merge changes for DRTVWR-169Oz Linden
2012-06-18PATH-748: Removing the DEPRECATED_STATE_FIELD ifdef.Todd Stinson
2012-06-18tag merge of DRTVWR-169Oz Linden
2012-06-18PATH-750: Adding icon to display pathfinding dirty state.Todd Stinson
2012-06-18CHUI-101 WIP Make LLFolderView general purposeRichard Linden
continuing fixing build errors general cleanup
2012-06-18CHUI-145 : Select on list focus on relevant panel, torn off or not; torn off ↵Merov Linden
im stay in list; closed im suppressed from lits in all situations
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-18CHUI-100 WIP Fix translate chat checkbox showingAlexanderP ProductEngine
2012-06-18MAINT-1144: Update with relevant apr_suite fix.Nat Goodspeed
2012-06-18CHUI-119 fixed bug with creating multiply instances of the nearby chat;AlexanderP ProductEngine
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-18Merge pull from richard/viewer-chuiMerov Linden
2012-06-18CHUI-145 : WIP Always open the message pane when clicking on a conversation ↵Merov Linden
in the list
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).