Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | EXP-1959: Marking the teleport entry access notifications as unique so they ↵ | Todd Stinson | |
do not stack. | |||
2012-06-13 | Merge | Geenz | |
2012-06-13 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-13 | PATH-713: Disabling all editable object fields on the build tools floater ↵ | Todd Stinson | |
when a static pathfinding object is in not in the current region. | |||
2012-06-13 | merge | Dave Parks | |
2012-06-13 | MAINT-1147 Fix for frame stall on region crossing. | Dave Parks | |
2012-06-13 | Enabling toggle of the Physical attribute for character objects. | Todd Stinson | |
2012-06-13 | EXP-137 : Comments cleanup | Merov Linden | |
2012-06-13 | path-722: Make sure to remove the bake navmesh button if the pathingfinding ↵ | prep | |
console is closed. | |||
2012-06-13 | Path-722: Reset buttons to default state. | prep | |
2012-06-13 | CHUI-120 WIP Modified chat participants drag and drop not to use LLClipboard. | Seth ProductEngine | |
2012-06-13 | WIP: path-722. Posting and responders for navmesh rebaking | prep | |
2012-06-13 | CHUI-120 WIP Fix for crash after closing the chat floater. | Seth ProductEngine | |
2012-06-13 | Restore original priority scheme of LOW/HIGH. | Monty Brandenberg | |
The NORMAL range doesn't do any sleeping at all and so we'll spin the core harder than we already are. Bring all idlers into the same range. | |||
2012-06-13 | Added a baking button | prep | |
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 | CHUI-119 WIP Suppressed of the warnings (XML corrected); fixed the torn-off ↵ | AlexanderP ProductEngine | |
button's states | |||
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 | CHUI-137 : Implemented tear off and close of conversation in the list | Merov 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 | CHUI-137 : Implemented switch conversation in the conversation list | Merov Linden | |
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 | |