Skip to content

Tags: carbonengine/trinity

Tags

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v5.2.2

Toggle v5.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from carbonengine/CAS-value-change

Updated cas to 0.0 on request

v5.2.1

Toggle v5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix crash regarding model index (#51)

v5.2.0

Toggle v5.2.0's commit message
revert pr 29 accidentall regression of vcpkg registry

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename .cmake files when installing to monolith. They need to match w…

…hatever was there before (#30)

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update imageio dependency (#16)

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use new carbon-mesh version (#14)