Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

37 lines (30 loc) · 1.35 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.

Unreleased

Added

  • New test scene to example app: Sprite drawing test scene

2.0.0 - 2023-10-12

Added

  • Support for left and right mouse buttons.
  • Euclidean search heuristic to pathfinding implementation.
  • String#capitalize method.
  • Sound can be played with specific volume.
  • Screen#clear* methods for all existing primitives.

Changed

  • Renamed all Screen#fill* methods to Screen#draw*.
  • Renamed all Screen#draw* methods to Screen#draw*Lines*.

Fixed

  • Fixed ImGui crashing the game in incognito mode.
  • Various bug fixes, stability and performance improvements.

1.1.0 - 2023-09-28

  • Added ImGui

1.0.0 - 2023-02-04

  • Initial release