Commit Graph

268 Commits

Author SHA1 Message Date
zenny 6620c86f57 Additional collision/avoidance changes for monstos 2026-06-13 21:42:42 -07:00
zenny 7b2483ee74 Adjust navigation avoidance code so that enemies attempt to avoid each other 2026-06-13 13:17:01 -07:00
zenny 3ab491e0af Fix mystery items not spawning, adjust spawning rates, fix pause/unpausing for debug menu 2026-06-13 01:26:38 -07:00
zenny 8575cd6ddf Revamp item spawn behavior 2026-06-12 18:09:52 -07:00
zenny 403b136c5c Revamp map route stuff 2026-06-11 20:53:16 -07:00
zenny fc598ab48f Enemy loot table, start revamping floor node code structure 2026-06-10 17:07:49 -07:00
zenny c7b47cb32e Remove chariot 2026-06-08 22:11:19 -07:00
zenny 10a0dd69d1 Spawn timer for bad ending 2026-06-08 16:45:38 -07:00
zenny 5665e3306c Add unlock conditions for gallery 2026-06-08 16:00:27 -07:00
zenny 2ab6158849 Make adjustments to bad end map
Modify debug menu slightly to pause while open (need to close the menu to load floors, etc)
Clear map when game over screen appears
2026-06-08 00:08:25 -07:00
zenny 380e275766 Use button prompt for inventory rescue menu 2026-06-07 18:15:00 -07:00
zenny 313fbbd759 In progress changes for fixing minimaps in Set B rooms 2026-06-07 00:35:36 -07:00
zenny d2a81bb1cf Implement some Sigil behaviors 2026-06-06 23:32:13 -07:00
zenny 947d311f27 Fix swapped names of SetItem and Plastique
Add plastique to debug menu spawn
Make plastique damage player
Make plastique deal double damage to demon wall
Fix prompt for setting vs using plastique
2026-06-06 16:35:54 -07:00
zenny 09db0ccd88 Enable/Disable environment when entering/exiting breakable wall room 2026-06-06 15:24:34 -07:00
zenny bb46f0dcd9 Separate Stele concept from Npc 2026-06-04 23:38:59 -07:00
zenny d8b99e07de Save when talking to stele and record their ID in the save file 2026-06-04 23:06:01 -07:00
zenny 22ca9076e8 Set Sarco affinity types 2026-06-04 15:59:27 -07:00
zenny 6b7bbd71af Persist Sarco data 2026-06-04 13:02:40 -07:00
zenny 150a21aabc Basic implementation for acquiring affinity sigil from Sarco 2026-06-04 12:24:58 -07:00
zenny e7a2b7314f Merge branch 'main' of https://git.zenny.quest/zenayi/GameJamDungeon 2026-06-02 20:48:43 -07:00
zenny 2b1944c6e7 Laptop progress 2026-06-02 20:44:16 -07:00
Pal c5846fdd54 Maze Floor Colliders Fixed 2026-06-02 20:26:18 -07:00
Pal 4aa827960a various updates 2026-05-29 18:09:18 -07:00
Pal e17e5e91b1 audio implementations, chariot frames deleted, world visual fixes 2026-05-08 16:49:47 -07:00
Pal 30baf852d9 weapon SFX implemented, AMBs added, effects bus setup, 2026-05-06 01:55:44 -07:00
Pal 04be985d8b 8 million bugfixes and tweaks to enemies/rooms/floors/overworld/altar 2026-05-03 22:40:24 -07:00
Pal 88e7c04e2d stage adjustments, damage VFX adjustments 2026-05-02 03:47:34 -07:00
Pal 9e7678ce2a Bug fixes, EX-stage visual tighten up 2026-05-01 17:43:11 -07:00
heeho b66d631bc5 .OGG ADDITIONS 2026-04-29 17:38:35 -07:00
zenny e57085e5f2 Boss Fight computer terminal implementation 2026-04-29 00:51:45 -07:00
Pal 507b7e6a83 Misc Fixes Round 2 2026-04-29 00:43:04 -07:00
Pal ba95d4dbdf Miscellaneous fixes to floors (light adjustments, gap fixes, texture fixes) 2026-04-28 22:10:38 -07:00
zenny bd5154a02f Add basic item spawns to altar 2026-04-28 01:39:56 -07:00
zenny c26c566d56 Fix kathari name/weapon animation, increase npc collision box sizes 2026-04-28 00:14:55 -07:00
zenny 6182760f74 Loop .ogg ambient tracks 2026-04-28 00:01:45 -07:00
zenny f2a164b262 Fix up special floors 2026-04-27 23:33:03 -07:00
zenny 2fe007c59d Basic implementation for EX floors 2026-04-25 20:26:17 -07:00
Pal 0050fc56fe planters and eden pillars all placed, demon wall arm 2,3,4 models re-imported to fix normals. 2026-04-24 16:24:29 -07:00
Pal 9a7de9308f A2 room lighting and particles fixes, persiko invuln barrier setup, couple of UI changes, extension added to fake GOG room. 2026-04-24 01:44:06 -07:00
Pal 23cb174642 Demon Wall fight revamp assett side complete (normals on DW arms have been busted, may need fixing) 2026-04-23 02:30:22 -07:00
zenny 89da483448 Add elemental VFX when hitting enemies (2D only currently) 2026-04-23 01:04:02 -07:00
Pal 65a78f9871 weapon slash minor adjustment 2026-04-22 22:00:31 -07:00
zenny c6b958c577 Collaborative changes 2026-04-22 21:26:21 -07:00
Pal 6f79c64924 fixed weapon slashes, removed some unused ones, cleaned up vfx filestructure, made new scene for overworld bad end and finalized animaiton + environment, more item fixes and some texture downsizes, took scripts off overworld duplicate and moved to EX folder 2026-04-22 16:09:00 -07:00
Pal aea6c5ff3d verticality map added to all floors, item descriptions fixed, enemy lore added. 2026-04-22 00:48:45 -07:00
Pal c6b08df99b Fixed up most items to reflect item databse. (descriptions, damage values etc) 2026-04-21 02:16:54 -07:00
Pal b43cd13d2e Merge branch 'main' of https://git.zenny.quest/zenayi/GameJamDungeon 2026-04-20 19:00:05 -07:00
Pal 433ed408d0 indicator added to steles, final sidebar render options added, affinity icons for UI added 2026-04-20 18:59:36 -07:00
zenny 9ca0a6d4e9 More implementation for planter 2026-04-16 23:30:29 -07:00