sigonasr2
|
3a3d405272
|
Implemented lingering effect item script capabilities. Added Molotov item and item graphic. Added burning sound effect. Release Build 11755.
|
1 month ago |
sigonasr2
|
868a089666
|
Separate ThrowingProjectiles from PoisonBottle class to create generic throwable item bullets. Added throwable projectile item script. Made Bomb item functional. Release Build 11748.
|
1 month ago |
sigonasr2
|
598b3b66c7
|
Add new chapter 3 consumables to item database and placeholder icons.
|
1 month ago |
sigonasr2
|
422c6f02cc
|
Update Chapter 3 maps and entries to be playable. Added Chapter 3 stage and boss music. Pirate Captain base AI completed, mounted parrot AI added. Release Build 11657.
|
2 months ago |
sigonasr2
|
5f63f23635
|
Add missing item icons (placeholders). Add mounted parrot to Pirate Captain. Release Build 11649.
|
2 months ago |
Quapsel
|
888cea1581
|
„Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Chapter 3 Monster + Area Items added. (Consumables still missing)
|
2 months ago |
sigonasr2
|
6788e3c523
|
Fix Charge Arrow's beam graphic to match its radius better. Release Build 11546.
|
2 months ago |
sigonasr2
|
050821b1d2
|
Expand Wizard's Meteor ability configuration parameters. Implemented Summon Comet and Solar Flare enchants. Added incompatibility checks for these two enchants as equipment. Add in unit tests to check for validity of equipping accessories. Release Build 11350.
|
3 months ago |
sigonasr2
|
4f18cd41fb
|
Fix sound effect bug when lightning bolt hits a player (doesn't currently happen in-game). Implement Chain Lightning. Release Build 11328.
|
3 months ago |
sigonasr2
|
6fbb8a8ed1
|
Implemented Trail of Fire enchant, added Trail of Fire effect. Fix effects not having their type set with the new Effect constructor arrangement. Adjusted Trail of Fire damage potency from 10% to 30% per tick. Release Build 11309.
|
3 months ago |
sigonasr2
|
5b7c25df46
|
Add in map_range util function. Fix up FadeInOutEffect to still behave with its old behavior for Poison Pool while enabling new oscillating behaviors for size/color. Add in unit test for map_range. Implement Black Hole Enchant. Release Build 11250.
|
3 months ago |
sigonasr2
|
6d4de7940b
|
Implemented Curse of Doom. Release Build 11188.
|
3 months ago |
sigonasr2
|
88dea6fa84
|
Implement Poison Bounce enchant. Fix Poison Bounce physics when dealing with lower frame rates. Release Build 11180.
|
3 months ago |
sigonasr2
|
e8ead7e07b
|
Implemented Pooling Poison enchant. Fix True Damage and Dot flags ignoring dead monsters and still applying damage. 191/191 Unit Tests passing. Release Build 11173.
|
3 months ago |
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
|
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.
|
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 |
sigonasr2
|
7fa02b0f7a
|
Implement Mega Charged Shot. Release Build 10827.
|
4 months ago |
sigonasr2
|
8ac625660d
|
Implemented Stealthy Retreat enchant. Release Build 10803.
|
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
|
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 |
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 |
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 |
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
|
2420d02f24
|
Make player dot damage numbers fall instead of rise as well. Remove unused originalRiseSpd damage number member. Refactor buff repeat action system to instead use internal hard-coded restoration functions. Include the target of buffs inside the buff classes themselves so they know what to interact with. Updated Player and Monster AddBuff functions to represent new buff constructor requirements. Implemented Bear Trap ability. Refactored Monster Hit callback for bullets to send the amount of stacks a monster had before getting hit which is used as getting hurt removed a mark stack. Release Build 10300.
|
4 months ago |
sigonasr2
|
83afbb2720
|
Fix Stone Heart's item description, comma was treated as separate value. Make item descriptions be read in as full strings instead of as the first index in a OLC Datafile. Minor grammar edits to item descriptions. Add missing Upper Zone to II-V. Release Build 10191.
|
4 months ago |
sigonasr2
|
0b4b1d6566
|
Fix Wizards and Rangers being able to override iframe timer when using Teleport and Retreat respectively. Remove last released key state. Seemed redundant when animation facing direction exists. Make player animation changes be reflected in the facing direction variable. Add pathfinding to Thief's Deadly Dash attack so it can't go through barriers. Added new class counterpoints as equippable classes for the prior weapons. Release Build 10146.
|
4 months ago |
sigonasr2
|
69305a2866
|
Fix missing braces in Weapons.txt. Remove Infinite map flag from Stage 2-B1. Add Stage 2-B1 stage plate. Add placeholder item icons for new items. Remove embedded tileset from Stage 2-B1. Release Build 9959.
|
5 months ago |
Quapsel
|
2990578eab
|
„Adventures in Lestoria/assets/config/items/Equipment.txt“ ändern
Copper Armour - Crafting and Enhancement Material Cost set.
|
5 months ago |
Quapsel
|
7e5457a36d
|
„Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Description for the item "Stone" changed to hint that its actually some kind of mineral.
|
5 months ago |
Quapsel
|
5648230084
|
„Adventures in Lestoria/assets/config/items/Weapons.txt“ ändern
Material Cost set for Chapter 2 Weapon crafting (Enhancement Stage 0-5 Weapons)
|
5 months ago |
Quapsel
|
2c8cd8e685
|
„Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Items for Stage loot added in Item Database.
|
5 months ago |
Quapsel
|
9d053f044b
|
„Adventures in Lestoria/assets/config/items/Weapons.txt“ ändern
Attack Values for Weapons adjusted.
|
5 months ago |
sigonasr2
|
1c9641be0c
|
Add in missing placeholder item images. Finish collision checking for shockwave attack. Release Build 9715.
|
5 months ago |
Quapsel
|
f511bc8900
|
„Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Chapter 2 Consumables added.
|
5 months ago |
sigonasr2
|
9f88460c0e
|
Add RepeatingSoundEffect class to allow easy creation and handling of looping sound effects ingame. Add rock breaking, rock toss cast, pillar rise, dig sound effects. Fix typo on Hawk Feather item description key name. Placeholder item icons added. Add sound effects to Stone Elemental's attacks. Release Build 9656.
|
5 months ago |
Quapsel
|
2e10ad85fe
|
„Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Descriptions added.
|
5 months ago |
Quapsel
|
86bbd378ca
|
„Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Chapter 2 Monster Drops added.
|
5 months ago |
Quapsel
|
b221744850
|
„Adventures in Lestoria/assets/config/items/Accessories.txt“ ändern
Chapter 2 Boss Accessoires added.
|
5 months ago |
Nic0Nic0Nii
|
c5f7cc1887
|
Issue#43 resolved. Steel weapons removed from blacksmith crafting list.
|
8 months ago |
sigonasr2
|
962ee84da9
|
Changed Bandages item description to include casting info.
|
8 months ago |
sigonasr2
|
e3f79e6965
|
Fix equipment upgrade tests, left them in by accident. Added kill amount achievements. Release Build 8530.
|
8 months ago |
sigonasr2
|
de52654380
|
Add achievement icons and setup achievement config file. Add in unlock area achievements.
Release Build 8524.
|
8 months ago |