gbrg/.git
2024-11-19 Lukas KricklUpdted readme.
2024-11-19 Lukas KricklAdded audio register definitions
2024-11-19 Lukas KricklAdded audio init code
2024-11-18 Lukas KricklAdded skip turn code to all other actor types for now
2024-11-18 Lukas KricklThe player's turn is now ended after a move
2024-11-18 Lukas KricklAdded system for ending turns
2024-11-18 Lukas KricklAdded who_next call
2024-11-18 Lukas KricklFixed take damage debug buttons
2024-11-18 Lukas KricklAdded collision check for new movement
2024-11-18 Lukas KricklAdded new movement for player.
2024-11-17 Lukas KricklReworking player input handling for turn-based movement
2024-11-17 Lukas KricklWIP: turn based movement
2024-11-17 Lukas KricklRemoved unused collision code
2024-11-17 Lukas KricklAdded todo txt
2024-11-17 Lukas KricklWIP: sram functionality
2024-11-17 Lukas KricklWIP: mbc1 ram access
2024-11-16 Lukas KricklWIP: map struct
2024-11-16 Lukas KricklAdded docs for maps and rooms
2024-11-10 Lukas KricklUpdated ulas -i flag to -I
2024-11-05 Lukas KricklAdded player tile with new collision box
2024-11-01 Lukas KricklMoved rec collision check to a macro to avoid copy...
2024-11-01 Lukas Kricklwip: point rectangle collision
2024-11-01 Lukas Kricklwip: rectangle collision
2024-10-29 Lukas KricklUpdated makefile
2024-10-28 Lukas KricklAdded basic docs for how to handle collision
2024-10-28 Lukas KricklAdded stub for point/rectangle collision
2024-10-25 Lukas KricklActors from the map table are now positions correctly
2024-10-25 Lukas KricklTesting actor tile assignment
2024-10-25 Lukas Kricklroom load now directly loads the room structs into...
2024-10-25 Lukas KricklUpdated room script to also output a room struct
2024-10-25 Lukas KricklFixed actor table loader
2024-10-24 Lukas Kricklwip: map actor loading
2024-10-24 Lukas KricklAdded basic script to convert actor layers
2024-10-23 Lukas Kricklwip: room loading
2024-10-23 Lukas Kricklwip: actor system
2024-10-21 Lukas KricklAdded script that converts tiled csv maps to in-game...
2024-10-20 Lukas KricklAdded new floor tiles
2024-10-20 unlink2Merge pull request 'Initial setup for engine' (#1)...
2024-10-20 Lukas KricklTweaking collision shape for player
2024-10-20 Lukas KricklUpdated door tileset to align with collision origin/engine-setup
2024-10-19 Lukas KricklAdded basic left/right collision
2024-10-19 Lukas KricklMoved player collision call to a macro
2024-10-19 Lukas KricklFixed tile -> player collision by using the correct...
2024-10-19 Lukas Kricklplayer -> tile collision from top
2024-10-19 Lukas Kricklcollision pointer loading
2024-10-19 Lukas KricklAdding collision tile mask
2024-10-18 Lukas Kricklwip: collision with tiles
2024-10-14 Lukas KricklRemoved redundant hl push from collison routine
2024-10-14 Lukas Kricklwip: collision bounds checking for tiles
2024-10-11 Lukas Kricklwip: map tile flag lookup
2024-10-10 Lukas Kricklwip: added static location for collision check inputs
2024-10-10 Lukas KricklRenamed wall flag
2024-10-10 Lukas KricklAdded collision tile lut
2024-10-10 Lukas KricklAdded basic layout for map collision and room flags
2024-10-10 Lukas KricklAdded tempalte for collision shapes
2024-10-10 Lukas KricklMoved ptr tbl call to its own sub routine
2024-10-09 Lukas KricklUpdated wall corner tiles
2024-10-09 Lukas KricklAdded simple game mode switch
2024-10-09 Lukas Krickltake damage code is now only run when the player is...
2024-10-08 Lukas KricklReworked floor tile
2024-10-08 Lukas KricklAdded simple flashing animation for iframes
2024-10-08 Lukas KricklFixed bug that overwrote de when taking damage
2024-10-08 Lukas Kricklwip: iframe timer
2024-10-07 Lukas Kricklentry now inits sp to prevent a restart
2024-10-07 Lukas KricklAdded simple game over animation
2024-10-07 Lukas KricklAdded slight pause every time damage is taken
2024-10-07 Lukas KricklMade player sprite slightly taller
2024-10-06 Lukas KricklAdded new broom tiles
2024-10-06 Lukas KricklAdded function to gain resources
2024-10-06 Lukas KricklAdded ability to reduce hp using a debug input
2024-10-06 Lukas KricklCombined single and multi bar drawing logic
2024-10-06 Lukas KricklAdded basic drawing rotuine for stat bars
2024-10-05 Lukas KricklAdded tmp and itmp storage
2024-10-05 Lukas Kricklwip: stats bars
2024-10-05 Lukas KricklAdded basic drawing routine for single filled and empty...
2024-10-05 Lukas KricklAdded demo player sprite
2024-10-05 Lukas KricklAdded door tiles for each direction
2024-10-05 Lukas KricklAdded atk and def bars
2024-10-05 Lukas KricklAdded single empty and full bar tiles
2024-10-05 Lukas KricklAdded atk and def icons
2024-10-05 Lukas KricklAdded remaining wall tiles
2024-10-05 Lukas Kricklwip: room wall tiles
2024-10-05 Lukas KricklFixed tilemap layout
2024-10-05 Lukas KricklReworked door frame tiles
2024-10-04 Lukas KricklAdded some basic new tiles for walls
2024-10-04 Lukas Kricklmade calls to ui bar draw simpler
2024-10-04 Lukas KricklMade ui code a bit faster
2024-10-04 Lukas Kricklupdated font
2024-10-04 Lukas KricklAdded test build to makefile
2024-10-04 Lukas Kricklui: the mp/hp icons do not get redrawn when the bar...
2024-10-04 Lukas KricklWIP: ui drawing code for hp/mp
2024-10-04 Lukas Krickladded init player function
2024-10-04 Lukas KricklAdded basic ui drawing code
2024-10-03 Lukas KricklAdded basic meta-tile room drawing
2024-10-03 Lukas Kricklwip: room loading routine
2024-10-03 Lukas Kricklwip: Adding map code and test floor tiles
2024-10-02 Lukas KricklReworked player rendering
2024-10-02 Lukas KricklAdded broom tiles
2024-10-02 Lukas KricklAdded test player movement
2024-10-02 Lukas Krickladded basic player movement
next