Commit Graph
100 Commits
Author SHA1 Message Date
stujones11 1fdff7adaa Make water protection optional, default true
This can save a `global_step` regisration if neither fire or water
protection are enabled.
2017-03-31 22:03:59 +01:00
stujones11 23e4d5114f Add support for intllib 2017-03-31 20:12:20 +01:00
stujones11 4083782246 Improve get_armor_formspec 2017-03-29 19:31:00 +01:00
stujones11 5911447048 Move shields level reduction to shields mod 2017-03-29 19:13:13 +01:00
stujones11 3aac5c98f4 Fix movement and level bugs 2017-03-29 17:44:40 +01:00
stujones11 fe9664589a Fix potential missing texture bug 2017-03-26 22:46:51 +01:00
stujones11 11ce84873b Add support for non-fleshy damage groups, closes #47 2017-03-26 20:53:04 +01:00
stujones11 86fd6b0d7d Fix crash caused by 27a3823eed 2017-03-23 00:59:21 +00:00
stujones11 27a3823eed Improve error logging, reduce log level to warning 2017-03-22 19:00:48 +00:00
stujones11 348dad3d4d Log warning of unused mods when dependencies are missing 2017-03-21 15:16:58 +00:00
stujones11 ea86aa35f5 Merge branch 'bell07-pr_compat_cleanup' 2017-03-21 14:54:03 +00:00
stujones11 75191490c2 Use api call to get player skin 2017-03-19 18:52:51 +00:00
stujones11 f91af02c45 Fix inventory paging bugs caused by previous commit 2017-03-19 18:06:54 +00:00
stujones11 3843578a33 Remove unnecessary code 2017-03-19 17:22:24 +00:00
stujones11 1570efb7ac Depreciate update_inventory and use on_update callback 2017-03-19 16:10:52 +00:00
stujones11 5517be8ff2 Replace missed global config, fixes #94 2017-03-19 13:28:55 +00:00
stujones11 709535dff0 Only apply valid wardrobe mod skins, fixes #93 2017-03-18 22:14:08 +00:00
stujones11 a1d904c517 Remove redundant code 2017-03-18 22:02:11 +00:00
stujones11 3c2cb16351 Correction to documentation 2017-03-18 20:39:03 +00:00
stujones11 6bf28dc2c5 Only allow one of each armor element in armor slots
Required, otherwise equip callbacks may be bogus.
2017-03-18 20:32:11 +00:00
stujones11 75a7181e0f Add callbacks, closes #46 2017-03-18 20:12:43 +00:00
stujones11 2b840fbe38 Add comment and remove empty lines 2017-03-18 18:04:10 +00:00
stujones11 701215c22f Depreciate global configs, closes #68 2017-03-18 17:23:50 +00:00
stujones11 e46ff3488b Remove kill/me commands 2017-03-17 21:57:13 +00:00
stujones11 f74a52df62 Code re-organisation
This should make it easier to merge features from the now
out-dated development branch.
2017-03-17 20:26:41 +00:00
stujones11 3c4500a9bf Only show protection levels of enabled features 2017-03-17 18:27:19 +00:00
stujones11 e69b59e2af Fix alignment of formspec page slots 2017-03-15 19:31:48 +00:00
stujones11 d43d96bb28 Fix typo in cactus helmet description, closes #91 2017-03-15 18:58:27 +00:00
stujones11 7a980a6717 Fix missing sfinv page background images, closes #90 2017-03-12 20:34:54 +00:00
stujones11 fc3fcea4b7 Bump version to 0.4.8 2017-03-12 19:14:32 +00:00
stujones11 b59464de88 Improve skin mod preview support 2017-03-12 18:23:49 +00:00
stujones11 80024fc154 Fix security violation in player_textures mod support 2017-03-12 17:01:04 +00:00
stujones11 d826b53877 Use u_skins preview image as base for armor preview 2017-03-11 21:34:26 +00:00
stujones11 01a3425ec8 Add preview generator and update preview textures 2017-03-11 20:02:55 +00:00
stujones11 616d9398f2 Minor formspec improvements 2017-03-11 19:31:37 +00:00
stujones11 6661ec0b40 Add support for player monoids, resolves #85 2017-03-10 20:33:45 +00:00
stujones11 ca1cf6bfeb Fix inconsistency with cactus boots, closes #89 2017-03-10 18:09:28 +00:00
stujones11 8f5ffeb384 Shields: Remove registration delay, closes #88 2017-03-10 18:05:16 +00:00
stujones11 ca79d39688 Armor stand: Improve TNT effects, closes #55 2017-03-08 19:36:30 +00:00
stujones11 19e297a2e8 Update inventory_plus formspec style 2017-03-03 17:59:31 +00:00
stujones11 190614d47b Fix potential bug with new bone location method 2017-02-24 23:00:03 +00:00
stujones11 37b10d1cee Remove redundant code 2017-02-24 22:45:23 +00:00
stujones11 4b45f85687 Improve bones locating and fallback, fixes #84 2017-02-24 22:32:27 +00:00
stujones11 26212fb3e4 Add new armor textures by @daviddoesminetest 2017-02-19 19:33:10 +00:00
stujones11 4829445d12 Update style of default armor formspec 2017-02-15 19:37:35 +00:00
stujones11 81ffdaa6a7 Improve armor stand selection box 2017-02-15 18:25:49 +00:00
stujones11 ba62febdee Armor stand, check protection and ignore, ignore 2017-02-08 20:57:42 +00:00
stujones11 8939a0dd43 Armor stand hidden nodes use copy of pos vector 2017-02-08 19:32:42 +00:00
stujones11 c691f3e219 Prevent building over armor stands 2017-02-08 18:26:15 +00:00
stujones11 bf9ba59c0f Merge branch 'tobyplowy-master' 2017-01-25 19:49:52 +00:00
stujones11 b88f946929 Bump version to 0.4.7 2017-01-11 19:36:51 +00:00
stujones11 c63376b523 Improve hazmat-suit documentation, closes #72 2017-01-11 19:28:17 +00:00
stujones11 c070dfb19f Include years of all licenses 2017-01-11 19:15:06 +00:00
stujones11 4b70580ce4 Update licensing information 2017-01-08 18:54:24 +00:00
stujones11 65b6d58580 Prevent armor damage when using /killme command 2016-12-07 19:24:00 +00:00
stujones11 98786fd8f7 Add killme command to replace old kill command 2016-11-27 17:18:08 +00:00
stujones11andGitHub 9105e8403e Merge pull request #62 from paly2/kill_chatcommand_privs
Add "ban" privilege for kill chatcommand
2016-11-27 16:50:03 +00:00
stujones11 6b2e3adc00 Bump version to 0.4.6 2016-11-27 16:22:29 +00:00
stujones11 c9001f9e53 Rebase armor model, armature and UV fixes 2016-11-27 16:11:51 +00:00
stujones11andGitHub cc25d6be13 Merge pull request #66 from diogo-gomes/develop
Add table of contents to README.md
2016-08-21 17:52:03 +01:00
stujones11andGitHub 456c84e93e Merge pull request #65 from everamzah/fixbones
Try harder to add armor to bones
2016-07-22 17:51:06 +01:00
stujones11 ac414d3df3 Remove admin shield from creative inventory 2016-05-27 19:51:39 +01:00
stujones11 3cf6887abd Fix undeclared global error in hazmat_suit 2016-05-18 19:42:37 +01:00
stujones11 b14db3c43c Add missing placer param to locked armor stand, fixes #59 2016-05-11 22:19:13 +01:00
stujones11 8f8c6c6bfa Merge pull request #56 from Thomas--S/patch-2
Fix typo
2016-05-11 19:46:48 +01:00
stujones11 32e87ee543 More armor stand fixes 2016-05-04 18:27:21 +01:00
stujones11 d322a0f110 Modify helmet textures, fixes #49 2016-05-01 20:25:46 +01:00
stujones11 ddd7f3786c Fix disappearing armor stand entities, again... 2016-05-01 16:11:27 +01:00
stujones11 5c5359de4f Restore armor stand entities when knocked-back by TNT 2016-04-27 18:48:06 +01:00
stujones11 1aa2b769d7 Rebase armor player model, fixes #54 2016-04-24 21:13:45 +01:00
stujones11 5421ce46da Make armor stands 'blast-proof', fixes #55 2016-04-22 18:53:25 +01:00
stujones11 72cffbae17 Restore moved armor stand objects to original position when possible 2016-04-20 20:26:01 +01:00
stujones11 170ee39aed Auto remove stray armor stand entities 2016-04-20 18:54:34 +01:00
stujones11 59bbc55b73 Fix armor stand entity duplication bug 2016-04-16 15:36:48 +01:00
stujones11 1dd904f5be Merge pull request #50 from Thomas--S/patch-1
Add a locked armor stand
2016-04-13 17:41:37 +01:00
stujones11 9de8cc12bb Fix disappearing entities when placing stands next to each other 2016-04-10 22:17:45 +01:00
stujones11 b6a44057a6 Fix some tabulation 2016-04-09 01:19:32 +01:00
stujones11 ae33659168 Make cactus leggings inventory image more consistent 2016-04-08 21:35:56 +01:00
stujones11 fb29ce9150 Add a chest-like visible armor stand, closes #48 2016-04-08 20:17:28 +01:00
stujones11 7408ebcd81 Add support for mod managers 2016-03-25 19:52:00 +00:00
stujones11 36737441d4 Merge pull request #45 from tenplus1/patch-7
Added insta-kill ability for tools/commands
2016-02-14 19:49:09 +00:00
stujones11 0d5cf6d58a Merge pull request #44 from proller/patch-1
Dont rewrite inventory in creative mode
2016-02-08 03:54:28 +08:00
stujones11 f83e7e9984 Merge pull request #43 from tenplus1/patch-6
admin helmet lets you breathe underwater
2016-01-28 01:35:46 +08:00
stujones11 be1d353ec0 Merge pull request #42 from tenplus1/patch-5
Add ability to breath underwater
2016-01-28 01:34:45 +08:00
stujones11 0ec2dbfb36 Update default fire protection nodes, closes #41 2015-12-19 19:25:43 +00:00
stujones11 7fc991765c Utilize player_on_hpchange callback 2015-12-09 21:03:45 +00:00
stujones11 991d2955e0 Simplify previous commit 2015-12-04 20:37:24 +00:00
stujones11 64ec3dcf93 Allow armor textures to be specified by the tool definition 2015-12-04 18:42:42 +00:00
stujones11 e1caf0ab0c Bump version to 0.4.5 2015-11-15 22:56:53 +00:00
stujones11 a44d1a2530 Add 'listring' support for inventory mods, closes #38 2015-11-15 21:50:27 +00:00
stujones11 16bc6232ca Add support for unified inventory 'ui_full' privilege 2015-11-15 19:18:21 +00:00
stujones11 6efe3bf116 Merge pull request #40 from CraigyDavi/prevent-admin-drops
Prevent admin armor from being dropped
2015-10-30 01:46:19 +08:00
stujones11 64f6be4d61 Bugfix: invalid capture index with non-english player names, resolves #39 2015-10-17 19:20:28 +01:00
stujones11 741faf3520 Fix support for crafting modpack 2015-09-09 19:07:31 +01:00
stujones11 1c56ee4bd6 Merge pull request #31 from tenplus1/patch-2
dtime glitches
2015-08-08 18:05:02 +01:00
stujones11 40a3c1e0c4 Include Technic Armor in README.md 2015-07-25 19:11:36 +01:00
stujones11 ae7ad422a5 Belated version string update (oopsie) 2015-07-15 20:52:56 +01:00
stujones11 bad1452e87 Register fire-node overrides at start-up 2015-07-15 19:00:16 +01:00
stujones11 8f2badeec3 Add support for unified inventory 'lite' mode 2015-07-01 19:21:14 +01:00
stujones11 734e01e847 Only check for fire damage if valid delta time 2015-05-15 18:39:32 +01:00