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

393 Commits

Author SHA1 Message Date
Ombridride
b74a801c69 Update kitten.lua 2015-02-23 01:28:42 +01:00
Ombridride
3b4a9862ee Tweak the kittens spawn
Finally resolved ! (thank you crabman for your advice)
2015-02-22 23:29:53 +01:00
Gael-de-Sailly
8286d9178d Turned stained_glass glasses into glasslike_framed_optional drawtype 2015-02-22 18:17:29 +01:00
Gael-de-Sailly
92d20a7e61 Turn glass into glasslike_framed_optional drawtype 2015-02-22 18:17:27 +01:00
Gael-de-Sailly
32320e0333 Removed useless redefinition for glass (already in glasslike_framed_optional) 2015-02-22 18:17:27 +01:00
6dfb195a71 fixed strange bug with table=table
error --> sounds.gainplayers[name] = sounds.gaindefault
"""
local _ = {}
_[1] = {["other"] = 50, ["ambience"] = 50, ["music"] = 70, ["mobs"] = 30}
return {["azerty"] = _[1], ["crabman3"] = _[1]}
"""
fixed --> sounds.gainplayers[name]= { ["music"] = 50, ["ambience"] = 50, ["mobs"] = 50, ["other"] = 50 }

and delete unused variable sounds.gaindefault
2015-02-20 17:19:42 +01:00
LeMagnesium
58e24e0b61 Added multiple new pedestals
* Added :
	1. junglewood pedestal (as specified in the todolist)
	2. obsidian pedestal
	3. cloud pedestal, available for admins
