Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-22 | Merge | Dave Parks | |
2010-12-22 | Update llconvexdecomposition and fix gcc compiler error | Dave Parks | |
2010-12-22 | Update llconvexdecompostion | Dave Parks | |
2010-12-22 | SH-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-03 | Merge | leyla_linden | |
2010-12-03 | changing colladadom url from https to http to prevent urllib errors | leyla_linden | |
2010-12-03 | Update glext.h for 32-bit linux. | Dave Parks | |
2010-12-02 | Merge | Dave Parks | |
2010-12-02 | SH-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-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-24 | updated curl build on windows | Brad Payne (Vir Linden) | |
2010-11-24 | SH-564 WIP - scrubbing not needed if curl uses thread-safe c-ares lib | Brad Payne (Vir Linden) | |
2010-11-22 | Fix typo for llconvexdecompositionstub darwin package. | Roxie Linden | |
CR: davep | |||
2010-11-19 | Hack old .dll into collada package to make vista/xp happy. Might need to ↵ | Dave Parks | |
revert if builds start failing. | |||
2010-11-17 | Update slvoice dependencies to a hopefully correct version | Bryan O'Sullivan | |
2010-11-17 | Update Linux slvoice dependency | Bryan O'Sullivan | |
2010-11-17 | Update Mac slvoice dep | Bryan O'Sullivan | |
2010-11-17 | Update slvoice dependency for Windows | Bryan O'Sullivan | |
2010-11-17 | SH-432 mesh viewer will not run on OSX 10.5.8 | Nyx 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-16 | SH-432 WIP mac build of mesh-development is broken | Nyx 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-15 | SH-396 WIP mac build not working on mesh-development | Nyx 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-12 | SH-331 WIP updating colladadom to work for mac on mesh-development | Nyx Linden | |
Tried building a colladadom package for mac that will run on both 10.5 and 10.6 fingers crossed. | |||
2010-11-05 | SH-396 WIP mac build broken on mesh-development | Nyx Linden | |
Finally fixed collada dynamic library location issue. Should fix mac build if the library is being packaged properly. | |||
2010-11-04 | SH-396 WIP fix mac mesh-development build | Nyx Linden | |
Fixed the mac references to Collada14Dom.dylib I think. Fingers crossed! | |||
2010-11-04 | SH-396 FIX fix mac build on mesh-development branch | Nyx (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-03 | SH-396 FIX mac opensource build | Nyx (Neal Orman) | |
Trying a new collada package for mac | |||
2010-11-02 | SH-395 FIX fixes for linux and windows collada libraries | Nyx (Neal Orman) | |
updating windows collada libraries | |||
2010-11-01 | SH-395 FIX linux build on mesh-development is broken | Nyx (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-29 | SH-395 FIX linux mesh-development teamcity build broken | Nyx (Neal Orman) | |
rebuilt colladadom yet again, and confirmed that we're depending on the correct version of pcre. | |||
2010-10-29 | SH-395 FIX linux build broken for mesh-development | Nyx (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-29 | SH-395 FIX linux opensource mesh viewer is broken on teamcity | Nyx (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-28 | SH-395 SH-396 WIP fix mac and linux builds for opensource mesh branch | Nyx (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-28 | SH-396 WIP fix mac opensource build for mesh viewer | Nyx 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-21 | SH-329 WIP get mesh branch ready for opensource | Nyx (Neal Orman) | |
adding windows convex decomp stub library. | |||
2010-10-21 | SH-329 WIP get mesh branch ready for open source | Nyx (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-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-18 | SH-329 SH-332 WIP BUILDFIX update linux colladadom | Nyx (Neal Orman) | |
Verified my fix actually removes dependency on GLIBC 2.4 this time. Sorry for thrashing on install.xml :) | |||
2010-10-18 | SH-329 SH-332 WIP update colladadom to work on linux | Nyx (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 | |||
2010-10-18 | SH-332 SH-329 update colladadom for open source release | Nyx (Neal Orman) | |
Trying to repackage colladadom for linux as static linking, test impact on unresolved dependencies. | |||
2010-10-15 | merge | Dave Parks | |
2010-10-15 | Update llconvexdecomp | Dave Parks | |
2010-10-15 | SH-329 WIP get branch ready for open source release | Nyx (Neal Orman) | |
updated build config to strip havok debug symbols also added mac convex decomp stub lib. | |||
2010-10-15 | SH-331 SH-332 FIX SH-329 WIP fix: colladadom for mac/linux wip: decompstub | Nyx (Neal Orman) | |
updating install.xml with the new packages for colladadom for mac & linux updating install.xml with decomposition stub for linux (mac and win will come later) | |||
2010-10-15 | Fix for various crashes on exit and leaks when using convex decomposition. | Dave Parks | |
Make rendering of convex hullified prims work in physics shape display. Reviewed by Falcon. | |||
2010-10-14 | Updated colladadom. | Dave Parks | |
2010-10-07 | SH-64 WIP update GLOD on mac | Nyx Linden | |
Trying again, this time adding SDK versions to GLOD's linker commands as well as its compile command. Ugh. | |||
2010-10-07 | SH-64 WIP update GLOD on mac | Nyx Linden | |
Trying this again, attempting one more update to fix the issues of not being able to run with GLOD on 10.5. | |||
2010-10-07 | Update convex decomp and physics shape display to include convex hulls for ↵ | Dave Parks | |
prims where appropriate. | |||
2010-10-07 | STORM-137 : Points install.xml to the newly built fmod libs | Merov Linden | |
2010-09-30 | Merge | Matthew Breindel (Falcon) | |