c5c75a4d40
Removed the ptex files.
2021-10-24 13:39:16 +02:00
b609b3caa4
Fixed the alpha of the dirt texture with the new fill channel node.
2021-10-24 11:59:38 +02:00
daf42e692c
Apparently the blend node handles transparency properly, the original dirt texture had the same transparency issue. (I'll fix that later.) So added a make_tileable node to it, and made it export the texture.
2021-10-24 02:42:03 +02:00
88caf0d31f
Added the color-palette plugin from the AssetLib.
2021-10-01 10:17:08 +02:00
fae48b30cf
Updated Terraman to get the new prop texture merging/caching support and texture packer as I added const and const references to it's api wherever possible.
2021-08-08 14:11:14 +02:00
86511cdd26
Temporarily set the tree's texture to the prop material, and also added prop materials to the library.
2021-08-07 11:33:14 +02:00
7e272029d1
Updated WorldGenerator to the latest. I removed Dungeon, DungeonRoom adn DungeonCorridor, and added a Building class (it's a cleaned up version of Dungeon right now, it will work differently later.).
2021-04-19 22:30:51 +02:00
e582f4d6e5
Removed the voxelman specific code/resources from the project.
2021-04-19 10:41:41 +02:00
ef061631d2
Updated ESS, also added support for the new modelpart transforms on the gdscript side.
2021-01-29 16:33:27 +01:00
c18ecacd5a
Update Voxelman and the mesh_utils module. Now lods over 4 is supported for terrarins.
2020-10-20 17:07:05 +02:00
c154b678af
Updated ESS to get the changes/cleanups to EntityData.
2020-10-19 12:23:00 +02:00
91656e1060
Fix a path for the item tooltip inside the inventory ui.
2020-09-24 16:23:41 +02:00
e7334f483b
Changes to player_ui to support modularization, and now the CharacterWindow is a module, and it's added to the UI dynamically.
2020-09-22 15:10:34 +02:00
4c902fe7a7
Moved the module initialization code to a new DataManager autoload. Also added a new on_request_instance method to GameModule, and also added a request_instance method to the new DataManager. player_ui is requested through this new api.
2020-09-22 14:28:41 +02:00
c520e9037a
Fix de-equipping items, and now the inventory will be properly refreshed after equipping/de-equipping. Also update ESS to get the backend equipping related fixes.
2020-09-15 17:01:53 +02:00
3368ab132b
Implemented texture layering for character clothing.
2020-09-15 11:36:08 +02:00
8ce19070ae
Fix items overriding textures for characters.
2020-09-15 10:54:50 +02:00
8648d5556c
Implemented buying from a vendor. Also fixed opening the spellbook from the last commit. Updated ESS to get backend support for buying items.
2020-09-15 01:18:00 +02:00
f68e3e1054
Implemented the vendor window (buying items are not yet implemented). Also added and spawned a test vendor. Updated ESS to get the required enum value.
2020-09-13 17:08:52 +02:00
980725ccd3
Hide the trainer window by default.
2020-09-13 00:22:37 +02:00
ab01405c5a
Implemented a trainer window, and trainer entities. Also updated ESS to get the support structure for them. Also added a naturalist trainer, and made the level spawn it in.
2020-09-12 01:01:43 +02:00
93e370fb77
Update the procedural animations module to get the custom method call track support.
2020-09-02 00:32:54 +02:00
664258b666
Revert "Found a really cool dungeon tileset on OpenGameArt ( https://opengameart.org/content/3d-walls-props ) and added it as a module."
...
Will take an another direction. If I add it back, It will probably end up in it's own repo as a module, as big (lfs) repos are usually a pain to deal with.
This reverts commit 5da696a64c
.
2020-08-21 13:13:07 +02:00
5da696a64c
Found a really cool dungeon tileset on OpenGameArt ( https://opengameart.org/content/3d-walls-props ) and added it as a module.
2020-08-18 21:25:24 +02:00
988abb7849
Set the world's voxel scale to 2.6.
2020-08-14 14:33:20 +02:00
0f907d9c90
Fixed the model's animations in the blender file, and re exported everything. Also fixed the death animation.
2020-08-11 21:38:50 +02:00
37bebc1cae
Update the talent window to use the new class interfaces.
2020-07-25 23:26:22 +02:00
5f53e390b9
Added 3 specs for the naturalist, and small tweaks to the talent window.
2020-07-25 23:01:29 +02:00
1c4c3a5d55
Comment out the code that was implementing spell scaling in Aura. Also update ESS so auras continue to deal damage/heal even if the original caster's node is not available anymore.
2020-07-16 16:07:30 +02:00
dda00d0491
Moved the menu into a new folder.
2020-07-12 19:46:30 +02:00
33ed628aa3
Attributions for the test character textures.
2020-07-11 15:30:39 +02:00
19b158c877
Update ESS to get the XPData rework.
2020-07-10 17:18:03 +02:00
67e327f471
Update ESS to get the Entity level simplifications.
2020-07-10 15:25:32 +02:00
1c584d9477
Increase the version to 0.3. The focus is mostly on the gameplay from now on (finally).
2020-07-09 00:47:33 +02:00
ea4514374b
Update ESS, to get a bugfix.
2020-07-09 00:41:59 +02:00
3cacc01945
Update the game to go with the new modules.
2020-07-06 22:33:56 +02:00
1f52100aaa
Update Voxelman, and the engine to the latest and work on getting props to work again. Also brought back the test props.
2020-06-23 20:58:14 +02:00
153b15eb4d
Update ESS to get the EntityResourceData removal update. Also update the Engine.
2020-06-20 16:15:24 +02:00
1e0a17b6cc
Now weapons are added to the test player model via the ModelVisual. Also moved the sheath action's processing into PlayerGD.
2020-06-16 19:10:52 +02:00
2d46c1bb10
Update ESS, so CharacterSkeleton uses the bone id in VisualEntry properly. Remove the null entries from the test character visuals. Also fix left upper arm.
2020-06-16 11:42:10 +02:00
d0586063d1
Update the engine, and ESS, to get the Cooldown and CategoryCooldown removal change.
2020-06-13 21:53:10 +02:00
2dfba2bc97
Update Voxelman to the latest to get the mesher changes.
2020-06-12 19:55:37 +02:00
70b1b4badd
Update ESS to get the TalentRowData changes. Also updated the engine.
2020-06-05 18:05:54 +02:00
8bf46093e7
Increase the chunk despawn range by one.
2020-05-23 18:13:30 +02:00
ce23b724c9
Update ESS, to get the ModelVisualEntry rework.
2020-05-21 15:42:22 +02:00
e1d24dc838
Updated ESS to get the ModelVisual, and ModelVisualEntry changes.
2020-05-20 22:14:56 +02:00
794820e08c
Update ESS.
2020-05-20 20:41:26 +02:00
9721a80086
Fix broken dependencies.
2020-05-20 01:42:02 +02:00
2302657002
Update ESS, to get the ItemVisual to ModelVisual rename.
2020-05-19 21:10:07 +02:00
a109c9070f
Mostly reoriented the model's bodyparts. It's not perfect, but good enough for now.
2020-05-17 18:51:34 +02:00