|
6412f34dce
|
Implemented Merchant Selling Screen
|
2023-12-26 01:54:14 -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 |
|
|
d29f7d47bd
|
Implemented string view changes for internal drawing functions and added wrapping support and parameters for draw functions.
|
2023-12-20 19:45:49 -06:00 |
|
|
08e60f2351
|
Fixed Issue #24
|
2023-12-20 00:32:37 -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 |
|
|
f1aa872717
|
Add player money functions. Implement Merchant transaction functions. Add Function Priming classes.
|
2023-12-17 23:37:37 -06:00 |
|
|
57377823c5
|
Fixed menu label updates for row item displays. Added a row scrollable inventory window component. Made InventoryScrollableWindowComponent more modular with a couple overrideable functions.
|
2023-12-17 00:44:22 -06:00 |
|
|
025a89788e
|
Fix border display drawing for menus. Fix scrollable window components that went outside to use proper scrolling offsets. Fix issue with same-frame clicking and releasing causing a different button to be selected.
|
2023-12-15 23:57:09 -06:00 |
|
|
38729877b8
|
Fix up all menu components to integrate with new view port system.
|
2023-12-14 05:53:46 -06:00 |
|
|
7a46f79f2b
|
Fix Perspective correction on ViewPort PGEX. Implement windowing system and remove sprite reliance from all menu components.
|
2023-12-14 04:18:05 -06:00 |
|
|
e4f63a3550
|
Change implementation of scrollable inventory component displays, make tabs on inventory window functional.
|
2023-12-10 23:02:16 -06:00 |
|
|
e744112206
|
GUI template/macro usage refactor.
|
2023-12-10 19:14:37 -06:00 |
|
|
e615831ded
|
Equipment window shows equip stat changes on mouseover.
|
2023-12-05 23:07:49 -06:00 |
|
|
2af830d400
|
FreeType license (required for PGEX_TTF) included in all license notices. Setup project with freetype libraries and includes. Added gamepad PGEX for future gamepad support.
|
2023-11-29 00:50:00 -06:00 |
|
|
cfd5586d63
|
Remove stray #pragma once lines, update PGE emscripten build so it handles mouse scrolling proper. Add emscripten run script. Build 3146.
|
2023-11-27 00:01:19 -06:00 |
|
|
195cc31a7b
|
Corrected bug for removing sub-component items that were not selectable (and thus, were never added to button navigation lists)
|
2023-11-21 21:23:48 -06:00 |
|
|
7cd54e5f80
|
Inventory refactor completed. Individual monster loot and stage loot inventories now compatible.
|
2023-11-21 06:05:52 -06:00 |
|
|
3ff558d44e
|
Added pragma regions to all license comment fields in files and collapsed them.
|
2023-11-20 23:25:36 -06:00 |
|
|
f427928ca6
|
Implemented Loadout selection item buttons, corrected inventory window missing category variables, corrected loadout item selection logic, updated inventory window layout.
|
2023-11-14 23:20:13 -06:00 |
|