1524 Commits

Author SHA1 Message Date
Milan
c0efa4e510 experience: store data in own folder 2017-07-26 14:04:50 +02:00
Milan*
cf3314bb79 update submodule illuna_extras 2017-07-26 14:02:20 +02:00
Milan*
d45d64f4cb initial add experience 2017-07-26 11:27:38 +02:00
Milan*
a7344c7ea8 update initial stuff 2017-07-01 14:05:24 +02:00
Milan*
81044ee100 update submodule illuna 2017-07-01 13:59:26 +02:00
Milan*
10abee3f87 update submodule illuna 2017-06-29 13:08:12 +02:00
Milan*
83b50f60b6 update submodule illuna 2017-06-29 13:03:51 +02:00
tchncs
0aa39f3c47 Merge branch 'technicworld' of https://git.tchncs.de/Illuna-Minetest/minetest_game into technicworld 2017-06-15 17:01:44 +02:00
tchncs
d189469f6d update submodule ethereal 2017-06-15 17:00:04 +02:00
Milan*
40f94a9ecd update submodule illuna 2017-06-15 16:49:36 +02:00
Milan*
3c422605e7 update submodule illuna 2017-05-27 15:06:16 +02:00
Milan*
60cb3fc398 update submodule illuna 2017-05-27 14:25:26 +02:00
Milan*
04b58ef265 update submodule illuna 2017-05-27 14:23:23 +02:00
Milan*
3bc1aefdcd update submodule mobs_redo 2017-05-27 10:15:16 +02:00
Milan*
cd4b70d7dd replace submodule mobs_redo 2017-05-27 10:11:44 +02:00
Milan*
3d7e77b438 update submodule underworlds geomoria 2017-05-27 10:07:04 +02:00
Milan*
e6d0e6e37c update submodule ethereal 2017-05-27 08:38:10 +02:00
Milan*
dbe42a00bd update submodule illuna 2017-05-26 20:17:31 +02:00
Milan*
2fc749b8c0 update submodule hudbars, illuna, illuna_ethereal 2017-05-26 18:40:27 +02:00
Milan*
adf7edcced merge upstream 🐈 2017-05-26 18:24:37 +02:00
Milan*
8bac0467af update submodule illuna_extras 2017-05-26 15:38:28 +02:00
tchncs
33aa4de3d0 update submodule illuna_extras, pkarcs 2017-05-25 21:22:15 +02:00
tchncs
2c2c6a67cc update submodule illuna 2017-05-25 16:02:04 +02:00
Milan*
36a47fd92e merge upstream 🐈 2017-05-25 10:03:55 +02:00
Milan*
60971dc1a5 update submodules ethereal, illuna_extras 2017-05-25 10:03:42 +02:00
Milan*
73c07d7b27 update submodule inventory_plus 2017-05-24 13:07:28 +02:00
tchncs
30d169c618 add submodule irc 2017-05-23 12:19:06 +02:00
Milan*
40187ce545 update submodule illuna 2017-05-23 11:38:24 +02:00
Milan*
cb904d3b5b update submodule technic 2017-05-23 10:57:00 +02:00
Milan*
4d39a3f5a6 update submodule wiki 2017-05-23 10:51:18 +02:00
Milan*
de20dddc3a replace submodule wiki 2017-05-23 10:45:40 +02:00
Milan*
3ab39ebf1a make gui background a bit darker 2017-05-23 10:30:36 +02:00
Milan*
fe120be941 add submodule wiki 2017-05-22 18:45:19 +02:00
Auke Kok
df65716711 re-add nyancat mod
add pbj_pup from
9b45e7b3e9
2017-05-22 09:42:29 +02:00
Milan*
9052d3ae14 fix mergeconflicts 2017-05-22 09:30:34 +02:00
Milan*
56e4678f61 drop submodule farming, boats for easier mtg merges 2017-05-22 08:48:31 +02:00
Milan*
f92ff3abc4 update submodule homedecor
add submodule moreblocks
2017-05-21 23:05:59 +02:00
Milan*
aadd59fc0a update esubmodule homedecor_modpack 2017-05-21 22:37:47 +02:00
Milan*
38c0dd33d5 update submodule illuna_ethereal 2017-05-21 21:55:57 +02:00
tchncs
b28c51cd27 update submodule integral 2017-05-21 12:06:52 +02:00
Milan*
3c536e8e5a add some worldmods to the subgame 2017-05-21 11:58:58 +02:00
theFox6
e523c3a296 Default: Shorter and better ABMs (#1739)
Action of some abm's call functions directly, instead of calling the function inside a function.
2017-05-20 14:32:52 +02:00
sfan5
b25317fc64 Remove set_inventory_formspec in default, remove delay in sfinv 2017-05-18 09:54:18 +01:00
Vanessa Ezekowitz
d104b9b10f Chest: Redo new chests to use single-tile textures where possible
This keeps the filenames the same, but adds a new "inside" double texture
for the open chest.
Use regular drawtype for closed chest and delete the "cube.obj" model.
X-flip the right-side texture for the closed chest.
2017-05-18 09:45:56 +01:00
ezhh
758d5010b8 Fire: Disable fire by default in multiplayer 2017-05-15 17:39:59 +01:00
tenplus1
63b3542d00 Chests: Revert inventory name
Revert the new 'default:game' inventory back to the old 'main' and use the
lbm to restore the contents of the chest.
Change the name of the conversion LBM to ensure it is run again on already
converted chests.
2017-05-15 13:47:03 +01:00
cx384
5bd44c21ef Change the selection_box of bush stems (#1733)
This is needed because you can't place a node above a bush stem when you are pointing at the bush stem.
2017-05-13 12:49:04 +02:00
Auke Kok
c7d558c09e Chest open model: UV map fix.
The back side had a UV mapping issue which caused the bottom
rear part to "shrink" when opened.
2017-05-07 20:47:17 -07:00
Auke Kok
55f81d0802 Fix nil deref issue with people hitting chests too often. 2017-05-07 20:47:17 -07:00
SmallJoker
a533434b58 Chests: Keep old textures for mod compability
Prevents generating ugly looking dummy images for mods that weren't updated yet.
2017-05-07 20:46:49 -07:00