|
6412f34dce
|
Implemented Merchant Selling Screen
|
2023-12-26 01:54:14 -06:00 |
|
|
25dd39b60a
|
Setup Sell Layout for merchant screen.
|
2023-12-25 21:25:22 -06:00 |
|
|
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 |
|
|
a26d86d0b0
|
Separate GetTextSize and GetWrappedTextSize functions for clarity. Fix sizing comparisons for wrapping text. Fixed issue with menu destinations not properly being assigned on certain buttons.
|
2023-12-21 10:26:18 -06:00 |
|
|
56e1343c8c
|
Fix Issue #23. Now shows the price in red if the total cost is too high.
|
2023-12-20 00:26:05 -06:00 |
|
|
eae8239501
|
Traveling Merchant Purchase Window and systems implemented.
|
2023-12-19 18:46:59 -06:00 |
|
|
71fe49162d
|
Added Merchant/Buy/Sell Menu windows. Added sorted item callbacks for traveling merchant inventory modifications.
|
2023-12-19 17:10:04 -06:00 |
|