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
1507
Commits
4
Branches
0
Tags
3.4 GiB
Tag:
Branch:
Tree:
b36e5b449d
demo
mac-build
master
removeExposedPackKey
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b36e5b449d'
${ noResults }
Commit Graph
517 Commits (b36e5b449d2add4d57717eeb608e238eb86a5ee4)
Author
SHA1
Message
Date
sigonasr2
b0ee888b83
Implemented Spreading Pain enchant. Made applied buffs not immediately start ticking down on the same frame as they are applied since that causes some strange interactions with chained deaths. Release Build 11152.
3 months ago
sigonasr2
dd38b8d58e
[demo] Add in safety checks for loading and saving files. Run saves/loads repeatedly until they actually complete. Demo Patch 5. Release Build 9546.
3 months ago
sigonasr2
a90c7d3c5d
Fix Firebolt and Lightning bolt crashing the game. Implemented cat animation override for Nine Lives enchant. Implemented Nine Lives Enchant. Release Build 11130.
3 months ago
sigonasr2
182e492991
Added Training Dummies to camp. Release Build 11085.
3 months ago
sigonasr2
719ed53923
Change MapType to use an enum instead. Add a HUD message overlay system. Disable ability for players to swap equipment during a stage. Update all maps to use MapType enums. Release Build 11084.
3 months ago
sigonasr2
d224740fd4
Implemented Shield mechanic into the game. Fix Special Mark Enchant test and Wizard's Soul Enchant test. Release Build 11062.
3 months ago
Quapsel
eece43fd7f
3_5 added.
3 months ago
Quapsel
f9ffd044a5
3_6 & 3_B1 added.
3 months ago
Quapsel
95ccfe6b50
added Chapter 3 Bonus Boss Stage.
3 months ago
sigonasr2
45e6027c9e
Move the player outline repeating timer into a new OnLevelStart() callback for the player. Fixes a bug where the player outline will no longer update after the initial stage. Added more player timer helper functions for better control. Release Build 11031.
3 months ago
sigonasr2
f717abfa54
Lingering Scent enchant implemented.
3 months ago
sigonasr2
58298839bf
Implemented Enfeebled Target enchant. Tests are corrected to use the new DamageNumber methods. Release Build 11017.
3 months ago
sigonasr2
012f5de2a1
Implement Bloodlust enchant. Fix crash that occurs if the player class is not Warrior or Thief. Release Build 10981.
4 months ago
sigonasr2
c017c353db
Normalized player's auto attack variable to now represent its range in units. Privatized it and added a GetAttackRange() function to use instead. Implemented Adrenaline Stim enchant. Release Build 10977.
4 months ago
sigonasr2
ab98adf094
Triple Toss enchant implemented. Fix obscure edge-case bug where the camera position, mouse position, and player positions are all equal causing a mouse aiming location length of (0,0) resulting in infinity size velocities. Release Build 10952.
4 months ago
Quapsel
7ea1027483
Added 3_2, 3_3, 3_4.
4 months ago
sigonasr2
a6b4caad02
Correct a bug in olcPGEX_MiniAudio: GetCursorMilliseconds() was not returning properly. Added loop repeating start point capabilities to the audio engine and bgm config file. Release Build 10936.
4 months ago
sigonasr2
2667cc526e
Add [[unlikely]] to DEBUG_ACCESS_OPTIONS to help the compiler. Add a distance check so monsters extremely far away on the map no longer run their AI routines. Add keyboard stage plate connections for the in between zones on the world map in case the player ends up there and uses the keyboard controls. Release Build 10918.
4 months ago
sigonasr2
bc31ba5862
Implement the DEBUG_ACCESS_OPTIONS when attempting to read from config (for debugging purposes). Release Build 10915.
4 months ago
sigonasr2
68744adf54
Add stage plates for Chapter 3 and setup 3-1 in levels. Release Build 10911.
4 months ago
Quapsel
d5b8a0a697
added Player spawn zones for 3_1. Changed map size from unlimited to limited.
4 months ago
Quapsel
107045ab4e
fixed some errors in chapter 3 presets. added 3_1.
4 months ago
Quapsel
9c8fc148f6
added End of Map Wall behind every Stone Blockade in Chapter 2. Fixed missing wall at the end of 2_3.
4 months ago
sigonasr2
e43798fa9a
Add cooldown charge system. Abilities can now only be used when they are holding charges. One charge gets restored for each full cooldown duration. The cooldown timer stops going down when maximum charges are reached. Fix item tests to use cooldown charges. Add in item checks for CDR test (Items should not be affected by CDR). Add GetPlayerAbilities function to collect and manipulate all player abilities at the same time (cleaner code structure + easier test functionality). Add helper functions util::vformat and util::wformat and to_wstring to make code using the std:: versions much more concise. Add unit test for cooldown charges system. Add helper functions to reset abilities to their original stats before enchant modifications tweak them. Added a helper function to retrieve which ability an enchant affects. Adapt ability HUD with new charge count features. Add Mountain theme to Chapter 2 maps. Multi-Multishot Enchant implemented. Release Build 10901.
4 months ago
sigonasr2
7fa02b0f7a
Implement Mega Charged Shot. Release Build 10827.
4 months ago
sigonasr2
3d1d14ea2d
Implemented Poisonous Arrow enchant. Include unit tests. Release Build 10813.
4 months ago
sigonasr2
150a72db73
Implemented Poisonous Arrow enchant. Release Build 10810.
4 months ago
sigonasr2
8ac625660d
Implemented Stealthy Retreat enchant. Release Build 10803.
4 months ago
sigonasr2
d49e7ff6bb
Change shadow text rendering system to use a pre-generated shadow font sprite to improve text rendering speeds dramatically. Fix bug from commit
cfd73ab036
where custom font colored shadow text kept creating new versionf of itself causing memory leaks. Release Build 10791.
4 months ago
sigonasr2
d28f27f59d
Added newline character parsing to olcDataFile config parser. Fix bug with enchants not being able to choose the actual highest value roll on stat enchants. Added stat descriptions to Magical Protection and Aura of the Beast. Release Build 10720.
4 months ago
sigonasr2
9a65b731e9
Implement Reaper of Souls Enchant. Fix text rendering bug with really small pixel values getting clamped by integer scaling causing the cached text to be cut off. Release Build 10683.
4 months ago
sigonasr2
cfd73ab036
Implemented Death Defiance enchant. Correct shadow render strings being square (not using proper Y sizes to create cached text). Move game configuration initialization out to global scope to allow config variables to be used when initializing the AiL class. Release Build 10670.
4 months ago
sigonasr2
62086cbd92
Implemented Emergency Recovery unique enchant. Added unit test. 126/126 unit tests passing. Release Build 10653.
4 months ago
sigonasr2
23673ec2af
Added unit tests for new strip leading color and final render color engine rendering functions. Fixed rendering bug with text elements of different HTML color codes but with same content not having rendering with the correct color code. Fix potential memory leak errors occurring with rendering Font versions of shadow strings that would have different pulsating colors w/same text content. Added an admin console and added the ability to give the player items and accessories with enchants. Also added a help command. Change version number to appear red while in admin mode (as a visual). Unlock all button tied to admin mode. Release Build 10604.
4 months ago
Quapsel
3038bf8652
Chapter 3 Presets done (for now).
4 months ago
sigonasr2
68e7446053
Add Enchant API and EnchantItem() function that applies a random Enchant onto an item. Added HasEnchant() check to see if an equip has an enchant for future integration of enchants in the game. Fix money listeners structure not being reset between unit tests. Add unit tests to ensure items receive correct valid enchants and we can properly detect the player has enchants. Release Build 10527.
4 months ago
Quapsel
913b4ddef9
More Chapter 3 Presets.
4 months ago
Quapsel
1c36e1a0cd
more Chapter 3 Presets.
4 months ago
sigonasr2
227c082a57
Add a clickable region to world map between chapter 1 and chapter 2 locations for mouse navigation. Release Build 10512.
4 months ago
Quapsel
e364b5f4c9
more Chapter 3 Presets.
4 months ago
Quapsel
2ba0dd4409
more Chapter 3 presets.
4 months ago
sigonasr2
1319a91d11
Switch to built-in uppercase hexadecimal format display when encoding URIs sending save files (emscripten version). Implement variable find and replace features when loading in Item Enchants. Grammar changes to item enchants config file. Convert numerical values to variable config values in item enchants config file. Release Build 10511.
4 months ago
sigonasr2
23fc505b12
Fix typos and minor descriptions in item enchants file. Enchantment data structures and configuration reading implemented. Release Build 10498.
4 months ago
sigonasr2
ee4d250370
Add helper function for removing an item from the player's inventory via item name. Add accessory refining check and refine functions. Release Build 10487.
4 months ago
Quapsel
5e511c4b48
More Chapter 3 Presets.
4 months ago
Quapsel
2f1199efa1
more Chapter 3 Presets.
4 months ago
sigonasr2
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.
4 months ago
sigonasr2
9f4c7c7b0f
Added operator< for Pixel class to allow sets of pixels to be used. Add fragment item default description. Generate fragment images that randomly sample from the source ring's colors. Add base fragment item icon. Release Build 10443.
4 months ago
sigonasr2
d7b9d2670e
Setup Palm trees to be foreground objects. Prepare all Artificer window dialogs. Release Build 10424.
4 months ago
Quapsel
d775f7e3fe
First Presets for Chapter 3.
4 months ago
First
Previous
1
2
3
4
5
...
Next
Last