Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@coditva coditva released this 26 Nov 13:18
· 4 commits to master since this release

Changelog

Add

  • a new module interface by merging display and input
  • signal handling
  • a command line like in Vim
  • arrow keys for navigation in the menu
  • a new tile type 'text' in maps
  • a new key w
  • a new key W
  • a new module command by rewriting action module

Fix

  • the segfault when unable to open map
  • the map module so that the map only changeable inside it
  • the memory leak in the map module
  • point getting out of bound in map module

Remove

  • passing map pointer to the map module