Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-17 | Try to make sure this also works with the havok version of llphysicsextension. | Nicky Dasmijn | |
2022-04-17 | Remove function create_target and instead directly use add_library | Nicky | |
2022-04-17 | Switch to target_include_directories | Nicky | |
All 3Ps include dirs are treated as SYSTEM, this will stop compilers stop emitting warnings from those files and greatly helps having high warning levels and not being swamped by warnings that come from external libraries. | |||
2022-04-17 | Switch over to standard target_link_libraries (cmake requirements are high ↵ | Nicky | |
enough now). | |||
2022-04-13 | Rework cmake, the original plan was to maybe be able to use conan targets ↵ | Nicky | |
with the same name (that's why 3ps had names like apr::apr), but it's safer and saner to put the LL 3ps under the ll:: prefix. This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard(). | |||
2022-04-06 | Move CMake files to modernized cmake syntax, step 1. | Nicky | |
Change projects to cmake targetsto get rid of havig to hardcore include directories and link libraries in consumer projects. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-07-20 | refactor to build llphysicsextensions_tpv package for sublicensees | Oz Linden | |
2012-07-05 | partial changes for building with the llphysicsextensions source package | Oz Linden | |
2012-07-05 | successful build with llphysicsextensions stub | Oz Linden | |
2012-07-05 | begin integrating building of llphysicsextensions from source here (incomplete) | Oz Linden | |
2012-01-27 | Automated merge with ↵ | Nyx (Neal Orman) | |
https://bitbucket.org/stinson_linden/viewer-development-havokai | |||
2012-01-27 | PATH-192 FIX fixed last issues with convex decomp merge | Nyx (Neal Orman) | |
2012-01-26 | PATH-181 and PATH-194: Implementing the building of the viewer with the stub ↵ | Todd Stinson | |
library and validating that it does load/run as expected with the physics extensions disabled. | |||
2012-01-26 | PATH-181 and PATH-194: Starting to put back the ability to build the viewer ↵ | Todd Stinson | |
using the stub libraries. | |||
2012-01-25 | PATH-192 WIP adjusting cmake build for physics extensions | Nyx (Neal Orman) | |
2012-01-25 | PATH-192 WIP adding convex decomp to pathing | Nyx (Neal Orman) | |
First pass at using new llPhysicsExtensions library which combines pathing and convex decomp. |