e138746d36
As a hackfix reduced the spawn height temporarily, so the dungeon loads in properly.
2020-08-16 18:21:39 +02:00
988abb7849
Set the world's voxel scale to 2.6.
2020-08-14 14:33:20 +02:00
1222ad6c7c
Update mesh data resource to the latest to get the improvements, and the engine.
2020-07-26 23:30:39 +02:00
5504efaee5
Update the engine, and ESS to get the talent point fix.
2020-07-25 23:38:45 +02:00
45534fa29b
Update the world generator module to get the generator structure rework, and broken seals module, and the engine. The constant editor crashing is fixed now, it was caused by BiomeBase, because it was inherited from a class in an another module, and apparently that doesn't work. As a bonus the editor also feels a lot snappier now.
2020-07-21 23:02:06 +02:00
ec8e8d0406
Now the level generator won't load planets from a folder, instead they are directly set from the editor, ands tarted porting the dungeon generator from the roguelike project. Also updated the world generator module to get the property type changes, this fixes some of the crashes.
2020-07-18 12:50:17 +02:00
5688f44ea2
Moe tweaks to the sky.
2020-07-11 01:12:41 +02:00
77c50691b6
Change the color of the sky to blue.
2020-07-11 01:03:27 +02:00
2a2a6a555d
Rename the continue button to load in the menu.
2020-07-10 21:56:59 +02:00
67e327f471
Update ESS to get the Entity level simplifications.
2020-07-10 15:25:32 +02:00
ea4514374b
Update ESS, to get a bugfix.
2020-07-09 00:41:59 +02:00
94a90d989c
Update the engine and Voxelman to grab the prop related changes.
2020-07-07 18:40:24 +02:00
3cacc01945
Update the game to go with the new modules.
2020-07-06 22:33:56 +02:00
3a8784b7aa
Increase the world threads to 8.
2020-05-23 22:09:53 +02:00
6b50033f29
Now the visibility/lod/wakeup check has a timer for mobs.
2020-05-23 18:49:06 +02:00
8bf46093e7
Increase the chunk despawn range by one.
2020-05-23 18:13:30 +02:00
6ef0a84fbe
Renamed the data directory into modules.
2020-04-26 13:36:10 +02:00
b0874ebbb6
Renamed voxel_libraries to voxel_library and moved in into the test planet's folder. (Note that the library is at the moment used by World scene, this will be changed later.)
2020-04-26 11:12:20 +02:00
fee3ba9137
Grouped the files of my current test planet together, and made the planet loading code use the new folder structure.
2020-04-26 10:59:22 +02:00
2202b75ddb
Update HEADS, mainly to grab the latest ESS changes.
2020-04-14 17:04:59 +02:00
590238216c
Update Voxelman to the latest.
2020-04-06 14:40:14 +02:00
174ad7220d
Only use 4 threads.
2020-03-30 23:22:41 +02:00
c18409a2f2
Implemented lod for mobs. Also Updated HEADS to grab a crash fix from Voxelman, and the update to Skeleton3D from ESS.
2020-03-30 23:18:28 +02:00
db5eacfe36
Turn on threaded builds again, the crashes are caused by deleting chunks while they are generating (e.g. clicking the load button too early for example).
2020-03-30 01:40:04 +02:00
205abe67a7
Fully implemented lod. Lod level 1 just drops the uv2 channel, lod level 2 merges together the meshes, lod level 3 drops the uv channel by sampling the textures into vertex color. Updated HEADS to grab a voxelman change. Also temporarily disabled threaded chunk builds because I introduced (or made manifest) a crash.
2020-03-30 01:22:25 +02:00
5f4a055a6e
Experimented with the sky color. Also update HEADS to grab the VoxelStructure changes.
2020-03-19 13:11:43 +01:00
abd0e00056
Increased the world's voxel scale to 3 (again).
2020-03-19 01:36:21 +01:00
0c99bd0d35
Update HEADS, and remove the code that got ported to Voxelman.
2020-03-15 19:36:35 +01:00
16d4c9ae2e
Update to the latest Voxelman, to get the VoxelChunk->VoxelChunk,VoxelChunkDefault refactor.
2020-03-12 23:26:19 +01:00
f4cfd4f897
Update everything to the latest, to grab the voxelman changes, as it got a lot faster, and not the TransvoxelMesher optimizes it's meshes, which usually means around 500 less vertex per chunk. Disabled threading for now.
2020-03-09 00:22:54 +01:00
f2ac08f7bc
Now mobs actually won't move/fall when outside of the loaded and meshed area. Fix to mob spawning coordinates in simple biome. Also update Voxelman to grab the is_position_walkable fix.
2020-03-04 18:42:49 +01:00
e826266b7a
-CharacterSkeleton now uses _enter_tree() instead of _init() to set itself up, also it will duplicate the character material here, instead of durgin generation. This fixed a threading related crash.
...
-TVVoxelChunk will now just use the library's prop material instead of creating one.
Also update HEADS for a threading fix in Voxelman, and the deferred spawning requests.
2020-02-16 16:23:45 +01:00
546832d10b
Experimented more with the world's scale. Now it's set to 1.6.
2020-02-15 14:55:54 +01:00
d0a0d6ec39
Update HEADS to get the indexing/Cubic Mesher improvements from Voxelman. Updated most of the level generation logic. (A few errors still get printed to the console though.) Right now (temporarily) only the Cubic Mesher's mesh is visible.
2020-02-14 03:25:41 +01:00
c77dfd8350
Removed a few more now unused classes, and reorganized the Voxelman folder.
2020-02-13 14:06:56 +01:00
d30e33a122
Now the transvoxel mesher bakes alternative uv coordinates into uv2 so it can inetrpolate between different voxel surfaces near seams (based on COLOR.a).
2020-02-13 03:31:42 +01:00
17973cb2bd
Actually enable threaded world generation.
2020-02-12 14:31:36 +01:00
fad9e70f48
Set max_concurrent_generations in World back to one, as a quick and dirty crash fix.
2020-02-11 00:09:37 +01:00
b41f0a8f00
Update to the latest Voxelman, and improvements to the .vscode files.
2020-02-10 23:42:13 +01:00
2cbc037e92
Updated HEADS, changed world scale to 1, and texture scale to 4.
2020-01-31 20:00:27 +01:00
4805bb8e81
Increased the world scale back to 3, also increased the chunk spawn range by one on the y axis.
2020-01-30 16:50:50 +01:00
094081c34c
Tweaks.
2020-01-15 16:20:43 +01:00
6aa08476e1
Work on the style. Now the transvoxel mesher will scale the textures (like standard terrarin engines). Update to HEADS.
2020-01-14 23:15:46 +01:00
c75b1387ed
Changed the voxel scale to 3.
2020-01-10 11:51:34 +01:00
2e1cb09da2
Increased voxel scale to 4 again. Also updated HEADS.
2020-01-10 01:35:58 +01:00
49151412bf
Corrected the color of the textures by hand, and removed the color correction workaround with contrast.
2020-01-07 13:26:07 +01:00
c4c5d9fe82
Added an easy build option for the setup script. Also changed the contrast a bit.
2020-01-06 16:59:54 +01:00
f2e4858685
Removed one of the lights. Also increased the strength of the remaining.
2019-12-23 22:58:52 +01:00
2f39cde662
Removed the old voxel textures. Also cleaned up voxel libraries.
2019-12-23 22:53:51 +01:00
8b153238c9
Created a grass texture, and a dirt texture. Modified my old textures. Now the world's textures are 64x64, and the voxel scale is 2.
2019-12-23 22:45:29 +01:00