Commit Graph

77 Commits (master)

Author SHA1 Message Date
qwertymine3 eec02b9cb2 Add mod.conf 2017-02-18 22:10:06 +00:00
qwertymine3 105f0dadc6 Set mapgen type to singlenode automatically 2017-02-18 22:08:00 +00:00
qwertymine3 879e448227 Added more documantation to settings 2015-11-28 23:30:39 +00:00
qwertymine3 ab897492ca Removed references from vcnlib 2015-11-27 22:39:13 +00:00
qwertymine3 a56dc906bd Remove redundant documantation 2015-11-25 22:16:20 +00:00
qwertymine3 240b4ff345 Fixed issue with close planetoids 2015-11-25 21:58:55 +00:00
qwertymine3 51f8e59576 Removed redundant setting 2015-11-25 21:37:50 +00:00
qwertymine3 f6cb08ff21 Merge branch 'perlin'
Conflicts:
	init.lua
2015-11-25 21:32:41 +00:00
qwertymine3 694d49cdc4 Removed Commas 2015-11-25 21:03:08 +00:00
qwertymine3 acf866c68a Seperated perlin settings from main
Also have defaults for non-perlin
2015-11-25 21:01:00 +00:00
qwertymine3 44a237f17d Made perlin an option 2015-11-25 20:51:52 +00:00
qwertymine3 73cc630f07 Reverted overlap addition 2015-11-25 20:42:42 +00:00
qwertymine3 29e502165e Added overlap setting 2015-11-25 20:30:35 +00:00
qwertymine3 2bc032fb8f Fixed Warnings 2015-11-25 01:36:51 +00:00
qwertymine3 9664639c35 Fixed Warnings 2015-11-25 01:35:43 +00:00
qwertymine3 9cbacd5dae Cache disabled
Point generation is non-critical, so overall performance is almost unaffected.
Caching also cause some inconsistancies with points between mapgen chunks
2015-11-25 01:24:09 +00:00
qwertymine3 93ba509481 Cache disabled
No tangliable performance improvement and it causes errors
2015-11-25 01:17:02 +00:00
qwertymine3 c5f376a8da Quick code format improvement 2015-11-25 00:57:16 +00:00
qwertymine3 59d31f5569 Reduced nesting in find_node 2015-11-25 00:54:19 +00:00
qwertymine3 85641812bd Reverted thickness fix
Correct normalisation used - warning given to user in planets.lua
It varies too mush with perlin noise params to handle automatically
2015-11-25 00:37:32 +00:00
qwertymine3 9cd58219e9 Settings Change 2015-11-24 23:50:08 +00:00
qwertymine3 222f0e771f Fix for thin crust layers
Magic no., but it works
2015-11-24 00:52:38 +00:00
qwertymine3 507063dec4 Working version
Noise is too course - need to smooth
Some patches in the outer layer of planets - need to work on that
2015-11-23 23:56:19 +00:00
qwertymine3 66f1d62544 Added perlin noise to find_node
Need to modify checks inside the condition
2015-11-23 23:44:16 +00:00
qwertymine3 ffd4115dc6 Added perlin map to block generation 2015-11-23 23:39:37 +00:00
qwertymine3 81e61be6eb Fixed map initialisation 2015-11-23 23:31:11 +00:00
qwertymine3 5659abb7c8 Made map initialisation functional 2015-11-23 23:24:59 +00:00
qwertymine3 e4b7681483 Re-added map init function 2015-11-23 23:21:58 +00:00
qwertymine3 80bda5ee2b Set settings to pre-test values 2015-11-22 20:02:49 +00:00
qwertymine3 62b04e2353 Fixed previous commit 2015-11-22 20:01:03 +00:00
qwertymine3 d7f208b6d1 Fixed config for 0 points 2015-11-22 19:59:42 +00:00
qwertymine3 0e11a8fc15 Readded support for 0 points 2015-11-22 19:57:32 +00:00
qwertymine3 75dca12b63 Corrected point remover - should now remove points 2015-11-22 16:39:21 +00:00
qwertymine3 d78091e47e Quickfix to collsion removal 2015-11-22 16:20:59 +00:00
qwertymine3 e2a28b5b1b Re-organised the settings file 2015-11-22 12:36:07 +00:00
qwertymine3 b26d85744f Added mossy cobble planetoids
Support for minetest_game as of 0.4.13 is complete
2015-11-22 01:41:16 +00:00
qwertymine3 c85dca7f87 Added cactus 2015-11-22 01:31:29 +00:00
qwertymine3 beddefd501 All issues fixed, some rarity tweaks 2015-11-21 21:30:23 +00:00
qwertymine3 a6e00c7511 Added enable switch to population 2015-11-21 21:11:02 +00:00
qwertymine3 f026252e77 Working population and more desert_stone 2015-11-21 21:05:03 +00:00
qwertymine3 3d467ddaea Fixed snow planetoids 2015-11-21 20:49:39 +00:00
qwertymine3 c3a1678ee0 Added simple population (untested) 2015-11-21 20:46:01 +00:00
qwertymine3 b297ab3fc1 Reduced distance between planets 2015-11-20 22:17:27 +00:00
qwertymine3 d0885865eb Math Fix reverted 2015-11-20 22:06:11 +00:00
qwertymine3 b77250b500 Added spawn island
Fixed radius math - but this gives the planets 'nipples'
will probably revert
2015-11-20 22:05:05 +00:00
qwertymine3 7132be78c1 Made resources rarer 2015-11-19 21:51:12 +00:00
qwertymine3 99c1d6d523 Fixed no_points random generation 2015-11-19 21:42:26 +00:00
qwertymine3 741b851b80 Added support for 0 points 2015-11-19 21:41:28 +00:00
qwertymine3 e11180ed3d Reduced the average number of points 2015-11-19 21:36:45 +00:00
qwertymine3 bc62603d9b Fixed issue with point removal 2015-11-19 21:35:47 +00:00