Releases: sirrobzeroone/3d_armor_flyswim
Release 5.6.0.2
General code cleanup and a few unknown bugs crushed
This version tested with 5.3 to 5.6
Release 5.6.0.1
No longer depends on 3d_armor, only needs player_api
Works with 3d armor
Supports simple skins
Supports skinsdb
Supports clothing
Slight code fixes to remove crashes
This version tested with 5.3 to 5.6
Release 5.5.0.1
Adds some minor fixes and notes.
Confirmed as working with Minetest 5.5
Head Anim functionality only used when MT 5.3+
Added a line of code which auto disables the headanim functionality if the user is not using version 5.3+
- The detection is done by checking if "minetest.is_creative_enabled" function exists which was added in 5.3. This is slightly questionable as if this function is removed in the future headanim will stop working for that version of MT. However it would stop working not cause graphic glitches (current issue), which I feel is acceptable.
Updated "Someones Cape" so that speed is now set to 1.5x when worn.
Improved Functionality
This release incorporates:
~ "headanim" by LoneWolfHT so the player characters head now follows the users view same as the "headanim" mod.
~ Automated detection of nodes thata re swimmable and flyable by using node "drawtype"
Initial Release
Initial Release of 3d_armor:flyandswim