AKFAvatar - News
AKFAvatar 0.21.0
Item posted by Andreas K. Förster <akf> on Sat 20 Aug 2011 08:09:04 AM UTC.
AKFAvatar 0.21.0
General Changes:
- if a script is started from the filechooser an error in the script doesn't stop the whole program
- terminal emulation optimized, some new codes supported
- new sound for the bell
- in Lua loading a sound now always invokes the garbage collector
C-API changes:
- all deprecated functions removed (told you so)
- code refactoring:
- use stdbool.h - no longer avt_bool_t, AVT_TRUE, AVT_FALSE
- an external iconv implementation is now the default
- new functions: avt_recode, avt_recode_buffer, avt_mb_decode_buffer, avt_mb_encode_buffer
Lua-API changes:
- new module "akfavatar.lang": for multilingual applications
- new functions: avt.recode, avt.launch
Pascal-API changes:
- should be more robust now
- new functions: Playing, ShowRawImage, ImageMaxWidth, ImageMaxHeight, getBackgroundColor
Powered by Savane 3.14-8aba.
Corresponding source code