mudlet-map-binary-reader
Version:
Reads Mudlet's map binary file (v20 only!). Can output .js files needed for Mudlet Map Reader. Mudlet map JSON format is yet unsupported.
50 lines (34 loc) • 947 B
Markdown
# 0.5.2
- correct exports (so they will not break backward compatibility)
# 0.5.1
- correct docs picking up
# 0.5.0
- add room hash to reader export
# 0.4.0
- fix errors when pixmap is empty
# 0.2.1
- fix typo in .ts definition
# 0.2.0
- export for reader will export model and colors
- document export function
- package.json - switch "export" to "main"
# 0.1.2
- furhter exporting fixes
# 0.1.1
- fix json export
# 0.1.0
- code reorganization
- reading will now be based directly on qtdatastream user type
- added write method - it is now possible to write Mudlet map into binary from its model
- model map definition
# 0.0.5
- clone map model before doing export to prevent any changes to original model so it can be reused
# 0.0.4
- export map to Mudlet JSON map file
# 0.0.3
- adjust colors generation to adjust for envColors
# 0.0.2
- fix reading `mEnvColors`
- correct colors to match updated values
# 0.0.1
- initial relese