Commit Graph

28 Commits (f1ff77133a565869d5a91872e570e6db6b13f8ee)

Author SHA1 Message Date
mckaygerhard f1ff77133a place_node crashes the game because of nil player, so add nil checks
* Fix for runtime error in callback `item_OnPlace()` due nill player/placer
* This is for forward preparation on minetest 5.X with backguard compatibility
* related to #39
* related to https://codeberg.org/minenux/minetest-game-adventuretest/issues/39
* related to https://github.com/Bremaweb/adventuretest/issues/39
* update NOTES.md with related fixed about MT 5.X migration
2023-01-13 08:32:39 -04:00
BadToad2000 93b57256af Fix right-click on town plot markers.
Additionally:
- address some deprecated procedure calls.
- ensure doors are not "group:wood" (only planks are used in crafting, and tidies crafting guide)
2016-07-25 14:36:38 -05:00
BadToad2000 e18250bcda Merge remote-tracking branch 'main/master' into shift_click
Updating with bremaweb changes.
2016-07-23 00:25:18 -05:00
BadToad2000 b68b1a70b0 More listring changes. 2016-07-23 00:24:54 -05:00
Brandon 1e6ced3782 Add icons to mobs, randomseed experiment 2016-07-15 18:43:29 -05:00
Brandon 93777a886c Random spawning around origin 2016-07-11 22:52:47 -05:00
Brandon 43cede2ff9 Fix crash when gaining experience for digging ores. fixes #36 2016-07-06 09:36:22 -05:00
Brandon 63c4d22865 Fix spawning in solid blocks closes #34 2016-07-02 14:10:45 -05:00
Brandon d8e87a8775 Limited health 2016-06-03 22:33:11 -05:00
Brandon 0f686c981e Give leveling experience for mining and building 2016-06-03 21:56:34 -05:00
Brandon 26146c84e7 I think this commit is forced because I had to reload everything from backup... 2016-05-06 13:12:41 -05:00
Brandon 87187f9c12 Call villages mapgen from register_functions.lua for more control on when in the mapgen process villages are generated 2015-12-25 23:38:52 -06:00
Brandon e69f7b2933 Attempted optimizations 2015-12-03 22:22:04 -06:00
Brandon 0b6844aa8d Allow above ground dungeons, update mg_villages & cottages 2015-11-29 14:19:23 -06:00
Brandon ba75b2a36f Add ABM Limiter, Remove plants_lib and on_generated calls for farming and flowers 2015-11-28 11:15:21 -06:00
Brandon f23fc8fb8c New player data storage method 2015-09-07 01:25:16 -05:00
Brandon 3dd9166e7f Dig / placing experience formula change 2015-08-30 14:58:27 -05:00
Brandon 43564fca26 Merge pull request #22 from asl97/patch-2
Decrease experience gained for mining and building.
2015-08-27 15:42:52 -05:00
Brandon 23617c6d82 Fix error when enable_damage is off 2015-08-27 15:39:04 -05:00
asl97 d1c824e373 Fixed excessive xp generation
this slowly decrease the amount of exp rewarded as the amount get higher
2015-08-27 04:11:55 +08:00
Brandon 997843977c Add player stats, remove lifetimer from some NPCs 2015-08-18 23:32:28 -05:00
Brandon d0314fa5d7 Fix energy depletion on respawn 2015-07-29 23:59:28 -05:00
Brandon fab18119f7 Bug fixes 2015-07-25 00:14:32 -05:00
Brandon 983b60ba78 If sethome fails run mg_villages spawnplayer function 2015-07-21 23:00:12 -05:00
Brandon e827c4799b Update affects api, add jungle spider, other random minor updates 2015-07-21 22:44:35 -05:00
Brandon 76f76cc2e6 Switch to mgv7, add mg_villages, add magic flower, finish potion textures, remove moretrees 2015-07-18 15:15:49 -05:00
Brandon 7eaa6649b7 Removed Ambience, and I think since I moved the respository on my system it's marking a lot of stuff as modified 2015-07-06 12:07:39 -05:00
Brandon 74fe55ea09 Optimizations, fix global variable warnings, update doors mod 2015-06-26 17:12:10 -05:00