Commit Graph

174 Commits (cef31621a37974df2b789660f1447863793b70d3)

Author SHA1 Message Date
Sokomine b2b900eeec added spawning of individual houses; added config options for those 2014-10-19 20:07:40 +02:00
Sokomine e9b2674fe1 added village type tower (useful for single buildings only) 2014-10-19 17:35:09 +02:00
Sokomine a9cb821dc6 added two more config options; visit command may now be used by default 2014-10-16 03:25:53 +02:00
Sokomine c8df6dc186 called chest fill routine for realtest chests as well 2014-10-15 16:34:18 +02:00
Sokomine b07f16565a made sure there is a background image for the map if realtest is used 2014-10-15 16:00:44 +02:00
Sokomine b45d4342ea fixed bug with screwed up tree trunks; tiny villages are spawned without roads 2014-10-15 01:08:32 +02:00
Sokomine 42cae3abdc added inhabitant suggestions for the rest of the buildings 2014-10-14 20:18:10 +02:00
Sokomine 86fa38c880 noted amount of inhabitants per building for most building types 2014-10-14 06:20:40 +02:00
Sokomine 380c284edb added sawmill 2014-10-14 05:11:20 +02:00
Sokomine a7acc550b9 changed lumberjack homes to mts files and did minor changes to buildings 2014-10-13 22:16:23 +02:00
Sokomine 40b6ed38e8 moved further config value into config.lua 2014-10-13 18:13:16 +02:00
Sokomine 256d686a58 actually loaded config file 2014-10-13 17:59:48 +02:00
Sokomine f5709ff0f5 moved configuration out of villages.lua and into extra config.lua file 2014-10-13 17:38:49 +02:00
Sokomine 308df19006 moved spawning of player into extra file; made sure players do not spawn inside stone below the village if said villages height got changed 2014-10-13 17:17:42 +02:00
Sokomine 21e7d6e79f reduced amount of performance debug information printed 2014-10-11 23:42:29 +02:00
Sokomine d849081e8d only allow height changes if the new height is>0 2014-10-11 23:34:41 +02:00
Sokomine ca89bfc05e cleaned up noise usage in mapgen.lua 2014-10-11 23:25:50 +02:00
Sokomine 1e1cf8c249 removed noise parameter where not needed 2014-10-11 00:54:48 +02:00
Sokomine 13e574a158 removed obsolte code 2014-10-10 23:54:08 +02:00
Sokomine 63c85d2d4b added fix for reading files under windows 2014-10-10 21:06:30 +02:00
Sokomine f94b31ce9a added read test to investigate a strange bug occouring only under windows 2014-10-10 20:45:59 +02:00
Sokomine 6f60d161c9 check if facedir is nil 2014-10-10 20:30:59 +02:00
Sokomine 0c897050c9 handle missing decompress-function in older minetest versions 2014-10-10 03:54:40 +02:00
Sokomine 4d2819a6f0 only schems that may actually be used will be imported at startup 2014-10-10 03:13:57 +02:00
Sokomine 7f9393caa9 made sure moreblocks-cobble-slaps get replaced by existing blocks 2014-10-10 03:11:47 +02:00
Sokomine 7c126b9541 added option to cover some villages with snow even if no snow mod is installed 2014-10-10 01:51:12 +02:00
Sokomine b0e45bce13 added and repaired the tent village type 2014-10-09 03:40:15 +02:00
Sokomine 01ed5dffeb added some inv to chests in more types of houses 2014-10-08 20:49:29 +02:00
Sokomine e5037f085d eliminate some plants that accidentally got in the savefiles of the buildings 2014-10-08 19:11:48 +02:00
Sokomine de2e87f856 sorted some functions 2014-10-08 00:23:29 +02:00
Sokomine 3ed3a99da8 added further replacements 2014-10-07 22:46:50 +02:00
Sokomine 414cdc5240 removed some special nodes from other mods; fixed replacements for realtest 2014-10-07 22:02:01 +02:00
Sokomine 2d6f61fe04 added tents for new village type 2014-10-07 05:44:04 +02:00
Sokomine 20f78eeb53 actually made use of the new logcabin buildings 2014-10-07 03:24:53 +02:00
Sokomine 887865add3 added logcabin houses which do not use nodes from a not released mod; improved some of the logcabins; added two new taverns 2014-10-07 03:24:12 +02:00
Sokomine 661105adb3 added hochsitz 2014-10-06 21:56:59 +02:00
Sokomine abb9e3cb71 do not accept nodeboxes as natural ground 2014-10-06 18:46:56 +02:00
Sokomine 5e6d0323c4 added optional dependencies for realtest mods 2014-10-06 01:14:17 +02:00
Sokomine 375e33a8f7 removed chest fill code from main loop; disabled place_schematics code as that is no longer needed 2014-09-30 16:08:50 +02:00
Sokomine e8d559201a fixed spelt/wheat replacements for realtest 2014-09-30 16:08:04 +02:00
Sokomine a5b4a0acdb fixed bugs with missing slabs in villages 2014-09-29 17:04:10 +02:00
Sokomine d36e830d97 added function for filling chests and shelves with random materials 2014-09-28 03:56:24 +02:00
Sokomine 6481e288fa combined decoding of nodes in we and mts files into one new function 2014-09-28 02:01:48 +02:00
Sokomine c6340f10b5 do not save extra_calls in village data 2014-09-28 01:59:41 +02:00
Sokomine c5ff9061d1 replacing moretree leaves as well 2014-09-28 01:07:09 +02:00
Sokomine ad0fbb75dd added support for ladders in realtest 2014-09-27 04:51:45 +02:00
Sokomine dc68c7f33b bugfixes; upside_down_stairs etc 2014-09-25 22:13:22 +02:00
Sokomine 6bd67226b9 improved replacement handling; improved replacements for realtest 2014-09-25 18:59:53 +02:00
Sokomine fdeeca7ff0 undefined nodes with facedir or wallmounted are now stored with names 2014-09-25 18:36:14 +02:00
Sokomine 51a744f3c1 added support for realtest 2014-09-25 05:22:06 +02:00