Commit Graph

  • 925b39f577 added tooltip on unified_inventory button fat115 2017-08-06 18:37:30 +0200
  • 0454d72c72 Ensure valid inventory table when setting armor stujones11 2017-08-01 19:03:17 +0100
  • 9fa95b2e2c Run update callbacks when player visuals change, closes #113 stujones11 2017-08-01 18:48:06 +0100
  • 43c9984d57 Do not drop armor in uloaded areas stujones11 2017-08-01 18:42:04 +0100
  • cc26d04345 Replace deprecated function 'intllib.Getter': AntumDeluge 2017-07-09 02:59:00 -0700
  • 38d79b91a1 Replace deprecated methods: AntumDeluge 2017-05-13 00:08:18 -0700
  • db8fb5ebd4 bugfix and small optimization Alexander Weber 2017-06-20 07:34:09 +0200
  • 2150fcea8d return the png suffix in get_player_skin for complete texture definition to support more complex textures Note the armor.get_player_skin() could be redefined in other mods to privide the more complex textures Alexander Weber 2017-06-18 22:13:48 +0200
  • 9577fb773e Ignore Eclipse project files & directories AntumDeluge 2017-05-13 00:05:38 -0700
  • ea29ec6f6f Register armor after mod compat tests, fixes #106 stujones11 2017-05-10 20:33:49 +0100
  • 793c74856f Fix nil index in on_damage callback stujones11 2017-05-03 17:56:32 +0100
  • 47734969e2 Bump version to 0.4.9 stujones11 2017-04-28 19:06:38 +0100
  • 1af0bb60f8 Rename on_punch callback to avoid potential conflict with nodes stujones11 2017-04-21 18:33:30 +0100
  • a11b3302e1 Move armor initialization back out of the api stujones11 2017-04-19 21:53:13 +0100
  • 664d9fbfef Increase fleshy level of wood and cactus leggings stujones11 2017-04-19 19:42:12 +0100
  • 4dd7e41749 Add damage method and update README.txt stujones11 2017-04-19 18:31:47 +0100
  • df429ee487 Run inventory equip callbacks before set_player_armor stujones11 2017-04-16 19:34:09 +0100
  • 7566ecccee Initialize armor after all on_joinplayer callbacks have run stujones11 2017-04-16 16:52:12 +0100
  • 99bc8cf2d3 Reverse order of stack and index in callbacks for consistency stujones11 2017-04-15 20:37:32 +0100
  • a2ec13e28d Only allow armor items in the armor inventory stujones11 2017-04-15 18:00:10 +0100
  • 065815eec1 Include stack index it armor item callbacks stujones11 2017-04-15 17:54:39 +0100
  • 16b0ee2d9e Register adminshield alias for consistency stujones11 2017-04-14 20:18:08 +0100
  • 64f8b3cd58 Fix OOM crash with admin shield stujones11 2017-04-14 17:08:08 +0100
  • 74ef6c5759 Shields: check valid hitter stujones11 2017-04-13 21:29:57 +0100
  • b741b7426b More player validity checks stujones11 2017-04-13 20:33:14 +0100
  • db312b3245 Code styling stujones11 2017-04-13 20:11:15 +0100
  • de2c47f334 More protection from un-initialized player crashes stujones11 2017-04-13 19:47:43 +0100
  • b4283f6e60 Fix string concatenation in UI form, resolves #104 stujones11 2017-04-13 17:21:16 +0100
  • 888fbacb49 Prevent potentially bogus warning stujones11 2017-04-11 21:26:06 +0100
  • 50453aa5a6 Fix warnings stujones11 2017-04-11 20:54:26 +0100
  • b45fbd0f2a Log warning if initialization fails and validate armor.def for UI stujones11 2017-04-11 20:42:58 +0100
  • 9ffcc19fd7 Improve player initialization and increase default delay stujones11 2017-04-11 19:31:25 +0100
  • 6359b0a0ed bugfix: the count was lost Alexander Weber 2017-04-10 00:20:04 +0200
  • 4dbe76312b Hazmat suit: updates and fixes stujones11 2017-04-09 20:07:32 +0100
  • 20edce6c55 Better balance of armor weights stujones11 2017-04-09 18:49:44 +0100
  • 6e58d1280b Add minor physics penalties to metal armors stujones11 2017-04-09 18:37:55 +0100
  • 20d4728829 Only reciprocate damage of valid tool items stujones11 2017-04-09 17:58:19 +0100
  • 7cfd744ff3 Respect flammable group when fire is protection enabled stujones11 2017-04-09 17:34:22 +0100
  • a76a35f177 Fix regression with heal_multiplier config stujones11 2017-04-09 16:25:52 +0100
  • e5e926a02e Use metal sounds for enhanced shields stujones11 2017-04-09 15:43:35 +0100
  • 3951c833da More documentation ammendments stujones11 2017-04-09 15:00:48 +0100
  • e9a2c57826 Correction to example code stujones11 2017-04-08 22:32:46 +0100
  • 5508a26dbf Bugfix: shields crash with nil method, fixes #102 stujones11 2017-04-08 22:28:42 +0100
  • 0ec7858937 Add punch damage groups and effects stujones11 2017-04-05 17:46:09 +0100
  • 1e059f2557 Bugfix: recognise boolean false in configuration stujones11 2017-04-05 17:51:50 +0100
  • 5dab1ca887 Add intllib support to 3d_armor_stand stujones11 2017-03-31 22:09:32 +0100
  • 1fdff7adaa Make water protection optional, default true stujones11 2017-03-31 21:18:29 +0100
  • 23e4d5114f Add support for intllib stujones11 2017-03-31 19:54:12 +0100
  • 7fde7c050d Update wieldview README about dependencies Wuzzy 2017-03-30 06:05:30 +0200
  • 45099ae25a Mod-defined wield item transformation w/ group Wuzzy 2017-03-30 06:02:54 +0200
  • edebf13c1f Remove unneeded default dependency from wieldview Wuzzy 2017-03-30 05:46:27 +0200
  • 4083782246 Improve get_armor_formspec stujones11 2017-03-29 19:18:49 +0100
  • 5911447048 Move shields level reduction to shields mod stujones11 2017-03-29 19:13:13 +0100
  • 3aac5c98f4 Fix movement and level bugs stujones11 2017-03-29 17:44:40 +0100
  • fe9664589a Fix potential missing texture bug stujones11 2017-03-26 22:46:51 +0100
  • 11ce84873b Add support for non-fleshy damage groups, closes #47 stujones11 2017-03-23 00:52:32 +0000
  • 86fd6b0d7d Fix crash caused by 27a3823eed stujones11 2017-03-23 00:59:21 +0000
  • 27a3823eed Improve error logging, reduce log level to warning stujones11 2017-03-22 19:00:48 +0000
  • 348dad3d4d Log warning of unused mods when dependencies are missing stujones11 2017-03-21 15:16:58 +0000
  • ea86aa35f5 Merge branch 'bell07-pr_compat_cleanup' stujones11 2017-03-21 14:54:03 +0000
  • f0edb9a710 Inventory compat cleanup Alexander Weber 2017-03-19 19:39:58 +0100
  • 75191490c2 Use api call to get player skin stujones11 2017-03-19 18:52:51 +0000
  • f91af02c45 Fix inventory paging bugs caused by previous commit stujones11 2017-03-19 18:06:54 +0000
  • 3843578a33 Remove unnecessary code stujones11 2017-03-19 16:40:24 +0000
  • 1570efb7ac Depreciate update_inventory and use on_update callback stujones11 2017-03-19 16:01:18 +0000
  • 5517be8ff2 Replace missed global config, fixes #94 stujones11 2017-03-19 13:27:04 +0000
  • 709535dff0 Only apply valid wardrobe mod skins, fixes #93 stujones11 2017-03-18 22:14:08 +0000
  • a1d904c517 Remove redundant code stujones11 2017-03-18 22:02:11 +0000
  • 3c2cb16351 Correction to documentation stujones11 2017-03-18 20:39:03 +0000
  • 6bf28dc2c5 Only allow one of each armor element in armor slots stujones11 2017-03-18 20:27:39 +0000
  • 75a7181e0f Add callbacks, closes #46 stujones11 2017-03-18 20:12:43 +0000
  • 2b840fbe38 Add comment and remove empty lines stujones11 2017-03-18 18:04:10 +0000
  • 701215c22f Depreciate global configs, closes #68 stujones11 2017-03-18 17:23:50 +0000
  • e46ff3488b Remove kill/me commands stujones11 2017-03-17 21:57:13 +0000
  • f74a52df62 Code re-organisation stujones11 2017-03-17 20:05:55 +0000
  • 3c4500a9bf Only show protection levels of enabled features stujones11 2017-03-17 18:27:19 +0000
  • e69b59e2af Fix alignment of formspec page slots stujones11 2017-03-15 19:31:48 +0000
  • d43d96bb28 Fix typo in cactus helmet description, closes #91 stujones11 2017-03-15 18:57:35 +0000
  • 7a980a6717 Fix missing sfinv page background images, closes #90 stujones11 2017-03-12 20:34:01 +0000
  • fc3fcea4b7 Bump version to 0.4.8 stujones11 2017-03-12 19:14:32 +0000
  • b59464de88 Improve skin mod preview support stujones11 2017-03-12 18:23:49 +0000
  • 80024fc154 Fix security violation in player_textures mod support stujones11 2017-03-12 17:01:04 +0000
  • d826b53877 Use u_skins preview image as base for armor preview stujones11 2017-03-11 21:32:31 +0000
  • 01a3425ec8 Add preview generator and update preview textures stujones11 2017-03-11 20:02:55 +0000
  • 616d9398f2 Minor formspec improvements stujones11 2017-03-11 19:23:08 +0000
  • 6661ec0b40 Add support for player monoids, resolves #85 stujones11 2017-03-10 19:09:11 +0000
  • ca1cf6bfeb Fix inconsistency with cactus boots, closes #89 stujones11 2017-03-10 18:09:28 +0000
  • 8f5ffeb384 Shields: Remove registration delay, closes #88 stujones11 2017-03-10 18:05:16 +0000
  • ca79d39688 Armor stand: Improve TNT effects, closes #55 stujones11 2017-03-08 19:36:30 +0000
  • 8b8a554ff7 Add support for sfinv rubenwardy 2017-02-16 00:10:19 +0000
  • 3df7802439 added new torch fire nodes tenplus1 2017-03-06 19:06:08 +0000
  • 19e297a2e8 Update inventory_plus formspec style stujones11 2017-03-03 17:59:31 +0000
  • 190614d47b Fix potential bug with new bone location method stujones11 2017-02-24 23:00:03 +0000
  • 37b10d1cee Remove redundant code stujones11 2017-02-24 22:45:23 +0000
  • 4b45f85687 Improve bones locating and fallback, fixes #84 stujones11 2017-02-24 22:32:27 +0000
  • a5b650285b beter smart_inventory integration Alexander Weber 2017-02-20 17:05:27 +0100
  • 26212fb3e4 Add new armor textures by @daviddoesminetest stujones11 2017-02-19 19:33:10 +0000
  • 4829445d12 Update style of default armor formspec stujones11 2017-02-15 19:37:35 +0000
  • 4d3b219e7d add smart_inventory support Alexander Weber 2017-02-12 23:30:28 +0100
  • 81ffdaa6a7 Improve armor stand selection box stujones11 2017-02-15 18:25:49 +0000