Commit Graph

350 Commits (master)

Author SHA1 Message Date
AugTop 8f7b8696b7 Migrate rainbow armor to axinite 2019-04-02 19:36:58 +02:00
stujones11 534a84257a Bump version to 0.4.13 2019-03-16 22:43:00 +01:00
stujones11 31743e8b9e Replace deprecated getpos call 2019-03-16 22:43:00 +01:00
stujones11 9deb29777c Offset models for minetest 5.0.0 2019-03-16 22:43:00 +01:00
Jordan Irwin 288c15bfc8 Replace braces within replace to avoid invalid line error 2019-03-16 22:43:00 +01:00
Jordan Irwin 06813b8ecb Create settingtypes.txt file 2019-03-16 22:43:00 +01:00
Jordan Irwin 53d9102284 Fix some default settings values in README 2019-03-16 22:43:00 +01:00
Scott Horvath 57456ea432 fix formatting 2019-03-16 22:43:00 +01:00
Scott Horvath 28b8297f23 Fixes Stand appending extra ".png" to texture when a "texture" attribute
is explicity set on the armor's definition.
2019-03-16 22:43:00 +01:00
BrunoMine ec2d11cd05 Add Portuguese Translations 2019-03-16 22:43:00 +01:00
JDiaz a0700fa7ae Locale es.po created 2019-03-16 22:43:00 +01:00
JDiaz 6b80683f70 Create es.po 2019-03-16 22:43:00 +01:00
JDiaz 040b634ed9 Locale es.po created 2019-03-16 22:43:00 +01:00
LoneWolfHT 0826d299a6 Add new textures 2019-03-16 22:43:00 +01:00
Alexander Weber e6a3ea04aa Reverts 9ce0ed9f55 / #152
The preview method is skin preview only, without armor. That is wrong for showing on formspec

Sorry for inconveniences. I need to fix the preview handling in player_api_modpack-version in an other way
2019-03-16 22:43:00 +01:00
Eugen Wesseloh b72fb61583 Cleanup locales (#155)
* use localization function in formspecs

* remove unused translations

* remove F keyword from updatepo tool

* add tool readme
2019-03-16 22:43:00 +01:00
codexp e253a71f8e add russian locale 2019-03-16 22:43:00 +01:00
bell07 8d01a55bf8 Use preview method for unified inventory
I found this during porting the 3d_armor to player_api ;-)
2019-03-16 22:43:00 +01:00
tenplus1 c71b062dbb show fire: value
this fixes the Fire: value in formspec so it shows a number instead of "Fire: armor_fire".
2019-03-16 22:43:00 +01:00
stujones11 c9dd66ac9c Bump version to 0.4.12 2019-03-16 22:43:00 +01:00
stujones11 41b4b367ae Code tidy 2019-03-16 22:43:00 +01:00
stujones11 367d6106fd Return invalid items in singleplayer mode 2019-03-16 22:43:00 +01:00
stujones11 ed4bb9728c Only validate armor inventory after user changes 2019-03-16 22:43:00 +01:00
stujones11 f89febe22d Update screenshot image 2019-03-16 22:43:00 +01:00
stujones11 c6d751e989 More armor callback fixes 2019-03-16 22:43:00 +01:00
stujones11 fbcbebb8de Move comment :) 2019-03-16 22:43:00 +01:00
stujones11 dfa0b39a05 Run callbacks based on validated inventory 2019-03-16 22:43:00 +01:00
SmallJoker d9e9abc539 Allow replacing similar armor in the same slot 2019-03-16 22:43:00 +01:00
stujones11 6d8080ca2e Ammendment to 21b5c685051d5681de7a526ed7b30992556878b5 2019-03-16 22:43:00 +01:00
stujones11 a978fe83f3 Validate and clean armor inventory before saving 2019-03-16 22:43:00 +01:00
stujones11 58e7c03f0e Display correct heal attribute level, fixes #137 2019-03-16 22:43:00 +01:00
stujones11 dd7a710c34 Shields: Fix positional sound effects 2019-03-16 22:43:00 +01:00
tenplus1 fe3693fd99 add POVA support (#138)
* add POVA support

Add support for POVA player overrides.

* add POVA support

Add support for POVA player overrides.
2019-03-16 22:43:00 +01:00
number Zero 7bc3bd1945 Fix crash with UI but no technic 2019-03-16 22:43:00 +01:00
stujones11 a98c9b264c Shields: Add option to disable sound effects 2019-03-16 22:43:00 +01:00
stujones11 87abb00708 Remove on_punch effects from admin armor, closes #131 2019-03-16 22:43:00 +01:00
AugTop 92856ad0f3 Modifiy armor_use to 20 2018-06-27 21:24:17 +02:00
Sporax 97ad06238f Add readme for Rainbow Armor 2018-05-16 21:16:07 +00:00
Peppy f7d8194a5b Modified speed+jump for admin boots 2018-05-16 21:13:20 +00:00
Peppy 4d13f085bd Added rainbow armor 2018-05-16 21:11:55 +00:00
stujones11 b9c8681e14 Bump version to 0.4.11 2018-02-11 17:13:25 +00:00
stujones11 2fc92880fd Move technic_armor and hazmat_suit to separate repos 2018-02-11 17:11:51 +00:00
stujones11 b4cfdac6f5 Update licenses to current year 2018-02-11 16:57:27 +00:00
micheal65536 59b26b37f9 Fix item duplication vulnerability 2018-02-11 16:12:22 +00:00
Muhammad Nur Hidayat Yasuyoshi (MNH48.com) 7226dd6174 Add Malay translation 2018-02-07 17:39:38 +00:00
stujones11 4fc51971d1 Fix registered group level display 2018-01-10 19:16:23 +00:00
ChimneySwift 291b34bfc6 Auto-refresh armor stands after clearobjects.
Currently armor stands appear empty after a clearobjects, in order to refresh them the armor must be removed and put back on again, this code automatically refreshes armor stands periodically to avoid these issues.
2017-12-05 18:28:27 +00:00
orbea da7df11ce4 Change armor stand recipe to use any item from the fence group. 2017-11-10 17:41:59 +00:00
stujones11 4ff61da39a Correct minetest version in README.md 2017-10-24 20:53:06 +01:00
stujones11 688e21f285 Bump version to 0.4.10 2017-10-21 17:57:12 +01:00