Skip to content

Releases: carbonengine/core

v3.0.1

Choose a tag to compare

@ccp-serpent ccp-serpent released this 16 Jul 15:57
b8cbfd6

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

Choose a tag to compare

@ccp-serpent ccp-serpent released this 14 Jul 11:08
480e628

What's Changed

  • Improve Telemetry tests by @CCP-Aporia in #23
  • [v145] Make code changes & add presets & teamcity configuration for compilation with v145 toolchain on windows. by @ccptoebeans in #27
  • Add Lock support for Tracy by @ccp-chargeback in #24

New Contributors

Full Changelog: v2.6.0...v3.0.0

v3.0.0-rc

v3.0.0-rc Pre-release
Pre-release

Choose a tag to compare

@CCP-Aporia CCP-Aporia released this 09 Jul 16:03
480e628

This PR introduces the following changes:

  1. BREAKING CHANGE This turns tracy into a private dependency. Previously, tracy leaked through core's public interface, which is problematic on certain platforms: tracy bakes its version into the SO_VERSION part of the shared library, and by virtue of being a public dependency this shared library is then also linked into anything that links against core. As a consequence, any update of tracy became a backwards-incompatible change.
  2. BREAKING CHANGE CcpMutex is no longer implemented in its header. Certain compilers would inline the implementation, which turned any change to the CcpMutex implementation into a backwards-incompatible change.
  3. CcpMutex and friends now track their lock acquisition and release when the telemetry feature is enabled.
  4. A new CcpColor enum was used that contains commonly used RGB encoded values. This is useful for certain things like specifying a colour for a TelemetryZone.
  5. MSVC's v145 toolset is now supported.

v2.6.0

Choose a tag to compare

@ccp-chargeback ccp-chargeback released this 08 Jun 09:29
250df52

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

Choose a tag to compare

@ccp-chargeback ccp-chargeback released this 23 Mar 16:20
bdae142

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0