Skip to content

v0.10.0 - NPC Release

Compare
Choose a tag to compare
@tommai78101 tommai78101 released this 24 Aug 02:21
· 6 commits to master since this release
ecf7401

Changelogs

  • Fixed bug where the trigger data set in the level editor becomes corrupted with Eraser triggers placed in the wrong spot upon opening area maps.
  • Added Characters/NPCs support.
  • Added player <-> NPC collision detection and response.
  • Added player <-> NPC interactions.
  • Added Characters/NPC scripting support.
  • Added Characters/NPCs autowalking functionality.
  • Rewrote the storing/loading game data structure mechanism in the game engine and level editor.
  • Refactored a bunch of codes.
  • Fixed NPC tile grid misalignment issue caused by abnormal collision responses via player interaction.
  • Fixed NPC interactions causing soft-locking.
  • Fixed Bicycle key item not registering in the game.
  • Condensed editor data a bit for NPC, Obstacle, and Item data.
  • Fixed script editor crashing when opening an existing script file and not updating the text fields.