1
0

68 lines
1.3 KiB
Markdown
Raw Normal View History

2018-07-10 20:56:15 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
- No further addition planned.
## [0.5.0] - 2021-11-27
### Added
- backguard older compatibility on localization.
- improved information in the source, no shit of forums or contendb
- added spanish translation
### Changed
- init.lua - error due mistake in prtection area integration
https://codeberg.org/minenux/minetest-mod-mobs_balrog/issues/3
- backguar compatibility with intllib for 0.4 minetest
https://codeberg.org/minenux/minetest-mod-mobs_balrog/issues/2
2019-10-16 13:04:26 +02:00
## [0.4.0] - 2019-10-16
### Added
- Support for localization.
### Changed
- mod.conf to follow MT v5.x specifics.
- Textures have been optimized (with optipng).
### Removed
- Support for MT v4.x
2018-08-23 13:51:43 +02:00
## [0.3.5] - 2018-08-23
### Changed
- fixed deprecated lua api calls
- minor code improvements
### Removed
- balrog_model.b3d (identical to mobs_balrog.b3d)
2018-07-10 20:56:15 +02:00
## [0.3.4] - 2018-07-10
### Added
- changelog.md
### Changed
- fixed the knock_back bug
- increased the jump height to 16 nodes (was 4)
- moved constant values into entity's definition/spawner function
- README.txt -> README.md