Commit Graph

144 Commits (3ab6ef678daed7b3e0af92eec7118b8ac40a959d)

Author SHA1 Message Date
Quapsel cf6788a418 start of 2_1 & some more basic shapes for the chapter 2 presets. 8 months ago
sigonasr2 2599cfd14b Switch monster kill count tracking to use steam stats progress tracking. Release Build 8551. 8 months ago
sigonasr2 21e0cd5b65 Fix equipment upgrade tests, left them in by accident. Added kill amount achievements. Release Build 8530. 8 months ago
sigonasr2 9a3cbc40f9 Prep Time Trial system structure. Release Build 8492. 8 months ago
sigonasr2 794d38cdb3 Add in new base camp music and events. Added 3 unlock tiers for the base camp music progression. Release Build 8476. 8 months ago
sigonasr2 6593f43b96 Add in Steam Rich Presence. Fix Display names of stage plates to be consistent with original naming conventions. Release Build 8226. 8 months ago
sigonasr2 51964406a7 Fix outer boundary tile transitions in Intro setpieces. 8 months ago
sigonasr2 f8e7144a02 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. 8 months ago
Quapsel b6e6cb58b1 grass transition for 1_6 - 1_8 & 1_B1 8 months ago
Quapsel d1c8b1d06b Grass transition for 1_2 - 1_5 added. 8 months ago
Quapsel c360898800 changes on End_of_Map Tileset and grass transition at map end for 1_1. 8 months ago
sigonasr2 cb0e6105f2 Marketiiiiiiiiing 9 months ago
sigonasr2 588e184764 Add in hp and atk growth rate displays on level ups. Make increase and decrease buttons disable when the appropriate sell/buy amounts have been reached. Sell inventory count now shows up in the selling window. Add Lock/Unlock input helper display on merchant accessory sell window. Fix missing collision tile in 1-1. Release Build 7992. Patch Version 0.5. 9 months ago
sigonasr2 59eb24b65b Fix mob spawns in 1-1 and 1-7 for mobs that were spawning inside of map hitboxes. 9 months ago
sigonasr2 a8b5b3f84a Added shadow underneath bridge for Stage I-I. Release Build 7902. 9 months ago
sigonasr2 5992adbc5f 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 78cbad9297 Story I-I no longer unlocks Campaign I-II map. 9 months ago
sigonasr2 f8408dc530 Updating the bgm volume also updates the environmental audio (important when unmuting sounds). Fix some deleted tiles in 1_7. Release Build 7871. 9 months ago
sigonasr2, Sig, Sigo 8b7703f457 Story I unlocks from the beginning of the game. 9 months ago
sigonasr2 2d0702af2c 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. 9 months ago
sigonasr2 4b3b36bdfd Added tutorial tooltips. Release Build 7758. 9 months ago
sigonasr2 3faff12015 Restore item loadout quantities on level restarts. Release Build 7674. 9 months ago
sigonasr2 53b5c1f967 Redo rendering pipeline so all tile groups are now interweaved with game objects such that objects in front of foreground tiles are now properly displayed after stuff in the background. Release Build 7635. 9 months ago
sigonasr2 57bad057ed Added intro camera movement and transition changing. Release Build 7603. 9 months ago
sigonasr2 99049d6fa0 Add in intro level scenes and identify combat-related sounds so they do not play on the main menu. Release Build 7587. 9 months ago
sigonasr2 bf33ad79c9 Added custom window positioning, sizing, and added configuration file loading before the game window is constructed . 9 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 b7cd3caab6 Stage plate for hub area renamed properly. TODO now updated. 10 months ago
sigonasr2 390e7fefbf Make Unlock All button actually unlock every node. Allow tile fade groups to specify tiles that should be unhidden. NPCs have unlock conditions now. Layers have unlock conditions. 10 months ago
sigonasr2 7a41361710 Added collision for smaller tileset tiles. Fixed going to hub stage from overworld map (game state is required to be HUB to prevent usage of items on the field). Fix Fire bolt continuously blowing up at the end of its max range. 10 months ago
sigonasr2 82b2b83007 Mark new terrain tileset as terrain class. 10 months ago
sigonasr2 545cbac5d8 Add in NPC spawn locations. 10 months ago
Quapsel e7b2897098 added Player spawn for Hub_v2. 10 months ago
Quapsel c0ef634aa5 added more Tiled parameters to Hub_v2 that where missing. 10 months ago
Quapsel f67537f13d Hub_v2 is now a Map. 10 months ago
Quapsel 736a04a83e changed hub_v2 to a finite map. 10 months ago
Quapsel dd7daec103 recreated Hub as 12x12 and added 12x12 tilesets. 10 months ago
sigonasr2 0f8801546c Fix image case-sensitivity for NPCs in the Hub. 10 months ago
sigonasr2 ebf7fcf395 Added NPC structures and new NPCs to the hub map. 10 months ago
sigonasr2 18810875a5 Fix tile animations. Add in game hub state. 10 months ago
sigonasr2 5c83a41a86 Refactored Map Data access so that other locations in code no longer had write abilities to the map data. Changed permanent exit zone spawning to a temporary. Fix equipment items being duplicated due to sorted inventory not being in sync with actual inventory. 10 months ago
sigonasr2 7162b151e4 Button clicks for offline/online character buttons. Added campfire sound effect. Added tile collisions to hub. Added NPC spawn points, setup NPC objects, added NPC sprites, setup event flags on map. 10 months ago
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
Quapsel a06131e6f4 didnt press save button before last commit. not sure what this commit includes. 10 months ago
Quapsel 5af864899e Bonus stage prior to Bear boss added 10 months ago
Quapsel 8229813624 small world map changes. 10 months ago
sigonasr2 fed07eddd6 Fix boss text display for longer names. Add in GameEvent handling class. Finish second boss AI. Release build 6380. 10 months ago
Quapsel 4f226357be Boss Stage Border + 2nd grass color for End_Of_Map Tileset 10 months ago
sigonasr2 7a557fe5fc Add overlay sprite feature, extra animations for second boss. 10 months ago