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
1524
Commits
4
Branches
0
Tags
3.4 GiB
Tag:
Branch:
Tree:
050821b1d2
demo
mac-build
master
removeExposedPackKey
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '050821b1d2'
${ noResults }
Commit Graph
20 Commits (050821b1d2f7e70914d3f143fe08939e01fa41ae)
Author
SHA1
Message
Date
sigonasr2
a9b860c794
Fix static animation bug for controllers when using the DPad for character navigation. Fix bug allowing players to unlock the next areas by hitting the Return to Camp button even if they did not complete the stage. Release Build 8585.
8 months ago
sigonasr2
66cb19abc5
Correct issues with not returning early when an invalid item slot is detected in the level complete window. Release Build 8427.
8 months ago
sigonasr2
41228265b2
Add Shoulder2 button hack to get the other controller button scroll up/down pair to appear in input helpers. Release Build 8351.
8 months ago
sigonasr2
7cd91e96e1
Remove debug keys for changing class, spawning items, adding xp, and opening the consumables window. Fix XP progress bar so it doesn't loop the sound if the menu is closed early. Pause menu now pauses the game during gameplay. Release Build 7895.
9 months ago
sigonasr2
f7dad50ff5
Implement menu navigation for the new overworld button in the Level Complete window. Release Build 7889.
9 months ago
sigonasr2
20a76315cc
Fix player starting with no items if they first load another file and then return to the main menu to begin another character. Fix player stats not being reset proper when loading another file and then returning to the main menu and beginning another character. Fix potential infinite XP bar gain loop. Added Return to Map option on level completion screen. Equip Stat labels now show live stats (changes on application of buffs, etc.). Release Build 7886. Patch version 0.4.4.
9 months ago
sigonasr2
f40d196637
Internally show censored text, but actual label must return the uncensored text of a TextEntryLabel/MenuLabel. Since emscripten doesn't have multi-threaded audio buffering, we immediately mute on stage load to prevent stuttering / bad noise. Fix HUB being a requirement when it's not a stage that can be unlocked for returning to camp conditions. Release Build 7852.
9 months ago
sigonasr2
37c4aca8bf
Add in visual novel audio pitch and BGM change commands. Add in XP bonus when completing stages. Release Build 7706.
9 months ago
sigonasr2
750227a04d
Change default controller keybinds for new characters. Player proceeds back to overworld if the camp has not been unlocked yet. Buttons adjusted accordingly. Rumble only occurs on the main menu while in the settings menu and only when toggling the rumble button. Cause iframes to continuously refresh on the main menu so the invisible player doesn't "die" if they view the main menu for too long. Release Build 7700.
9 months ago
sigonasr2
e2cc0aa90c
Implemented controller compatibility for the pause menu. Release Build 7447.
9 months ago
sigonasr2
bacd879e12
Added dynamic labels for gamepad controls input helper. Fixed wrapping bug for pressing right on monster loot scrollable container. Added XP gain sound effect. Release Build 7112.
10 months ago
sigonasr2
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.
10 months ago
sigonasr2
22b1557c05
Added wrapping menu macro functionality. Implemented controller compatibility for level complete window. Added right alignment for menu labels. Added ProgressBar component. Added XP-related functions for callbacks to other components in-game. Fix giant normalized vector issue with Wolf AI script. Release Build 7041.
10 months ago
sigonasr2
52a01d04ad
Begin work on Level Completion controller compatibility. Add in inventory scrollable window helper navigation macros to make coding wrapping functionality easier. Release Build 7010.
10 months ago
sigonasr2
0aea7beb83
Implemented ability to craft weapons/armor. Sorting all equipment by tier / type. Fixed bug with not properly setting available chapter for crafting on items with multiple enhancement levels. Fixed bugs related to adding crafting to weapons / armor (side effects applied directly to consumable items), fix stage loot/monster loot displays not properly updating when collecting items. Made old items properly convert to newer item names when being read in (constructor for the IT data type is no longer an enum and instead does the conversion automatically). This type now has implicit conversion from a std::string so is still a highly flexible typing like before. Release build 6677.
10 months ago
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>
10 months ago
sigonasr2
30a79cc307
Upon level completion, update Discord status and randomize the traveling merchant.
10 months ago
sigonasr2
18810875a5
Fix tile animations. Add in game hub state.
10 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
8c986f17db
Remove 2018 references for copyrighted files of my origin.
11 months ago
sigonasr2
fa7dfb601f
Add game title images, replace all 2023 copyright notices with 2024 copyright notices.
11 months ago
sigonasr2
bd066ee787
Refactored dynamic cast to do internal error checking. Refactored all inventory and button slot update functions in menu components so they no longer require virtual dispatch when all we require is some passing of lamba functions to update inventories.
11 months ago
sigonasr2
6412f34dce
Implemented Merchant Selling Screen
11 months ago
sigonasr2
71fe49162d
Added Merchant/Buy/Sell Menu windows. Added sorted item callbacks for traveling merchant inventory modifications.
11 months ago
sigonasr2
e744112206
GUI template/macro usage refactor.
12 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
a7f13e0077
Implemented unlocking of areas via clearing stages. Game fade in/out for state transitions. Asset loading for visual novel assets. Visual Novel command execution code implemented. Visual Novel basic rendering and input handling enabled.
1 year ago
sigonasr2
11e2aa0fad
PopupMenuLabels respect parent menu's position.
1 year ago
sigonasr2
195cc31a7b
Corrected bug for removing sub-component items that were not selectable (and thus, were never added to button navigation lists)
1 year ago
sigonasr2
7cd54e5f80
Inventory refactor completed. Individual monster loot and stage loot inventories now compatible.
1 year ago
sigonasr2
3ff558d44e
Added pragma regions to all license comment fields in files and collapsed them.
1 year ago
sigonasr2
6c16405908
Finish level complete layout.
1 year ago
sigonasr2
7fe19c6510
Level completed menu should be in its own state to prevent the game from continuing to run in the background.
1 year ago
sigonasr2
5652741ec0
Added level complete window upon completing a stage.
1 year ago