newsAKFAvatar - News: AKFAvatar 0.24.0

 
 
Latest News
AKFAvatar 0.24.3 posted by akf, Thu 26 Dec 2013 02:22:14 PM UTC
AKFAvatar 0.24.2 posted by akf, Tue 13 Aug 2013 12:03:17 PM UTC
AKFAvatar 0.24.1 posted by akf, Mon 29 Jul 2013 12:45:45 PM UTC
AKFAvatar 0.24.0 posted by akf, Sun 30 Jun 2013 01:04:48 PM UTC
AKFAvatar 0.23.1 posted by akf, Wed 27 Mar 2013 06:48:35 PM UTC

AKFAvatar 0.24.0

Item posted by Andreas K. Förster <akf> on Sun 30 Jun 2013 01:04:48 PM UTC.

AKFAvatar 0.24.0 released.

The charset support was completely rewritten. It doesn't depend on the system's capabilities anymore, but all is included.

  • fix: terminal doesn't use so much CPU time anymore
  • fix: window resizing for the pager works again
  • fix: switching fullscreen mode while avatar moves in or out
  • fix: avt_credits sometimes got the end wrong
  • fix: audioplayer.lua accepts PLS playlists again
  • fix: Pascal binding works again, extended
  • paging through menus is animated
  • lua/audioplayer.lua: improved playlist support
  • lua/multiplication.lua: more authentic


C-API changes:

  • avt_char is unsigned int now, avt_choice adapted - should be compatible with char32_t in C11
  • functions with _mb replaced with functions _char
  • new functions: avt_darker, avt_brighter, avt_brightness
  • avtadons.h also uses the prefix avt_ for everything


Lua-API changes:

  • The default encoding is now ASCII to encourage always using avt.encoding()
  • avt.set_directory or avt.chdir return true on success or nil and an error message on error


Pascal-API changes:

  • variable CheckEsc removed
  • new procedures/functions: Menu, ReadKeyCode, reserve_single_keys


 

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code