gbrg/.git
2025-08-28 Lukas Kricklmapgen: Fixed crash caused by relative address absolute...
2025-08-27 Lukas KricklBUGS: Added note about file select crash
2025-08-27 Lukas Kricklattack: Added player UI redraw to attack
2025-08-27 Lukas Kricklaction: delay to active after attack now uses template
2025-08-27 Lukas Kricklunit: if delay to active waits for the attack to finish...
2025-08-27 Lukas Kricklunit: Added a simple delay flag for when an attack...
2025-08-27 Lukas Kricklattack: reduced attack animation to 1 frame for now
2025-08-27 Lukas Kricklunit: units now attack
2025-08-26 Lukas Kricklunit_cpu: wip action attack
2025-08-26 Lukas Kricklunit_cpu: Added stub for attack state
2025-08-26 Lukas Kricklmapgen: Fixed units spawnning in bad spots
2025-08-25 Lukas Kricklmapgen: actor spawning now checks if an actor already...
2025-08-25 Lukas Kricklmapgen: The player now spawns in a random spot
2025-08-24 Lukas Kricklmapgen: wip placing player randomly
2025-08-24 Lukas Kricklmapgen: player spawn map is now selected randomly
2025-08-24 Lukas Kricklaction: Added miss text
2025-08-23 Lukas Kricklui: Added max hp display
2025-08-23 Lukas Kricklstats: Added basic hp display
2025-08-23 Lukas Kricklstrings: Added decimal printing
2025-08-23 Lukas Kricklaction: fixed stack error when no unit is hit
2025-08-23 Lukas Kricklaction: added basic display for damage value
2025-08-22 Lukas Kricklactsave: fixed bug when calculating act sg pointer
2025-08-22 Lukas Kricklact_sg: now saving type as well to prevent actors from...
2025-08-22 Lukas Kricklact_save: actsave now stores mp and hp
2025-08-22 Lukas Kricklstats: Added basic damage calculation
2025-08-21 Lukas Kricklstats: added stubs for calculating some stats
2025-08-21 Lukas Kricklunit_cpu: Made the default AI follow the player a littl...
2025-08-21 Lukas Kricklaction: Added basic attack effect
2025-08-21 Lukas Kricklmapgen: fixed most issues with the current door placeme...
2025-08-21 Lukas Kricklmapgen: Fixed various small issues in door placement
2025-08-21 Lukas Kricklmapgen: wip mapgen
2025-08-21 Lukas Kricklmapgen: wip door generator
2025-08-21 Lukas Kricklremoving doors now does not set the exit flag anymore...
2025-08-21 Lukas Kricklrooms: Added more template maps
2025-08-21 Lukas Kricklmapgen: if a player spawns on a door the door tile...
2025-08-21 Lukas Kricklplayer: updated exit handling to allow for map cursor...
2025-08-21 Lukas Krickldoors: doors are not covered anymore
2025-08-21 Lukas Kricklexits: removed rerferences to existing exit tables
2025-08-21 Lukas Kricklmapgen: refactored map loader
2025-08-20 Lukas Kricklmapgen: wip rework of mapgen
2025-08-20 Lukas KricklAdded notes for map rework
2025-08-20 Lukas Kricklmap: removed seed index
2025-08-19 Lukas Kricklmapgen: Added door drawing routine
2025-08-19 Lukas Kricklmaps: wip reworking map system
2025-08-19 Lukas KricklTODO: Added note about mapgen rework
2025-08-18 Lukas Kricklaction: Added tile offset to attack action
2025-08-17 Lukas Kricklattack: wip added attack animation
2025-08-17 Lukas Kricklaction: Added delay to active after picking an attack...
2025-08-17 Lukas Kricklactions: Added setup for picking directions
2025-08-16 Lukas Kricklaction: Added ability to abort attack command
2025-08-16 Lukas Kricklattack: Added direction UI setup.
2025-08-16 Lukas Kricklunit: Added basic stub for handling assinged actions...
2025-08-15 Lukas KricklTODO: Added note for menu and actions
2025-08-15 Lukas Kricklunit: removed dedicated attack state.
2025-08-15 Lukas Kricklplayer: Added player turn taken flag
2025-08-15 Lukas Kricklunit: Added stubs for attack state
2025-08-15 Lukas Krickldefs: Added additional note for battle order
2025-08-15 Lukas Krickldefs: Added battle order to actors
2025-08-15 Lukas Kricklbattle: Added notes about unit state switching
2025-08-15 Lukas Kricklunit: Added unit fine at
2025-08-14 Lukas Kricklunit: Added stub for unit find at
2025-08-13 Lukas Krickldefs: Added battle record struct
2025-08-13 Lukas Kricklbattle: Added stub for battle mode
2025-08-13 Lukas Kricklobjanim: Added left and right door opening animations
2025-08-12 Lukas Kricklroompattern: fixed constant names for left and right...
2025-08-12 Lukas Kricklobjanim: removed infinite animation loop for left door
2025-08-12 Lukas Kricklobjanim: wip left and right door animation
2025-08-12 Lukas Kricklobjanim: Added top door animation
2025-08-12 Lukas Kricklobjanim: Added framework for makign door animations...
2025-08-12 Lukas Kricklobjanim: Added simple animation for down door opening.
2025-08-12 Lukas Kricklobjanim: renamed door open animation to allow room...
2025-08-11 Lukas Krickldoor opening: Fixed animation getting stuck.
2025-08-11 Lukas Kricklcollision: moved last cf flags y and x position for...
2025-08-11 Lukas Krickldefs: fixed player rt macros
2025-08-11 Lukas Krickldefs: Added actor last collision values
2025-08-11 Lukas KricklAdded known bug
2025-08-11 Lukas Krickldoors: doors now have collision.
2025-08-10 Lukas Kricklunit collision test: writes y and x positon to wram...
2025-08-10 Lukas Kricklunit: try move now writes the tile flags if collision...
2025-08-10 Lukas Kricklplayer: disabled rendering while door animation is...
2025-08-10 Lukas Kricklplayer: skipping input on the frame a door animation...
2025-08-10 Lukas Kricklobjanim: the animation now overwrites player rt special...
2025-08-10 Lukas Kricklgameplay: the game now pauses while the door opening...
2025-08-10 Lukas Kricklvblank: Added way to overwrite vblank handler at runtime
2025-08-09 Lukas Kricklroompatterns: Defined door tiles as constants
2025-08-09 Lukas Kricklobjanim: Fixed door tile
2025-08-09 Lukas Kricklobjanim: Added door tile animation
2025-08-09 Lukas Kricklunit: moved tile to screen to a macro
2025-08-08 Lukas Kricklobjanim: Added placeholder animation for when a door...
2025-08-08 Lukas Kricklobjanim: Added setup code for object animations
2025-08-08 Lukas KricklAdded TODO
2025-08-08 Lukas Kricklobject animation: added stub for object animations
2025-08-07 Lukas Kricklplayers: Moved redraw into a more generic routine
2025-08-07 Lukas KricklAdded TODO
2025-08-07 Lukas Kricklmap: Added partial room redrawn when the player touches...
2025-08-06 Lukas Kricklplayer: Added stub for door removal when the player...
2025-08-05 Lukas Kricklmapgen: reduced amount of spawned actors
2025-08-05 Lukas Kricklunit: Added basic chaser cpu script
2025-08-05 Lukas Kricklchore: added new math helper function to get an absolut...
2025-08-05 Lukas Kricklunit: moved unit cpu code to new file for generic cpu...
next