17 Commits
1.0.1 ... 1.1.1

Author SHA1 Message Date
6f7e6ce160 (#40) Corrige crash avec la scie circulaire
- Bien qu'ayant le même nom, certains blocs pouvant être recyclés dans la
  scie circulaire faisaient crascher le serveur. Cela se produisait
  avec les blocs (stairs, slabs) fabriqués avant la mise à jour vers
  Minetest 5.
2019-05-05 22:57:42 +02:00
f9ff783c4d [serverguide] Ajoute description de la commande /hotbar 2019-05-02 00:20:44 +02:00
247e8e1ab1 (#34) [serverguide][interact] Textes modifiés et ajout règle
- [interact] Ajout d'une règle
- [serverguide] Modifie les textes
2019-05-01 21:19:04 +02:00
e06adae334 (#38) Corrige emplacement de la barre de vie/respiration
- La barre se situe à nouveau au dessus de la tête du joueur.
2019-05-01 18:49:44 +02:00
3bb4c26c72 (#36) [unified_inventory] Supprime icônes set_home et home_go
- Ces icônes sont redondantes avec l'icône h2omes
2019-05-01 17:31:53 +02:00
e9c6e276c2 (#35) Suppression du mod minercantile 2019-05-01 12:23:55 +02:00
f2d3d1cc3f [locks] Mise à jour et correction texture porte vérouillé.
* Mise à jour depuis le dépôt d'origine
* Correction de la texture quand une porte vérouillé est dans la main
  du joueur.
2019-04-26 23:39:46 +02:00
a4a0b23b71 [nalc][nalc_doors] Corrige crash quand on dig une porte de 3 blocs. 2019-04-26 23:08:45 +02:00
ac20c8c996 [plantlife_modpack][trunks] #24: Moss et moss_fungus se droppent.
* Ajout de ces deux items dans le groupe attached_node. Cela évite
  d'avoir de la mousse qui reste accrochée dans le vide.
2019-04-26 20:04:59 +02:00
ada440b9c0 [moretrees] #19 : Drop des arbres de jungle de moretrees en default.
* La récolte des arbres de jungle générés par moretrees donne ceux du
  mod default. Cela évite d'avoir l'impression de doublons dans
  l'inventaire et on y gagne un peu plus de place.
2019-04-26 19:15:00 +02:00
3020501c64 [diet][food_sweet] Actualise le support de la nourriture.
* diet et food_sweet supportent les blueberries de Minetest 5 (#17)
* diet mis à jour pour la nourriture de farming
2019-04-21 00:45:06 +02:00
2a9939ad86 Ticket #15 : Optimisation du mod sea pour Minetest 5 2019-04-20 20:35:27 +02:00
1c89ab5429 Ticket #14 : Texture auiguilles de pain remplacée par Minetest 5 2019-04-20 13:12:23 +02:00
0e677623ed Ticket #26 : Correction du mod plantlife_modpack
* Cette correction ne fait plus crasher le mod awards lors de la
  récolte de fougères arborescentes.
2019-04-12 20:05:05 +02:00
1a2215086c [plantlife_modpack] Mise à jour du mod depuis le dépôt d'origine 2019-04-12 19:01:28 +02:00
db8cf9b409 [name_restrictions] MAJ appels déprécié minetest.settings:get 2019-04-08 01:30:25 +02:00
105b4c2ad3 Ticket #13 : [name_restrictions] Correction crash au démarrage 2019-04-08 00:36:57 +02:00
16 changed files with 66 additions and 71 deletions

108
.gitmodules vendored
View File

@ -94,10 +94,6 @@
path = death_messages
url = https://sys4.fr/gitea/nalc/death_messages.git
branch = nalc
[submodule "diet"]
path = diet
url = https://sys4.fr/gitea/nalc/diet.git
branch = nalc
[submodule "digilines"]
path = digilines
url = https://sys4.fr/gitea/nalc/digilines.git
@ -126,18 +122,10 @@
path = food
url = https://sys4.fr/gitea/nalc/food.git
branch = nalc
[submodule "food_sweet"]
path = food_sweet
url = https://sys4.fr/gitea/nalc/food_sweet.git
branch = nalc
[submodule "framedglass"]
path = framedglass
url = https://sys4.fr/gitea/nalc/framedglass.git
branch = nalc
[submodule "gauges"]
path = gauges
url = https://sys4.fr/gitea/nalc/gauges.git
branch = nalc
[submodule "glow"]
path = glow
url = https://sys4.fr/gitea/nalc/glow.git
@ -166,10 +154,6 @@
path = hudbars
url = https://sys4.fr/gitea/nalc/hudbars.git
branch = nalc
[submodule "interact"]
path = interact
url = https://sys4.fr/gitea/nalc/interact.git
branch = nalc
[submodule "inventorycheck"]
path = inventorycheck
url = https://sys4.fr/gitea/nalc/inventorycheck.git
@ -206,10 +190,6 @@
path = lightning
url = https://sys4.fr/gitea/nalc/lightning.git
branch = nalc
[submodule "locks"]
path = locks
url = https://sys4.fr/gitea/nalc/locks.git
branch = nalc
[submodule "maidroid"]
path = maidroid
url = https://sys4.fr/gitea/nalc/maidroid.git
@ -242,10 +222,6 @@
path = metatools
url = https://sys4.fr/gitea/nalc/metatools.git
branch = nalc
[submodule "minercantile"]
path = minercantile
url = https://sys4.fr/gitea/nalc/minercantile.git
branch = nalc
[submodule "mob_horse"]
path = mob_horse
url = https://sys4.fr/gitea/nalc/mob_horse.git
@ -270,10 +246,6 @@
path = moognu
url = https://sys4.fr/gitea/nalc/moognu.git
branch = nalc
[submodule "moreblocks"]
path = moreblocks
url = https://sys4.fr/gitea/nalc/moreblocks.git
branch = nalc
[submodule "more_chests"]
path = more_chests
url = https://sys4.fr/gitea/nalc/more_chests.git
@ -298,10 +270,6 @@
path = moreplants
url = https://sys4.fr/gitea/nalc/moreplants.git
branch = nalc
[submodule "moretrees"]
path = moretrees
url = https://sys4.fr/gitea/nalc/moretrees.git
branch = nalc
[submodule "mtfoods"]
path = mtfoods
url = https://sys4.fr/gitea/nalc/mtfoods.git
@ -310,10 +278,6 @@
path = multitest
url = https://sys4.fr/gitea/nalc/multitest.git
branch = nalc
[submodule "name_restrictions"]
path = name_restrictions
url = https://sys4.fr/gitea/nalc/name_restrictions.git
branch = nalc
[submodule "names_per_ip"]
path = names_per_ip
url = https://sys4.fr/gitea/nalc/names_per_ip.git
@ -374,10 +338,6 @@
path = runes
url = https://sys4.fr/gitea/nalc/runes.git
branch = nalc
[submodule "serverguide"]
path = serverguide
url = https://sys4.fr/gitea/nalc/serverguide.git
branch = nalc
[submodule "shutdown"]
path = shutdown
url = https://sys4.fr/gitea/nalc/shutdown.git
@ -386,10 +346,6 @@
path = signs_lib
url = https://sys4.fr/gitea/nalc/signs_lib.git
branch = nalc
[submodule "snow"]
path = snow
url = https://sys4.fr/gitea/nalc/snow.git
branch = nalc
[submodule "spears"]
path = spears
url = https://sys4.fr/gitea/nalc/spears.git
@ -434,10 +390,6 @@
path = unifieddyes
url = https://sys4.fr/gitea/nalc/unifieddyes.git
branch = nalc
[submodule "unified_inventory"]
path = unified_inventory
url = https://sys4.fr/gitea/nalc/unified_inventory.git
branch = nalc
[submodule "unifiedwool"]
path = unifiedwool
url = https://sys4.fr/gitea/nalc/unifiedwool.git
@ -494,10 +446,6 @@
path = cherry_tree
url = https://sys4.fr/gitea/nalc/cherry_tree.git
branch = nalc
[submodule "sea"]
path = sea
url = https://sys4.fr/gitea/nalc/sea.git
branch = nalc
[submodule "slimes"]
path = slimes
url = https://sys4.fr/gitea/nalc/slimes.git
@ -514,10 +462,6 @@
path = factions
url = https://sys4.fr/gitea/nalc/factions.git
branch = nalc
[submodule "plantlife_modpack"]
path = plantlife_modpack
url = https://sys4.fr/gitea/nalc/plantlife_modpack.git
branch = nalc
[submodule "3d_armor"]
path = 3d_armor
url = https://sys4.fr/gitea/nalc/3d_armor.git
@ -562,7 +506,59 @@
path = homedecor_modpack
url = https://sys4.fr/gitea/nalc/homedecor_modpack.git
branch = nalc
[submodule "name_restrictions"]
path = name_restrictions
url = https://sys4.fr/gitea/nalc/name_restrictions.git
branch = nalc-1.1
[submodule "snow"]
path = snow
url = https://sys4.fr/gitea/nalc/snow.git
branch = nalc-1.1
[submodule "sea"]
path = sea
url = https://sys4.fr/gitea/nalc/sea.git
branch = nalc-1.1
[submodule "diet"]
path = diet
url = https://sys4.fr/gitea/nalc/diet.git
branch = nalc-1.1
[submodule "food_sweet"]
path = food_sweet
url = https://sys4.fr/gitea/nalc/food_sweet.git
branch = nalc-1.1
[submodule "moretrees"]
path = moretrees
url = https://sys4.fr/gitea/nalc/moretrees.git
branch = nalc-1.1
[submodule "plantlife_modpack"]
path = plantlife_modpack
url = https://sys4.fr/gitea/nalc/plantlife_modpack.git
branch = nalc-1.1
[submodule "nalc"]
path = nalc
url = https://sys4.fr/gitea/nalc/nalc.git
branch = nalc-1.1
[submodule "locks"]
path = locks
url = https://sys4.fr/gitea/nalc/locks.git
branch = nalc-1.1
[submodule "unified_inventory"]
path = unified_inventory
url = https://sys4.fr/gitea/nalc/unified_inventory.git
branch = nalc-1.1
[submodule "gauges"]
path = gauges
url = https://sys4.fr/gitea/nalc/gauges.git
branch = nalc-1.1
[submodule "interact"]
path = interact
url = https://sys4.fr/gitea/nalc/interact.git
branch = nalc-1.1
[submodule "serverguide"]
path = serverguide
url = https://sys4.fr/gitea/nalc/serverguide.git
branch = nalc-1.1
[submodule "moreblocks"]
path = moreblocks
url = https://sys4.fr/gitea/nalc/moreblocks.git
branch = nalc

2
diet

Submodule diet updated: a05ee52a7f...8cfdf48cfc

2
gauges

Submodule gauges updated: d86c6693b2...e1534c2139

2
locks

Submodule locks updated: 09385b7da5...ca94c8d43e

Submodule minercantile deleted from 00f3c26eb7

2
nalc

Submodule nalc updated: a88b2bc93e...fbe7d8bcf0

2
sea

Submodule sea updated: d537a679a3...5ec73557de

2
snow

Submodule snow updated: d3ba0dd21c...f51bcd00df