Skip to content

Releases: NewKrok/three-tps

0.5.1

30 May 22:04
Compare
Choose a tag to compare

Bugfixes

  • Fix Math/MathUtils related reference issues.

0.5.0

30 May 21:47
Compare
Choose a tag to compare

Improvements

  • From now TPS Camera can use the rotation of the target.
  • Dependency updates.

Breaking Changes

  • Unit controller boilerplate was renamed into Player controller just like in the latest three-game package.

0.4.4

15 May 00:27
Compare
Choose a tag to compare

Dependency update.

0.4.3

15 May 00:19
Compare
Choose a tag to compare

Improvements

  • Possible to pause / resume the tps movements module.

Bugfixes

  • TPSCamera's updateRotation was separated into setRotation and rotate functions. With this change it's possible to set the rotation anytime into an exact value.

0.4.2

09 May 22:45
Compare
Choose a tag to compare

Dependency update to be able to use the latest three-game features.
https://github.com/NewKrok/three-game/releases/tag/0.5.0

0.4.1

24 Apr 22:35
Compare
Choose a tag to compare

Improvements

  • Improved TPS Camera
    • Better collision detection.
    • Optimization
  • Under pause state:
    • The unit controller is not active anymore
    • The TPS Camera is optionally available (could be useful for photo mode)

Bolierplates

  • Better TPS Camera boilerplate settings.

0.4.0

10 Apr 23:51
Compare
Choose a tag to compare

Features

  • TPS movements unit module was added.

Improvements

  • Unit action manager and unit controller are removed, instead of them you can create your own config easily with the unit controller module.

Bolierplates

  • Unit controller boilerplate was added.

0.3.0

03 Apr 22:52
Compare
Choose a tag to compare

Code cleaning - with the latest "@newkrok/three-game" package there was a possibility to remove a lot of non-generic code. Check these new generic solutions in the three-tps-demo project. Related commit: NewKrok/three-game-demo@749c8bf
Dependency update.

0.2.0

27 Mar 22:53
Compare
Choose a tag to compare

From now TPS and World camera is available too on the world object.
Aiming logic was moved into the @newkrok/three-game's aiming module.
Dependency update.

0.1.0

22 Mar 01:02
Compare
Choose a tag to compare

Aiming related improvements.
Shooting logic was removed and replaced with tool handling logic - It was needed to be more generic. Check the demo project for more details https://github.com/NewKrok/three-tps-demo