Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-17 | PATH-292: Clarifying and centralizing how the default initial agent state is ↵ | Todd Stinson | |
specified. | |||
2012-02-17 | PATH-292: Implementing the new freeze/unfreeze functionality on the basic panel. | Todd Stinson | |
2012-02-17 | EXP-1906 : Allow cut of folders in place panel. | Merov Linden | |
2012-02-17 | EXP-1897 : Suppress the copy of UUID on text clipboard when copy/cut items ↵ | Merov Linden | |
(back to old behavior). | |||
2012-02-17 | SH-2915 Smoother transition between sun shadow splits. | Dave Parks | |
2012-02-17 | EXP-1894 : Fix the handling of no-copy items on the clipboard (can cut, can ↵ | Merov Linden | |
paste once but not twice and cannot copy). Also work on folders with no-copy items. | |||
2012-02-17 | EXP-1902, EXP-1903 : Move items cut to the trash when clipboard reset. | Merov Linden | |
2012-02-17 | STORM-1738 Minor XML adjustments | Jonathan Yap | |
2012-02-17 | STORM-1738 Initial support for adding new entries | Jonathan Yap | |
warn-on-failure:open-license | |||
2012-02-17 | SH-2968 WIP - more logging | Brad Payne (Vir Linden) | |
2012-02-17 | SH-2941 Fix for crash on shutdown due to race condition between LLCurl and ↵ | Dave Parks | |
LLMeshRepository | |||
2012-02-17 | SH-2908 Potential fix for precision complaints from some AMD OpenGL 3.1 ↵ | Dave Parks | |
implementations. | |||
2012-02-17 | PATH-310: Switching the cpu time display from milliseconds to microseconds ↵ | Todd Stinson | |
to properly indicate the correct values. | |||
2012-02-17 | SH-2968 WIP - log avatar name in more places | Brad Payne (Vir Linden) | |
2012-02-17 | PATH-284: Ensuring that path testing only occurs when the console window is ↵ | Todd Stinson | |
show with the testing panel visible. | |||
2012-02-17 | made avatar rotation threshold configurable via a setting | Richard Linden | |
2012-02-17 | pathinglib update | prep | |
2012-02-17 | Path-317: debug option to enable vbo rendering of navmeshes | prep | |
2012-02-17 | SH-2968 WIP - simplified and consolidated DebugAvatarRezTime logging | Brad Payne (Vir Linden) | |
2012-02-17 | llpathinglib update | prep | |
2012-02-16 | Fix typos in a few LLProcess::ReadPipe::find() unit tests. | Nat Goodspeed | |
The typos didn't make for invalid tests, but they made a few tests redundant while leaving other (subtly different) cases untested. | |||
2012-02-16 | PATH-292: Clearing up an assert case that could happen in practice. | Todd Stinson | |
2012-02-16 | EXP-1900 : Fix crash in filtering | Merov Linden | |
2012-02-16 | Updating the linux pre-built package for llphysicsextensions. | Todd Stinson | |
2012-02-16 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-02-16 | PATH-292: Adding an additional show beacons checkbox for the linksets floater. | Todd Stinson | |
2012-02-16 | PATH-292: Implementing the action buttons for the linksets floater. | Todd Stinson | |
2012-02-16 | EXP-1832 FIX Viewer Size not persistent across logins | Richard Linden | |
Save *window* width and height, not client area | |||
2012-02-16 | Removing some old code checking for both the float and integer versions of ↵ | Todd Stinson | |
the walkability coefficients. All server-side code has these values as integers now. | |||
2012-02-16 | EXP-1896 : Prevent recursively copying of folders onto themselves | Merov Linden | |
2012-02-16 | PATH-292: First pass at implementing the new design of the linksets floater. | Todd Stinson | |
2012-02-16 | Attempt to fix Windows link error for LLProcess::BasePipe::npos. | Nat Goodspeed | |
2012-02-16 | Fix bug in LLProcess::ReadPipe::peek() substring computation. | Nat Goodspeed | |
Add unit tests for peek() with substring args, reimplemented contains(), various forms of find(). (yay unit tests) | |||
2012-02-16 | Add unit test for LLProcess::ReadPipe::setLimit(). | Nat Goodspeed | |
2012-02-16 | Add LLProcess::ReadPipe::find() methods, with corresponding npos. | Nat Goodspeed | |
If it's useful to have contains() to tell you whether incoming data contains a particular substring, and if it's useful for contains() and peek() to accept an offset within that data, then it's useful to allow you to get the offset of a desired substring within that data. But of course a find() returning offset needs something like std::string::npos for "not found"; borrow that convention. Support both find(const std::string&) and find(char); the latter permits a more efficient implementation. In fact, make find(string) recognize a string of length 1 and leverage the find(char) implementation. Given that, reimplement contains(mumble) as shorthand for find(mumble) != npos. Implement find() overloads using std::search() and std::find() on boost::asio::streambuf character iterators, rather than copying to std::string and then using string search like previous contains() implementation. Reimplement WritePipeImpl::tick() and ReadPipeImpl::tick() to write/read directly from/to boost::asio::streambuf data, instead of copying to/from a temporary flat buffer. As long as ReadPipeImpl::tick() keeps successfully filling buffers, keep reading. Previous implementation would only handle a long child write over successive tick() calls. Stop on read error or when we come up short. | |||
2012-02-16 | Path-278 Debug option to download multiple navmeshes to the viewer. | prep | |
2012-02-16 | merge | prep | |
2012-02-16 | llpathinglib update | prep | |
2012-02-15 | Add unit test for listening on LLProcess::ReadPipe::getPump(). | Nat Goodspeed | |
2012-02-15 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-02-15 | EXP-1884 FIX Errors in navigating text when editing Landmarks and picks once ↵ | Richard Linden | |
a vertical scrollbar is shown fixed horizontal scrollbar showing up in local chat | |||
2012-02-15 | Don't be confused by "\r\n" line endings on pipe on Windows. | Nat Goodspeed | |
These are all very well when we just want to dump the output to a log, or whatever, but in a unit-test context it matters for comparison. | |||
2012-02-15 | Backing out changeset: dda75e2e00e5 | Todd Stinson | |
2012-02-15 | PATH-284: Adding first pass for toggling state for frozen/unfrozen modes. | Todd Stinson | |
2012-02-15 | FIX INTL-92 8-language translation for set30 | eli | |
2012-02-15 | SH-2961 Fix for bumpiness not working on rigged meshes when L&S enabled. | Dave Parks | |
2012-02-15 | sync with viewer-development | eli | |
2012-02-15 | PATH-297: Basic freeze/unfreeze button switching for UI buttons. Also, ↵ | Todd Stinson | |
adding ability to detect whether region is enabled for pathfinding. | |||
2012-02-15 | Path-266: Navmesh is backfaced culled | prep | |
2012-02-15 | Added build params for runway non-merge repo | Don Kjer | |