An entity and spell system c++ godot engine module, for complex (optionally multiplayer) RPGs.
Go to file
2019-11-09 17:49:05 +01:00
ai AIAction initializations. 2019-10-31 22:48:02 +01:00
atlases Added CharacterAtlas, and CharacterAtlasEntry. 2019-08-24 19:44:04 +02:00
data now the text_name properties use resource's resource_name property to store data. 2019-11-09 17:49:05 +01:00
drag_and_drop Implemented Equipping. 2019-11-04 21:00:17 +01:00
entities now the text_name properties use resource's resource_name property to store data. 2019-11-09 17:49:05 +01:00
formations Work on AI. 2019-10-31 01:35:29 +01:00
infos Improved the design a bit, implemented serializing SpellDamageInfo, and SpellHealInfo. Also fixed a crash. 2019-10-29 18:12:15 +01:00
inventory Fix small issues, and model re-generation. 2019-11-04 21:43:32 +01:00
loot Added the missing get_loot binding into LootDataBase. 2019-10-02 11:43:36 +02:00
meshes Build fix on linux. 2019-07-19 20:54:57 +02:00
pipelines Improved the design a bit, implemented serializing SpellDamageInfo, and SpellHealInfo. Also fixed a crash. 2019-10-29 18:12:15 +01:00
profile_manager Now entities have an action bar profile aswell. Also fixed small deserialization issues. 2019-10-14 19:49:40 +02:00
skeleton now the text_name properties use resource's resource_name property to store data. 2019-11-09 17:49:05 +01:00
spells Added a bunch on new classes (Visual related). Moved some of the bindings around. 2019-08-26 20:10:26 +02:00
ui First Commit. 2019-04-20 14:02:55 +02:00
utility Property style cleanup, and added an entity name changed signal. 2019-09-17 15:35:03 +02:00
.gitignore Added a new CharacterSkeleton class. 2019-05-01 02:49:06 +02:00
config.py First Commit. 2019-04-20 14:02:55 +02:00
config.pyc The bag is now scriptable. 2019-08-14 15:52:23 +02:00
entity_data_manager.cpp now the text_name properties use resource's resource_name property to store data. 2019-11-09 17:49:05 +01:00
entity_data_manager.h Renamed DataManager to EntityDataManager. Also moved it to the root of the project. 2019-10-19 13:21:21 +02:00
entity_enums.cpp Refactored the way the server can open windows. Also they work with networking now. 2019-11-04 23:05:45 +01:00
entity_enums.h Refactored the way the server can open windows. Also they work with networking now. 2019-11-04 23:05:45 +01:00
item_enums.cpp Started implementing switchable equipment. 2019-10-24 22:06:47 +02:00
item_enums.h Refactored the way the server can open windows. Also they work with networking now. 2019-11-04 23:05:45 +01:00
register_types.cpp Merged Mob and Player into Entity. 2019-11-04 01:38:27 +01:00
register_types.h First Commit. 2019-04-20 14:02:55 +02:00
SCsub Merged Mob and Player into Entity. 2019-11-04 01:38:27 +01:00
spell_enums.cpp Added a few spell and aura arrays to ItemTemplate, added a new enum, and fixed compile. 2019-09-12 22:45:29 +02:00
spell_enums.h Added a few spell and aura arrays to ItemTemplate, added a new enum, and fixed compile. 2019-09-12 22:45:29 +02:00