3081 Commits

Author SHA1 Message Date
dependabot-preview[bot]
2600d91f2f
Bump mods/mysql_auth from 67dc261 to d9fecd3 (#545)
Bumps [mods/mysql_auth](https://github.com/MinetestForFun/mysql_auth) from `67dc261` to `d9fecd3`.
- [Release notes](https://github.com/MinetestForFun/mysql_auth/releases)
- [Commits](67dc261bd0...d9fecd3b16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-07 18:02:16 -05:00
dependabot-preview[bot]
65cce1ad84
Bump mods/stacktraceplus from 37f9b83 to f3e24df (#552)
Bumps [mods/stacktraceplus](https://github.com/MinetestForFun/stacktraceplus) from `37f9b83` to `f3e24df`.
- [Release notes](https://github.com/MinetestForFun/stacktraceplus/releases)
- [Commits](37f9b83b77...f3e24df3c1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-07 18:01:32 -05:00
dependabot-preview[bot]
794b6accf3
Bump mods/mysql_base from 124bdb7 to 00a0c88 (#555)
Bumps [mods/mysql_base](https://github.com/MinetestForFun/mysql_base) from `124bdb7` to `00a0c88`.
- [Release notes](https://github.com/MinetestForFun/mysql_base/releases)
- [Commits](124bdb7401...00a0c881a2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-07 17:49:43 -05:00
David Leal
4d2e0bd2a7
Update all MinetestForFun mods (#540) 2019-10-23 22:07:13 -05:00
BUISSON-DEBON Quentin
26963642d7 [name_restriction] Tweak the world file 'forbidden_names'
Don't disallow anymore darcidride/Darcidride username ! (my username) :)
2018-07-24 00:43:46 +02:00
LeMagnesium
6ab9adf55c
[mobs] Prevent crash when on_blast returns nil 2018-02-10 22:33:58 +01:00
LeMagnesium
3189da0e3e
[whoison] Handle empty deserialized data 2018-02-10 21:54:26 +01:00
LeMagnesium
33c7bad24e
[whoison] Handle missing lastseen 2018-02-10 21:20:54 +01:00
LeMagnesium
c22c10047f
[World] Enable mysql_base on the server 2018-02-10 20:22:16 +01:00
LeMagnesium
e0bf0f2324
[default] Make books work on 0.4.15 again
- Check for the presence of new API before using it
 - For #536
2018-02-10 14:38:21 +01:00
LeMagnesium
408183c6e7
[mobs] Handle on_blast correctly on chests & bones
- Handle chests and bones returning a list of elements to
   be dropped after calling on_blast from fireball explosions.
2018-02-09 21:34:43 +01:00
LeMagnesium
259ef361f4
[minetest.conf] Give mysql cfgfile to mysql_base 2018-02-06 21:13:26 +01:00
LeMagnesium
9b4198e020
[mysql_base] Add mysql_base 2018-02-05 22:44:04 +01:00
LeMagnesium
5550bfc09d
[mysql_auth] Update in order to load correctly 2018-02-04 20:30:31 +01:00
aerozoic
1fadc56e19
update IRC info 2017-12-29 12:30:40 -05:00
LeMagnesium
12ee8c9dc9
[unified_inventory] Don't leave on enter
- Fix #535
 - Thanks for @crabman77 for pointing out the code, and @minetest-technic team for making the original changes
 - Add the necessary flag in the formspec generator code so that we do not leave the formspec upon pressing enter
2017-11-18 18:38:48 +01:00
LeMagnesium
27a7195c52
[default & nether] Update book handling functions
- In sight of MinetestForFun/server-minetestforfun-skyblock#217
 - default/craftitems.lua : Merge changes made to the book and how it is handled ; updates
 - nether/nether/guide.lua : I don't remember ever modifying it but it was there and modified and it worked so wowie
2017-09-06 21:48:27 +02:00
ObaniGemini
e13fb99494 Remove other_things (moved to another repo)
This is a step to reorganization
2017-07-23 19:29:20 +02:00
LeMagnesium
7839c16b42 [moretrees] Drop default's j-tree from moreores'
- This way moretrees can generate correctly using its own node, but it drops the normal jungle tree when it's dug
2017-07-20 18:56:35 +02:00
BUISSON-DEBON Quentin
8cf808ea83
update worldedit and fix a possible hack 2017-05-14 22:41:16 +02:00
LeMagnesium
9ff9dfd76a
[runes] Undo amulets' mana bonus upon leaveplayer
- Runes: Remove the amulets' mana bonus when a player leaves so that
   mana's maxmana value saved for the player (future basemana) doesn't
   already include an amulet bonus
2017-04-24 13:30:31 +02:00
crabman77
8d2683b94b fix crash si class on_update() not defined
fix wrong stamina value to hunter
remove old call of function, moved to assign api
2017-04-20 02:22:17 +02:00
crabman77
c9b5199e97 update tsm_pyramids, add new chest with timer to refill and remove file to save chest pos used to refill
add abm to replace old chest
add maptools in depends.txt
fix indentations
2017-04-20 00:46:48 +02:00
Darcidride
d1a7ed5ee6 Huge update of news.txt
Very later, but here.. sorry :)
2017-04-20 00:18:28 +02:00
LeMagnesium
3035e9660e
[mff_pclasses] Remember to remove hunter bonus
- MFF PClasses : Remove hunter armor bonus upon unassigning
2017-04-20 00:05:26 +02:00
LeMagnesium
1191a57374
[runes] Fix amulets' bonuses not being removed
- Runes : Fix a bug that made the amulets' bonuses in maximum mana
   never disappear even after the amulet(s) had been removed
2017-04-19 23:58:33 +02:00
LeMagnesium
8c0a0a5547
[pclasses & mff_pclasses] Misc. fixes
- PClasses : Fix adventurer to not reset stats
 - MFF PClasses : Fix hunter to flush bonus ownership data upon leaving
   the game
2017-04-19 23:57:30 +02:00
LeMagnesium
f6341038af
[mff_pclasses] Stop using asbolute stats values
- Stop using absolute stats values for stamina and manamax when you can
   add/subtract in on_assign and on_unassign
 - Use on_update for hunters to determine whether or not to add the
   sprint bonus from the full reinforced leather armor set
2017-04-19 23:37:33 +02:00
LeMagnesium
b0ba6a7956
[pclasses & mff_pclasses] Use implicit on_update
- After executing on_unassigned and on_assigned, implicitly call
   on_update (or add a dummy on_update for assigning if there is none)
2017-04-19 22:05:48 +02:00
crabman77
126ce0d7e4 fix wrong stamina value of wizard class 2017-04-19 21:51:19 +02:00
crabman77
ee58c4930f improve pclasses to fix class stats don't change on equip/unequip/destroy armor 2017-04-19 21:51:16 +02:00
crabman77
5786374fe3 fix nodes have not footstep sound 2017-04-12 20:34:59 +02:00
crabman77
24e1904ffe add stats(speed,jump,gravity) in 3d_armor formspec 2017-04-09 16:12:45 +02:00
crabman77
86f8995530 Merge pull request #532 from sys4-fr/pipeworks_fix_connected_chests
Fix server crash if filter-injector placed on the right of a connected chest is punched
2017-04-09 16:07:47 +02:00
sys4-fr
f48bad74e1 improve connected_chests fix for injector 2017-04-09 14:15:22 +02:00
sys4-fr
5c7d2ea9fa check if fromnode is not nil before apply connected_chests fix 2017-04-09 12:32:03 +02:00
sys4-fr
1a7c63f6bd Fix server crash if filter-injector placed on the right of a connected chest is punched 2017-04-09 03:49:24 +02:00
crabman77
84e858fccf add new mod player_physics and update sprint and 3d_armor to use player_physics 2017-04-07 23:18:55 +02:00
crabman77
cfd80c090c add armors definitions (speed, jump) to set physics 2017-04-02 01:17:51 +02:00
Darcidride
4c8b68b6f8 Disable is_snow 2017-03-27 15:24:44 +02:00
crabman77
11d89ab4ad fix light_source warning, register_node function rewrite light_source to LIGHT_MAX(14) when is greater than LIGHT_MAX
fix use of old var LIGHT_MAX to default.LIGHT_MAX
2017-03-17 02:29:53 +01:00
sys4-fr
4728a5fafd Fix craft recipe of mesecons_microcontroller:microcontroller0000 - Issue https://github.com/MinetestForFun/server-minetestforfun/issues/528 (#530) 2017-03-13 18:32:12 +01:00
crabman77
6fd2c789a6 fix mobs explode instantly, issue https://github.com/MinetestForFun/server-minetestforfun/issues/509 2017-02-26 23:35:32 +01:00
Gael-de-Sailly
856de65a3f Update mapfix
and make a submodule
2017-02-22 18:44:25 +01:00
crabman77
62fbe19f10 new special spawning,spawn only if there are no others of the same type(limited with max), fix issue https://github.com/MinetestForFun/server-minetestforfun/issues/524 2017-02-21 11:55:37 +01:00
crabman77
03bd2fa529 update submodules irc and fishing 2017-02-21 00:46:17 +01:00
crabman77
cff8ee1aae fix bug if detach player whithout set entity.driver=nil 2017-02-19 18:45:33 +01:00
cessna151
6ce526a30a add irc bot names to forbidden names list 2017-02-02 16:32:42 -05:00
Darcidride
027240d620 Balance the mummy mobs
- Reduce by 2 points the armor
- Reduce by 5 the spawn rate
- Increase the papyrus loots
- Increase the damages taken by lava and light
2017-01-30 18:30:45 +01:00
crabman77
67dcb3f25f remove dropondie and replace by bones mod 2017-01-24 18:40:12 +01:00