-
de2c47f334
More protection from un-initialized player crashes
stujones11
2017-04-13 19:47:43 +01:00
-
b4283f6e60
Fix string concatenation in UI form, resolves #104
stujones11
2017-04-13 17:21:16 +01:00
-
888fbacb49
Prevent potentially bogus warning
stujones11
2017-04-11 21:26:06 +01:00
-
50453aa5a6
Fix warnings
stujones11
2017-04-11 20:54:26 +01:00
-
b45fbd0f2a
Log warning if initialization fails and validate armor.def for UI
stujones11
2017-04-11 20:42:58 +01:00
-
9ffcc19fd7
Improve player initialization and increase default delay
stujones11
2017-04-11 19:31:25 +01:00
-
6359b0a0ed
bugfix: the count was lost
Alexander Weber
2017-04-10 00:20:04 +02:00
-
4dbe76312b
Hazmat suit: updates and fixes
stujones11
2017-04-09 20:07:32 +01:00
-
20edce6c55
Better balance of armor weights
stujones11
2017-04-09 18:49:44 +01:00
-
6e58d1280b
Add minor physics penalties to metal armors
stujones11
2017-04-09 18:37:55 +01:00
-
20d4728829
Only reciprocate damage of valid tool items
stujones11
2017-04-09 17:58:19 +01:00
-
7cfd744ff3
Respect flammable group when fire is protection enabled
stujones11
2017-04-09 17:34:22 +01:00
-
a76a35f177
Fix regression with heal_multiplier config
stujones11
2017-04-09 16:25:52 +01:00
-
e5e926a02e
Use metal sounds for enhanced shields
stujones11
2017-04-09 15:43:35 +01:00
-
3951c833da
More documentation ammendments
stujones11
2017-04-09 15:00:48 +01:00
-
e9a2c57826
Correction to example code
stujones11
2017-04-08 22:32:46 +01:00
-
5508a26dbf
Bugfix: shields crash with nil method, fixes #102
stujones11
2017-04-08 22:28:42 +01:00
-
0ec7858937
Add punch damage groups and effects
stujones11
2017-04-05 17:46:09 +01:00
-
1e059f2557
Bugfix: recognise boolean false in configuration
stujones11
2017-04-05 17:51:50 +01:00
-
5dab1ca887
Add intllib support to 3d_armor_stand
stujones11
2017-03-31 22:09:32 +01:00
-
1fdff7adaa
Make water protection optional, default true
stujones11
2017-03-31 21:18:29 +01:00
-
23e4d5114f
Add support for intllib
stujones11
2017-03-31 19:54:12 +01:00
-
7fde7c050d
Update wieldview README about dependencies
Wuzzy
2017-03-30 06:05:30 +02:00
-
45099ae25a
Mod-defined wield item transformation w/ group
Wuzzy
2017-03-30 06:02:54 +02:00
-
edebf13c1f
Remove unneeded default dependency from wieldview
Wuzzy
2017-03-30 05:46:27 +02:00
-
4083782246
Improve get_armor_formspec
stujones11
2017-03-29 19:18:49 +01:00
-
5911447048
Move shields level reduction to shields mod
stujones11
2017-03-29 19:13:13 +01:00
-
3aac5c98f4
Fix movement and level bugs
stujones11
2017-03-29 17:44:40 +01:00
-
fe9664589a
Fix potential missing texture bug
stujones11
2017-03-26 22:46:51 +01:00
-
11ce84873b
Add support for non-fleshy damage groups, closes #47
stujones11
2017-03-23 00:52:32 +00:00
-
86fd6b0d7d
Fix crash caused by
27a3823eed
stujones11
2017-03-23 00:59:21 +00:00
-
27a3823eed
Improve error logging, reduce log level to warning
stujones11
2017-03-22 19:00:48 +00:00
-
348dad3d4d
Log warning of unused mods when dependencies are missing
stujones11
2017-03-21 15:16:58 +00:00
-
ea86aa35f5
Merge branch 'bell07-pr_compat_cleanup'
stujones11
2017-03-21 14:54:03 +00:00
-
-
f0edb9a710
Inventory compat cleanup
Alexander Weber
2017-03-19 19:39:58 +01:00
-
-
75191490c2
Use api call to get player skin
stujones11
2017-03-19 18:52:51 +00:00
-
f91af02c45
Fix inventory paging bugs caused by previous commit
stujones11
2017-03-19 18:06:54 +00:00
-
3843578a33
Remove unnecessary code
stujones11
2017-03-19 16:40:24 +00:00
-
1570efb7ac
Depreciate update_inventory and use on_update callback
stujones11
2017-03-19 16:01:18 +00:00
-
5517be8ff2
Replace missed global config, fixes #94
stujones11
2017-03-19 13:27:04 +00:00
-
709535dff0
Only apply valid wardrobe mod skins, fixes #93
stujones11
2017-03-18 22:14:08 +00:00
-
a1d904c517
Remove redundant code
stujones11
2017-03-18 22:02:11 +00:00
-
3c2cb16351
Correction to documentation
stujones11
2017-03-18 20:39:03 +00:00
-
6bf28dc2c5
Only allow one of each armor element in armor slots
stujones11
2017-03-18 20:27:39 +00:00
-
75a7181e0f
Add callbacks, closes #46
stujones11
2017-03-18 20:12:43 +00:00
-
2b840fbe38
Add comment and remove empty lines
stujones11
2017-03-18 18:04:10 +00:00
-
701215c22f
Depreciate global configs, closes #68
stujones11
2017-03-18 17:23:50 +00:00
-
e46ff3488b
Remove kill/me commands
stujones11
2017-03-17 21:57:13 +00:00
-
f74a52df62
Code re-organisation
stujones11
2017-03-17 20:05:55 +00:00
-
3c4500a9bf
Only show protection levels of enabled features
stujones11
2017-03-17 18:27:19 +00:00
-
e69b59e2af
Fix alignment of formspec page slots
stujones11
2017-03-15 19:31:48 +00:00
-
d43d96bb28
Fix typo in cactus helmet description, closes #91
stujones11
2017-03-15 18:57:35 +00:00
-
7a980a6717
Fix missing sfinv page background images, closes #90
stujones11
2017-03-12 20:34:01 +00:00
-
fc3fcea4b7
Bump version to 0.4.8
stujones11
2017-03-12 19:14:32 +00:00
-
b59464de88
Improve skin mod preview support
stujones11
2017-03-12 18:23:49 +00:00
-
80024fc154
Fix security violation in player_textures mod support
stujones11
2017-03-12 17:01:04 +00:00
-
d826b53877
Use u_skins preview image as base for armor preview
stujones11
2017-03-11 21:32:31 +00:00
-
01a3425ec8
Add preview generator and update preview textures
stujones11
2017-03-11 20:02:55 +00:00
-
616d9398f2
Minor formspec improvements
stujones11
2017-03-11 19:23:08 +00:00
-
6661ec0b40
Add support for player monoids, resolves #85
stujones11
2017-03-10 19:09:11 +00:00
-
ca1cf6bfeb
Fix inconsistency with cactus boots, closes #89
stujones11
2017-03-10 18:09:28 +00:00
-
8f5ffeb384
Shields: Remove registration delay, closes #88
stujones11
2017-03-10 18:05:16 +00:00
-
ca79d39688
Armor stand: Improve TNT effects, closes #55
stujones11
2017-03-08 19:36:30 +00:00
-
8b8a554ff7
Add support for sfinv
rubenwardy
2017-02-16 00:10:19 +00:00
-
3df7802439
added new torch fire nodes
tenplus1
2017-03-06 19:06:08 +00:00
-
19e297a2e8
Update inventory_plus formspec style
stujones11
2017-03-03 17:59:31 +00:00
-
190614d47b
Fix potential bug with new bone location method
stujones11
2017-02-24 23:00:03 +00:00
-
37b10d1cee
Remove redundant code
stujones11
2017-02-24 22:45:23 +00:00
-
4b45f85687
Improve bones locating and fallback, fixes #84
stujones11
2017-02-24 22:32:27 +00:00
-
a5b650285b
beter smart_inventory integration
Alexander Weber
2017-02-20 17:05:27 +01:00
-
26212fb3e4
Add new armor textures by @daviddoesminetest
stujones11
2017-02-19 19:33:10 +00:00
-
4829445d12
Update style of default armor formspec
stujones11
2017-02-15 19:37:35 +00:00
-
4d3b219e7d
add smart_inventory support
Alexander Weber
2017-02-12 23:30:28 +01:00
-
81ffdaa6a7
Improve armor stand selection box
stujones11
2017-02-15 18:25:49 +00:00
-
ba62febdee
Armor stand, check protection and ignore, ignore
stujones11
2017-02-08 20:57:42 +00:00
-
8939a0dd43
Armor stand hidden nodes use copy of pos vector
stujones11
2017-02-08 19:32:42 +00:00
-
c691f3e219
Prevent building over armor stands
stujones11
2017-02-08 18:26:15 +00:00
-
bf9ba59c0f
Merge branch 'tobyplowy-master'
stujones11
2017-01-25 19:49:52 +00:00
-
-
75f808131c
New armorstand mapping
Toby plowy
2017-01-22 17:31:39 +01:00
-
-
b88f946929
Bump version to 0.4.7
stujones11
2017-01-11 19:36:51 +00:00
-
c63376b523
Improve hazmat-suit documentation, closes #72
stujones11
2017-01-11 19:27:50 +00:00
-
c070dfb19f
Include years of all licenses
stujones11
2017-01-11 19:15:06 +00:00
-
4b70580ce4
Update licensing information
stujones11
2017-01-08 18:54:24 +00:00
-
65b6d58580
Prevent armor damage when using /killme command
stujones11
2016-12-07 19:24:00 +00:00
-
98786fd8f7
Add killme command to replace old kill command
stujones11
2016-11-27 17:18:08 +00:00
-
9105e8403e
Merge pull request #62 from paly2/kill_chatcommand_privs
stujones11
2016-11-27 16:50:03 +00:00
-
-
6b2e3adc00
Bump version to 0.4.6
stujones11
2016-11-27 16:12:43 +00:00
-
c9001f9e53
Rebase armor model, armature and UV fixes
stujones11
2016-11-27 16:11:51 +00:00
-
cc25d6be13
Merge pull request #66 from diogo-gomes/develop
stujones11
2016-08-21 17:52:03 +01:00
-
-
f557c4d69e
Add table of contents to README.md
Diogo Gomes
2016-07-25 14:48:52 +01:00
-
-
456c84e93e
Merge pull request #65 from everamzah/fixbones
stujones11
2016-07-22 17:51:06 +01:00
-
-
0157ebd683
Try harder to add armor to bones
James Stevenson
2016-07-22 10:46:05 -04:00
-
-
c39f838893
Fix a mistake in the kill chatcommand
Pierre-Adrien Langrognet
2016-06-17 18:29:43 +02:00
-
862deff373
Add "ban" privilege for kill chatcommand
paly2
2016-06-17 16:08:50 +02:00
-
-
ac414d3df3
Remove admin shield from creative inventory
stujones11
2016-05-27 19:51:04 +01:00
-
3cf6887abd
Fix undeclared global error in hazmat_suit
stujones11
2016-05-18 19:41:39 +01:00
-
b14db3c43c
Add missing placer param to locked armor stand, fixes #59
stujones11
2016-05-11 22:19:13 +01:00
-
8f8c6c6bfa
Merge pull request #56 from Thomas--S/patch-2
stujones11
2016-05-11 19:46:48 +01:00
-
-
54ec4b3cef
Fix typo
Thomas--S
2016-05-11 19:25:59 +02:00
-
-
32e87ee543
More armor stand fixes
stujones11
2016-05-04 18:26:24 +01:00