Commit graph

19 commits

Author SHA1 Message Date
ksandr d4a450cd5b
Update minetest.setting_getbool to minetest.settings:get_bool (#6) 2021-07-12 07:24:30 -07:00
LoneWolfHT d7f6dc7c06
Add ranged damage group to guns and crossbow
* Add ranged damage group to guns

* Add ranged and crossbow group to crossbow
2020-07-01 11:42:17 -07:00
ANAND 3d7ad1a6bc
Crossbow: Pass player as puncher instead of arrow object 2020-05-13 17:38:45 +05:30
stujones11 2a68881248 Use per-player camera height 2019-04-02 15:38:23 +01:00
stujones11 b8e9048b94 Replace deprecated moveto call 2019-03-23 20:55:44 +00:00
stujones11 e76fa31ae3 Improve screenshot, correct aspect ratio 2019-03-23 20:55:44 +00:00
stujones11 4a9bf8fc6e Add individual screenshots and some doc fixes 2019-03-23 20:55:44 +00:00
stujones11 d1e1dcc1d6 Remove hard mod dependencies other than default 2019-03-23 20:55:44 +00:00
stujones11 7ff1b99b8b Add modpack.conf and remove deprecated files 2019-03-23 20:55:44 +00:00
stujones11 cf6122ca0c Improve config loading and other fixes 2019-03-23 20:55:44 +00:00
stujones11 2a0b7808a1 Code tidy, add .luacheckrc
Improve callbacks
2019-03-23 20:55:42 +00:00
stujones11 fde2b72a68 Update license and include source headers
Pass a deep copy of gunspec instead of a direct reference

Fix Lua style multi-line comments :/

Fix flaregun dependencies

Add mod.conf and description files plus some readme fixes
2019-03-23 20:55:40 +00:00
stujones11 18e22a38fb Allow particle effect overrides in gun spec 2019-03-23 20:55:38 +00:00
stujones11 e415b0b9cc Use dot notation for api methods, closes #18 2019-03-23 20:55:38 +00:00
stujones11 cff296d70b Crossbow improvements
Update turret mod

Fix undeclared global in blast function

Update rockets and grenades

Update grapple hook and flares

Unlink model textures
2019-03-23 20:55:35 +00:00
stujones11 49d6fe5741 Use minetest.raycast 2019-03-23 20:55:34 +00:00
doyousketch2 075cbe2e52 Update crossbow.lua
shooter_"..name..".png  was in there twice
2019-03-23 20:55:34 +00:00
stujones11 83c60c85ff Deprecate global config variables 2019-03-23 20:55:32 +00:00
BrunoMine edb19cf061 Separate weapons and API
Use less generic mod names to avoid conflicts
2019-03-23 20:55:27 +00:00