Commit Graph

2361 Commits

Author SHA1 Message Date
LeMagnesium 6a18c52988
[irc_modpack] Update 2016-08-21 00:35:30 +02:00
LeMagnesium de7e806425
[mff_classic] Fix missing ':' 2016-08-21 00:33:37 +02:00
Dorian Wouters 5f17957058
Move our [default] edits to mff_classic, alias nodes 2016-08-20 21:19:10 +02:00
crabman77 6d5a0d1056 remove old furnace abm, rewrite locked furnace based on new furnace with node timer
fix issue https://github.com/MinetestForFun/server-minetestforfun/issues/478
2016-08-20 18:26:07 +02:00
crabman77 c3bdf8724b added missing textures, change textures name due to replaced carts to boost_carts 2016-08-20 12:06:28 +02:00
Dorian Wouters cd5ffc28d5
Move [stacktraceplus] to mods/ 2016-08-19 16:40:46 +02:00
LeMagnesium ca10667a1f
[rofl] Clean up the mod for #505 2016-08-18 19:10:19 +02:00
LeMagnesium 34fc56aecc
[_misc] Use rightclick to place young trees 2016-08-16 21:00:40 +02:00
Coethium 971c17af16 [Hunger] global_step to timer #179 2016-08-16 17:36:37 +02:00
Coethium 453ea91778 [HUDBars] Only one main loop needed (step timer)
IRC @Mg Comment
2016-08-16 02:07:59 +02:00
crabman77 fcd3368cfd remove old aliases for jumping mod(re-added) 2016-08-15 16:52:58 +02:00
Coethium a5ea62d1ac [HUDBars] Tick set to 0.5s
Discussed with crabman on irc
2016-08-15 01:39:25 +02:00
Coethium d711635d92 [HUDBars] Convert globalstep to minetest.after for #179 2016-08-15 01:18:55 +02:00
crabman77 3edb2a6c65 RE-disable wardrobe 2016-08-14 16:21:51 +02:00
Dorian Wouters a61cd3bc3d
Move minetest.rotate_node override to a pre-default _misc init 2016-08-14 15:11:40 +02:00
Dorian Wouters 947b301456
Move minetest.rotate_node() edit to [_misc]
DON'T edit mods directly if it's possible to override them, or if
the edit has no relation to that specific mod (which was the case).

This reverts commit 3752bf2e64.
2016-08-14 11:31:58 +02:00
crabman77 2394483dc9 update md5.lua (md5sum bug, wrong/no md5 with big data)--> fix news don't show when updated 2016-08-14 01:53:19 +02:00
LeMagnesium bf5c90d116
[_misc] Check protection when spawning young trees 2016-08-13 00:38:26 +02:00
LeMagnesium 9cce34f4d8
[_misc & bushes] Move changes over to _misc 2016-08-12 23:35:15 +02:00
LeMagnesium 2a42871ad9
[bushes] Add young tree seed; fix #465 2016-08-12 23:01:39 +02:00
Darcidride 988318b88d Small typo fix 2016-08-12 14:04:01 +02:00
Coethium 2244c7498b [Carts] Only the driver can punch 2016-08-11 22:43:25 +02:00
Coethium dce8163a9c [Carts] Stops the cart when we leave it 2016-08-11 22:22:10 +02:00
Dorian Wouters 7dc761ad6b
Enable mod profiling 2016-08-10 22:00:35 +02:00
Dorian Wouters ab71609bad
[default] Upate to upstream, move some edits out to [_misc] 2016-08-10 21:58:17 +02:00
LeMagnesium 333c57bbeb
[runes] Remove popper rune and add prankster glyph
- Remove that useless call to `minetest.register_on_globalstep` in mods/runes/handlers.lua, and with it the popper rune, to replace it by a glyph
 - For #179
