Skip to content
Snippets Groups Projects
  • Alejandro Perea's avatar
    Add loader type (#193) · 7c072c9f
    Alejandro Perea authored
    * Add `Loader` and map loading functions
    
    * Update examples, doc & tests
    
    * Add tileset loading functions
    
    * Fix unrelated broken intradoc link
    
    * Fix intradoc link
    
    * Fix more docs
    
    * Update changelog and readme
    
    * Fix warnings
    
    * Change version, remove dead code
    Unverified
    7c072c9f
CHANGELOG.md 2.90 KiB

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.10.1]

Added

  • Loader type for loading map and tileset files without having to necessarily mention the cache to use.

Deprecated

  • Map::parse_reader: Use Loader::parse_tmx_map_from instead.
  • Map::parse_file: Use Loader::load_tmx_map instead.
  • Tileset::parse_reader: Use Loader::load_tsx_tileset instead.

Fixed

  • Fix message when a tileset is missing the tilecount attribute (#194).