Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-06 | Render fix to remove blend artifacts on physics capsule. llphysics extension ↵ | prep | |
lib update (path-680, path-681). | |||
2012-06-01 | Update to latest llphysics extensions library | prep | |
2012-05-31 | PATH-667: Updating to the latest llphysicsextensions pre-built package. | Todd Stinson | |
2012-05-31 | fix | prep | |
2012-05-31 | updated physics lib hashes | prep | |
2012-05-31 | Update to latest llphysics library | prep | |
2012-05-31 | Update to latest llphysics extensions library. | prep | |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden | |
2012-05-23 | DRTVWR-151: Today's APR build should run on Windows XP again. | Nat Goodspeed | |
The previous tip Windows APR package: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-apr/rev/256201/arch/CYGWIN/installer/apr_suite-1.4.5-windows-20120509.tar.bz2 contained a libapr-1.dll that would not load on Windows XP. The code contained static calls to Windows API functions not yet present in Windows XP. The new Windows APR package has made those calls conditional, using LoadLibrary() and GetProcAddress() calls. The hope is that this new viewer build will behave identically on Windows Vista or later -- but unlike its predecessor, will also launch on Windows XP. | |||
2012-05-22 | Update to latest llphysics extensions library | prep | |
2012-05-22 | Fix for path-648: shapes are now positioned correctly in neighboring ↵ | prep | |
regions. Renamed api to better reflect it's purpose | |||
2012-05-20 | Merged with viewer-beta | Kitty Barnett | |
2012-05-15 | SH-3138 : Update both Mac and Windows KDU 7.0 libs to the same build number ↵ | Merov Linden | |
for clarity | |||
2012-05-14 | SH-3138 : Points to the new KDU 7.0 lib for Mac | Merov Linden | |
2012-05-14 | Update to latest llphysics Extensions lib (for path-622). | prep | |
2012-05-14 | Update to the latest llphysics extensions library. | prep | |
2012-05-09 | CHOP-900: Use new apr_procattr_constrain_handle_set() extension. | Nat Goodspeed | |
Now LLProcess explicitly requests APR to limit the handles passed to any child process, instead of wantonly passing whatever happens to be lying around the parent process at the time. This requires the latest APR build. Also revert LLUpdateDownloader::Implementation::mDownloadStream to llofstream (as in rev 1878a57aebd7) instead of apr_file_t*. Using APR for that file was a Band-Aid -- a single whacked mole -- for the problem more systemically addressed by apr_procattr_constrain_handle_set(). | |||
2012-05-09 | Updated llphysics Extensions Lib | prep | |
2012-05-08 | unpack dictionary .dic and .aff files, make names in dictionaries.xml match | Oz Linden | |
2012-05-07 | Update to latest llphysicsExtensions library that has fix for path-610. | prep | |
2012-05-06 | PATH-589: Second attempt to fix a linux viewer crash on exit. Updating to ↵ | William Todd Stinson | |
the latest llphysicsextensions pre-buit package. | |||
2012-05-04 | PATH-589: Updating to the latest llphysicsextensions pre-built package to ↵ | Todd Stinson | |
attempt a fix for a linux viewer crash. | |||
2012-04-30 | update hunspell packages (another attempt to fix Mac dylib) | Oz Linden | |
2012-04-27 | Updating to the latest llphysicsextensions pre-built package. | Todd Stinson | |
2012-04-27 | Updated to latest llphysics extensions to address path-598 | prep | |
2012-04-26 | Update to latest llphysics Extensions library. path-591 crash fix | prep | |
2012-04-26 | Update to latest llphysicsExtensions library. | prep | |
2012-04-25 | switch to new build of the hunspell lib to solve loading problem? | Oz Linden | |
2012-04-25 | Link fix | prep | |
2012-04-25 | Update to the latest llphysics extensions library. | prep | |
2012-04-24 | Added support for rendering the regions water height. Also added initial ↵ | prep | |
support for a simple shape vb which allows us to create and expand from for one off shapes | |||
2012-04-23 | IQA-463: Use newest APR package without apr_procattr_inherit_set(). | Nat Goodspeed | |
2012-04-19 | Making the pathfinding color settings automatically adjust the current ↵ | Todd Stinson | |
display without reloading. | |||
2012-04-19 | Cleaning up the navmesh colors a bit. | Todd Stinson | |
2012-04-18 | Updating to the latest llphysicextensions pre-built package. | Todd Stinson | |
2012-04-18 | Updating llpathinglibrary method calls to cleaned-up version of the library ↵ | Todd Stinson | |
interface. | |||
2012-04-18 | Updating to the latest llphysicextensions pre-built package with the now ↵ | Todd Stinson | |
lowercased version of the header file names. | |||
2012-04-18 | IQA-463: Make LLProcess call apr_procattr_inherit_set() extension. | Nat Goodspeed | |
On Windows, Bad Things happen when apr_proc_create() is allowed to pass TRUE to CreateProcess(bInheritHandles). For instance, the open handle for a new installer executable file being downloaded by the background updater gets inadvertently passed to a couple slplugin.exe instances. When the viewer finishes downloading, closes the file and tries to remove it, Windows balks because the file is still open by another process. Require an apr_suite package that includes the new Linden apr_procattr_inherit_set() extension, and call it to turn off CreateProcess(bInheritHandles). | |||
2012-04-16 | PATH-550: Updating to the latest llphysicextensions pre-built package. | Todd Stinson | |
2012-04-13 | Updating to the latest llphysicextensions pre-built package. | Todd Stinson | |
2012-04-12 | Path bookends are now vb's. Which means they are now lit and transparent in ↵ | prep linden | |
the viewer. | |||
2012-04-11 | Updated to latest llphysics Extensions library | prep | |
2012-04-10 | Adding the display of the temporary start/end path character on hover state. | Todd Stinson | |
2012-04-10 | Update to latest llphysics Extensions library. | prep | |
2012-04-09 | Update to latest lphysics extensions library. | prep | |
2012-04-06 | PATH-265: Adding an error message to the testing tab of the pathfinding ↵ | Todd Stinson | |
floater console to indicate when a path cannot be found. | |||
2012-04-05 | Removing the onShowWorldToggle callback as it is no longer required. | Todd Stinson | |
2012-04-05 | Updating to the latest llphysicsextensions pre-built package. | Todd Stinson | |
2012-04-05 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-pf-xray. | |||
2012-04-05 | physics extensions library update | prep | |