53 Commits

Author SHA1 Message Date
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. 2024-08-07 04:19:48 -05:00
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. 2024-08-06 04:39:36 -05:00
62086cbd92 Implemented Emergency Recovery unique enchant. Added unit test. 126/126 unit tests passing. Release Build 10653. 2024-08-06 02:15:57 -05:00
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. 2024-08-05 06:38:54 -05:00
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. 2024-08-03 14:54:40 -05:00
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. 2024-08-02 15:19:49 -05:00
23fc505b12 Fix typos and minor descriptions in item enchants file. Enchantment data structures and configuration reading implemented. Release Build 10498. 2024-08-01 18:19:37 -05:00
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. 2024-07-31 11:21:05 -05:00
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. 2024-07-31 04:40:23 -05:00
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. 2024-07-30 17:46:51 -05:00
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. 2024-07-23 04:07:43 -05:00
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. 2024-07-19 22:59:21 -05:00
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. 2024-07-19 05:11:20 -05:00
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. 2024-07-11 15:26:37 -05:00
Quapsel
2990578eab „Adventures in Lestoria/assets/config/items/Equipment.txt“ ändern
Copper Armour - Crafting and Enhancement Material Cost set.
2024-07-07 06:59:24 -05:00
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.
2024-07-07 05:30:55 -05:00
Quapsel
5648230084 „Adventures in Lestoria/assets/config/items/Weapons.txt“ ändern
Material Cost set for Chapter 2 Weapon crafting (Enhancement Stage 0-5 Weapons)
2024-07-07 04:49:23 -05:00
Quapsel
2c8cd8e685 „Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Items for Stage loot added in Item Database.
2024-07-07 04:03:38 -05:00
Quapsel
9d053f044b „Adventures in Lestoria/assets/config/items/Weapons.txt“ ändern
Attack Values for Weapons adjusted.
2024-07-07 03:54:53 -05:00
1c9641be0c Add in missing placeholder item images. Finish collision checking for shockwave attack. Release Build 9715. 2024-06-20 22:27:47 -05:00
Quapsel
f511bc8900 „Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Chapter 2 Consumables added.
2024-06-20 20:50:03 -05:00
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. 2024-06-18 11:38:03 -05:00
Quapsel
2e10ad85fe „Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Descriptions added.
2024-06-17 20:07:22 -05:00
Quapsel
86bbd378ca „Adventures in Lestoria/assets/config/items/ItemDatabase.txt“ ändern
Chapter 2 Monster Drops added.
2024-06-17 20:02:55 -05:00
Quapsel
b221744850 „Adventures in Lestoria/assets/config/items/Accessories.txt“ ändern
Chapter 2 Boss Accessoires added.
2024-06-17 19:45:03 -05:00
Nic0Nic0Nii
c5f7cc1887 Issue#43 resolved. Steel weapons removed from blacksmith crafting list. 2024-04-01 18:17:24 +00:00
962ee84da9 Changed Bandages item description to include casting info. 2024-03-31 20:15:17 -05:00
e3f79e6965 Fix equipment upgrade tests, left them in by accident. Added kill amount achievements. Release Build 8530. 2024-03-29 06:00:03 -05:00
de52654380 Add achievement icons and setup achievement config file. Add in unlock area achievements.
Release Build 8524.
2024-03-29 05:23:48 -05:00
64a52d6910 Prep Time Trial system structure. Release Build 8492. 2024-03-27 19:08:38 -05:00
7608e9dfe2 Fix crash when a removed map unlock condition is loaded from a save file and saving to a save file. Move world rendering into each individual state draw method to prevent dividing by zero for invalid maps being loaded in. Loaded up new Overworld song. Added extra flower indicator under the bridge of 1-1. Fix 1-5 tree tiles. Make current map name / level name functinos return the proper story level name if we are in a story level to avoid programmer confusion / provide more flexible functions. Both Blacksmith story and chapter 1 bonus boss remove the visited flag from the camp, notifying the player visually on the world map that they need to revisit it. Move Blacksmith Tutorial trigger from requiring you to visit the camp via the world map to when you enter the camp regardless if you did it from completing a level or doing it from the world map. Release Build 8187. 2024-03-20 00:33:30 -05:00
Quapsel
36b527f489 „Adventures in Lestoria/assets/config/items/Weapons.txt“ ändern
Damage changed from wood weapons from 5,10,15,20,25,30 to 3,6,9,12,16,20
2024-03-01 09:32:09 -06:00
Quapsel
e15636a6c8 „Adventures in Lestoria/assets/config/items/Accessories.txt“ ändern
Ring of the Slime King: Attack stat removed.
Ring of the Bear: Attack nerfed from 4-10 to 1-4
2024-03-01 09:28:20 -06:00
ce3529b976 Fix crash with emscripten version during story scenes. Fix inproper Blacksmith equipment displays for crafting menu (chapter check missing, wrong enhancement level checks). Fix Blacksmith trigger not unlocking on the right node. Fix Chapter 2 trigger. Fix emscripten build scripts. Release Version 7848. 2024-02-29 05:54:23 -06:00
a803531a4d Mouse auto aim mode no longer occurs if a mouse button is held down but the mouse hasn't moved for 2 or more seconds. Fix bug with background sound not respecting BGM volume during fade-in / fade-out. Fix non-combat sound effects not playing while on the title screen. Combine unused foresty stems for now. Add in follow-directions for defensive abilities when using controller or keyboard inputs as well as an inversion direction flag. These are desirable for the retreat types since aiming defensives towards the target is not what the player prefers. Limited pathfinding frequency for monsters and wizard pathfinding ability. Fixed bug with shared pointer being passed into two separate inventories, causing double item duplication everytime a stackable item was added to the player's inventory. Release Build 7795. 2024-02-28 23:09:55 -06:00
78bc4585aa Implemented Death menu. Release Build 7668. 2024-02-27 17:48:41 -06:00
689eaa6d10 Implemented chapter limits for equipment upgrades. 2024-01-31 17:15:40 -06:00
Nic0Nic0Nii
32bec29f61 Add available chapter to individual crafting requirements and item dattabase
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-31 21:17:37 +00:00
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. 2024-01-30 21:55:32 -06:00
Nic0Nic0Nii
00e7a01ab1 Add labels for items that can be crafted or enhanced at the blacksmith
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-30 17:43:21 +00:00
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>
2024-01-30 14:48:49 +00:00
a6e8ec872c Added blacksmith's inventory for display underneath player's equipment for crafting. Fix bug with loadout item slot 2 not being reset properly (missing ability set function). Release build 6604. 2024-01-29 23:55:40 -06:00
Quapsel
3f0bfb6919 „Adventures in Lestoria/assets/config/items/ItemSets.txt“ ändern
4-Piece Leather Set Bonus changed from HP-Recovery to HP6-Recovery.
2024-01-24 09:38:50 -06:00
Quapsel
1b42ff39a2 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-01-23 18:47:20 +01:00
Quapsel
dfb210f7d3 1_5 & 1_6 Border added 2024-01-23 18:47:05 +01:00
Quapsel
85e8958ebf „Adventures in Lestoria/assets/config/items/Equipment.txt“ ändern
Base Craft Materials for Leather Equipment added
2024-01-23 10:40:11 -06:00
d6a44c149d Wolves changed to Windhounds. 2024-01-22 01:48:22 -06:00
Quapsel
ee5831422d „Adventures in Lestoria/assets/config/items/Equipment.txt“ ändern
Material Cost for Leather Set Upgrades added.
2024-01-21 22:55:08 -06:00
Quapsel
47aa305ab9 „Adventures in Lestoria/assets/config/items/Weapons.txt“ ändern
Wooden Weapon Material cost adjusted.
2024-01-21 21:41:39 -06:00
2c54e9a9c7 Monsters get a 1-second cooldown on collision to avoid overwhelming the player through constant charging. Remove extra A* nodes that are not required during map loading. Reversed the surround sound directions so stuff on the right is heard from the right channel, and stuff on the left is heard from the left channel. Fix lerp function in olcPGEX geometry util. 2024-01-12 09:56:49 -06:00