2015-02-20 16:10:23 +01:00
LeMagnesium
1e21ef1599 Merge branch 'soundset' of http://github.com/crabman77/minetest-minetestforfun-server into crabman77-soundset 2015-02-19 20:45:54 +01:00
3d599fc0d1 add serialise and deserialise and default volume set to 50
add serialise and deserialise
set default volume to 50
change variable name "musique" to "music"
2015-02-19 20:33:59 +01:00
LeMagnesium
b989218cdf Removed player:set_hp(20) in lrfurn mod
- Players from now on don't get back their 20 hp when right-clicking a lrfurn's armchair.
2015-02-18 17:43:05 +01:00
b165c5512f Merge branch 'master' of http://github.com/Ombridride/minetest-minetestforfun-server into soundset 2015-02-16 20:45:22 +01:00
LeMagnesium
dc06213bf4 Added missing meshnode's objects in homedecor
- Added missing objects' files
- Removed global variable `biome2` in mods/snow/src/mapgen_v6.lua
2015-02-16 20:40:29 +01:00
LeMagnesium
8d796fc3a3 Updated homedecor and solved chairs' bug
- New textures for chains
- Irfurn's nodes are now 99 stackable
- Commented the whole function `sit_exec` in mods/homedecor_modpack/homedecor/furnitures.lua to avoid players using chairs' bug
2015-02-16 18:18:20 +01:00
LeMagnesium
e6bb61ffe5 Removed global variables and fixed comparaison with nil
- Removed global variables in mods/snow/src/
- Fixed crash with unconfigured value in mods/plantlife_modpack/nature_classic/global_function.lua
2015-02-15 23:29:18 +01:00
Ombridride
31a6b257f5 tweak the stack max of throwing mod 2015-02-15 23:08:13 +01:00
Ombridride
2ce5630ae9 Update arrow.lua 2015-02-15 23:05:59 +01:00
Ombridride
12efe53d1c Tweak the "throwing:arrow" craft
Now the stack max is set to 200, enjoy your quiver !
2015-02-15 22:05:55 +01:00
Ombridride
9a55ace36e Tweak the "throwing:arrow" craft
Now craft 8 arrows
2015-02-15 22:04:05 +01:00
df18fba3a8 adaptation pour utiliser le mod soundset
modification pour incorporer le mod soundset qui permet aux joueurs de regler le volume de la musique et de l'ambience independament
2015-02-15 00:41:50 +01:00
9a0acb22c0 mod soundset initial release 2015-02-14 23:55:06 +01:00
LeMagnesium
001267c7eb Fixed typo in intweak mod 2015-02-14 17:31:51 +01:00
LeMagnesium
0899d85dac Added security in intweak
- Punching things with unknown items was making server crash
2015-02-14 17:17:48 +01:00
2d7941209f debug et ajout de timer dans sethome 2015-02-12 17:19:53 +01:00
LeMagnesium
f2a6d646aa Removed two global variables
Thanks to crabman for having warned me.
2015-02-11 16:04:38 +01:00
79031066c9 correction de svol|mvol qui provoquent le crash du serveur
ajout de test et conversion du type de variable en numerique dans les commandes svol et mvol pour eviter le crash du serveur
ambience_modpack/ambience/init.lua:495: attempt to perform arithmetic on upvalue 'MUSICVOLUME' (a string value)
2015-02-11 09:26:49 +01:00
LeMagnesium
47bf36a8c3 Updated plantlife
- Added `if` statements to avoid populating areas when lag is too high
2015-02-09 18:20:35 +01:00
Ombridride
6237c70e77 spawn cooldown set to 5minutes 2015-02-08 23:51:02 +01:00
LeMagnesium
a762b3552b Fixed position for beginners' chest 2015-02-08 23:47:19 +01:00
Ombridride
634d2f6aab add a craft recipe for sponge:sponge
Black dye + white wool + wheat = sponge
2015-02-08 23:34:15 +01:00
Ombridride
0d4a868894 stack update of sponge mod (sponge wet) 2015-02-08 23:31:25 +01:00
Ombridride
9004681aaa stack update of sponge mod 2015-02-08 23:30:30 +01:00
LeMagnesium
9c30ea322c Reverted IRC updated
This commit reveses commit 696f96b0f0 except :
./hooks.lua, containing security fixes forbidding people called 'IRC' to use commands
2015-02-07 14:37:11 +01:00
LeMagnesium
030e104df3 Added spawn's timer and reduced interval for home
- HOME_INTERVAL is now 20 minutes
- Added spawn's timer : interval is 10 minutes
2015-02-06 19:59:09 +01:00
LeMagnesium
f2da93525a Commented animation change on sit function 2015-02-06 18:05:36 +01:00
LeMagnesium
e967eb654a Retro-updated mesecons
This revert mods/mesecons' part of commit d57a4701f2
2015-02-06 16:45:13 +01:00
LeMagnesium
0c223c87b3 IRC's bugfix #1 after update 2015-02-06 15:32:34 +01:00
LeMagnesium
218882457b Merged GUI/console homes' handlers
- Added timer to unified_inventory's GUI go_home by 'merging' it
- Merged GUI/console sethome by addind all sethome's functions and variables in home[], unified_inventory calls home.sethome and home.tohome
- Added sethome in unified_inventory's mandatory dependencies
2015-02-06 14:46:53 +01:00
LeMagnesium
82b6bc809b The other part..
- My happined made me forget the ']]' at then end sorry
2015-02-05 21:36:16 +01:00
LeMagnesium
7e8dbab444 Come back is HUD/hunger.lua : EXHAUS' bug fixed! 2015-02-05 21:35:26 +01:00
LeMagnesium
d57a4701f2 Updated mesecons, pipeworks and homedecor
- Homedecor now using an inventory texture for lamps
- Reoganized pipeworks' code
- Added secure fix in pipeworks
- Added meshnodes, sounds and fixes in mesecons
- Removed "mesecons_compatibility"
2015-02-05 19:07:29 +01:00
LeMagnesium
3038c66e21 Changed a chest's duration 2015-02-04 23:00:35 +01:00
LeMagnesium
faafe039a6 Added chests (ssht! it's a secret!) 2015-02-04 22:57:40 +01:00
LeMagnesium
b9d45b2164 Updated IRC Mod
- (Finally) Updated the IRC mod : new dependencies, new LuaIRC module
2015-02-04 22:33:14 +01:00
LeMagnesium
06d241c10a Removed a few .env calls and minetest typos 2015-02-02 18:37:29 +01:00
LeMagnesium
7b51983a97 Removed .env and minetest: calls in itemframe 2015-01-29 20:06:14 +01:00
Ombridride
a149bc8c08 encore des petits ajustements... 2015-01-29 00:20:09 +01:00
Ombridride
fa8b4297e1 Update aliases.lua 2015-01-28 23:26:17 +01:00
LeMagnesium
edc7d6d23a Changed homedecor's itemframe with fork overriden during merge.. 2015-01-28 23:06:31 +01:00
LeMagnesium
59037e6a7c Commented falling_snow.lua include
- The snow fall have been disabled to improve the server's performances
2015-01-28 18:25:04 +01:00
LeMagnesium
839fe273f1 Updated homedecor mod to remove global vars and use meshs 2015-01-28 15:37:59 +01:00
LeMagnesium
5df7181ba9 Updated pipeworks' textures and mechanisms 2015-01-27 18:39:23 +01:00
LeMagnesium
55972f1441 Updated plantlife_modpack, using meshnodes for pebbles and bushes 2015-01-26 22:56:18 +01:00
LeMagnesium
fe5dc3f0a7 Fixed craft recipe conflit for moreblocks:cobble_compressed 2015-01-26 00:33:27 +01:00
Ombridride
dc1053d3f1 Update snow mod to 3.2 version 2015-01-26 00:03:27 +01:00
LeMagnesium
618adecf2b Fixed global vas errors and updated beginners_chest with license 2015-01-25 22:34:03 +01:00
LeMagnesium
0567321fa9 Fixed /from_hell nether's command
- Fixed crash when *pos* was called.
2015-01-25 20:11:04 +01:00
LeMagnesium
6726dc3a8c Finally fixed maptools' and moreblocks' update
- Finished pending rebase
- Removed merge garbage
- Fixed merge mistakes
2015-01-24 20:27:36 +01:00
LeMagnesium
c6cc85a855 Finished maptools' rebase 2015-01-24 20:18:48 +01:00
LeMagnesium
8787930b51 Updated homedecor_modpack : not running yet 2015-01-24 19:40:00 +01:00
LeMagnesium
36897537a5 Updated maptools mod : not running yet 2015-01-24 19:38:53 +01:00
LeMagnesium
2bb2628beb Updated moreblocks and moreores textures : not running yet 2015-01-24 19:35:56 +01:00
LeMagnesium
70d7d0fee7 Updated moreores mod : NOT RUNNING YET 2015-01-24 19:28:26 +01:00
LeMagnesium
6dc3e7d3ad Finished maptool's update's rebase 2015-01-24 19:13:58 +01:00
LeMagnesium
f70d47ccaf Updated coloredwood textures 2015-01-24 19:09:23 +01:00
LeMagnesium
25d7f6e339 Fixed global variables in irc mod 2015-01-24 18:58:13 +01:00
Ombridride
d8a923bf32 tweak the color of admin_boots (darker color) 2015-01-23 22:08:59 +01:00
Ombridride
c928006b1b Add admin boots texture in 3d_armor
Because this texture is missing…
2015-01-23 21:58:18 +01:00
Ombridride
9fd1a48fa8 fix aliases... 2015-01-23 21:29:16 +01:00
LeMagnesium
e7a3350ddf maptools.creative set to 0 : unkreakable nodes are seen 2015-01-23 21:24:55 +01:00
LeMagnesium
6537a584db Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-01-23 20:48:24 +01:00
LeMagnesium
7a3ac10994 Updated fail mod : added sounds 2015-01-23 20:05:47 +01:00
Ombridride
110f8f4195 aliases for the new itemframes mod
pedestral aliases
2015-01-23 19:56:08 +01:00
LeMagnesium
cc128f5713 Fixed debug line for NSPass in irc mod 2015-01-23 18:18:27 +01:00
Ombridride
71607ba18b Smalls fixs on unification pickaxe 2015-01-21 22:54:51 +01:00
Ombridride
202d50632c unification Pickaxe 2015-01-21 22:38:36 +01:00
LeMagnesium
c0f72c52de Merge branch 'regular_updates' of gitpiserver:minetest/minetestforfun
(Just I updated pipeworks on another computer, pushed on my local git server, and merged on a third computer, nevermind that)
2015-01-20 21:35:52 +01:00
LeMagnesium
3cf7017642 Modified homedecor's itemframes mod and removed a global var
- Removed x21's global var error
- Changed homedecor's itemframes : now using Shakajiub's fork
2015-01-20 21:32:23 +01:00
LeMagnesium
e81c452ab6 Massive update of maptools to remove within last global vars
- Updated mod using meld to merge properly
- Came back the superapples' textures to replace the new buggy ones
2015-01-20 21:32:23 +01:00
LeMagnesium
1a77eac3a6 Updated homedecor : wine rack mesh is fixed and optimized a bit 2015-01-20 21:32:23 +01:00
LeMagnesium
1e032c6ab2 Updated riesenpilz for new stem textures
- Changed stem texture
- The update have been checked with git diff : the mod have never been
  changed by us
2015-01-20 21:32:23 +01:00
LeMagnesium
7e98bb0437 Updated homedecor_modpack to fix entities' remove
- This commit adds the following modification : when an area using
  particles from homedecor_modpack is destroyed or unloaded, particles are
  removed to prevent a huge and useless use of memory
- This update have been checked with git diff : the mod have never been
  changed by us
2015-01-20 21:32:23 +01:00
LeMagnesium
3c81d35a59 Updated chatlog mods : invalid commands are hidden
- From now on, invalid commands are hidden when launched, like in
  realchat.
NOTE: The update have been checked with git diff : no differencies, the
mod have never been changed by us.
2015-01-20 21:32:23 +01:00
LeMagnesium
20aa788dd6 Added security in carts about driver's yaw calculation
- Thanks to @crabman77 for having reported the issue
2015-01-20 21:32:23 +01:00
LeMagnesium
3bd75abd88 Removed a global variable in carts 2015-01-20 21:32:23 +01:00
LeMagnesium
84ead6a062 Updated fishing mod from Xanthin fork
- I found recently that MossManikin's fishing mod is outdated: its last commit has been sent on August 2013. However, there are some forks of it. The mod updated is Xanthin's one. It updates API, and a little bit of global variables.
- Variables specifically modified for MFF have been changed to their last state.
- The fork works perfectly fine for 0.4.11-dev
- It can use intllib for translation
2015-01-20 21:32:23 +01:00
LeMagnesium
195e9ccee5 Reverted moreblocks and maptools updates 2015-01-20 21:32:22 +01:00
LeMagnesium
c430709474 Moreblocks' update
- Moreblocks' update to use last version's nodes and features
2015-01-20 21:32:22 +01:00
LeMagnesium
cb86fa2008 Maptool's update 2015-01-20 21:32:22 +01:00
LeMagnesium
574b2022ac Removed global variables in maptools 2015-01-20 21:32:22 +01:00
LeMagnesium
e84f4d480a Loads of fixs 2015-01-20 21:32:21 +01:00
LeMagnesium
353226f66d More global vars 2015-01-20 21:32:21 +01:00
LeMagnesium
4bfa470ba1 Reverted moreblocks and maptools updates 2015-01-20 21:32:21 +01:00
LeMagnesium
799cca8591 Sent last global variables' patchs
- There is, from now on, no more known global variables error in the repository! (not 100% guaranteed)
2015-01-20 21:32:21 +01:00
LeMagnesium
fd8dabdbf4 Moreblocks' update
- Moreblocks' update to use last version's nodes and features
2015-01-20 21:32:21 +01:00
LeMagnesium
5c12f78989 Maptool's update 2015-01-20 21:32:21 +01:00
LeMagnesium
917a4cb4d7 Removed global variables in maptools 2015-01-20 21:32:21 +01:00
LeMagnesium
61de42c8fb Removed debug print from crabman77's pull-request in sprint 2015-01-20 21:32:21 +01:00
916f3cb093 passage de variables global en local
passage de variables global en local
2015-01-20 21:32:21 +01:00
c35814348b debug et amélioration de future_ban
debug d'une mauvaise variable
ajout d'une vérification pour éviter de rebannir un joueur déja banni
2015-01-20 21:32:21 +01:00
7c7ae08bd6 correction de bug message irc pour shout
correction d'une condition toujours fausse qui ne déclenche pas l'affichage du message pour l'option privs shout
2015-01-20 21:32:21 +01:00