Skip to content

Releases: ntut-open-source-club/practical-tools-for-simple-design

v0.3-rc2

29 Mar 09:22
8b42ba1

Choose a tag to compare

v0.3-rc2 Pre-release
Pre-release

What's Changed

--- 0.3-rc1 ---

Full Changelog: v0.2...v0.3-rc2

v0.3-rc1

07 Mar 11:56
d76c488

Choose a tag to compare

v0.3-rc1 Pre-release
Pre-release

Known bugs

  • PTSD Position incorrectly implemented with inverted Y-axis #203

What's Changed

Full Changelog: v0.2...v0.3-rc1

v0.2

12 Apr 03:30
a1e573b

Choose a tag to compare

Update PTSD version with git submodule

Warning

ptsd-template no longer uses git submodule as the default solution.

For someone who updates PTSD version

git submodule set-branch -b main PTSD
git submodule update --remote PTSD
git -C PTSD checkout v0.2
git add PTSD
git commit -m 'update PTSD version to v0.2'
# then push and open a PR or something like that

For someone who want to sync with their teammate

git pull remote-name --ff-only # --ff-only is optional
git submodule update --init --recursive

Breaking changes

  • Rename the Root classname to Renderer (#141)
  • Remove Animation::Reset() (#155)
minor breaking
  • Change Drawable Interface (#113)

New Features

  • Add "Missing Textures Texture" (#73)
  • Add spdlog format for glm::vec<L, Pre>(#139)
  • Add Asset Manager (#102 #165)
  • Add Pivot for GameObject (#113 #170)
  • Embed ImGui (#173)

Fixed Bugs

  • Fix IsKeyUp()'s behavior is wrong (#148)
  • Fix uninitialized variable in Animation class (#152)
  • Fix macOS lag (#162)
  • Error when GameObject::m_Drawable is nullptr (#159)
  • Argument for SDL_Delay() underflows in context.hpp (delta time underflow) (#167)

Known Bugs

  • The function call ShowDemoWindow of ImGui make FPS low (#171)
minor bugs
  • IsKeyPressed not work in Chinese IM #65 (wonfix)
  • Lifetime of OpenGL static vars are longer than Core::Context #101
  • Image Alignment Issue w/ Some PNG files #105

Misc

  • Try to Rewrite Animation (#130)
  • Complete some missing document (#141)
  • Add GameObject's copy constructor back #116 (#141)
  • public GameObject.m_transform #114 (#141)

MRs

New Contributors peepoShy

Full Changelog: v0.1...v0.2