Skip to content

Hellbender Horse

Pre-release
Pre-release
Compare
Choose a tag to compare
@MarkOates MarkOates released this 22 May 18:07

This version makes major changes to the API and naming conventions, and adds a GUI.

Major changes:

  • rename af to Framework
  • FlareGUI has been completely merged and renamed from FGUI to UI
  • compiler name and version removed from lib filename
  • bump required Allegro version to 5.2.0
  • Bins can no longer be created globally

Other notable changes:

  • fixes compile warnings when using make and make examples
  • improves testing methods with boost test
  • allegro5/ is now the default directory for Allegro in Makefile
  • src/ is renamed to source/
  • runtime errors and warnings are color coded
  • identification renamed to element_id
  • Attributes can be saved and loaded to/from files
  • AttrSaveLoad removed completely
  • added RenderCache
  • fixed CamelCase naming convention in vec2d and vec3d

No binaries are provided with this release.