This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
AdventuresInLestoria
Watch
1
Star
1
Fork
You've already forked AdventuresInLestoria
0
Code
Issues
9
Pull Requests
Projects
1
Releases
Wiki
Activity
776
Commits
4
Branches
0
Tags
3.4 GiB
Tag:
Branch:
Tree:
5589740f03
demo
mac-build
master
removeExposedPackKey
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5589740f03'
${ noResults }
Commit Graph
15 Commits (5589740f0394d92a73385311409ae4c25e97cd86)
Author
SHA1
Message
Date
sigonasr2
5589740f03
Fix up new stages, configure stage plates, add bonus boss stage, add levels to configuration files. Change Class selection window to include an online character checkbox to toggle between online and offline saving. Fix online/offline file IDs that were incorrectly loading due to no callbacks for async file retrieval.
10 months ago
sigonasr2
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.
10 months ago
sigonasr2
39a710727e
Fix file saving/loading for online mode.
10 months ago
sigonasr2
e036302b58
Fix async loading bugs with loading from indexeddb store emscripten. Add emscripten debug and release scripts. Disable text entry whenever a menu is closed.
10 months ago
sigonasr2
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.
10 months ago
sigonasr2
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).
10 months ago
sigonasr2
ad05279ae7
Analog scrolling menu implementation completed.
11 months ago
sigonasr2
df10dc43a8
Auto targeting a component when navigating/selecting in a ScrollableWindowComponent using gamepad/keyboard controls. Added analog stick navigation to load file menu.
11 months ago
Nic0Nic0Nii
df08aa9936
Add in analog stick control handling. Add interface configuration file.
11 months ago
sigonasr2
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.
11 months ago
sigonasr2
8512ccf51a
Added wrapping up and down functionality for load game window. Fix bug allowing the player to enter no name for a save file name, resulting in file load parsing failing completely. Remove back button in class selection window.
11 months ago
sigonasr2
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.
11 months ago
sigonasr2, Sig, Sigo
210a46a5f9
Continue fixing up new menu navigation structure
...
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
11 months ago
sigonasr2
c0ae0697b7
Move to smart pointers for menu component system.
11 months ago
sigonasr2
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.
11 months ago
sigonasr2
3e5e78a606
Added load file information on load screen. metadata file no longer counts towards file count. Added loadout data to the save file.
11 months ago
sigonasr2
8c986f17db
Remove 2018 references for copyrighted files of my origin.
11 months ago
sigonasr2
ad1e2260cf
Saving and loading saves items in proper sorted order. Fixed bug with get inventory slot function. Connection point data is now static.
11 months ago
sigonasr2
4e3c9877e7
Implemented split between consumable crafting initialization and equipment enhancement initialization.
11 months ago
sigonasr2
318719d46f
Implement crafting requirement structures and dummy data for equipment.
11 months ago
sigonasr2
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.
1 year ago
sigonasr2
e4fae723c9
Fix up warnings (mostly loss of data cast warnings). When an ability gets interrupted, the key is required to be depressed before another cast attempt can be made. Added collision layer tiles to a few tiles in 1-1 due to ability to walk out-of-bounds.
1 year ago
sigonasr2
3f9543d93b
Added more indicators for healing, mana, and interruption.
1 year ago
sigonasr2
3ff558d44e
Added pragma regions to all license comment fields in files and collapsed them.
1 year ago
sigonasr2
2bf45dacef
It's 2023 btw
1 year ago
sigonasr2
dd531d1fd7
Apply OLC-3 License to all source files.
1 year ago
sigonasr2
b80d791578
Differentiate between player damage indicators and enemy damage indicators.
1 year ago
sigonasr2
36fb89e556
Code analysis suggestions implemented.
1 year ago
sigonasr2
7c542740cc
Auto attacking now based on click position. Damage numbers will stop when they reach a certain height. Monsters not counted in range if dead.
1 year ago
sigonasr2
15c246689f
Monsters in front/behind now sorted proper.
1 year ago