1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-22 12:40:17 +02:00
Commit Graph

3112 Commits

Author SHA1 Message Date
sys4-fr
c1483ee527 Merge branch 'master' into NALC2 2017-05-03 21:50:25 +02:00
sys4-fr
51d447e17c Merge remote-tracking branch 'upstream/master' 2017-05-03 21:49:34 +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
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
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
126ce0d7e4 fix wrong stamina value of wizard class 2017-04-19 21:51:19 +02:00
ee58c4930f improve pclasses to fix class stats don't change on equip/unequip/destroy armor 2017-04-19 21:51:16 +02:00
sys4-fr
c244ba612c Merge branch 'master' into NALC2 2017-04-14 23:00:37 +02:00
sys4-fr
7eb4e8cd96 Merge remote-tracking branch 'upstream/master' 2017-04-14 23:00:14 +02:00
sys4-fr
e112cd3867 Fix superquarry.lua file 2017-04-14 22:57:44 +02:00
sys4-fr
cc86e42a5b Fix nalc mod 2017-04-14 22:44:06 +02:00
sys4-fr
ef69f1d88c Add superquarry machine (made by Cyberpangolin) 2017-04-14 22:40:27 +02:00
sys4-fr
4cbd20d9fd Update autocrafter from pipeworks to be digilinized 2017-04-14 22:32:13 +02:00
5786374fe3 fix nodes have not footstep sound 2017-04-12 20:34:59 +02:00
sys4-fr
33254934b7 Make technic dusts for silver, tin, mithril to work. 2017-04-12 03:25:52 +02:00
sys4-fr
1071331ebe Fix player_effects call from witchcraft mod
Reindent code
2017-04-10 03:28:54 +02:00
sys4-fr
f44faa23f1 Merge branch 'crabman77-3d_armor_stats' into NALC2 2017-04-10 01:19:21 +02:00
sys4-fr
10b2a8bd70 Merge branch '3d_armor_stats' of https://github.com/crabman77/minetest-minetestforfun-server into crabman77-3d_armor_stats 2017-04-10 01:19:00 +02:00
sys4-fr
febb92573b Merge branch 'master' into NALC2 2017-04-10 01:14:51 +02:00
sys4-fr
29cd5df980 Merge remote-tracking branch 'upstream/master' 2017-04-10 01:14:00 +02:00
24e1904ffe add stats(speed,jump,gravity) in 3d_armor formspec 2017-04-09 16:12:45 +02:00
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
f83eb0576b remove old deprecated minetest.env: 2017-04-09 16:03:40 +02:00
83d399c0be fix space 2017-04-09 15:57:38 +02:00
404bc30091 update witchcraft with new player_physics changes
add stats(speed, jump, gravity) in 3d_armors formspecs
2017-04-09 15:51:57 +02:00
sys4-fr
09d73bb968 Merge branch 'pipeworks_fix_connected_chests' into NALC2 2017-04-09 14:22:58 +02:00
sys4-fr
f48bad74e1 improve connected_chests fix for injector 2017-04-09 14:15:22 +02:00
sys4-fr
5470c37940 Merge branch 'master' into NALC2 2017-04-09 13:00:29 +02:00
sys4-fr
507576e7da Merge remote-tracking branch 'upstream/master' 2017-04-09 12:57:36 +02:00
sys4-fr
7d66384514 Merge branch 'pipeworks_fix_connected_chests' into NALC2 2017-04-09 12:48:57 +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
cd1b2e1ba7 Merge submodule unifieddyes into mods directory 2017-04-09 11:09:32 +02:00
sys4-fr
a2dd80356d Fix digiline filter injector 2017-04-09 11:02:48 +02:00
sys4-fr
6148ce55b8 Merge branch 'pipeworks_fix_connected_chests' into NALC2 2017-04-09 10:59:20 +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
84e858fccf add new mod player_physics and update sprint and 3d_armor to use player_physics 2017-04-07 23:18:55 +02:00
sys4-fr
195f6173d0 Fix usage of splash potions from witchcraft 2017-04-05 15:36:06 +02:00
sys4-fr
9417e3335d Merge branch 'crabman77-fix_physics' into NALC2 2017-04-05 10:31:58 +02:00
78b3ae7cde fix bad physics(conflicts, many mods rewrites physics in step)
fix witchcraft and sprint physics
remove blankspaces
2017-04-04 22:47:29 +02:00
sys4-fr
b000b6f2b4 Merge submodule witchcraft into mods directory 2017-04-04 01:34:26 +02:00
sys4-fr
aa32feff2c Add cotton mod
Update submodule unifieddyes
2017-04-03 19:02:51 +02:00
sys4-fr
d9fe75b0e6 Merge branch 'master' into NALC2 2017-04-03 16:34:56 +02:00
sys4-fr
255064a689 Merge remote-tracking branch 'upstream/master' 2017-04-03 16:29:35 +02:00
cfd80c090c add armors definitions (speed, jump) to set physics 2017-04-02 01:17:51 +02:00