Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.09 KB

Changelog.md

File metadata and controls

50 lines (32 loc) · 1.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.1] - 11 July 2024

Changed

  • Minor changes for new AgDev

[0.2.0] - 2 July 2024

Added

  • Sprite structs
  • Sprite instantiation, drawing and updating functions
  • Rectangle structure
  • Global variables structure
  • Sprite animations
  • Parsing Aseprite JSON files

Changed

  • Moved Point into its own file
  • Moved bitmap loading into the correct file
  • Updated docs

Removed

[refactoring/0.1.0] - 15 June 2024

Added

  • Doxygen config for making documentation
  • Semantic versioning with version.h
  • update_doxyfile.py tool to keep the doxygen version and code version the same
  • Documentation
  • Fatal error handling

Changed

  • Moved files into their own folders for better reuse
  • Makefile now generates docs and update version strings
  • Complete reorganisation of all the code, renamed a lot to be more consistent

Removed