1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-10-09 20:50:28 +02:00
Miroir du dépôt server-nalc.
Go to file
crabman77 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
minetestforfun_game Removed commented old lines from code 2015-02-19 16:57:24 +01:00
mods fixed strange bug with table=table 2015-02-20 17:19:42 +01:00
worlds/minetestforfun New random_messages 2015-02-17 20:21:43 +01:00
.gitignore Ajout du skin "santa_01" en WTFPL fait par JAPP (que l'on remercie) 2014-12-22 18:44:59 +01:00
LICENSE Initial commit 2014-10-28 17:13:06 +01:00
README.md Update README.md 2015-02-16 20:51:08 +01:00
update_sources.txt Progress source list 2015-01-07 21:02:42 +01:00

minetestforfun_game subgame and mods

You can find here the subgame and the mods of the server MinetestForFun.

If you want help us, don't hesitate and take a look at our ToDoList here.

Contributors

  • Ombridride

    Server hoster, reposity owner.

  • LeMagnesium

    Debugging, mod maintenance.

  • mgl512

    Helper for debugging, who leaves useful comments.

  • Ataron

    Occasionnal debogger, texture fixer.

  • Gael-de-Sailly

    Kittens carer, and debogger.

  • crabman77(/guillaume)

    Global variables annihilator.

minetestforfun_game sous-jeu et mods

Vous pouvez trouver ici le sous-jeu et les mods du serveur MinetestForFun.

Si vous voulez nous aider, n'hésitez pas et jetez un coup d'oeil à notre ToDoList ici.

Contributeurs

  • Ombridride

    Hébergeur du serveur, possesseur du dépôt.

  • LeMagnesium

    Deboggueur, entretient des mods.

  • mgl512

    Aide au déboggage, laisse aussi des commentaires très utiles.

  • Ataron

    Déboggueur occasionnel.

  • Gael-de-Sailly

    Soigneur et deboggueur de chatons.

  • crabman77(/guillaume)

    Annihilateur de variables globales.