Tags: carbonengine/trinity
Tags
Depend on destiny for IEveBallpark.h,IEveReferencePoint.h (#91) * Depend on destiny for IEveBallpark.h,IEveReferencePoint.h * Account for destiny cmake target name being different across monolith & vcpkg packages * Replace "" with <> for what are now external includes --------- Co-authored-by: ccptoebeans <ccptoebeans@users.noreply.github.com>
Switch to using v145 as the default compiler for Windows (#71) * Fix compile warnings/errors when building with v145 * Switch to using v145 as the default compiler for Windows * Update blue and pdmprotowrapper versions * Remove protobuf pinned version * Update carbonengine/vcpkg-registry * Fix TC build config; allow building external PRs * Use new Tracy API in core as the old one is deprecated * Formatting * Remove /DEBUG:FASTLINK linker option: it has been removed in v145 * Update carbonengine/vcpkg-registry
cleanup (#83) 1. Remove running damage locator filtering for layout ships. 2. Granny res and geometry res had duplicated triangle intersection code. Geometry res uses IntersectTri, which has been optimized as part of modular ship work. So make granny res use that function as well, and remove the old duplicate.
Rework bounding box bracket projection and implement ITr2BoundingBox … …on more space objects (#9) * add ITr2BoundingBox to EvePlanet, EveEffectRoot2, EveRootTransform, EveTransform * update bounding box bracket modernize it and add features that space scene can use * update boundingBoxBracket after feedback and review * remove unused helper function * Remove child bounding sphere logic and remove boundingsphere interface function in ITr2BoundingBox * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * simplify changes by removing isfinite checks and applying other codereview feedback * Update trinity/TriMath.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unused includes and functions caused by older commits * better is trivially inside function --------- Co-authored-by: Anonymous CCP Employee <anonymous.employee@ccpgames.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PreviousNext