Commit graph

113 commits

Author SHA1 Message Date
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
BrunoMine 79cfae5dad API documentation
Add reload item definition

Add unloaded item
2019-03-23 20:55:32 +00:00
stujones11 83c60c85ff Deprecate global config variables 2019-03-23 20:55:32 +00:00
stujones11 347a8807bf Auto remove outdated turret entities 2019-03-23 20:55:32 +00:00
stujones11 a310d0338a Move common sounds to main shooter mod 2019-03-23 20:55:30 +00:00
BrunoMine edb19cf061 Separate weapons and API
Use less generic mod names to avoid conflicts
2019-03-23 20:55:27 +00:00
stujones11 0533d52142 Declare flare particle id before use, fixes #20 2016-09-25 17:48:21 +01:00
stujones11 7349be8ab5 Merge pull request #19 from FozLand/suicide
Set puncher to the user for grenades/rockets.
2016-09-24 14:42:34 +01:00
Foz 312dc0e8b5 Set puncher to the user for grenades/rockets.
Previously, on_punch() indicated that victims of grenades and rocket launcher
attacks were punching themselves.
2016-09-23 23:19:19 -04:00
stujones11 5ad8b94831 Simplify turret operator attachment, fixes #11 2016-03-30 19:04:12 +01:00
stujones11 f0f6f48161 Add support for mod managers 2016-03-25 20:49:55 +00:00
stujones11 be020576aa Fix crossbow backfiring in multiplayer mode 2016-01-06 19:08:03 +00:00
stujones11 bf271c69b1 Convert positional sounds to Mono 2016-01-02 15:49:01 +00:00
stujones11 bb521f41c4 Tweak blast radius of rocket and grenade 2015-12-16 18:18:23 +00:00
stujones11 22b51cea14 Add auto configuration for all simple mobs derivatives 2015-09-11 19:08:11 +01:00
stujones11 40d5de6b1f Add crosshair.png to .gitignore, resolves #8 2015-04-26 13:00:29 +01:00
stujones11 b4d90f4784 Stop arrows when striking other entities 2015-03-14 19:55:46 +00:00
stujones11 f76d746b75 Allow per world mod configuration 2015-02-19 19:37:51 +00:00
stujones11 656b6155a5 Use dye.basecolors only if it's available 2015-01-30 22:57:33 +00:00
stujones11 2d7de82f8d Hardcode dye base colors 2015-01-30 21:49:40 +00:00
stujones11 3539ebeed0 Play reload sound when loading prefered arrows 2015-01-30 19:44:52 +00:00
stujones11 12362a21e2 Prefer arrow in next slot to the crossbow 2015-01-30 18:45:12 +00:00
stujones11 83f029c0d3 Bump version to 0.5.3 2015-01-25 18:45:36 +00:00
stujones11 70bbdb4fa2 Fix compatibility with other mob mods 2015-01-25 18:42:09 +00:00
HybridDog 26beddca61 Admin has super weapons 2015-01-25 18:23:25 +00:00
stujones11 a6f3caeaf5 Add coloured arrows 2015-01-25 17:28:00 +00:00
HybridDog dc86ef4ecb Preparation for coloured arrows 2015-01-24 20:07:45 +00:00
stujones11 ce0931db76 Fix typo in tool registration 2014-10-25 02:30:38 +01:00
stujones11 83b2d06af2 Make node sounds positional 2014-10-25 01:44:01 +01:00
stujones11 5da05836e7 Correct arrow craft grid 2014-10-25 00:14:48 +01:00
stujones11 a235b7e818 Bump version to 0.5.2 2014-10-24 22:15:13 +01:00
stujones11 da827ac9eb Add crossbow and arrows 2014-10-24 20:53:18 +01:00
stujones11 de408aee18 Expose shooter functions to global namespace and some tweaks 2014-10-24 20:22:51 +01:00
stujones11 fad87d1ed3 Don't place tnt:boom when SHOOTER_ENABLE_BLASTING = false 2014-10-01 22:27:10 +01:00
stujones11 a98c348cab Remove some leftover debug code 2014-10-01 21:43:44 +01:00
stujones11 658bd4d5b0 Bump version to 0.5.1 2014-10-01 20:46:29 +01:00
stujones11 4b34151f1d Add basic protection support 2014-10-01 20:43:33 +01:00
stujones11 c8dd9aa002 Add additional credits to LICENSE.txt 2014-07-27 21:51:55 +01:00
stujones11 86127b0c6e Fix disappearing HP bar bug caused by set_hud_flags 2014-07-27 18:25:51 +01:00
stujones11 eba57b4152 Make explosions respect SHOOTER_ALLOW_NODES setting 2014-07-27 17:35:12 +01:00
stujones11 da6d0640e9 Merge pull request #1 from PenguinDad/master
Use moveto rather than setpos for the grappling hook. This makes the mov...
2014-07-27 15:56:53 +01:00
PenguinDad 0f4d8f18e3 Use moveto rather than setpos for the grappling hook. This makes the movement while using the grappling hook look more realistic to other players. 2014-07-26 23:52:59 +02:00
stujones11 72e87d3b2a Version 0.5.0 - Lots of new stuff 2014-07-26 21:18:10 +01:00
stujones11 63e523e9ef Add missing ammo pack texture 2014-07-09 20:28:04 +01:00
stujones11 9f5ad5cc20 Update README.txt 2014-06-29 22:56:08 +01:00
stujones11 6aa5eecff5 Fix missed instance of rifle misspelling 2014-06-29 21:34:08 +01:00
stujones11 a66d856d83 Bump version to 0.4.1 2014-06-29 21:30:54 +01:00
stujones11 272061541a Add a simple ammo system and fix misspelling of rifle 2014-06-29 21:28:09 +01:00