|
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 |
|
|
dfa014b0a9
|
Implement button navigation rules for gamepads. Fix mouse click / gamepad transition key conflicting. Fix how a pointer is generated for components via the Component<> reference template. Since we sometimes want to dynamic cast it, it loses all its typing data if we make a new shared pointer instead.
|
2024-01-19 00:07:29 -06:00 |
|
|
aec9646d40
|
When switching from mouse to keyboard navigation, the first input is ignored such that it will reveal where the cursor currently is at. Updated to Release Build 6020.
|
2024-01-18 23:24:24 -06:00 |
|
|
c972b33c56
|
Make lastActiveMousePos static for menus so the mouse cursor doesn't get detected as "moved" everytime we open a new menu. Fixed compile issues for various aspects of gamepad menu opening. Finished interpreting all combinations of setting up buttons and navigation.
|
2024-01-17 19:32:51 -06:00 |
|
|
210a46a5f9
|
Continue fixing up new menu navigation structure
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
2024-01-17 21:00:51 +00:00 |
|
|
3ff1ff0b04
|
Fix menu hovering causing selection on menus to be messed up in mouse navigation mode.
|
2024-01-16 22:30:10 -06:00 |
|
|
cbb277cab2
|
Add in structures to deal with custom menu navigation setups.
|
2024-01-16 20:14:43 -06:00 |
|
|
97ce43ed21
|
Add default button member to menus.
|
2024-01-16 18:21:22 -06:00 |
|
|
54f128777f
|
Resolved menu component bugs not being removed from parent menu structure properly.
|
2024-01-16 17:08:01 -06:00 |
|
|
965d0afdb1
|
Incorporate dynamic pointer cast fix
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
2024-01-16 21:03:46 +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 |
|
|
8e58607fb9
|
Slider component implemented.
|
2024-01-10 16:28:09 -05:00 |
|
|
725a858fab
|
Implemented environmental audio loading in maps. Added stb_vorbis header/cpp file for ogg format support. Converted track parts and sound effect to be ogg instead.
|
2024-01-08 02:05:09 -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 |
|