275 Commits

Author SHA1 Message Date
Imbris
80d0884492 Remove all warnings 2019-09-04 19:03:49 -04:00
Monty Marz
8c39a4751b More sprites, ui fixes, lianas 2019-09-01 19:04:03 +00:00
Joshua Barretto
8c0346a190 Faster prng 2019-08-31 14:24:56 +01:00
Joshua Barretto
022d303f00 Better town park generation 2019-08-31 11:44:52 +01:00
Joshua Barretto
ba4d2cf5db Cleaned up wall generation 2019-08-31 11:44:52 +01:00
Joshua Barretto
61c35855ba Better loading times 2019-08-31 11:44:52 +01:00
Joshua Barretto
c27d2e4c85 Sloped wall tops 2019-08-31 11:44:52 +01:00
Joshua Barretto
9e1a6662dc Removed extra foundations 2019-08-31 11:44:52 +01:00
Joshua Barretto
3ce4186143 Added city walls 2019-08-31 11:44:52 +01:00
Joshua Barretto
1b48699d1b Added wall module assets 2019-08-31 11:44:52 +01:00
Joshua Barretto
5a61d563d8 Added modular building generation 2019-08-31 11:44:52 +01:00
Joshua Barretto
99c5171258 Added walls 2019-08-31 11:44:52 +01:00
Joshua Barretto
ca8c78eee6 Started work on modular buildings 2019-08-31 11:44:52 +01:00
Joshua Barretto
b5da843aec Improved mountain slopes and cliffs 2019-08-31 11:44:52 +01:00
Joshua Barretto
bc422e8075 Added module parts, made cell size smaller 2019-08-31 11:44:52 +01:00
Joshua Barretto
71fcb70a51 Initial implementation of towns 2019-08-31 11:44:52 +01:00
Joshua Barretto
fb0f981bbc Added town road construction 2019-08-31 11:44:52 +01:00
Joshua Barretto
c70e87b4af Better warping 2019-08-31 11:44:52 +01:00
Joshua Barretto
b3cc006bce Switched to FastNoise 2019-08-31 11:44:52 +01:00
Joshua Barretto
42837268bc Added test generator 2019-08-31 11:44:52 +01:00
Joshua Barretto
5e78479b50 Added Generator trait, fixed ocean lighting 2019-08-31 11:44:52 +01:00
Joshua Barretto
44df366177 Removed dryness 2019-08-31 11:44:52 +01:00
Joshua Barretto
ac583f6d0a More interesting hills 2019-08-31 11:44:52 +01:00
timokoesters
34c959bef0
Update to github vek repo 2019-08-26 13:12:45 +02:00
Joshua Yanovski
608685ef36 Fixes to worldgen and adding a debug command.
Humidity and temperature are now indexed to uniform altitude *over land
chunks* (and water chunks adjacent to land) rather than over the whole
range of altitude.  This is necessary in order to satisfy the uniformity
conditions of the formula for weighted sum CDF.

Additionally, fixes the computation of whether a tree should be
generated or not.  Previously, it was using a source of randomness
scaled to use much less than the full 0-1 range; this has been resolved.
This makes for much nicer and more gradual transitions between densities
and reduces the amount of completely barren landscapes, while also
making forests larger.

Finally, this commit adds a server command, debug_column, which returns
some useful debug information about a column given an x and y
coordinate.  This is useful for debugging worldgen.
2019-08-26 11:52:25 +02:00
Joshua Yanovski
6cb33ba004 Fix clean code lints. 2019-08-25 18:17:51 +02:00
Joshua Yanovski
5dfbf86d87 Chaos doesn't depend on temperature anymore.
Also fix some things to use a consistent coordinate system and bump up
tree density and variation around tree density in hopes of creating more
aesthetically pleasing jungles.  However, this does change worldgen a
bit, so please make sure you look through it before merging.
2019-08-25 17:49:33 +02:00
jshipsey
d926965e7c fmt 2019-08-24 15:32:07 -04:00
Joshua Yanovski
798e8d7e8f Make humidity ignore ocean chunks. 2019-08-24 21:13:32 +02:00
Joshua Barretto
65a7c725a8 Merge branch 'sharp/jungle' of gitlab.com:veloren/veloren into sharp/jungle 2019-08-23 00:33:33 +01:00
Joshua Barretto
7ffe8979a2 Better snow noise 2019-08-23 00:31:27 +01:00
Joshua Yanovski
27ea09d24e Remove out of date comment. 2019-08-23 01:16:15 +02:00
Joshua Yanovski
ba9c5533dc Merge remote-tracking branch 'origin/sharp/jungle' into sharp/jungle 2019-08-23 01:10:48 +02:00
Joshua Barretto
802bb601f3 Merge branch 'sharp/jungle' of gitlab.com:veloren/veloren into sharp/jungle 2019-08-23 00:09:45 +01:00
Joshua Barretto
1de8132ffb More interesting terrain chaos 2019-08-23 00:09:14 +01:00
Joshua Yanovski
000a200b65 Fine, removing box syntax. 2019-08-23 01:08:47 +02:00
Joshua Yanovski
4e0966fa85 Addressing concerns, for real. 2019-08-23 00:57:42 +02:00
Joshua Yanovski
2d88cd8c8b Addressing PR issues. 2019-08-22 23:48:13 +02:00
Joshua Barretto
0e001e263b Better snow, colours, more chaos 2019-08-22 22:25:17 +01:00
Joshua Yanovski
fbdf7dc235 Closest attempt. 2019-08-22 21:10:04 +02:00
Joshua Yanovski
df2eb30898 Total chaos. 2019-08-22 21:03:42 +02:00
Joshua Yanovski
9973c72692 Merge branch 'master' of gitlab.com:veloren/veloren into sharp/jungle 2019-08-22 17:47:10 +02:00
Joshua Yanovski
111eac3eda Fix density computation. 2019-08-22 17:45:47 +02:00
Joshua Yanovski
c9e9356b0c Adding more jungle trees. 2019-08-22 01:33:47 +02:00
Joshua Yanovski
861bc567b3 Restore old chaos. 2019-08-22 01:01:13 +02:00
Joshua Yanovski
7bb649bda2 Fixing colors. 2019-08-22 00:15:24 +02:00
Joshua Yanovski
0104ae7447 Fixing a few visual issues. 2019-08-21 23:36:43 +02:00
Joshua Yanovski
dc6f95cc09 Putting back splotchy mud. 2019-08-21 20:59:26 +02:00
Joshua Yanovski
7bb74b8905 Get rid of extraneous things. 2019-08-21 20:48:51 +02:00
Joshua Yanovski
a4606143ba Fixing jungle. 2019-08-21 20:41:32 +02:00