Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (37 loc) · 1.62 KB

File metadata and controls

67 lines (37 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

4-r.1 - 2020-01-30

Added

  • Add the callback function called on finished motion playback.

Changed

  • Include header files in CMake.
  • <GL/glew> is not included on macOS if CSM_TARGET_COCOS is defined.

Fixed

  • Fix rendering not working properly on Android devices with Tegra.

Deprecated

  • Use target_include_directories instead of using FRAMEWORK_XXX_INCLUDE_PATH variable in application CMake.
  • Use target_compile_definitions instead of using FRAMEWORK_DEFINITIOINS variable in application CMake.
  • Specify FRAMEWORK_SOURCE variable also in OpenGL application CMake.

4-beta.2 - 2019-11-14

Added

  • Add the includes to Framework for Linux build.

Changed

  • Refactoring CMakeLists.txt

Fixed

  • Fix renderer for DirectX 9 / 11.
    • Add missing implementation: Check the dynamic flags.

4-beta.1 - 2019-09-04

Added

  • Support new Inverted Masking features.
  • Add .editorconfig and .gitattributes to manage file formats.
  • Add .gitignore.
  • Add CHANGELOG.md.

Changed

  • Convert all file formats according to .editorconfig.

Fixed

  • Fix typo of CubismCdiJson.
  • Fix invalid expressions of CubismCdiJson.