Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | path-724: xml navmesh rebake button | prep | |
2012-06-13 | WIP for path-702. | prep | |
2012-06-12 | PATH-735: Limit and clean up grid selection | Oz Linden | |
2012-06-12 | EXP-1941: Backed out changeset: 2f6546ac7e5e | Todd Stinson | |
2012-06-12 | MAINT-1161: non standard sea level not correctly rendered around private ↵ | simon@Simon-PC.lindenlab.com | |
islands. Reviewed by Kelly | |||
2012-06-12 | EXP-1953: Updating copy after Leo creating the final copy in the jira. | Todd Stinson | |
2012-06-12 | EXP-1953: Altering the behavior of building an LLTextBase such that icons ↵ | Todd Stinson | |
are appended in place rather than prepended out of context. | |||
2012-06-12 | Really need to figure out the 'static const' problem on Windows. | Monty Brandenberg | |
For now, workaround... | |||
2012-06-12 | for SH-3073: implement a fast cache system for texture fetching | Xiaohong Bao | |
2012-06-12 | HTTP Proxy, PUT & POST, unit tests and refactoring. | Monty Brandenberg | |
Implemented/modified PUT & POST to not used chunked encoding for the request. Made the unit test much happier and probably a better thing for the pipeline. Have a cheesy static & dynamic proxy capability using both local options and a way to wire into LLProxy in llmessages. Not a clean thing but it will get the proxy path working with both socks5 & http proxies. Refactoring to get rid of unneeded library handler and unified an HttpStatus return for all requests. Big batch of code removed as a result of that and more is possible as well as some syscall avoidance with a bit more work. Boosted the unit tests for simple PUT & POST test which revealed the test harness does *not* like chunked encoding so we'll avoid it for now (and don't really need it in any of our schemes). | |||
2012-06-12 | Convert _refcounted.h over to using LLAtomic32<>. | Monty Brandenberg | |
Beware of bad documentation. operator--(int) does not return what the header claimed it did. | |||
2012-06-12 | Add myself to contributions.txt | Tank_Master | |
2012-06-12 | Enable /LARGEADDRESSAWARE compiler flag for windows compiling | Tank_Master | |
This allows the app to allocate up to 4GB memory on 64bit hosts and 32bit hosts with PAE instead of 2GB 32bit stock OSs will still be limited to 2GB, with no bemnifit or negigitive impact This has the benifit of not crashing the viewer when the viewer memory exceeds 2GB on 64bit hosts Linux and Mac by nature use up to 4GB for a 32bit app, even on a 32bit host | |||
2012-06-12 | Path-702: Added notification message and hooked up onparcelclick. | prep | |
2012-06-12 | minor ui tweaks from review | Oz Linden | |
2012-06-11 | PATH-705: First pass at removing the agent state functionality. WIP -- still ↵ | Todd Stinson | |
need to remove XXX_STINSON_AGENT_STATE_DELETE_ME ifdef'ed code. | |||
2012-06-11 | PATH-726: Removing the DEPRECATED_ALTER_NAVMESH_OBJECTS_FIELD as the viewer ↵ | Todd Stinson | |
no longer has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-704: More clean-up of the old frozen/unfrozen state for objects and ↵ | Todd Stinson | |
terrain. | |||
2012-06-11 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-11 | PATH-725: BUILDFIX Correcting a problem with Linux and Mac builds. | Todd Stinson | |
2012-06-11 | PATH-720: Removing the MISSING_MODIFIABLE_FIELD_WAR as the viewer no longer ↵ | Todd Stinson | |
has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-719: Removing the DEPRECATED_NAVMESH_PERMANENT_WALKABLE_FLAGS as the ↵ | Todd Stinson | |
viewer no longer has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-714: Removing the DEPRECATED_UNVERSIONED_NAVMESH as the viewer no ↵ | Todd Stinson | |
longer has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-711: Implementing Leo's changes for the pathfinding console. | Todd Stinson | |
2012-06-11 | Bring in the testrunner/http server scaffold for better integration testing. | Monty Brandenberg | |
This brings in a copy of llmessage's llsdmessage testing server. We run a mocked HTTP service to handle requests and the integration tests run against it by picking up the LL_TEST_PORT environment variable when running. Add some checks and output to produce useful info when run in the wrong environment and when bad status is received. Later will add a dead port as well so we can test that rather than use 'localhost:2'. | |||
2012-06-11 | removed callback for dynamic pathfinding notification | prep | |
2012-06-11 | PATH-710: Removing the pathfinding basic floater and supporting class. | Todd Stinson | |
2012-06-11 | megre | prep | |
2012-06-11 | Convert BufferArray interfaces to void * (not char *). ↵ | Monty Brandenberg | |
HttpRequest::update() honor time limit. Generally, opaque data operations are expected to be over 'void *' and have now converted interfaces to do that. Update() method honors millisecond limit to dwell time. Might want to homologate the millis/uSecs mix later.... | |||
2012-06-11 | WIP:path-703 Adding icon to slurl bar to indicate if dynamic pathfinding is ↵ | prep | |
enabled or disbled. | |||
2012-06-11 | PATH-706: Removing enforcement on frozen/unfrozen state from the linksets ↵ | Todd Stinson | |
floater. Also, removing handlers for agent state change. | |||
2012-06-11 | PATH-704: Enforcing permanency only for static objects on neighboring regions. | Todd Stinson | |
2012-06-11 | When using OS autobuild config switches, set build configuration in VS to ↵ | Tank_Master | |
specified type (release, relwithdebinfo, or debug) Also, set startup project to SecondLife-bin | |||
2012-06-11 | merge spelling changes for UI review | Oz Linden | |
2012-06-11 | Refactoring of the request completion thread and removal of ↵ | Monty Brandenberg | |
206/content-range hack in xport. Retry/response handling is decided in policy so moved that there. Removed special case 206-without-content-range response in transport. Have this sitation recognizable in the API and let callers deal with it as needed. | |||
2012-06-11 | storm-1843: remove unused ParcelMediaURLFilter code | Kadah_Coba | |
2012-06-11 | merge fixes for http tests | Oz Linden | |
2012-06-11 | Correcting an incorrectly named notification. | Todd Stinson | |
2012-06-11 | Backed out changeset: 18b06d44c5a3 | Todd Stinson | |
2012-06-11 | MAINT-646 Get rid of a hotspot in LLViewerObjectList::update, fix for error ↵ | Dave Parks | |
in llpolymorph | |||
2012-06-11 | Merge viewer HTTP test repository | Tank_Master | |
2012-06-11 | Unit test fixups. Mac/Linux detect memory leak due to llwarns, try/catch ↵ | Monty Brandenberg | |
cleanup. Our logging holds on to a changing bit of memory between operations and the memory leak detection I'm using senses this and complains. So, for now, disable the final memory check on Mac & Linux, leave it active on Windows. Solve this for real some other day. Add try/catch blocks to do cleanup in unit tests that go wrong so that we don't get a cascade of assertion failures when subsequent tests find singletons still alive. | |||
2012-06-11 | STORM-276 Added the ability to remove (user-installed) dictionaries | Kitty Barnett | |
2012-06-11 | remove tooltip when hovering over main volume icon in the status bar | Tank_Master | |
2012-06-11 | STORM-276 Ignore any files in the app_settings/dictionaries folder | Kitty Barnett | |
2012-06-11 | merge | Brad Payne (Vir Linden) | |
2012-06-11 | avatar metrics - cleanup, removed unused fields | Brad Payne (Vir Linden) | |
2012-06-11 | STORM-276 Distinguish between default dictionaries and user-installed ↵ | Kitty Barnett | |
dictionaries | |||
2012-06-11 | fix error notices to be more prominent for invalid list names and keywords | Oz Linden | |
2012-06-11 | STORM-276 Insert braces around if/for/while loops | Kitty Barnett | |