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
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
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
a32db0e243
Fixed inhibition of buckets because of homedecor's overwrite
2015-05-16 14:15:14 +02:00
LeMagnesium
a363690ff7
Updated homedecor
2015-05-15 13:18:20 +02:00
LeMagnesium
e4b44695ea
Removed useless obj
2015-05-06 11:14:40 +02:00
LeMagnesium
43063c037d
Updated homedecor (with meshes)
...
- Updated homedecor
- Used script to get the meshes back
2015-05-03 17:08:51 +02:00
LeMagnesium
ef530f7bb5
Added missing objs
...
- The other_things' script is very useful in fact
2015-04-26 13:11:14 +02:00
LeMagnesium
ad61a2fd72
Updated homedecor
...
- Added kingsize beds
2015-04-26 12:14:52 +02:00
LeMagnesium
062d83e6d9
Updated homedecor and removed old lavalamp
...
- Updated homedecor
- Updated news.txt for next merge
- Added script folder in other_things
2015-04-18 15:39:20 +02:00
LeMagnesium
99dbbf71c9
Updated homedecor
...
- Added/removed textures
- Added mesh for inbox
- Added wall lamp
2015-04-06 21:40:52 +02:00
LeMagnesium
05252763a1
Updated meshes
2015-04-05 23:11:08 +02:00
LeMagnesium
16fd682ebb
Modified doors, vines, homedecor, etc...
...
- Added doors:trapdoor_cherry and its craft recipe
- Removed useless door textures (not following naming convention, so not used in code since the last mff_game update)
- Added missing homedecor_models
- Re-added vines:shears needed for vines' roots
2015-04-01 21:42:29 +02:00
LeMagnesium
de0b944f81
Added all missing meshes forgotten by meld
2015-03-31 19:49:36 +02:00
LeMagnesium
9ca46d91f6
Updated homedecor, adding green trash can
...
- Added green trash cans
- Removed more side textures
2015-03-30 18:29:25 +02:00
LeMagnesium
6dce5e5cfc
Updated homedecor_modpack
...
- Added overrides of missing technic nodes if mod is disabled
- Turned a lot of nodes into meshnodes and removed useless side textures
- Used a new way to register nodes like windows, shower heads, etc...
2015-03-29 12:06:13 +02:00
LeMagnesium
ddf4a356c8
Updated homedecor mod
2015-03-16 19:50:50 +01:00
Ombridride
b3cf918f02
tweak the craft recipe of cobweb_corner
2015-03-11 16:25:00 +01:00
Ombridride
8e721a4d8e
tweak the description for avoid mobs conflict
2015-03-11 16:21:08 +01:00
LeMagnesium
99e74718cc
Fixed missing link between sit_exec and homedecor.sit_exec
...
- Registered sit_exec (ghost) function as homedecor.sit_exec. All its calls
have been changed in mods/homedecor_modpack/homedecor/furnitures.lua to
homedecor.sit_exec(params)
2015-03-06 00:21:07 +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
Ombridride
5846896f31
Update lighting.lua
2015-03-03 00:46:03 +01:00
Ombridride
fd2196027c
Update lighting.lua
2015-03-03 00:45:24 +01:00
Ombridride
3a9f112a0f
Fix a mistake
2015-03-03 00:12:24 +01:00
Ombridride
ef8497f9b2
Update home decor and plantlife
...
more mesh on homedecor, and important performance upgrade for plantlife
2015-03-02 21:55:02 +01:00
LeMagnesium
4ede79aae6
Updated pipeworks, mesecons, and fixed typo
...
- Fixing missing comma in building_blocks:sticks' new craft recipe
- Updated pipeworks and mesecons : if changed breaks, revert this commit (works well on local server)
2015-02-27 17:28:41 +01:00
LeMagnesium
3fcfff4bcd
Rebalanced wood's recipe in moreblocks and changed another one
...
- Changed recipe for building_blocks:sticks to avoid incompatibilities
- Rebalanced default:wood's recipe in moreblocks
2015-02-27 17:06:55 +01:00
1948dc2af5
added missing .obj in home_decor
2015-02-25 17:11:53 +01:00
LeMagnesium
342f99f23c
Fixed homedecor's update, added inventorycheck
...
- Added inventorycheck mod
- Fixed ereased table in last commit (homedecor's update)
- Fixed all the wrong uses of register_node in mods/maptools/default_nodes.lua to avoid 0.4.12-name-check-system from crashing server. The diff have been sent to Calinou.
2015-02-24 22:07:05 +01:00
LeMagnesium
bcd0118ba9
Updated homedecor, and fixed cloud pedestals
2015-02-24 18:23:14 +01:00
LeMagnesium
8b7ca866fb
Removed all the set_hp(20) calls in homedecor
...
- Sofas, furnitures and longsofas don't get players to recover their hp
anymore.
2015-02-23 19:46:43 +01:00
LeMagnesium
bf4f6e70e2
Fixed mistakes in new pedestals' definitions
2015-02-23 11:56:22 +01:00
Gael-de-Sailly
92d20a7e61
Turn glass into glasslike_framed_optional drawtype
2015-02-22 18:17:27 +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
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
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
f2da93525a
Commented animation change on sit function
2015-02-06 18:05:36 +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
7b51983a97
Removed .env and minetest: calls in itemframe
2015-01-29 20:06:14 +01:00
LeMagnesium
edc7d6d23a
Changed homedecor's itemframe with fork overriden during merge..
2015-01-28 23:06:31 +01:00
LeMagnesium
839fe273f1
Updated homedecor mod to remove global vars and use meshs
2015-01-28 15:37:59 +01:00
LeMagnesium
8787930b51
Updated homedecor_modpack : not running yet
2015-01-24 19:40:00 +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
1a77eac3a6
Updated homedecor : wine rack mesh is fixed and optimized a bit
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
0048532fac
Updated homedecor_modpack
2015-01-10 21:42:49 +01:00
Ombridride
887473124e
Merge server to github
2014-12-11 18:53:00 +01:00
LeMagnesium
cc2661f622
Commenting useless (unused) craft recipes
...
- Craft recipes using undeclared group:wood_slab commented.
2014-11-23 17:40:03 +01:00
Ombridride
2e895a7790
Merge server with github repository
...
Pas mal de changement n’ont pas été pushé sur le github du serveur,
voici l’occasion de faire une bonne synchronisation :)
2014-11-16 22:23:16 +01:00