.. |
base
|
|
|
inventory
|
|
|
CharacterWindow.gd
|
Added weapon damage stats. Also work on the character window.
|
2020-08-04 19:30:17 +02:00 |
CharacterWindow.tscn
|
Implemented the character window. Also fixed a typo with stats.
|
2020-08-04 20:10:01 +02:00 |
CraftingWindow.gd
|
Now closing windows will properly reset their opener toggles.
|
2020-07-27 22:52:58 +02:00 |
CraftingWindow.tscn
|
|
|
CraftItemDescription.gd
|
|
|
InventoryWindow.tscn
|
|
|
ItemContainer.gd
|
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 |
ItemContainer.tscn
|
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 |
ItemDragAndDropVendor.gd
|
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 |
SpellBookWindow.gd
|
Spell points are off now, as I think trainers will work better for this game. Made the spell book window handle it properly.
|
2020-09-10 10:46:49 +02:00 |
SpellBookWindow.tscn
|
Unlearned class spells are not shown in the spellbook anymore.
|
2020-09-10 10:48:46 +02:00 |
SpellContainer.gd
|
Spell points are off now, as I think trainers will work better for this game. Made the spell book window handle it properly.
|
2020-09-10 10:46:49 +02:00 |
SpellContainer.tscn
|
Re-enabled spell points, and disabled auto spell learning.
|
2020-07-24 22:38:10 +02:00 |
SpellDragAndDropSpellBook.gd
|
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 |
TalentWindow.gd
|
Now closing windows will properly reset their opener toggles.
|
2020-07-27 22:52:58 +02:00 |
TalentWindow.tscn
|
Added 3 specs for the naturalist, and small tweaks to the talent window.
|
2020-07-25 23:01:29 +02:00 |
TrainerWindow.gd
|
Implement level requirement, and cost for the trainer window. Also update ESS to get support for it at the c++ side.
|
2020-09-13 00:08:32 +02:00 |
TrainerWindow.tscn
|
Implement level requirement, and cost for the trainer window. Also update ESS to get support for it at the c++ side.
|
2020-09-13 00:08:32 +02:00 |
VBoxContainer.gd
|
|
|
VendorWindow.gd
|
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 |
VendorWindow.tscn
|
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 |