Oz Linden
f4fb073ae0
open-146: correct licenses in llphysicsextensions stub
2012-08-14 18:30:11 -04:00
Oz Linden
01b7959e01
update to latest builds of llphysicsextensionss
2012-07-25 12:31:16 -04:00
Oz Linden
ef37311e9e
merge up to latest viewer-pathfinding (including 3.3.4)
2012-07-24 13:11:14 -04:00
Todd Stinson
4feef5af63
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.
2012-07-23 19:21:34 -07:00
Oz Linden
12b1ec6264
refactor to build llphysicsextensions_tpv package for sublicensees
2012-07-20 07:38:12 -07:00
Todd Stinson
0e592855eb
Updating to the latest llphysicsextension source package.
2012-07-17 19:06:35 -07:00
Oz Linden
a34c1e9a0c
update the llphysicsextensions stub package to match the source package
2012-07-12 08:59:07 -04:00
Matthew Breindel (Falcon)
713aa9f25d
Updating to latest llphysicsextensions build. This should remove the dependency on cmake 2.8.2 for Linux.
2012-07-11 22:50:45 +00:00
Oz Linden
deee0222bd
use the Linden Libraries builds for llphysicsextensions, with cmake fix for linux
2012-07-11 11:15:16 -04:00
Oz Linden
f4b0b9d8fd
apply latest builds with fixes from falcon
2012-07-11 10:35:34 -04:00
Matthew Breindel (Falcon)
9f455c3cb5
Fixing md5sum for linux 3p-havok-source dependency.
2012-07-11 03:54:31 +00:00
Matthew Breindel (Falcon)
9fa98e13eb
Hopefully fixed windows build. Now support -DLL_DEBUG_HAVOK:BOOL=ON to enable Havok Hyrbid (fulldebug) libs to link in Windows RelWithDebInfo. On other platforms, that flag will cause RelWithDebInfo to link against Havok fulldebug libs. The rest of the time, RelWithDebInfo will link to Havok Debug and Debug will link to Havok Fulldebug
2012-07-11 03:16:33 +00:00
Oz Linden
14acd7de30
experimental change for windows debug build
2012-07-10 17:44:55 -04:00
Oz Linden
e2dffdb38e
update llphysicsextension-source build to address linux build issue
2012-07-09 17:52:53 -04:00
Oz Linden
9c4d1c7791
changes to build real sources (works locally on a Mac)
2012-07-09 12:57:18 -04:00
Oz Linden
92fb006835
update llphysicsextensions source and stub packages
2012-07-05 12:16:02 -04:00
Oz Linden
21ee5f8d41
successful build with llphysicsextensions stub
2012-07-05 09:39:21 -04:00
Oz Linden
1cad2d9de2
update to 20120702 build of havok
2012-07-05 06:33:47 -04:00
Oz Linden
14f754f160
begin integrating building of llphysicsextensions from source here (incomplete)
2012-07-05 06:08:34 -04:00
Todd Stinson
df40282058
Updating to the latest pre-build llphysicsextensions package.
2012-06-27 18:38:06 -07:00
Todd Stinson
fa562d19cf
Removing unreferenced methods from the LLRenderNavPrim class.
2012-06-27 18:12:57 -07:00
Todd Stinson
ce10117295
PATH-718: Ensuring that the characters panel will work correctly with a stubbed physicsextension library.
2012-06-25 18:02:41 -07:00
Todd Stinson
11d5ed7ab2
Updating the latest llphysicsextensions pre-built package.
2012-06-22 19:22:15 -07:00
Todd Stinson
6e710333e7
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.
2012-06-22 18:59:31 -07:00
Oz Linden
4397516ca5
merge changes for DRTVWR-168
2012-06-21 17:50:41 -04:00
Todd Stinson
71511a84ee
Updating to the latest physics extensions pre-built package.
2012-06-20 13:01:15 -07:00
Nat Goodspeed
84536935eb
MAINT-1144: Update with relevant apr_suite fix.
2012-06-18 16:14:30 -04:00
Nat Goodspeed
667ca78b49
MAINT-1144: Update to apr_suite containing relevant fix.
2012-06-18 12:57:55 -04:00
prep
583855f3e6
Update to latest llphysics extension for path-740 fix.
2012-06-18 12:27:13 -04:00
Oz Linden
185db4ad38
switch to (identical) library builds from lindenlab repositories
2012-06-16 08:42:13 -04:00
prep
d779d4b640
Update to latest llphysics extensions library.
2012-06-07 11:02:41 -04:00
prep
208d73f524
Render fix to remove blend artifacts on physics capsule. llphysics extension lib update (path-680, path-681).
2012-06-06 12:00:21 -04:00
prep
ed486b3ca0
Update to latest llphysics extensions library
2012-06-01 13:01:13 -04:00
Todd Stinson
37ca2964b5
PATH-667: Updating to the latest llphysicsextensions pre-built package.
2012-05-31 19:22:54 -07:00
prep
4617d1a747
fix
2012-05-31 18:02:50 -04:00
prep
97f9b2f1fc
updated physics lib hashes
2012-05-31 18:00:39 -04:00
prep
8a66a99421
Update to latest llphysics library
2012-05-31 17:33:45 -04:00
prep
d05f85703b
Update to latest llphysics extensions library.
2012-05-31 16:55:59 -04:00
Oz Linden
1d01ad1162
merge changes for DRTVWR-151
2012-05-24 20:35:25 -04:00
Nat Goodspeed
77488911a3
DRTVWR-151: Today's APR build should run on Windows XP again.
...
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-23 14:55:31 -04:00
prep
e2c22e0d9c
Update to latest llphysics extensions library
2012-05-22 17:33:59 -04:00
prep
b1013ca760
Fix for path-648: shapes are now positioned correctly in neighboring regions. Renamed api to better reflect it's purpose
2012-05-22 14:59:00 -04:00
Kitty Barnett
1300f77fdd
Merged with viewer-beta
2012-05-20 17:41:00 +02:00
prep
532777f287
Update to latest llphysics Extensions lib (for path-622).
2012-05-14 16:33:05 -04:00
prep
77a8ef4d8b
Update to the latest llphysics extensions library.
2012-05-14 15:39:11 -04:00
Nat Goodspeed
d29f920c22
CHOP-900: Use new apr_procattr_constrain_handle_set() extension.
...
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 19:55:26 -04:00
prep
88674e02dd
Updated llphysics Extensions Lib
2012-05-09 14:40:06 -04:00
Oz Linden
4e24e43e16
unpack dictionary .dic and .aff files, make names in dictionaries.xml match
2012-05-08 17:44:44 -04:00
prep
a47c24938d
Update to latest llphysicsExtensions library that has fix for path-610.
2012-05-07 17:27:20 -04:00
William Todd Stinson
287722c19d
PATH-589: Second attempt to fix a linux viewer crash on exit. Updating to the latest llphysicsextensions pre-buit package.
2012-05-06 21:31:35 -07:00