summaryrefslogtreecommitdiff
path: root/install.xml
AgeCommit message (Collapse)Author
2010-12-22Automated merge up from viewer-developmentLoren Shih
2010-12-22MergeDave Parks
2010-12-22Update llconvexdecomposition and fix gcc compiler errorDave Parks
2010-12-22Update llconvexdecompostionDave Parks
2010-12-22SH-636 Update physics tab to new spec, move "completed" physics decomp ↵Dave Parks
callbacks to main thread, add object model to decomposition tool, make imported model scales non-uniform.
2010-12-21STORM-151 : pull in viewer-developmentMerov Linden
2010-12-15STORM-453 : Points to the 7.21 curl libs, fixes curl cmake, fixes ↵Merov Linden
mac_updater build
2010-12-03Mergeleyla_linden
2010-12-03changing colladadom url from https to http to prevent urllib errorsleyla_linden
2010-12-03Update glext.h for 32-bit linux.Dave Parks
2010-12-02MergeDave Parks
2010-12-02SH-373 Update glext.h, disable anti-aliasing on ATI when rendering deferred. ↵Dave Parks
Get rid of RenderUseFBO debug setting (only use FBO when rendering deferred). Use GL_ARB_framebuffer_objects instead of GL_EXT_...
2010-12-01Automated merge up from viewer-developmentLoren Shih
2010-11-24updated curl build on windowsBrad Payne (Vir Linden)
2010-11-24SH-564 WIP - scrubbing not needed if curl uses thread-safe c-ares libBrad Payne (Vir Linden)
2010-11-23STORM-151 : Points to updated kdu libsMerov Linden
2010-11-23STORM-151 : Attempt to fix Windows static linking (2), changed packaging in ↵Merov Linden
debug
2010-11-22STORM-151 : points install.xml to better kdu bundlesMerov Linden
2010-11-22Fix typo for llconvexdecompositionstub darwin package.Roxie Linden
CR: davep
2010-11-21STORM-151 : Points intall.xml to a fixed linux kdu bundleMerov Linden
2010-11-19STORM-151 : Modify install.xml to point to the fixed kdu libsMerov Linden
2010-11-19Hack old .dll into collada package to make vista/xp happy. Might need to ↵Dave Parks
revert if builds start failing.
2010-11-18STORM-151 : suppress the linux64 ref in install.xml and attempt to fix ↵Merov Linden
llkdumem.cpp linux compile issue
2010-11-18STORM-151 : Modified install.py to point to the new kdu 6.4.1 and changed ↵Merov Linden
kdu lib name for windows
2010-11-17Update slvoice dependencies to a hopefully correct versionBryan O'Sullivan
2010-11-17Update Linux slvoice dependencyBryan O'Sullivan
2010-11-17Update Mac slvoice depBryan O'Sullivan
2010-11-17Update slvoice dependency for WindowsBryan O'Sullivan
2010-11-17SH-432 mesh viewer will not run on OSX 10.5.8Nyx Linden
Rebuilt the collada library on a 10.5 machine. this should fix the issue, as the problem was we were building against a version of libxml2 that was specific to 10.6. Will update to use a non-system version of the lib later.
2010-11-16SH-432 WIP mac build of mesh-development is brokenNyx Linden
Was able to rebuild collada and pcre with architecture i386, which is our officially supported architecture. This should unstick the build in theory.
2010-11-15SH-396 WIP mac build not working on mesh-developmentNyx Linden
last build of collada didn't have ppc architecture, which is required for running on 10.4 / 10.5 (was able to build it without ppc when building only for 10.6).
2010-11-12SH-331 WIP updating colladadom to work for mac on mesh-developmentNyx Linden
Tried building a colladadom package for mac that will run on both 10.5 and 10.6 fingers crossed.
2010-11-05SH-396 WIP mac build broken on mesh-developmentNyx Linden
Finally fixed collada dynamic library location issue. Should fix mac build if the library is being packaged properly.
2010-11-04SH-396 WIP fix mac mesh-development buildNyx Linden
Fixed the mac references to Collada14Dom.dylib I think. Fingers crossed!
2010-11-04merge with STORM-105Merov Linden
2010-11-04SH-396 FIX fix mac build on mesh-development branchNyx (Neal Orman)
autobuild recently changed to not upload to s3 without an explicit command-line argument. Re-uploaded (this time to s3) colladadom for mac, and updated install.xml
2010-11-03SH-396 FIX mac opensource buildNyx (Neal Orman)
Trying a new collada package for mac
2010-11-02SH-395 FIX fixes for linux and windows collada librariesNyx (Neal Orman)
updating windows collada libraries
2010-11-01SH-395 FIX linux build on mesh-development is brokenNyx (Neal Orman)
last package had the wrong version of the binary library packaged with it. I'm hoping this should fix our linux teamcity issues.
2010-10-29SH-395 FIX linux mesh-development teamcity build brokenNyx (Neal Orman)
rebuilt colladadom yet again, and confirmed that we're depending on the correct version of pcre.
2010-10-29SH-395 FIX linux build broken for mesh-developmentNyx (Neal Orman)
Trying to rebuild colladadom against an old version of pcre so that the link step doesn't search for functions that don't exist.
2010-10-29SH-395 FIX linux opensource mesh viewer is broken on teamcityNyx (Neal Orman)
Fixed the pcre autobuild scripts to include the resulting library files and put them in the correct place. I think this should fix the build.
2010-10-28SH-395 SH-396 WIP fix mac and linux builds for opensource mesh branchNyx (Neal Orman)
MAC: naming problem on collada library files (.dylib). updated install.xml to refer to the fixed package LINUX: PCRE was too out of date for our collada implementation. Created a new PCRE package and updated install.xml to match it.
2010-10-28SH-396 WIP fix mac opensource build for mesh viewerNyx Linden
Collada library file was being named incorrectly by autobuild, resulting in the build being unable to find the library even though it was downloaded. Updated the package, hopefully this will fix the linker error.
2010-10-27STORM-104 : make kdu statically linked, suppress the need for llkduMerov Linden
2010-10-21SH-329 WIP get mesh branch ready for opensourceNyx (Neal Orman)
adding windows convex decomp stub library.
2010-10-21SH-329 WIP get mesh branch ready for open sourceNyx (Neal Orman)
de-minimis change fixing install.xml to use the right capitalization of "lgpl" so that the convex decomp stub library gets downloaded
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-18SH-329 SH-332 WIP BUILDFIX update linux colladadomNyx (Neal Orman)
Verified my fix actually removes dependency on GLIBC 2.4 this time. Sorry for thrashing on install.xml :)
2010-10-18SH-329 SH-332 WIP update colladadom to work on linuxNyx (Neal Orman)
Trying again, this time with proper build flags so we don't run into versioning issues, since the lib is built on ubuntu but has to link on an older build machine