Commit Graph

11 Commits (d008e4fefd37698b88845e5b2a6220e06e93c003)

Author SHA1 Message Date
sigonasr2 64dc8bcf10 Enforce const-ness across tilesets to ensure copies and writes are explicitly allowed. Release Build 8990. 7 months ago
sigonasr2 188f2f28b2 Implement map tile repeating factors and implement animated blocked off map region animation frames. Release Build 8917. 8 months ago
sigonasr2 a81169cd7f Color mode sampling on tiles to determine minimap colors. Release Build 8703. 8 months ago
sigonasr2 305131d7db 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
Nic0Nic0Nii 8149db260b Update copyright 2024 for FreeType. Equipment can now have an initial crafting cost. RowItemDisplays will have a craftable and upgradeable tag. 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 20928b6867 Add in floating-point support for collision boxes. Remove ceil() calls for transformed view DrawRectDecal and FillRectDecal functions (why are they there?) 11 months ago
sigonasr2 c193aa7116 Added collision handling for areas where there are no valid tiles. 11 months ago
sigonasr2 57f482016f Added error handling for when creatures are specified in spawn zones but do not have a corresponding image. Gracefully handle random extra zones that are accidentally added with no type specified. Add in foresty boss/overworld sample themes. Add in placeholder frog info. Refactor MapName to just use strings instead of an enum since we don't want manual upkeep. 11 months ago
sigonasr2 725a858fab Implemented environmental audio loading in maps. Added stb_vorbis header/cpp file for ogg format support. Converted track parts and sound effect to be ogg instead. 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 7852aa7209 Foreground and upper foreground tile fade group algorithm now properly splits up tiles based on relative matching tiles so individual objects by themselves fade out instead of entire groups. 11 months ago
sigonasr2 9756cc4a78 Add map types to every stage plate and to new stages. Correctly handle Discord SDK disconnects when the app is closed or not started initially. 11 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 e4fae723c9 Fix up warnings (mostly loss of data cast warnings). When an ability gets interrupted, the key is required to be depressed before another cast attempt can be made. Added collision layer tiles to a few tiles in 1-1 due to ability to walk out-of-bounds. 1 year ago
sigonasr2 3ff558d44e Added pragma regions to all license comment fields in files and collapsed them. 1 year ago
sigonasr2 2bf45dacef It's 2023 btw 1 year ago
sigonasr2 dd531d1fd7 Apply OLC-3 License to all source files. 1 year ago
sigonasr2 30a5cdc488 Correct memory leak in consuming items from inventory. Added overworld menu layout. Warrior Up walk animation has head bobbing like all the others now. Fixed alignment of items for ScrollableWindowComponents, fix scrollbar resizing when parent component has offsets. 1 year ago
sigonasr2 ee5f6f9598 Added detection of tile sizes and world sizes so different sizes of maps can be rendered. 1 year ago
sigonasr2 1cabb34b94 Added tile render depth ordering for bullets and effects to prevent ordering weirdness. 1 year ago
sigonasr2 5140b92317 Water tile reflections implemented. 1 year ago
sigonasr2 195364e0ab Tile animations implemented. Fix off-by-one error with tileset identification. 1 year ago
sigonasr2, Sig, Sigo 11742b61f9 Populate animation data into map 1 year ago
sigonasr2 ee16393f85 Fix incorrect ordering of fade layers. 1 year ago
sigonasr2 fccca64493 Fix sprites being indexed funky. Consolidated tile group code, broke some of the overlapping tiles functionality. 1 year ago
sigonasr2 36fb89e556 Code analysis suggestions implemented. 1 year ago
Nic0Nic0Nii 1e08589403 Include all map initializations and use configuration file 1 year ago
sigonasr2, Sig, Sigo 5a0e4d0d01 Transition fade added for foreground items. 1 year ago
sigonasr2 a6c818b179 Re-did Tile grouping code, using a flood fill algorithm now instead of sequential tile checking. Prevents bugs with neighboring tile groups being split improperly. 1 year ago
sigonasr2 2b3dfb63aa Staircase incremental movement implemented. 1 year ago
sigonasr2 7e4816631c Corrected set position bugs when X axis is not valid while Y is. Corrected staircase collision boxes. Upper Foreground tiles added. 1 year ago
sigonasr2 cdab15d8d3 Add hit reset flag for monsters that charge at players such that they must reset it to damage the player with contact damage again. Player spawn location now reads from the level file. Collision tile data loaded. 1 year ago
sigonasr2 60c8317b20 Detect connected tile groups and allow for fade out of the foreground layer when the player gets in range. These groups are initialized on level loading and self-expand. 1 year ago
sigonasr2 5ffcf3126a Basic foreground layer hiding code implementation. 1 year ago
sigonasr2 8d5d509c7c Level loading modularized. Levels auto-load/cache tilesets that are already loaded and shared between maps. 1 year ago
sigonasr2 1d3b07eb98 Revamped TMXParser.h such that there is a separation between function declarations and definitions for modular support. 1 year ago