2016-08-09 20:26:09 +02:00
Coethium ce5460a187 Reduce a little the carts max_speed
#501
2016-08-09 18:34:37 +02:00
Coethium a6afae440f All-in-one patch (see ext description)
* Removed PilzAdam's carts
* Replaced by SmallJoker's Boost_cart
(https://github.com/SmallJoker/boost_cart)
* Modified to fully replace carts
* Modified for MFF :
- desactivate mesecons
- power_rail: accelerate, max_speed set in init.lua
- brake_rail: deccelerate, min_speed set in init.lua (so the cart
doesn't stop and runs at very low speed)
- default:rail / rail_cooper : no friction, keep the current speed
- no collision (avoid the "walled_in" bug)
2016-08-08 15:01:43 +02:00
Coethium eb056f88bb Restore cart speed to 3*walk_speed 2016-08-08 14:56:40 +02:00
LeMagnesium 1bbec248e2
[maze] Update 2016-08-03 23:42:09 +02:00
LeMagnesium 7e8d318596
[snow] Remove unused ABMs 2016-08-03 22:59:55 +02:00
LeMagnesium f3001afa7b
[action_timers] Convert globalstep to minetest.after for #179 2016-08-03 18:48:31 +02:00
LeMagnesium 66c55825e8
[tsm_pyramids] Convert globalstep and clean variables for #179 2016-08-03 18:36:27 +02:00
LeMagnesium 7bf6c9e16e
[random_messages & pipeworks] Change globalsteps, remove variables
- For #179
2016-08-03 18:31:00 +02:00
LeMagnesium e538a7a152
[pipeworks] Remove one call to `register_globalstep` for #179 2016-08-03 18:17:51 +02:00
LeMagnesium 9d7ea82280
[pipeworks] Update with digiline support 2016-08-03 18:17:04 +02:00
LeMagnesium b769c03b62
[snow] Update 2016-08-03 18:05:28 +02:00
LeMagnesium 7f2f0088ef
[biome_lib] Update 2016-08-03 17:44:37 +02:00
crabman77 cdf66589e8 remove useless log(flood) 2016-08-03 14:13:32 +02:00
crabman77 0496cd14eb fix crash cart mod 2016-08-03 14:10:37 +02:00
LeMagnesium 66ab74194d [mesecons] Add back blinky fix with flags 2016-08-03 01:43:35 +02:00
LeMagnesium f8fd6f05d5
[mesecons] Update 2016-08-01 00:30:16 +02:00
Coethium e0a3d098f5 Remove cart call into rails.lua
Touring isn't used.
2016-07-31 19:47:59 +02:00
Coethium 2f7e94dbfd Cleaning some code 2016-07-28 17:28:08 +02:00
Coethium 5cc518badf Update init.lua 2016-07-27 16:24:54 +02:00
Coethium 1e6f5424ca Quick hack : no friction, no mesecon, rail_power=accelerate, rail_brake=brake 2016-07-27 16:02:21 +02:00
LeMagnesium 5ff54d87f7 [name_restrictions] Add other guest patterns 2016-07-18 18:51:35 +02:00
BUISSON-DEBON Quentin a3124f49b2
Small Mese Dragon fixes 2016-07-17 23:26:56 +02:00
LeMagnesium 09ed9098e7 [mff_pclasses] Slight modifications of class informations 2016-07-17 21:11:03 +02:00
crabman77 10a691883c fix unfinished string 2016-07-15 13:30:52 +02:00
ezamlinux 455c890861 change description hardened/reinforced leather 2016-07-15 12:45:30 +02:00
LeMagnesium 012dfa9428 [pclasses & mff_pclasses] Add some explanations
- For #473
2016-07-14 23:32:42 +02:00
Gael-de-Sailly 252f09a17f Watershed update and cleanup 2016-07-14 21:51:55 +02:00
crabman77 fae4d838ea reduce mob:dung replace_rate by 10 2016-07-14 15:25:13 +02:00
crabman77 178be5eb46 disable mushroom spawn in protected areas, issue https://github.com/MinetestForFun/server-minetestforfun/issues/483
rewrite flowers:mushroom_* hunger, breaked when moved mushroom: to flowers:
2016-07-14 15:15:34 +02:00
LeMagnesium 1385ad34bb [pclasses] Add information menus (informations not yet written)
- For #473
2016-07-13 20:20:55 +02:00
LeMagnesium 64b6a872d0 [stairs & stairplus] Fix inconsistences and #487 2016-07-11 18:11:52 +02:00
ezamlinux 6ca8cf1db6 change border top to bottom 2016-07-10 16:04:34 +02:00
LeMagnesium 4b5bf2e30c [moreblocks] Remove custom jungle items (for consistence)
- For #487
2016-07-09 19:20:38 +02:00
BUISSON-DEBON Quentin 53ee259857
Add alias for bedrock:bedrock 2016-07-06 23:49:13 +02:00
Dorian Wouters 8d335dce47
Remove [bedrock] 2016-07-06 21:09:43 +02:00
crabman77 4e378ee48f remove bad directoty 2016-07-06 15:51:18 +02:00
crabman77 f5b7ec60f0 remove bad directory(wrong name cause errors) 2016-07-06 14:36:09 +02:00
Dorian Wouters 1b1f4b56ad
u_skins: cleanup scripts, make new Python one, compress textures 2016-07-04 18:51:19 +02:00
crabman77 beb47c942f change mese_dragon offset 2016-07-04 02:00:12 +02:00
Ombridride e5521dc82b Mese dragon fixes
Ok, last bug with the mese dragon : the fireball don't hit the player, there are too y+1 or y+2 to the player colisionbox, need to add a offset
2016-07-04 01:38:26 +02:00
LeMagnesium 52e89c9299 [runes] Remove buggy junk code 2016-07-03 12:58:07 +02:00
Ombridride 7fb2c13868 Activate Mese Dragon 2016-07-02 18:52:55 +02:00
crabman77 ad63d9ed2f fix dependence 2016-07-01 19:41:43 +02:00
LeMagnesium 93139c8db7 [mff & runes] More work on wizard class : spontafire and info wand
- Add wands and scrolls to reserved items list for wizards
 - Add spontaneous inflaming (spontafire) glyph and scroll
 - Add information wand
2016-06-28 19:27:31 +02:00
LeMagnesium 326ceb6afb [_misc] Register alias for ongen pine sapling; fix #481 2016-06-27 14:25:14 +02:00
LeMagnesium 3761aa9548 [u_inv] Use steel ingots as group item for ingots
- Fix #480
2016-06-27 14:01:04 +02:00
Quentin BUISSON-DEBON 19d69f15ed Add the new Mese dragon fireball texture
+ rename the arrow of mese dragon
+ Compress textures
2016-06-23 16:05:54 +02:00
Quentin BUISSON-DEBON 526caf9acb Small typo fix about mese monster 2016-06-23 15:54:37 +02:00
Quentin BUISSON-DEBON 76b5cdf9d2 Fix mese monster & dragon spawner
+ little code improvment
2016-06-23 15:51:00 +02:00
Quentin BUISSON-DEBON 6c54859781 Add Mese Monster spawner 2016-06-23 15:38:10 +02:00
Quentin BUISSON-DEBON 67aeb43f1f Add texture to mese_dragon_spawner
(tested locally, the spawner works, need to test the texture)
2016-06-23 15:05:41 +02:00
Quentin BUISSON-DEBON 263d0e6946 Add the spawner for Mese Dragon Boss (BETA)
Need to tweak textures
2016-06-23 14:33:45 +02:00
Quentin BUISSON-DEBON 8128c2f78a Fix the Mese Dragon collisionbox and Visual Size 2016-06-23 11:41:06 +02:00
Quentin BUISSON-DEBON fc21386b1b Fix the PumpKing collisionbox 2016-06-23 11:39:28 +02:00
ezamlinux eacb5e1508 Merge pull request #479 from ezamlinux/throwing
remove ugly pixel from steel bow
2016-06-23 08:48:09 +02:00
Dorian Wouters c10258cf35
[areas] improve HUD text further 2016-06-22 23:51:38 +02:00
ezamlinux 7f3debde4b remove ugly pixel from steel bow 2016-06-22 22:10:23 +02:00
LeMagnesium 6a310d9f8d [u_inv] Add news button and icon for #474 2016-06-21 14:29:35 +02:00
ezamlinux 5079f3c35d removing 200+ skin and renaming 2016-06-21 14:07:12 +02:00
LeMagnesium bb76964df4 [shutdown] Add compatibility definition for core.colorize 2016-06-21 01:34:43 +02:00
LeMagnesium 6f5b2d4890 [snow] Reverse ineffective aliases to make them work; for #425 2016-06-20 23:51:01 +02:00
crabman77 e8ba7a8438 update minercantile submodules 2016-06-20 18:50:15 +02:00
crabman77 e01e3e670a improve text in areas mod 2016-06-20 18:33:05 +02:00
crabman77 a5c0a3cc64 update minercantile submodule 2016-06-19 18:45:23 +02:00
crabman77 cf8511b516 change icon empty if not area 2016-06-18 22:35:38 +02:00
crabman77 28a913a925 new areas systeme 2016-06-18 19:12:57 +02:00
Quentin BUISSON-DEBON e96e52f358 Remove fake_fire:flint_and_steel and add aliases
Now fire:flint_and_steel from the default "fire" mod replace the "fake_fire:flint_and_steel"
2016-06-18 15:21:09 +02:00
crabman77 6d50e91204 update minercantile submodule 2016-06-17 20:55:19 +02:00
LeMagnesium 85f95aec26 [shutdown] Change warning time for #472 2016-06-17 18:38:11 +02:00
crabman77 50c3b428d5 remove bad textures,fix issue https://github.com/MinetestForFun/server-minetestforfun/issues/455 2016-06-16 23:54:05 +02:00
crabman77 c63b13ba85 add craft for colored bag,change craft for normal bag 2016-06-16 22:54:46 +02:00
LeMagnesium b43620565d [shutdown] Update with colours and complex tick mechanism
- Messages now come with colour
 - The tick function is launched at the first second of a new minute which is determined at startup
2016-06-16 21:39:03 +02:00
Dorian Wouters 1f813060ac [news] Only display news if they've been updated & not seen yet 2016-06-16 21:28:23 +02:00
Dorian Wouters eb07b620c8 mff_quests: add very basic "either" drop chance
Will rework the drop probability system later. As of now, is non-
recursive.
2016-06-15 23:51:52 +02:00
Ombridride c89caa1def Fix new quests rewards 2016-06-15 23:38:17 +02:00
LeMagnesium 6387a54bb7 [shutdown] Fix hour detection and tick more often 2016-06-15 03:52:35 +02:00
crabman77 2d35e19932 fix typo 2016-06-15 01:31:16 +02:00
crabman77 ee4952aadd added 3 new quest 2016-06-14 21:44:41 +02:00
LeMagnesium 5f9c63e20a [minercantile] Update submodule 2016-06-14 13:39:43 +02:00
crabman77 0608dc4bda update submodule minercantile 2016-06-13 23:28:38 +02:00
crabman77 5c21331977 update submodule minercantile 2016-06-13 18:07:58 +02:00
crabman77 f24e7560c6 blinky plant stop if not player in 40 nodes dist(stop useless activations when server is empty) 2016-06-12 17:38:40 +02:00
LeMagnesium 46407b0062 [mana] Save and load data individually for each player 2016-06-12 17:27:18 +02:00
crabman77 4f00461c3c meseconify all doors 2016-06-12 02:35:39 +02:00
crabman77 e0d0b6dd3c add minercantile mod 2016-06-11 16:10:24 +02:00
crabman77 06d5335d90 fix teleport to nether don't work 2016-06-10 14:26:54 +02:00
crabman77 58d9a39312 remove duplicates code defined in other files 2016-06-10 00:44:06 +02:00
LeMagnesium caa7a6ac8e [_misc] Add crafting recipes for saplings
- For #468
2016-06-09 18:55:27 +02:00
LeMagnesium 76bc4b0330 [conf & h2omes & nether] Add nether static spawnpoint 2016-06-08 18:16:18 +02:00
LeMagnesium b1adb55c11 [moretrees] Update 2016-06-08 18:15:03 +02:00
Ombridride c5cd0c2c1d Comment the craft/uncraft recipe for old coins sytem 2016-06-07 16:50:52 +02:00
crabman77 b26a4f7325 add listring in more_chests an darkage, fix issue https://github.com/MinetestForFun/server-minetestforfun/issues/466 2016-06-07 00:29:30 +02:00
LeMagnesium c0da574545 [homedecor] Balance crafts; fixing #467 2016-06-06 20:07:55 +02:00
LeMagnesium 2932796a30 [pipeworks] Use empty tables when luaentities is nil 2016-06-04 21:10:17 +02:00
crabman77 23c47970af add new goat animation, now goat can be tamed and have children, goat give milk 2016-06-04 14:02:50 +02:00
LeMagnesium a364f64ab9 Purge the repo's other mods from moreores 2016-06-03 21:53:25 +02:00
LeMagnesium 0023e02558 [fishing] Update 2016-06-03 21:31:13 +02:00
Quentin BUISSON-DEBON ae810404a2 Compress & Re-add unified inventory textures by Obani
(It was a mistake since the last unified_inventory last merge)
2016-06-03 09:18:19 +02:00
crabman77 1f8f6595e9 remove duplicate/unused textures
use new names textures and remove old named texture(ladder -> ladder_wood)
move .blend file
2016-05-28 20:14:47 +02:00
LeMagnesium 0c8d2ac729 [mana] Convert globalstep for #179 2016-05-27 22:36:21 +02:00
LeMagnesium 8cbcf3ae74 [solarmana] Remove and set constant mana regeneration 2016-05-27 11:25:14 +02:00
LeMagnesium 216cec300e [u_inv] Move part of item_name's globalstep into a step function
- For #179
2016-05-26 20:40:00 +02:00
LeMagnesium ccc74b1b98 [3d_armor & hbarmor] Convert globalstep in armor mods
- For #179
2016-05-24 21:23:51 +02:00
crabman77 d957af5f68 remove old unused var and remove special creative server fix 2016-05-22 18:30:37 +02:00
LeMagnesium 8b02a31c12 Update from Creative's repository
- For MinetestForFun/server-minetestforfun-creative#57
2016-05-22 14:46:48 +02:00
crabman77 c9a568f2ce add function to remove old mobs -> ERROR[Server]: LuaEntity name "mobs:rat" not defined 2016-05-22 12:01:39 +02:00
LeMagnesium a10312ad63 [signs_lib] Update
- Fix #444
2016-05-21 16:39:57 +02:00
crabman77 d503aabd6d remove spawn mod--> now in h2omes
add button tp to spawn, send my pos to player, tp to player
2016-05-19 14:30:04 +02:00
LeMagnesium 25ece7f2ce [3d_armor] Remove technic's armor data 2016-05-17 01:40:34 +02:00
LeMagnesium e12cee32c5 [mesecons] Update; fix #446 2016-05-16 18:09:13 +02:00
crabman77 6e3a9352c9 replace sethome mod by h2omes, tweak unified_inventory for h2omes 2016-05-14 23:37:24 +02:00
Ombridride fdd2eb9454 Tweak homedecor's roofing
It's better for this kind of tweaks in this case to just do a "true" with a comment, for future update of the mod without mistakes
2016-05-14 20:18:33 +02:00
LeMagnesium 8c50052738 [homedecor] Fix #433 : make shingles walkable 2016-05-14 18:27:22 +02:00
LeMagnesium 546500db7d [3d_armor] Update
- Also fix a script
2016-05-13 20:33:12 +02:00
Quentin BUISSON-DEBON d854e40ff9 Reduce the blinky_plant speed and add it on minetest.conf instead of in the mod (hardset vs softset) 2016-05-12 09:02:49 +02:00
LeMagnesium 8f6ff84f4b [pipeworks & mesecons] Slow down blinky plants and vacuum tubes
- For #453
2016-05-11 22:14:58 +02:00
LeMagnesium 689e746366 [sea] Update for #445 2016-05-10 23:51:01 +02:00
crabman77 c17e2ac7a2 resize big textures, fix Deprecated formspec element "invsize" 2016-05-10 23:03:00 +02:00
Quentin BUISSON-DEBON 0b6d3e5cfa Still working on Mese Dragon integration
+ Some typo fixs
2016-05-09 16:30:00 +02:00
Ombridride c5c6ecf177 No longer need to rotate the Mese Dragon Model 2016-05-09 13:51:33 +02:00
Ombridride 6de642596f Quests description typo fix 2016-05-09 01:41:18 +02:00
crabman77 674ba660ac update submodule quest 2016-05-09 01:27:12 +02:00
BUISSON-DEBON Quentin 7dffee2201 Fix typo Mese Dragon ranged attacks 2016-05-09 00:32:18 +02:00
BUISSON-DEBON Quentin aae01b1b80 Merge branch 'master' of github.com:MinetestForFun/server-minetestforfun 2016-05-09 00:31:29 +02:00
BUISSON-DEBON Quentin 95dd151db2 Typo fix Mese Dragon Arrow attacks 2016-05-09 00:31:16 +02:00
LeMagnesium 211b127223 [3d_armor] Reactivate mithril armors 2016-05-09 00:25:43 +02:00
crabman77 790118cf67 update quest submodule 2016-05-09 00:22:32 +02:00
BUISSON-DEBON Quentin d6102fdbb9 Improved the Mese Dragon
New model, lighter than before, now in b3d (thanks to @farfadet46)
New texture (thanks to @farfadet46)
New colisionbox, maybe now it's good
2016-05-08 23:57:20 +02:00
Ombridride 4772c16f2e Some typo fixs 2016-05-08 22:25:27 +02:00
Quentin BUISSON-DEBON 434aeda865 New report informations messages 2016-05-08 15:57:31 +02:00
Ombridride dcc6901548 Fix a word :/ 2016-05-08 00:08:51 +02:00
Quentin BUISSON-DEBON b49fae2fdc Increase the quests reward/RP description and...
reduce the craft difficulty for blackmithril/reinforcedleather !
All of this for getting the server more easier.
2016-05-07 21:23:43 +02:00
LeMagnesium 3510efea08 [xban2] Update 2016-05-07 20:43:07 +02:00
LeMagnesium a253f5478d [moreblocks] Remove and alias some cut nodes 2016-05-07 20:06:18 +02:00
crabman77 95a3a28412 fix hudbars wrong textures position/size 2016-05-06 18:55:27 +02:00
crabman77 29da4843da remove texture path in .b3d file(irrlicht error)
pipework tubes don't reject items if not next tubes or space in chest(reduce lag)
2016-05-06 18:50:08 +02:00
Ombridride 3a65b90d50 Add the Mese_dragon animations 2016-05-06 02:28:02 +02:00
crabman77 117d891978 remove old file/texture/sounds lava_flan, pumba
remove rat,
add aliase rat-> chicken
fix egg inventory texture
add new texture treemonster
2016-05-05 20:02:35 +02:00
crabman77 cd118a669d fix issue https://github.com/MinetestForFun/server-minetestforfun/issues/432
place farming:trellis, farming:beanpole in area openfarming and improve
fix farming:trellis/farming:beanpole check if protected
2016-05-05 15:25:08 +02:00
Quentin BUISSON-DEBON 0f40f11030 Push first Mese Dragon Boss stats
Also add its textures, model and sounds
2016-05-05 01:18:43 +02:00
crabman77 7b6523f2a8 add message in report formspec 2016-05-04 17:26:32 +02:00
crabman77 e9d29dc779 add bow damage 2016-05-04 15:20:02 +02:00
BUISSON-DEBON Quentin 67630b4b15 New (increased) max stamina values
Adventurer : 10
Warrior : 20
Hunter without armor set : 30
Hunter with armor set : 40
2016-05-04 00:36:26 +02:00
BUISSON-DEBON Quentin 5a9fa9cf63 Delete the jukebox mod 2016-05-04 00:30:36 +02:00
BUISSON-DEBON Quentin 6b90727f7a Decrease NPC damage by 1 2016-05-04 00:07:12 +02:00
BUISSON-DEBON Quentin 02e2ab7f39 Decrease drastically spawn chance for all mobs 2016-05-04 00:03:35 +02:00
BUISSON-DEBON Quentin 01452a9bfb Decrease the mobs power
Passive mobs : Decrease health/armor/damage/run&walk speed
Agresive mobs : Decrease health/armor/damage/run&walk speed
2016-05-03 23:53:25 +02:00
BUISSON-DEBON Quentin ba8ff1670e Decrease peaceful monsters strong
(Delete Ent Boss files)
2016-05-03 23:30:14 +02:00
LeMagnesium 84d0b45c9a [moretrees & columnia] Update and fix reference to acacia tree
- For #429
2016-05-03 21:15:17 +02:00
LeMagnesium 82af19b145 [_misc] Add sand swapping recipes (desert sand <-> sand) 2016-04-27 22:50:09 +02:00
LeMagnesium e3e8de8b10 [moreores & mff_game] Fuse moreores and mff_game together 2016-04-27 16:19:14 +02:00
LeMagnesium b6ce2dacc4 [time_regulation] Update to fix crash on solo 2016-04-17 19:32:18 +02:00
LeMagnesium bd120ad481 [hudbars & bobblocks & solarmana & sprint] Prepare for 0.4.14
- For #427
2016-04-17 18:11:33 +02:00
crabman77 6b164a75da fix crash due to bad args to function
remove unused variable
2016-04-16 22:26:05 +02:00
Ombridride f038ec8284 Add a regex which disallowed "moderator" nickname 2016-04-16 22:03:59 +02:00
crabman77 833327d971 fix wrong icon name due to new colored bags 2016-04-16 21:05:00 +02:00
LeMagnesium 41db0c087e [columnia & moreblocks & moreores] Update 2016-04-15 22:34:00 +02:00
LeMagnesium f0ade73b34 [runes & default] Add charging wand to recharge glyphs
- ... And also add a missing texture in default
 - Add a charging wand with its texture to recharge runes with a player's mana
   (note: it doesn't check for ownership -yet)
2016-04-15 14:06:30 +02:00
ObaniGemini a05f04dd48 New nether guide
Much better formspecs based on original code
Reworked many sentences
2016-04-10 20:55:21 +02:00
LeMagnesium f151fa59aa [mesecons] Update luacontroller code 2016-04-10 18:47:37 +02:00
LeMagnesium de031dddf1 MinetestForFun Game : Update all (but doors)
- Everything is updated, except doors
 - Some textures are moved to other mods (removed from default, but still used by those mods)
2016-04-09 21:56:43 +02:00
LeMagnesium 9a649b77f0 [3d_armor] Update to add stand node 2016-04-08 22:19:47 +02:00
crabman77 b69f7d33e4 remove bed spawn on dig homedecor:bed 2016-04-07 18:17:14 +02:00
LeMagnesium cbb5522f05 [fences & default] Give default:fence_wood instead of fences' ones
- crafting fences will give you default:fence_wood instead of fences:fence_wood
 - default:fence_wood is in the creative inventory now ; fences:fence_wood isn't any more
2016-04-06 19:15:51 +02:00
LeMagnesium 4b655d32cc [pipeworks] Add back lag reducing fix 2016-04-06 18:28:32 +02:00
LeMagnesium edaa902d3f [pipeworks] Update and fix for #426 2016-04-06 17:50:08 +02:00
LeMagnesium f25082ad5f [snow] Implement alias between snow and default pine sapling
- Maybe solve #425
2016-04-04 19:29:51 +02:00
crabman77 93a477413d fix unknow item default:coal 2016-03-26 13:02:47 +01:00
crabman77 3c6e7ddf66 fix global var 2016-03-26 13:02:17 +01:00
LeMagnesium a6824a9d2f [mesecons] Update luacontrollers 2016-03-25 19:13:23 +01:00
LeMagnesium 3c9b2de8ef [throwing] Fix value not retrieved before being used 2016-03-22 21:49:08 +01:00
crabman77 b53d407979 fix no drop hunter bow_minotaur_horn/arbalest_auto when loaded, issue https://github.com/MinetestForFun/server-minetestforfun/issues/420 2016-03-17 22:03:07 +01:00
crabman77 9775af22f3 avoid lag if full chest, limit items to 50, remove others 2016-03-16 12:17:01 +01:00
LeMagnesium 2e6ec485b0 [runes] Add glyphs and stylus 2016-03-14 21:19:10 +01:00
Quentin BUISSON-DEBON fe0647747b Increase the arrow drop after throwing them (the best arrow you use, the less chance you have to drop stick instead of your arrow) 2016-03-14 21:15:50 +01:00
Quentin BUISSON-DEBON 71204b84b5 Static damages +3 for all kind of arrows 2016-03-14 21:14:13 +01:00
Quentin BUISSON-DEBON 69aa19689f The best bow you have, the less the reload time is 2016-03-14 21:09:01 +01:00
ObaniGemini b240f1152a Remove +100 skins by @eZam
Default skin is now character_3
2016-03-14 20:38:53 +01:00
Quentin BUISSON-DEBON 93aa21507c Merge branch 'master' of github.com:MinetestForFun/server-minetestforfun 2016-03-12 14:34:51 +01:00
Quentin BUISSON-DEBON b874258a05 Compress all images files with Trimage(full part : 13321 files) 2016-03-12 14:34:23 +01:00
Ombridride d0dd169403 Change the meru moutnain coordinations
... Because we can't /deleteblocks without crash the REDIS backend
2016-03-11 20:21:45 +01:00
Quentin BUISSON-DEBON 7a345768df Compress all iamges files with Trimage 2016-03-11 15:22:09 +01:00
LeMagnesium 27bb636b83 Prevent players from storing too many items in the bags 2016-03-10 20:04:16 +01:00
LeMagnesium aa851dfdfb [time_reg] Update 2016-03-10 18:33:44 +01:00
LeMagnesium 88d71e9510 [u_inv] Add coloured bags (blue, orange, purple, green) 2016-03-09 18:07:10 +01:00
LeMagnesium 045d8c5fb9 [cozy] Remove screenshot.png 2016-03-08 21:12:11 +01:00
Ombridride 8f74c9f069 Set the meru mountain position 2016-03-06 22:41:05 +01:00
LeMagnesium 2ffedddb12 [u_inv] Update with texture commits from the submodule 2016-03-06 17:11:56 +01:00
crabman77 21db57d1db fix? hudbars register(bug/lag?) table hb.players[""] 2016-03-06 16:25:59 +01:00
LeMagnesium 9eeec0e86e [u_inv] Drop when when not enough space in main list 2016-03-06 12:58:13 +01:00
crabman77 8df39766b4 disable pathfinding for all mobs, bugged, mobs pass through nodes 2016-03-06 12:00:46 +01:00
crabman77 a3935dee12 fix crash nether if player cancel join server
"/nether/portal.lua:243: attempt to index a nil value"
2016-03-06 11:04:14 +01:00
LeMagnesium b25fd961f6 [gauges] Make gauges immortal 2016-03-05 19:00:37 +01:00
crabman77 a23fc44e6d fix hudbars define empty player name "" in hb.players table and show permanently error log 2016-03-05 18:04:16 +01:00
crabman77 c54bdbef03 better fix to issue https://github.com/MinetestForFun/server-minetestforfun/issues/161
remove old fix(itemdrop timer,now useless)
2016-03-05 16:37:10 +01:00
LeMagnesium 5b926f753c [cozy] Add cozy mod
- For #405
2016-03-05 15:22:17 +01:00
Gael-de-Sailly b40a199104 Corrected hardcoded chunksizes in meru
and do not force meru mountain to spawn on chunk boundaries
(it was dependant on chunksize = 5)
Tested with chunksize = 3
2016-03-05 12:10:26 +01:00
crabman77 1f02ceebaf update mobs, readd cow replace with dung 2016-03-04 21:44:08 +01:00
LeMagnesium 7f607115fe [mesecons] Update
- Update of Mesecons
2016-03-03 22:16:25 +01:00
LeMagnesium 3765f61d06 [coloredwood] Use correct sound tables for fences and wood
- Fix #400
2016-02-29 20:03:39 +01:00
LeMagnesium c547b4028a [u_inv] Apply our modifications again 2016-02-28 22:47:29 +01:00
LeMagnesium 8be24274b5 [u_inv] Add unified_inventory as a subtree 2016-02-28 22:39:55 +01:00
LeMagnesium 73074b1ace [u_inv] Remove submodule... 2016-02-28 22:34:48 +01:00
crabman77 abb1e093e0 Merge branch 'areas'
fix issue areas in areas https://github.com/MinetestForFun/server-minetestforfun/issues/398
2016-02-28 22:08:28 +01:00
LeMagnesium 77fa21c256 [jumping] Change bounce values
- Use a table to store bounce values
 - Trampolines now absorb up to 95% of falling dammage
2016-02-27 13:39:35 +01:00
LeMagnesium 497fdfef65 [jumping] Jumping is back!
- For #401
2016-02-26 21:11:08 +01:00
ObaniGemini fb22c66c89 Add u_inv textures missing
Including soundset, pclasses, and 3d_armor.
Also changed the license of soundset button, as it's a new one
2016-02-25 15:26:57 +01:00
crabman77 9b75c37a8f fix areas in areas 2016-02-25 12:40:02 +01:00
LeMagnesium ca15a39e81 Revert "[nether] Add modular chuncksize code by @Gael-de-Sailly"
This reverts commit 26fd691456.
2016-02-24 01:08:59 +01:00
LeMagnesium 26fd691456 [nether] Add modular chuncksize code by @Gael-de-Sailly 2016-02-23 18:28:42 +01:00
LeMagnesium eaeccdc0de [time_regulation] Update 2016-02-23 18:27:58 +01:00
LeMagnesium 23b9932cbe [fishing] Update 2016-02-23 18:26:52 +01:00
LeMagnesium 39950ac653 [random_messages] Update
- For #397
2016-02-23 18:25:12 +01:00
ObaniGemini 57086dee54 [Warps] New woosh sound 2016-02-22 00:52:18 +01:00
LeMagnesium 62f860fada [warps] Set warps freeze to 1 second instead of 5 2016-02-22 00:36:49 +01:00
crabman77 9bff7f1dee add pathfinding to monsters 2016-02-18 18:34:19 +01:00
crabman77 f8e7c9557d update mobs mod 2016-02-18 13:39:47 +01:00
crabman77 1f68c2729e update mobs mod 2016-02-17 13:14:33 +01:00
Gael-de-Sailly 163a0030d8 Remove /regen chatcommand
We already have /deleteblocks
2016-02-16 12:44:18 +01:00
Gael-de-Sailly e846179ec9 Corrected hardcoded chunksizes in nether mod 2016-02-16 12:44:05 +01:00
Gael-de-Sailly ad15fccdde Corrected hardcoded chunksize in watershed 2016-02-16 12:43:37 +01:00
LeMagnesium d37ae33700 [whoison] Disable frequent log message
- For MinetestForFun/server-minetestforfun#395
2016-02-15 14:49:34 +01:00
LeMagnesium 22b863cf41 [rune] Check if inventory data was retrieved before saving 2016-02-14 22:53:00 +01:00
LeMagnesium 1ae6169227 [u_inv] Use submodule on branch classic 2016-02-14 22:50:55 +01:00