|
86e2976549
|
Added some menu scrolling helper functions. Implemented Artificer Enchant window. Added controller compatibility to Artificer Refining Window. Release Build 11652.
|
2024-09-16 03:16:40 -05:00 |
|
|
3afeb7fa91
|
Only allow hovered over scrollable window components to be scrolled by the mouse wheel. Fix bug with display colors for accessory enchantment display names. Release Build 11508.
|
2024-09-12 19:25:43 -05:00 |
|
|
21dee760dd
|
Fix scrollbars not changing color when the mouse is hovering over them. Release Build 10482.
|
2024-07-31 05:07:35 -05:00 |
|
|
97040ef051
|
Add automated script to apply all assets to the unit testing framework each run. Add new runtime warning for RowInventoryScrollableWindowComponent items that have item boxes larger than the actual component. Move testingMode flag for AiL class to be set before game configurations are read. Add branch for reading specific unit test game configuration files. Include unit test-specific images and configs committed to repository. Add Disassemble function to inventory class. Add Disassemble item test. Fix issues with extra stray shared pointers lingering everywhere when adding/removing items and grabbing their references. Make Stage Loot/Monster Loot have brand new shared pointers to items (copy instead of strong reference) so weak pointer references to existing items actually expire and behave as expected. Move Monster Loot and Stage Loot clear calls to the switch to Overworld Map trigger. Release Build 10476.
|
2024-07-31 04:40:23 -05:00 |
|
|
c48ae07fcf
|
Fix ScrollableWindowComponents buggy behavior when clicking the down arrow button causing the list to scroll all the way to the bottom. Release Build 10067.
|
2024-07-16 05:19:46 -05:00 |
|
|
eb9114406e
|
Change checkmark from being two line decals to being a single decal. (Note: There is a bug with ViewPort PGEX's line clipping.) Fix scrolling navigation for menus where the navigation doesn't reset the actual scrolling. Corrects Issue #37. Added exit ring indicator on minimap. Auto Pause game setting added. Auto Pause behavior changed to only pause on taking damage when the window is not focused. Release Build 8901.
|
2024-04-13 11:27:29 -05:00 |
|
|
412a88d294
|
Release builds of the game should hide the debug console by default and instead log to a debugging file. Release Build 8413.
|
2024-03-25 14:15:37 -05:00 |
|
|
90a20d77af
|
Modified pixel font to incorporate a copyright symbol. Removed copyright unicode character from credits file to avoid out-of-bounds check. Added copyright symbols to credits and splash screen.
|
2024-03-17 16:52:40 -05:00 |
|
|
4498cc39eb
|
Add artists to Credits screen. Modify Scrolling behavior of ScrollableWindowComponents so you can click in the scroll region to move the scrollbar, not just the scrollbar itself. Release Build 8155.
|
2024-03-17 13:24:30 -05:00 |
|
|
2c81cf15f2
|
Implemented locking of accessories in the inventory and merchant window to prevent immediate selling of an item. Fixed a bug that prevented custom menu actions to be performed on the menu select button when a button was clicked. Release Build 7966. Patch Version 0.4.5.
|
2024-03-05 06:05:28 -06:00 |
|
|
7ce1e37549
|
Add in support for subcomponents within subcomponents. Prioritize highest depth menu item when hovering over overlapping items.
|
2024-03-05 04:27:18 -06:00 |
|
|
3145bef2cc
|
Remove Resume input helper on the death menu. Add multi-line centering label support. Add credits configuration and credits menu to the game. Release Build 7841. Push game Version to 0.4.
|
2024-02-29 03:55:15 -06:00 |
|
|
fd9fdc0924
|
Added partial keyboard functionality to character equip menu. Fix bugs with scrolling reset system. Release Build 7162.
|
2024-02-12 02:03:27 -06:00 |
|
|
8afd66632a
|
Added XP bar animations and steady increasing progress bar. Added level up animation text on stage completion screen. Refactor enable and disable functions for menu components. Differentiated between disabling due to being outside the window, and manual enable/disabling of components. Fix infinite loop bug with components outside of a scrollable window component not being iterated over. Fix bug with hovering over non-navigational components causing the default component for a menu to be selected while in mouse navigation mode. Release Build 7095.
|
2024-02-11 18:31:30 -06:00 |
|
|
6a5b74b3e6
|
Added in shoulder button navigation schemes, related icons, and DAS press input handling for menu navigation. Added in button visibility settings for input helper. Added Confirm input display for load game window.
|
2024-02-09 23:41:39 -06:00 |
|
|
ce46a1d3d7
|
Refactored analog control system to use digital DAS input system with directional input support.
|
2024-02-09 22:48:49 -06:00 |
|
|
6778ffc72d
|
Add in selection indices that respect menus with multiple columns while scrolling through.
|
2024-02-09 03:30:39 -06:00 |
|
|
d904ef7e91
|
Scrollbar click behavior changes for ScrollableWindowComponents. Items that are createable now display the proper contents in the Blacksmithing window.
|
2024-01-30 17:29:05 -06:00 |
|
Nic0Nic0Nii
|
8149db260b
|
Update copyright 2024 for FreeType. Equipment can now have an initial crafting cost. RowItemDisplays will have a craftable and upgradeable tag.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
2024-01-30 14:48:49 +00:00 |
|
|
15990152c7
|
Added character name input to class selection window, removed "file save name" dialog from main menu navigation. Fixed scaling for button labels with different values than 1. Moved ScrollableWindowComponent's scrollbar to be lined up with the actual scrollbar arrows. Removed text entry mode from blocking controller / gamepad inputs.
|
2024-01-27 06:43:09 -06:00 |
|
|
39a710727e
|
Fix file saving/loading for online mode.
|
2024-01-27 04:51:14 -06:00 |
|
|
4eec0ce337
|
Implemented overworld gamepad control functions. Added ability to have certain inputer helper labels to be hidden away. When click functions are called on MenuComponents, it should also apply the menu navigation rules of the button.
|
2024-01-20 14:42:35 -06:00 |
|
|
9dc2a0a4c2
|
Add in input helper text when navigating using keyboard/gamepads. Fix scrollwheel navigation for ScrollingWindowComponent referencing the wrong variable to add to (after the targeted scroll destination change).
|
2024-01-20 12:50:12 -06:00 |
|
|
ad05279ae7
|
Analog scrolling menu implementation completed.
|
2024-01-19 18:53:51 -06:00 |
|
|
df10dc43a8
|
Auto targeting a component when navigating/selecting in a ScrollableWindowComponent using gamepad/keyboard controls. Added analog stick navigation to load file menu.
|
2024-01-19 15:09:59 -06:00 |
|
|
bc1a1c6876
|
Fix more dynamic pointer strict casts to parent components (when they shouldn't be). Fixed double updating bug for components in ScrollableWindowComponents.
|
2024-01-16 17:48:43 -06:00 |
|
|
54f128777f
|
Resolved menu component bugs not being removed from parent menu structure properly.
|
2024-01-16 17:08:01 -06:00 |
|
|
516438b451
|
Include for ScrollingWindowComponent was missing.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
2024-01-16 20:37:00 +00:00 |
|
|
e669968bc3
|
[BUG] Current build does not properly start and has two stub functions MenuComponent.cpp lines 214 and 224
|
2024-01-16 00:53:29 -06:00 |
|
|
c0ae0697b7
|
Move to smart pointers for menu component system.
|
2024-01-16 00:20:30 -06:00 |
|
|
296ea1f2e6
|
Updated all references of Crawler project to now reference Adventures in Lestoria. Fixed a loading bug with the current connection point buttons and information not updating upon loading into the overworld map. Fix component count initialization bug (On Linux and Emscripten builds the component count would start uninitialized and would result in poor depth ordering sometimes.
|
2024-01-04 05:21:56 -06:00 |
|