- Jan 26, 2022
-
-
Thorbjørn Lindeijer authored
* Expose types at the top level While the modules are great for organizing the code internally, it is more convenient for users of the create when the types are available at the top level. This avoids the verbosity like "map::Map". * Changelog updated Removed the lines stating where which class has been moved, since all these classes are not available at the top level again. Also removed some things which I didn't think we actually noteworthy for people reading up on what had changed. * Restored some changelog items Removal of these items unrelated to how the data types are exposed.
-
- Dec 28, 2021
-
-
alexdevteam authored
-
- Oct 12, 2021
-
-
alexdevteam authored
Move parse functions to its respective types, rename `Colour` for consistency with PropertyValue::ColorValue, add documentation to map members, add Map::source, misc improvements
-
- Nov 25, 2019
- Dec 18, 2018
-
-
Frizi authored
-
- Nov 01, 2015
-
-
Axel Magnuson authored
-
- May 02, 2015
-
-
Davis Silverman authored
-
- Mar 27, 2015
-
-
Matthew Hall authored
-
- Mar 23, 2015
-
-
Matthew Hall authored
-
- Mar 15, 2015
-
-
Matthew Hall authored
-
- Jan 30, 2015
-
-
Matthew Hall authored
-
- Jan 11, 2015
-
-
Matthew Hall authored
Something weird happens with slicing syntax. from_str changed to parse
-
- Oct 11, 2014
-
-
Matthew Hall authored
Before this commit parse took an EventReader. Change so that it takes a Buffer
-
- Oct 07, 2014
-
-
Matthew Hall authored
-