Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.06 KB

File metadata and controls

60 lines (36 loc) · 1.06 KB

Changelog

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

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

[Unreleased]

Added

  • Initial project setup
  • Core farming mechanics (tilling, planting, watering, harvesting)
  • Day/night cycle with dynamic 2D lighting
  • Weather system (Sun, Rain, Thunder)
  • Inventory management system (9 slots)
  • Economy system (coins, buying, selling)
  • Save/Load functionality (F5/F9)
  • Scene transitions (Farm ↔ House)
  • Main Menu UI
  • Player character with animations

Changed

  • Updated project branding and namespace to "AgriSim"
  • Updated namespace from HappyHarvest to AgriSim

Fixed

  • N/A (initial release)

Version History Format

[X.Y.Z] - YYYY-MM-DD

Added

  • New features

Changed

  • Changes in existing functionality

Deprecated

  • Soon-to-be removed features

Removed

  • Removed features

Fixed

  • Bug fixes

Security

  • Vulnerability fixes