broken_seals/game
2020-03-30 01:40:04 +02:00
..
addons Update everything. 2019-12-22 22:14:58 +01:00
autoload Implemented profile based class levelling. Update HEADS to grab the changes from the ESS side. 2020-03-20 03:32:44 +01:00
data 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
debug Data Part 3. 2019-11-20 13:59:32 +01:00
dev Removed a few more now unused classes, and reorganized the Voxelman folder. 2020-02-13 14:06:56 +01:00
dungeon_generator Data Part 3. 2019-11-20 13:59:32 +01:00
menu Fix CharacterEntry's toggle mode. 2020-03-24 17:44:02 +01:00
networking Update the license for 2020. 2020-01-31 20:01:34 +01:00
player Now the TurnPanel and TouchPad's size is a lot smaller, this makes tap targeting a lot simpler, and more intuitive. (Eventually I will probably go back to the original plan, revert the size but add clickthrough support.) 2020-03-25 00:53:53 +01:00
prop_tool More files. 2019-11-20 14:05:35 +01:00
scenes 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
scripts Update to the latest Voxelman, to get the VoxelChunk->VoxelChunk,VoxelChunkDefault refactor. 2020-03-12 23:26:19 +01:00
steering_ai_framework Added GDQuest's steering framework. 2020-02-19 13:06:40 +01:00
test_weapons Added a few weapon models from OGA, to test the style with. 2020-01-19 02:43:55 +01:00
texture_tools Added missing copyright header. 2020-02-19 16:50:55 +01:00
ui More tweaks. 2020-03-25 01:40:25 +01:00
voxelman Chunks should start at lod level 0. 2020-03-30 01:38:14 +02:00
.gitignore Added export.cfg into .gitignore. 2019-11-20 14:38:46 +01:00
default_bus_layout.tres Data Part 3. 2019-11-20 13:59:32 +01:00
ess_data.json Updated CharacterSkeleton to CharacterSkeleton3D in ess_data.json. 2020-02-26 12:05:28 +01:00
icon.png Fixed the project's name in the settings, added back in godot's icon for the project, and breserker now has the text "DO NOT USE", as the class will not work properly (at the moment). 2019-11-22 18:02:19 +01:00
icon.png.flags Added the remaining files. 2019-11-20 15:19:47 +01:00
icon.png.import Added the remaining files. 2019-11-20 15:19:47 +01:00
project.godot Started implementing lod for the world. The current idea is for Lod level 1 to not use uv2. For lod level 2+ the meshes will be combined and the texture mapping will be converted to only vertex colors, and these will be simplified. Also update the modules to get all the new features needed. 2020-03-29 21:30:40 +02:00