1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-19 11:10:23 +02:00
Commit Graph

1282 Commits

Author SHA1 Message Date
LeMagnesium
9fc3cfb9a9 Fixed disc identifier's counter (and chmod 755) 2015-06-29 19:07:09 +02:00
Obani
3afe44b0e1 Jukebox song 1 was erased. Pushed it again (let's rock!) 2015-06-29 18:01:45 +02:00
Obani
21cf95865b Commented 3 musics in ambiance_modpack 2015-06-29 17:58:22 +02:00
5dae7b6964 fix crash hunger (nodebreaker)
remove old fix
2015-06-29 16:11:39 +02:00
Ombridride
7ce665ea0d Change the flint_and_steel craft 2015-06-29 12:04:47 +02:00
Ombridride
4629f11a3d Add the new 32px textures for Pickaxe tool (and fix the Mithril Axe texture) 2015-06-29 01:05:41 +02:00
d77c9ab5ff fixed crash when player leave during the join server 2015-06-28 16:30:05 +02:00
LeMagnesium
fe2bf3e822 Updated 3d_armor and fixed armors' drop
- Fixed a mistake in code from @stujones11 repository about bones' drop : when
   the function assigned to minetest.after looks for bones, it first looks for
   a node. If there is a node, it looks for bones, if this node isn't bones, it
   just does nothing. Howevere, you're sure to get a node, because minetest.get_node
   will even return air and ignore, so, the else case, where every item is dropped,
   will never happen.
2015-06-28 14:12:31 +02:00
LeMagnesium
eaf7d1460e Fixed nether's apples' crash
- Updated API used to increase hunger by nether apples causing crash
2015-06-28 12:59:45 +02:00
Ombridride
18253658d5 Add the Dungeon Master's Blood Sword and the craft of this sword, also add mobs:zombie_tibia and mobs:dungeon_master_diamond wich are dropped from zombies and Dungeon Masters and wich are needed for the craft recipe of the DM's Blood Sword because the craft recipe is also added, finally add the texture of the DM's Blood Sword ! 2015-06-28 00:17:30 +02:00
Ombridride
1e414a3874 Improve the Mithril Axe texture (32px) 2015-06-27 22:05:43 +02:00
Ombridride
283b6043b0 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-06-27 19:11:53 +02:00
Ombridride
c7e8162f07 Add shovel new textures (32px) 2015-06-27 19:11:23 +02:00
LeMagnesium
d66bc2a416 Updated homedecor and plantlife
- New coloured signs
2015-06-27 18:38:01 +02:00
LeMagnesium
b7f4a01d4d Updated mesecons
- New textures for lever and hydroturbine
 - Little update of news.txt
2015-06-27 18:26:34 +02:00
LeMagnesium
689911298e Updated pipeworks 2015-06-27 18:17:59 +02:00
353d954d6e fixed jukebox not play sound 2015-06-27 00:25:30 +02:00
Ombridride
e1cbdcc3f1 Add to moreores the new textures 2015-06-26 23:22:56 +02:00
LeMagnesium
673966be58 Mode 775 over new files 2015-06-26 18:48:24 +02:00
Quentin BUISSON-DEBON
95bddea566 New default mithril axe (special) texture 2015-06-26 17:57:17 +02:00
Quentin BUISSON-DEBON
559f46d965 New default mithril sword (special) texture 2015-06-26 17:43:41 +02:00
Quentin BUISSON-DEBON
801264a3d6 New default sword textures (32px) 2015-06-26 17:14:28 +02:00
Quentin BUISSON-DEBON
e8e78b0242 Add new default axe textures 2015-06-26 16:02:41 +02:00
Obani Gemini
40b910e8f8 Update init.lua 2015-06-26 11:02:41 +02:00
Obani
431d48051c Added music "Aube.ogg" to ambience_modpack 2015-06-26 10:54:19 +02:00
LeMagnesium
5be9ef91bf Fix exhaus variable 2015-06-25 21:59:28 +02:00
Ombridride
8372822cf4 Adjust the health and the knockback of DM 2015-06-25 00:18:55 +02:00
Ombridride
41aeaa10a6 Adjust the health and the knockback of Minotaurs 2015-06-25 00:18:53 +02:00
Ombridride
7490eff468 Adjust spawn rate for Sand Monsters 2015-06-25 00:16:42 +02:00
Ombridride
62f12de8ac Update dungeonmaster.lua 2015-06-25 00:16:13 +02:00
e39a29684e Merge branch 'master' of http://github.com/Ombridride/minetest-minetestforfun-server 2015-06-25 00:11:09 +02:00
Ombridride
80894896e4 reduce the knockback for mummy monsters 2015-06-25 00:09:41 +02:00
0e3d5603d6 added no shield for hunter armors 2015-06-25 00:06:03 +02:00
Ombridride
cf828ab704 Ajust the spawn rate of the sandmonster 2015-06-25 00:05:24 +02:00
Ombridride
bf72090e54 reduce armor for minotaur and...
ajust the spawn rate
2015-06-25 00:05:01 +02:00
LeMagnesium
a090ed7168 Re-established framed moreblock's glasses 2015-06-24 21:04:31 +02:00
LeMagnesium
8b18e4b196 Static craft recipe for flint_and_steel 2015-06-24 20:24:25 +02:00
2fa261eb6d pass texture to chmod 755 2015-06-24 16:57:21 +02:00
4ad9129b89 add new texture broomstick 2015-06-24 16:52:24 +02:00
23abcd947a commented modif make for MFF 2015-06-24 15:20:27 +02:00
1b9689bba7 fixed creeper break unbreakable nodes
fixed creeper break nodes in protected areas when is limit to area
fixed creeper explosion kill without armor but not with
2015-06-23 22:29:54 +02:00
3ec5522d06 fixed itemstack remove broomstick 2015-06-23 21:08:01 +02:00
LeMagnesium
030972d3b5 Fix broomstick iteration bug 2015-06-23 21:00:28 +02:00
LeMagnesium
7dd61d7bac Broomsticks are stackable by 1 2015-06-23 20:43:19 +02:00
LeMagnesium
9d1144b21d Fixed flint_and_steel's shapeless craft recipe 2015-06-23 17:58:12 +02:00
Ombridride
bdf21938cb Add comments 2015-06-23 17:53:27 +02:00
Ombridride
3beb54099b Add "vessel" group to mushroom potions 2015-06-23 17:52:13 +02:00
LeMagnesium
19a2dea367 Added broomstick by @paly2
- Added a broomstick craftable from wheat and sticks, and allowing you to fly
   for 2 minutes using 210 units of mana
2015-06-23 17:46:00 +02:00
Ombridride
cb04264888 Update init.lua 2015-06-23 17:42:20 +02:00
Ombridride
f19fdfc46c New craft recipe for flint_and_steel because...
of conflict with spike_trap (bobblocks)
2015-06-23 17:41:35 +02:00
9904ae3bda fixed crash if irc mod disabled 2015-06-22 22:18:33 +02:00
33b9b0b7ff fix wrong symbol commentaire cause crash 2015-06-22 22:04:51 +02:00
Ombridride
bc7503f8a8 Update mese_monster.lua 2015-06-22 21:07:22 +02:00
LeMagnesium
fc43196a9a Fix from_hell and timeonline
- Forced cast of x,y and z into numbers
2015-06-22 21:03:21 +02:00
LeMagnesium
78734c70ce Re-coded HUD's legacy into hudbars
- Solves part of #94
2015-06-22 18:59:37 +02:00
LeMagnesium
deb61da142 Removed two global variables in mobs/api.lua 2015-06-22 18:47:20 +02:00
LeMagnesium
94417bcafc Fixed NPC taming
- Moved code wrongly placed after a merge (last May 22). Solves part of #94
2015-06-22 18:04:38 +02:00
LeMagnesium
5cdb105831 Updated homedecor
- Used new description name for soda machine coins
2015-06-22 17:43:06 +02:00
Ombridride
f3ee47a526 Update minotaur.lua 2015-06-21 23:36:42 +02:00
Ombridride
60cb71e385 Update sandmonster.lua 2015-06-21 23:36:39 +02:00
822e54fa0c fixed tamed dog crash and add test for NPC 2015-06-21 23:02:17 +02:00
Ombridride
0eb94d5059 Update yeti.lua 2015-06-21 22:36:59 +02:00
Ombridride
86b63a97ec Yeti now spawn lesser 2015-06-21 22:36:41 +02:00
LeMagnesium
4b6d3e9a7b Downgraded raillike group's feature in MinetestForFun Game 2015-06-21 22:01:45 +02:00
Obani
43253578dc New version of Interlude 2015-06-21 21:30:02 +02:00
e02ffe13b4 fixed missing renamed icon 2015-06-21 19:13:21 +02:00
d1a0458fb9 added new color purple to mana hudbars 2015-06-21 19:10:19 +02:00
Ombridride
11a7363e88 rights 755 2015-06-21 18:58:59 +02:00
Ombridride
412b8fc326 fix ice.png from the snow mod 2015-06-21 18:58:18 +02:00
f23967e8a1 placement hudbars 2015-06-21 18:56:07 +02:00
c2bd67d563 up hudbars because covers by text 2015-06-21 15:00:36 +02:00
Le_Docteur
011ad09890 Full health restoration for the dog. 2015-06-21 11:44:04 +02:00
Le_Docteur
600eb6187f Full health restoration for the NPC. 2015-06-21 11:43:48 +02:00
6ad68b63c2 re-added missing textures after updates
fixed .gitignore regex cause ignore change
2015-06-21 00:03:37 +02:00
4176fdaf89 fixed local var 2015-06-20 22:59:21 +02:00
c14b7b2c62 fixed prop mummy 2015-06-20 22:58:48 +02:00
LeMagnesium
b9c5b1af5e Updated plantlife 2015-06-20 21:24:55 +02:00
LeMagnesium
e88cf46770 Updated riesenpilz 2015-06-20 21:17:29 +02:00
5cb1581e77 update soundset (calcul gain berore returning value)
update mod use soundset
2015-06-20 20:58:56 +02:00
LeMagnesium
986ee7e7ad Updated snow mod
- New textures, and many new nodes
2015-06-20 20:26:36 +02:00
LeMagnesium
f29ea87d00 Updated homedecor 2015-06-20 19:59:54 +02:00
LeMagnesium
e23de39212 Updated food mod 2015-06-20 19:48:42 +02:00
LeMagnesium
09ca7fb48a Updated worldedit 2015-06-20 19:46:49 +02:00
962fb7b64a Fixed variable error gametime
re-added missing sound and timeout
re-added MFF icon stamina
2015-06-19 21:17:23 +02:00
LeMagnesium
037ed16c87 Sent death messages through IRC
- Added @paly2 's concept of using the IRC bot in order to send death message in IRC
 - Chmod-ed files
 - Added a fake init.lua to make 'sounds' look like a mod
2015-06-19 20:33:47 +02:00
af4ff618bb added hudbars custom position
possibility to define position("health" in left or "sprint" in right, etc) in .conf
refactor code position, load config before registrer default hudbars(health,breath)
2015-06-19 13:19:09 +02:00
0ba98ba2f6 add mobs:dog (dog.lua) and fixed wolf tamed 2015-06-18 20:21:54 +02:00
LeMagnesium
9eaff838e5 Updated MinetestForFun Game
- Moved farming and screwdriver into MinetestForFun Game
 - Updated files (mostly `is_ground_content`)
 - Removed weird partial copy of jukebox in MinetestForFun Game
2015-06-18 13:22:23 +02:00
Obani
2045b25805 Added sound 3d_armor_full_warrior.ogg to 3d_armor_classes 2015-06-18 12:53:43 +02:00
LeMagnesium
a0d0c7f00b Added back hbhunger 2015-06-16 22:49:24 +02:00
LeMagnesium
cf6546609b First step of un-gray-ing hbhunger 2015-06-16 22:48:29 +02:00
LeMagnesium
05ad0a9c84 Updated plantlife (just the readme) 2015-06-16 22:22:10 +02:00
LeMagnesium
bd86d9d8f4 Added all hudbars by @Wuzzy2
- Removed hud (incompatible)
 - Copied all hunger.lua's values in new hunger.lua (hbhunger)
 - Added hbhunger, hbarmor
 - Updated sprint mod
2015-06-16 19:22:40 +02:00
LeMagnesium
7f216c621d Add script to CHMOD every file in the repository
- Added "chmod_all.sh" and chmod-ed everything
2015-06-15 20:12:17 +02:00
Obani
025be01fec Added a new death_player sound 2015-06-15 12:16:01 +02:00
Le_Docteur
e479a9439d Removed override and recipe registration of the now aliased "flowers:flower_pot" node. 2015-06-13 11:39:38 +02:00
LeMagnesium
17fab497e0 Fix mana bar
- Fixed mana bar after last update
2015-06-12 10:34:37 +02:00
LeMagnesium
67ef5454ed Forgotten..
- See #87
2015-06-11 21:29:28 +02:00
Ombridride
9b7cb336f7 Re-add slopes from moreblocks mod 2015-06-11 20:32:34 +02:00
LeMagnesium
96c729fd6d Right 755 for all! 2015-06-11 19:51:59 +02:00
LeMagnesium
bc1dd52745 Forbid moreblocks to register slopes!
- Avoid crash when trying to use commented function 'register_slope' in
   stairsplus
2015-06-11 18:24:53 +02:00
Ombridride
0121443f89 comment the mdoif 2015-06-11 17:10:01 +02:00
LeMagnesium
c38b9b66ac Commented slopes from moreblocks
- "Problem solved!" #87
2015-06-11 16:56:30 +02:00
LeMagnesium
2913bcb93d Removed all whitespaces (using new script) 2015-06-10 19:12:48 +02:00
LeMagnesium
f81b8ca677 Removed whitespaces 2015-06-10 19:03:32 +02:00
LeMagnesium
4bc80ddba1 Updated moreblocks (with slopes)
- Solves #87
2015-06-10 18:40:02 +02:00
LeMagnesium
b8e61fd763 Updated snow mod
- See #87
2015-06-10 17:26:05 +02:00
LeMagnesium
e4ef41d7af Replace Carbone's bedrock by Wuzzy's one
- See #87
2015-06-10 16:57:31 +02:00
LeMagnesium
4ad0939fe6 Updated mana
- See #87
2015-06-10 16:48:26 +02:00
LeMagnesium
6ad7ddbeec Updated colormachine
- See #87
2015-06-10 16:42:24 +02:00
Obani
b3f773148f New jukebox_note.png 2015-06-09 22:39:12 +02:00
LeMagnesium
fd2413746d Fix music notes when destroying jukebox 2015-06-09 22:23:30 +02:00
LeMagnesium
caf99c9488 Added jukebox's music notes from @jordan4ibanez 's redo 2015-06-09 22:11:21 +02:00
Ombridride
41f21adb6c Update minotaur.lua 2015-06-08 22:12:31 +02:00
LeMagnesium
23a6bc4b8d Increased mana gained at every globalstep in sunlight
- Helps for #63
2015-06-08 18:44:03 +02:00
Le_Docteur
36f51e45ac Following cfdbe71 on "darkage:straw" 2015-06-08 18:18:16 +02:00
Ombridride
d2e2331c79 Reduce a little the armor of Spiders
+1 damage to spiders with all weapons (hand also)
2015-06-08 17:59:12 +02:00
Ombridride
fc11c92a9f Reduce a little the speed and armor of sandmonster
+1 damage to sandmosnter with all weapons (hand also)
2015-06-08 17:57:59 +02:00
Quentin BUISSON-DEBON
e4bbe52feb Add some textures for JukeBox mod 2015-06-08 15:08:52 +02:00
Ombridride
c63396ef38 Update spider.lua 2015-06-08 12:08:00 +02:00
LeMagnesium
349e44eedc Replaced old bed version by maintained Minetest Game version
- Solves #85
2015-06-07 18:29:01 +02:00
LeMagnesium
29578792a0 Part 2 of jukebox rewrite
- Added soundset as a dependency of jukebox
 - Rewritten disc code
 - Added new method to register discs
 - Moved old texture to new format (jukebox_disc_%d.png)
 - Used @ObaniGemini 's event sound for disc number 1 : Event song
 - Solves #72
2015-06-06 15:24:39 +02:00
cfdbe71466 added condition if farming mod enabled then farming:straw replace darkage:straw to crafting mores Straw Stair Slab 2015-06-06 02:01:38 +02:00
LeMagnesium
3353cafbe1 Added basic of jukebox rewrite
- Added jukebox mod, with updated API and beginning of rewriting
2015-06-05 22:51:45 +02:00
mgl512
94fcaaac6c Merge pull request #81 from mgl512/area_jacta
Fix: area size for megabuilders
2015-06-05 09:34:04 +02:00
LeMagnesium
aeae5c426a Linked all /rules chatcommand to new interact system 2015-06-04 21:39:55 +02:00
Le_Docteur
94a11a598e Fixed area size for megabuilders 2015-06-04 20:26:44 +02:00
LeMagnesium
cc7e126c7a Dicreased minimum light for plants to grow (farming)
- Solves #82
2015-06-04 20:21:40 +02:00
LeMagnesium
982d54eac3 Commented unnecessary potted flowers (plantlife's) 2015-06-04 16:33:06 +02:00
Ombridride
de3fff812b Update throwing.conf 2015-06-03 22:54:47 +02:00
Ombridride
259b7f46cb New throwing mod (tweaked the throwing.conf file) 2015-06-03 22:23:21 +02:00
LeMagnesium
3da163893f Maintained return chain through exterior.lua
- Returned argument are passed by the overwrite of buckets in exterior.lua. Solves #80
2015-06-03 20:11:27 +02:00
e3d87329eb fix clean_glass option connected_glass 2015-06-03 18:07:29 +02:00
5c008ce6f6 fixed textures in framedglass mod without option connected_glass 2015-06-03 02:54:21 +02:00
Ombridride
4020dbe4ec Unification of Nether Shovels and Axes materials
And small other tweaked tools :
- Siwtonic Sword (-1) damage = 8 now
- Netherrack Pickaxe (+1) max_level = 2 now
- Add many comments (we can't forget tweaked tools now)
2015-06-02 23:19:23 +02:00
Ombridride
a5b3799409 unification of Silver and Mithril Shovel and Axe 2015-06-02 22:41:43 +02:00
Ombridride
5f3c9755fa Update plantlife/mushroom mod
(3 times less mushrooms in abm/mapgen)
2015-06-02 21:52:40 +02:00
Ombridride
bdd6d3c1b4 Update mobs mod
Fixed gate check
2015-06-02 16:53:02 +02:00
Ombridride
0885b535af Change the first beginner chest position
(to the new spawn)
2015-06-02 00:50:29 +02:00
LeMagnesium
582f7a3635 Added a warning message into IRC's message handler
- Debug for #73
2015-06-01 20:00:58 +02:00
Ombridride
8683193e3c rights 755 + new textures for swords/axe/shovel in wood/stone/steel 2015-05-31 11:56:13 +02:00
Ataron
478a0ac2e5 Correct a fail :p 2015-05-30 21:33:50 +02:00
LeMagnesium
74d0303dc3 Fixed very rare occurrence with invtweak's formspec
- Solves #70 and crash on May 30th, 2015, 18h58
2015-05-30 19:09:19 +02:00
Ombridride
59f42c1935 The goat attack players when players attack him 2015-05-30 14:03:31 +02:00
Obani Gemini
8d6fa26442 Update init.lua 2015-05-30 11:13:39 +02:00
LeMagnesium
bb02b3fcd2 Remove nonsense of lavashrooms' new spawn conditions
- AKA. Reverse #66
2015-05-29 18:10:14 +02:00
Ombridride
5247b3790e Add comments to the tweaked description...
of gold coins of homedecor
2015-05-29 01:21:30 +02:00
Ombridride
a615ae3048 Tweak the homedecor:gold coin description
(because too similar with our gold coin money...)
2015-05-29 01:18:21 +02:00
Ombridride
6b791887d9 Fix a mistake for Minotaur Horn
(the textures for eyes and hors of minotaur come soon)
2015-05-29 01:12:08 +02:00
Ombridride
4c4abb3830 Set "armor_heal" to 0 for default armors 2015-05-29 01:07:17 +02:00
Ombridride
3cb41ad045 Set "armor_heal" to 0 for technic armor 2015-05-29 01:04:20 +02:00
Ombridride
a71dea5946 Set "armor_heal" to 0 2015-05-29 01:03:22 +02:00
Ombridride
01698f2f96 Tag the modif for the Lavashroom 2015-05-29 00:01:09 +02:00
LeMagnesium
09132dca6f Added death_messages for quicksands
- Added messages related to death by suffocation in quicksands
2015-05-28 19:01:05 +02:00
LeMagnesium
333a1fa6e4 Dicreased needed light by 1 for solarmana's regen
- Solves part of #63
2015-05-28 18:43:17 +02:00
LeMagnesium
9086fbf240 Moved maximum altitude for lavashrooms' spawn at y=-200
- Solves #66
2015-05-28 18:39:36 +02:00
LeMagnesium
b291b1587d Fixed screwdriver by adding missing API snippets
- Added missing snippets to the mithril screwdriver. Solves #67
2015-05-28 18:30:18 +02:00
LeMagnesium
c347faaed6 Updated plantlife
- Updated meshes from @VanessaE 's repository, however, flowers_potted.obj is still missing
2015-05-27 22:17:29 +02:00
LeMagnesium
733c69c328 Updated homedecor
- Updated homedecor
 - Updated files
 - Added missing meshes
2015-05-27 22:12:00 +02:00
Ombridride
90eeff383c Decrease the spawn of Sandmonster
(~2 times more rarer in default:sand)
2015-05-27 18:58:34 +02:00
Ombridride
9eea1d7f42 Update mobs mod and news.txt
mobs mod tweaks :
- tweaked environmental damage check
- mobs retain health, code tidy
- Updated weapon wear & sounds
- code tidy
2015-05-27 18:25:55 +02:00
Ombridride
1f426f2e94 Update mobs mod
(tweaked environmental damage check)
2015-05-27 18:09:26 +02:00
Ombridride
47cb17a3c5 Add beans to the hunger.lua
found here : https://forum.minetest.net/viewtopic.php?f=11&t=6342&start=250#p177019
2015-05-27 11:32:12 +02:00
Ombridride
fc5177b500 Comment parts wich crash the server on boot 2015-05-27 10:46:15 +02:00
Quentin BUISSON-DEBON
dc881f23b7 Add textures for hunters armor recipe items 2015-05-27 10:00:48 +02:00
Quentin BUISSON-DEBON
f47cc7a1c5 Add textures for hunter armors recipe items 2015-05-27 10:00:02 +02:00
Quentin BUISSON-DEBON
597639f946 Small comments tweak 2015-05-27 09:24:23 +02:00
root
1cfa58aea6 Mushrooms from riesenpilz mod four (times) more rarer 2015-05-27 09:20:27 +02:00
Ombridride
f702316ed3 Remove the knockback for Big lava slimes 2015-05-27 00:12:14 +02:00
Ombridride
a56f5f834d Remove the knockback for Big acid slimes 2015-05-27 00:12:05 +02:00
Ombridride
054af5238c Remove the knockback for Minotaurs 2015-05-27 00:10:05 +02:00
Ombridride
4e610ea051 Remove the knockback for Dungeon Masters 2015-05-27 00:10:02 +02:00
Ombridride
bd37f19662 Change rights in the repository (755) 2015-05-26 23:37:16 +02:00
Ombridride
2367a1b853 Finish the "reinforced_leather" armor 2015-05-26 23:31:31 +02:00
Ombridride
5cf2318a96 Add the "armor materials" for hunters 2015-05-26 23:28:52 +02:00
Ombridride
de96d211e6 Finish hardened_leather armor 2015-05-26 23:28:26 +02:00
Ombridride
6f044a29f7 Add recipe for "3d_armor:reinforced_leather" 2015-05-26 23:21:48 +02:00
Ombridride
981abda865 Add recipe for "3d_armor:hardened_leather" 2015-05-26 23:16:51 +02:00
LeMagnesium
752687e1e1 Updated farming mod
- Introduced new grow routine to grow plants even with players being away
   from them
2015-05-26 21:20:33 +02:00
Ombridride
06d1bb053f Comment useless code in 3d_armor 2015-05-26 19:22:14 +02:00
Ombridride
ce1faef5da Add the reinforced leather armor values
And remove now useless comments
2015-05-26 19:13:23 +02:00
Ombridride
811edbca93 Update init.lua 2015-05-26 19:10:48 +02:00
Ombridride
c2d4541469 Remove useless comments 2015-05-26 19:10:37 +02:00
Ombridride
b7502366fb Add the leather armor values 2015-05-26 19:09:20 +02:00
Ombridride
2aea8d51b8 Merge pull request #65 from LeMagnesium/minetest_log_at_boot
Use minetest.log() for start up and shutdown messages
2015-05-25 22:26:07 +02:00
Ombridride
6753155ce1 Update whoison
Add "played" alias to "timeonline"
2015-05-25 21:19:00 +02:00
LeMagnesium
0f5e43125c Various updates
- Updated homedecor (files cleaned)
 - Updated nether (node replacements made easier)
 - Updated maptools (cleaned files)
 - Updated ambiance (useless files cleaned)
2015-05-25 14:32:46 +02:00
LeMagnesium
1e62709268 Fixed crash when saving runes' inventory failed 2015-05-24 13:45:10 +02:00
LeMagnesium
5752d05da9 Turned shutdown messages to minetest.log() too 2015-05-24 10:54:02 +02:00
LeMagnesium
6b9b127804 Turned all boot messages into clean minetest.log() calls
- Turned all the 'print' calls at server's boot to 'minetest.log' in order to
   render it more clearly
2015-05-24 10:50:22 +02:00
LeMagnesium
3f10102866 Fixed a global variable after snow's update 2015-05-24 10:49:42 +02:00
LeMagnesium
23697d7811 Updated BobBlocks (from @HybridDog's fork) 2015-05-23 18:33:53 +02:00
LeMagnesium
621cbdf04b Renamed /timeonline command
- /timeonline is now /players. Solves #62
2015-05-23 17:10:16 +02:00
LeMagnesium
0dbcf55dd3 Fixed mistakes with automatic replace of textures' name 2015-05-22 23:43:31 +02:00
LeMagnesium
0a18b1255e Made more precise whoison's time message
- Changed whoison's function to compute time
2015-05-22 23:42:42 +02:00
LeMagnesium
82991c27d8 Completed update of nether mod (mapgen fixes) 2015-05-22 23:42:25 +02:00
Ombridride
f84f337c05 Update reinforced armor 2015-05-22 23:11:23 +02:00
Ombridride
82f06309d2 Update hunter armor 2015-05-22 23:11:03 +02:00
LeMagnesium
3022c7b152 Fixed itemstrings' prefixes and wrongly applyed diff 2015-05-22 22:33:20 +02:00
LeMagnesium
796832736d Fixed minotaur's model after merge 2015-05-22 22:27:03 +02:00
Quentin BUISSON-DEBON
029ac189c6 Update mobs mod
(bugfix tamed mobs)
2015-05-22 22:21:57 +02:00
root
c8eaa28e41 Add armor classes
(Update world.mt and set to false this armors, because not ready at all)
2015-05-22 21:42:57 +02:00
LeMagnesium
50802588f0 Merge of 'solarmana_add'
Conflicts:
	mods/WorldEdit/worldedit/init.lua
	mods/WorldEdit/worldedit/manipulations.lua
	mods/WorldEdit/worldedit_commands/init.lua
	mods/WorldEdit/worldedit_commands/safe.lua
	mods/compassgps/README.md
	mods/mobs/api.lua
	mods/mobs/chicken.lua
	mods/mobs/cow.lua

This branch was completly f*cked up, we couldn't find a way to update it without throwing piles of merge conflicts, even with patches.
Runes are defaultly disabled. The README.md file will be updated, as well as many files in the repository
2015-05-22 20:09:39 +02:00
LeMagnesium
a7e5bacb65 Fixed mobs' update 2015-05-22 19:28:57 +02:00
Quentin BUISSON-DEBON
20db3b7637 ghoat ? NO => goat :D 2015-05-22 17:52:38 +02:00
Quentin BUISSON-DEBON
cb851dfe2d Adjust and finish coins drops for mobs
- Update the spreadsheet for the future classes adds
- Update news again (fix line about minotaur, it spawns on desert sand ;))
2015-05-22 13:15:40 +02:00
Quentin BUISSON-DEBON
c0efa53378 Update News.txt
(because we merged the repository to the server soon)
2015-05-22 12:37:53 +02:00
Quentin BUISSON-DEBON
1e2e88797e Fix Mg mistakes again... (snow mod) 2015-05-22 11:39:27 +02:00
Ombridride
a5c27e4e95 Fix a mistake
(Of Mg, when update snow mod)
2015-05-22 10:51:29 +02:00
Quentin BUISSON-DEBON
eae9dbfa83 Update mobs mod
From commits of TenpPlus1 :
- Dogfight and explosion tweaks
- Monster/Npc attack closest threat
- Added flying (and swimming) mob routine
- Fixed: flying mobs get stuck outwith fly_in node
- Fixed: dogfight jumping bug
- Fixed: jumping while dogfight attack for all size mobs
- Mobs can now walk up half-slabs without jumping
- Fixed jump glitch + Fixed do_jump
- Added ownership for tamed animals
2015-05-22 10:37:17 +02:00
LeMagnesium
f1355b515f Created alias for list_players command 2015-05-21 21:18:11 +02:00
LeMagnesium
9079d6acad Created alias for list_players command 2015-05-21 21:17:46 +02:00
LeMagnesium
4b7d5935fb Added /list_players - Added /list_players extracted from mt_essentials by IndriAppolo, originally called /players. Solves #57 2015-05-21 17:30:10 +02:00
LeMagnesium
34b36d7f66 Added /list_players
- Added /list_players extracted from `mt_essentials` by IndriAppolo, originally
   called /players. Solves #57
2015-05-21 17:28:31 +02:00
LeMagnesium
9a0547a54e Made cow dung able to burn during 8 seconds 2015-05-20 17:31:09 +02:00
LeMagnesium
d9e50da65d Made cow dung able to burn during 8 seconds 2015-05-20 17:30:19 +02:00
LeMagnesium
cbe20a81b8 Added dumpnodes mod - Added dumpnodes mod, creating /dumpnodes command which can be used by admins to drop the nodenames and top tiles' images for every node on the server in the aim of beginning a process designed to generate automatically the colors.txt file needed by minetestmapper 2015-05-20 17:06:43 +02:00
LeMagnesium
40c624c832 Added dumpnodes mod
- Added dumpnodes mod, creating /dumpnodes command which can be used by admins
   to drop the nodenames and top tiles' images for every node on the server in
   the aim of beginning a process designed to generate automatically the
   colors.txt file needed by minetestmapper
2015-05-20 17:04:50 +02:00
LeMagnesium
0f6e885b4f Updated WorldEdit 2015-05-19 20:56:37 +02:00
LeMagnesium
2ffbab6556 Updated WorldEdit 2015-05-19 20:28:05 +02:00
LeMagnesium
cee9c73216 Updated nether mod (thanks to @HybridDog) - Updated nether mod (fixed mapgen) - Updated .gitignore to ignore patch files 2015-05-19 18:43:38 +02:00
LeMagnesium
b8cee76680 Updated nether mod (thanks to @HybridDog)
- Updated nether mod (fixed mapgen)
 - Updated .gitignore to ignore patch files
2015-05-19 18:42:22 +02:00
Ataron
fd71214849 Add minotaur horn and correct damaging major 2015-05-19 18:18:10 +02:00
LeMagnesium
9995e2a681 Beginned rewritting of whoison - Beginned rewritting of whoison, using second-precise features 2015-05-19 17:33:14 +02:00
LeMagnesium
6f0219ae22 Beginned rewritting of whoison
- Beginned rewritting of whoison, using second-precise features
2015-05-19 17:31:38 +02:00
LeMagnesium
a5dc4b1611 Added compassgps mod
- Added compassgps mod (solves #53)
 - Added /MFF flags on modified lines of worldedge/init.lua, and used `y+1` instead of `y` for `setpos()`
2015-05-19 14:23:41 +02:00
LeMagnesium
3f4373262a Added worldedge mod (with little tweak)
- Added worldedge mod by @DonBatman
 - Solves #50
2015-05-19 14:23:41 +02:00
LeMagnesium
75da167428 Added cow dung - O_o? 2015-05-19 14:23:41 +02:00
LeMagnesium
41d3e2f684 Added compassgps mod
- Added compassgps mod (solves #53)
 - Added /MFF flags on modified lines of worldedge/init.lua, and used `y+1` instead of `y` for `setpos()`
2015-05-19 12:03:23 +02:00
LeMagnesium
4d30bdcd61 Added worldedge mod (with little tweak)
- Added worldedge mod by @DonBatman
 - Solves #50
2015-05-19 11:37:31 +02:00
LeMagnesium
83984a6941 Added cow dung
- O_o?
2015-05-18 18:49:26 +02:00
Ataron
8fd91ad8c2 Damaging and Eye textures 2015-05-17 20:30:11 +02:00
Ataron
dbef82b0af Megamana's and Gotome's Textures 2015-05-17 20:29:35 +02:00
LeMagnesium
70513faf55 Updated solarmana_add
- Updated solarmana_add/README.txt
 - Fixed indentation for groups handler
2015-05-17 20:29:35 +02:00
LeMagnesium
1de0d4d478 Added triple registrering of runes
- Runes are registered three times with tree levels : minor, medium, major
2015-05-17 20:26:56 +02:00
LeMagnesium
399d5a8157 Added work for "go to me" rune
- Added mana dicreaser on on_punch calls (cube only :s)
 - Added is_owner handler
 - Moved a texture name to the good name
 - Added values in needed_mana for go_to_me rune
2015-05-17 20:26:56 +02:00
Ataron
33f7ae447e Add some textures for runes mod 2015-05-17 20:26:55 +02:00
LeMagnesium
39e46b06b4 Added triple registrering of runes
- Runes are registered three times with tree levels : minor, medium, major
2015-05-17 20:25:23 +02:00
LeMagnesium
0e2de4f1be Added work for "go to me" rune
- Added mana dicreaser on on_punch calls (cube only :s)
 - Added is_owner handler
 - Moved a texture name to the good name
 - Added values in needed_mana for go_to_me rune
2015-05-17 20:24:46 +02:00
LeMagnesium
276d0c46cd Added plate runes
- Added plate template for runes
 - Added on_punch API's handler's function
 - Added popper rune
2015-05-17 20:21:42 +02:00
LeMagnesium
b5dd375533 Added base of runes mod
- Added rune API's first implementation
 - Added basic cubic runes in solarmana
2015-05-17 20:21:01 +02:00
LeMagnesium
4777fe8e86 Added group support for solarmana 2015-05-17 20:19:59 +02:00
Ataron
21ac2da4ba Add some textures for runes mod 2015-05-17 20:19:31 +02:00
LeMagnesium
1dd71061e6 Added solarmana mod (first version) 2015-05-17 18:20:21 +02:00
Ataron
238558eed2 Megamana's and Gotome's Textures 2015-05-17 18:18:25 +02:00
LeMagnesium
4c40b51b9b Updated solarmana_add
- Updated solarmana_add/README.txt
 - Fixed indentation for groups handler
2015-05-17 18:18:23 +02:00
LeMagnesium
d211627e05 Added minotaur's eye
- Added minotaur eye craftitem (drop chances : 1/10 when killing a minotaur)
 - Fixed some amulets' name
2015-05-17 18:18:22 +02:00
LeMagnesium
a651f88919 Fixed names, added textures
- Fixed amulets' itemstring
 - Fixed modname prefixes for amulets
 - Added black magic block's texture
2015-05-17 18:16:54 +02:00
Ombridride
5072b85fb5 Update amulets mod
- Renamed amulets (delete some of them)
- Add Recipes
- Add a node (needed by a recipe)
- Add a texture for the node
2015-05-17 18:16:54 +02:00
LeMagnesium
b93bd0e00a Amulets/runes' inventory created with load and save features
- Added texture for the inventory's background to be customized later, adding
   copies of our textures in each slot
 - Added unified_inventory as a dependency for runes
 - Added inventory for runes and amulets and its handler
2015-05-17 18:16:54 +02:00