|
70423be9d4
|
Item reference system deprecated in favor of smart pointer system. Converted all items to use pointers instead, removed all reference wrappers for item system. Fixed buggy last item sorting when removing items from InventoryScrollableWindowComponents. Implemented proper inventory removal checks when items are completely removed from an inventory. Sorted inventories now copy the pointer as a shared pointer from the main inventory code instead of needlessly creating extra copies of the same item.
|
2023-12-22 06:14:37 -06:00 |
|
|
f1aa872717
|
Add player money functions. Implement Merchant transaction functions. Add Function Priming classes.
|
2023-12-17 23:37:37 -06:00 |
|
|
737463c695
|
Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/Crawler
|
2023-12-10 19:14:41 -06:00 |
|
|
e744112206
|
GUI template/macro usage refactor.
|
2023-12-10 19:14:37 -06:00 |
|
|
cd1f272a07
|
Fix up build to be compliant with GCC compiler. Fixed lowercase character filenames to match actual character names in-game.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
2023-12-10 16:18:38 -06:00 |
|
|
4ac42fbd7e
|
Implemented menucomponent depth property. Fixed equipment menu labels interacting with hover events.
|
2023-12-09 01:58:46 -06:00 |
|
|
88a239cd91
|
Equip Window is now functional.
|
2023-12-06 22:47:09 -06:00 |
|