1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-29 15:20:19 +02:00
Commit Graph

56 Commits

Author SHA1 Message Date
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
f25082ad5f [snow] Implement alias between snow and default pine sapling
- Maybe solve #425
2016-04-04 19:29:51 +02:00
LeMagnesium
3617679dfb [snow] Attempt to fix crash 2016-01-01 16:39:34 +01:00
7437e9d6a4 better test in snow_entity 2015-12-29 17:41:20 +01:00
LeMagnesium
7b8caf54ea [snow] Update snowball throw mechanism from upstream 2015-12-29 16:35:20 +01:00
LeMagnesium
8322577bea [snow] Prevent snowballs from colliding against each other 2015-12-29 16:27:36 +01:00
LeMagnesium
d96545da57 [snow] Remove saplings
- Fix #344
2015-12-23 19:59:08 +01:00
LeMagnesium
9e31c3c23c [snow] Don't hurt gauges' hp bars 2015-12-23 19:00:33 +01:00
LeMagnesium
45d4f97dba [christmas_craft] Adjust the amount of snow needed/given 2015-12-23 18:58:34 +01:00
LeMagnesium
58cde21ade [snow] Snowballs now damage entities 2015-12-23 18:50:16 +01:00
LeMagnesium
e9b2fd984a [signs_lib & building_blocks & markers & ...] Updates
- building_blocks: Replace `maxwear` deprecated field
- signs_lib: use `verbose` level instead of unexisting `debug`
- maze: Replace `dug_item` deprecated field
- vines: Replace `maxwear` deprecated field
- quartz: Replace `height_max` and `height_min` deprecated fields
- sea/seacoal & sea/seaplants: Replace `height_max` and `height_min` deprecated fields
- snow: Replace `height_max` and `height_min` deprecated fields
2015-10-26 13:45:27 +01:00
Ombridride
ef68f14446 Disabled unfinished stone mapgen feature...
... in snow biome

Thanks to @paramat for the information
2015-10-06 00:53:04 +02:00
LeMagnesium
834fb13def [snow] Maybe this time, aliases will work (in a loaded file) 2015-09-19 19:57:31 +02:00
LeMagnesium
e7428a6362 [snow] Remove ABMs 2015-09-19 19:20:05 +02:00
LeMagnesium
d04581d629 [snow] Reverse arguments in alias function 2015-09-17 21:43:44 +02:00
BUISSON-DEBON Quentin
ce8ea83036 rights 755 and add minetest.conf to the repository 2015-09-02 22:41:36 +02:00
LeMagnesium
27f780e572 Add aliases for snow
- Temporary fix for #257
2015-08-31 11:39:34 +02:00
LeMagnesium
0f258b989b So far, disable snow mapgen from snow 2015-08-30 23:21:16 +02:00
LeMagnesium
bde8c03555 Removed snow mod 2015-08-30 22:57:16 +02:00
Gael-de-Sailly
54975d36f2 Re-add watershed depends 2015-07-15 22:53:19 +02:00
4b7ba47446 remove bad dependance watershed in mores mod and readd dependances in watershed 2015-07-14 23:40:38 +02:00
Gael-de-Sailly
e55464394e Corrected problems about snow mod 2015-07-09 11:27:40 +02:00
Gael-de-Sailly
a84bf4d15e Plantlife, darkage, etc. after watershed 2015-07-09 09:44:39 +02:00
Gael-de-Sailly
f3da59bcf6 Merge branch 'watershed' : add watershed mod 2015-07-08 22:36:16 +02:00
Gael-de-Sailly
7cfcbc63fc Unified temperature and humidity noises 2015-07-08 18:50:28 +02:00
Wouters Dorian
8dc63b9101 Optimize **all** PNG files 2015-07-06 18:59:12 +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
LeMagnesium
986ee7e7ad Updated snow mod
- New textures, and many new nodes
2015-06-20 20:26:36 +02:00
LeMagnesium
96c729fd6d Right 755 for all! 2015-06-11 19:51:59 +02:00
LeMagnesium
2913bcb93d Removed all whitespaces (using new script) 2015-06-10 19:12:48 +02:00
LeMagnesium
b8e61fd763 Updated snow mod
- See #87
2015-06-10 17:26:05 +02:00
Ombridride
bd37f19662 Change rights in the repository (755) 2015-05-26 23:37:16 +02:00
LeMagnesium
3f10102866 Fixed a global variable after snow's update 2015-05-24 10:49:42 +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
LeMagnesium
ea1d7b65be Updated snow with fixes 2015-05-11 20:02:54 +02:00
Ombridride
b376e1e34b snow min height 50
Before it was min height 3 ?!
2015-03-13 19:56:53 +01:00
LeMagnesium
d9c182cf9d Changed all the LIGHT_MAX calls to default.LIGHT_MAX
- Avoided crash by using the real variable instead of its old name
2015-03-03 18:22:38 +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
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
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
Ombridride
dc1053d3f1 Update snow mod to 3.2 version 2015-01-26 00:03:27 +01:00
LeMagnesium
e84f4d480a Loads of fixs 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
guillaume
715ca50df1 Passage de globales en locales
Adaptation des variables global en local pour la version 4.11
2015-01-11 21:25:25 +01:00
Ombridride
887473124e Merge server to github 2014-12-11 18:53:00 +01:00
Ombridride
e76a36a9ac merge server with github 2014-12-08 02:11:04 +01:00
LeMagnesium
3c10469c03 Copying code of cactus' check in sprint
- Sprint mod now check if the player is near a cactus. If yes, it hurts
  him. However, the duration between two checking is about 0.1 seconds.
2014-12-07 18:01:17 +01:00