Skip to content

Flic reader; Animation class; GFX & file loader cleanup

Eduard Drusa requested to merge flic-reader into master
  • added: Support for reading and playing flic files has been added
  • added: Animation class companion for Pixmap class
  • cleaned: PCX library merged with FLC and renamed to gfx_fmt, Pixmap code moved over to newly created GFX library
  • added: Billboard helper class to accomodate static and animable billboards
  • cleaned: parts of code moved over so the structure is more logical (still WIP)
  • added: Texture manager which allows less violent use of textures
  • fixed: removed many malloc() uses and replaced with new[], same with free()/delete
Edited by Eduard Drusa

Merge request reports