gbrg/.git
8 months agoAdded new broom tiles
Lukas Krickl [Sun, 6 Oct 2024 20:13:18 +0000 (22:13 +0200)]
Added new broom tiles

8 months agoAdded function to gain resources
Lukas Krickl [Sun, 6 Oct 2024 16:45:57 +0000 (18:45 +0200)]
Added function to gain resources

8 months agoAdded ability to reduce hp using a debug input
Lukas Krickl [Sun, 6 Oct 2024 16:12:56 +0000 (18:12 +0200)]
Added ability to reduce hp using a debug input

8 months agoCombined single and multi bar drawing logic
Lukas Krickl [Sun, 6 Oct 2024 08:37:29 +0000 (10:37 +0200)]
Combined single and multi bar drawing logic

8 months agoAdded basic drawing rotuine for stat bars
Lukas Krickl [Sun, 6 Oct 2024 07:49:29 +0000 (09:49 +0200)]
Added basic drawing rotuine for stat bars

8 months agoAdded tmp and itmp storage
Lukas Krickl [Sat, 5 Oct 2024 18:30:21 +0000 (20:30 +0200)]
Added tmp and itmp storage

8 months agowip: stats bars
Lukas Krickl [Sat, 5 Oct 2024 17:19:22 +0000 (19:19 +0200)]
wip: stats bars

8 months agoAdded basic drawing routine for single filled and empty stats bar
Lukas Krickl [Sat, 5 Oct 2024 16:44:20 +0000 (18:44 +0200)]
Added basic drawing routine for single filled and empty stats bar

8 months agoAdded demo player sprite
Lukas Krickl [Sat, 5 Oct 2024 15:30:22 +0000 (17:30 +0200)]
Added demo player sprite

8 months agoAdded door tiles for each direction
Lukas Krickl [Sat, 5 Oct 2024 14:34:17 +0000 (16:34 +0200)]
Added door tiles for each direction

8 months agoAdded atk and def bars
Lukas Krickl [Sat, 5 Oct 2024 14:07:36 +0000 (16:07 +0200)]
Added atk and def bars

8 months agoAdded single empty and full bar tiles
Lukas Krickl [Sat, 5 Oct 2024 05:55:41 +0000 (07:55 +0200)]
Added single empty and full bar tiles

8 months agoAdded atk and def icons
Lukas Krickl [Sat, 5 Oct 2024 05:51:51 +0000 (07:51 +0200)]
Added atk and def icons

8 months agoAdded remaining wall tiles
Lukas Krickl [Sat, 5 Oct 2024 05:09:35 +0000 (07:09 +0200)]
Added remaining wall tiles

8 months agowip: room wall tiles
Lukas Krickl [Sat, 5 Oct 2024 04:27:13 +0000 (06:27 +0200)]
wip: room wall tiles

8 months agoFixed tilemap layout
Lukas Krickl [Sat, 5 Oct 2024 04:08:22 +0000 (06:08 +0200)]
Fixed tilemap layout

8 months agoReworked door frame tiles
Lukas Krickl [Sat, 5 Oct 2024 03:52:37 +0000 (05:52 +0200)]
Reworked door frame tiles

8 months agoAdded some basic new tiles for walls
Lukas Krickl [Fri, 4 Oct 2024 20:28:49 +0000 (22:28 +0200)]
Added some basic new tiles for walls

8 months agomade calls to ui bar draw simpler
Lukas Krickl [Fri, 4 Oct 2024 18:40:45 +0000 (20:40 +0200)]
made calls to ui bar draw simpler

8 months agoMade ui code a bit faster
Lukas Krickl [Fri, 4 Oct 2024 18:22:10 +0000 (20:22 +0200)]
Made ui code a bit faster

8 months agoupdated font
Lukas Krickl [Fri, 4 Oct 2024 18:15:53 +0000 (20:15 +0200)]
updated font

8 months agoAdded test build to makefile
Lukas Krickl [Fri, 4 Oct 2024 17:31:01 +0000 (19:31 +0200)]
Added test build to makefile

8 months agoui: the mp/hp icons do not get redrawn when the bar changes
Lukas Krickl [Fri, 4 Oct 2024 15:46:28 +0000 (17:46 +0200)]
ui: the mp/hp icons do not get redrawn when the bar changes

8 months agoWIP: ui drawing code for hp/mp
Lukas Krickl [Fri, 4 Oct 2024 15:22:57 +0000 (17:22 +0200)]
WIP: ui drawing code for hp/mp

8 months agoadded init player function
Lukas Krickl [Fri, 4 Oct 2024 14:30:09 +0000 (16:30 +0200)]
added init player function

8 months agoAdded basic ui drawing code
Lukas Krickl [Fri, 4 Oct 2024 04:41:47 +0000 (06:41 +0200)]
Added basic ui drawing code

8 months agoAdded basic meta-tile room drawing
Lukas Krickl [Thu, 3 Oct 2024 17:10:32 +0000 (19:10 +0200)]
Added basic meta-tile room drawing

8 months agowip: room loading routine
Lukas Krickl [Thu, 3 Oct 2024 15:59:53 +0000 (17:59 +0200)]
wip: room loading routine

8 months agowip: Adding map code and test floor tiles
Lukas Krickl [Thu, 3 Oct 2024 06:17:30 +0000 (08:17 +0200)]
wip: Adding map code and test floor tiles

8 months agoReworked player rendering
Lukas Krickl [Wed, 2 Oct 2024 17:46:29 +0000 (19:46 +0200)]
Reworked player rendering

8 months agoAdded broom tiles
Lukas Krickl [Wed, 2 Oct 2024 16:59:44 +0000 (18:59 +0200)]
Added broom tiles

8 months agoAdded test player movement
Lukas Krickl [Wed, 2 Oct 2024 16:12:12 +0000 (18:12 +0200)]
Added test player movement

8 months agoadded basic player movement
Lukas Krickl [Wed, 2 Oct 2024 15:31:50 +0000 (17:31 +0200)]
added basic player movement

9 months agoAdded basic setup for game loop updating
Lukas Krickl [Wed, 2 Oct 2024 04:40:14 +0000 (06:40 +0200)]
Added basic setup for game loop updating

9 months agoinput: added basci controller input subsystem
Lukas Krickl [Tue, 1 Oct 2024 15:23:52 +0000 (17:23 +0200)]
input: added basci controller input subsystem

9 months agostrings: fixed puts printing the 0 character
Lukas Krickl [Tue, 1 Oct 2024 15:09:00 +0000 (17:09 +0200)]
strings: fixed puts printing the 0 character

9 months agovideo: waiting for vblank now before starting first frame
Lukas Krickl [Tue, 1 Oct 2024 13:43:08 +0000 (15:43 +0200)]
video: waiting for vblank now before starting first frame

9 months agovideo: Added basic puts function
Lukas Krickl [Tue, 1 Oct 2024 10:39:16 +0000 (12:39 +0200)]
video: Added basic puts function

9 months agoInitial setup for engine
Lukas Krickl [Tue, 1 Oct 2024 08:05:20 +0000 (10:05 +0200)]
Initial setup for engine

9 months agovideo: Now loading tilesets correctly.
Lukas Krickl [Tue, 1 Oct 2024 04:26:06 +0000 (06:26 +0200)]
video: Now loading tilesets correctly.

vblank_wait: vblank wait was not calling ret

9 months agovideo: working on loading tiles
Lukas Krickl [Mon, 30 Sep 2024 17:37:06 +0000 (19:37 +0200)]
video: working on loading tiles

9 months agovideo: Added basic lcd control code
Lukas Krickl [Mon, 30 Sep 2024 16:57:49 +0000 (18:57 +0200)]
video: Added basic lcd control code

9 months agoAdded tileset scripts and demo tileset
Lukas Krickl [Mon, 30 Sep 2024 16:48:25 +0000 (18:48 +0200)]
Added tileset scripts and demo tileset

9 months agoAdded simple push and pop macro
Lukas Krickl [Mon, 30 Sep 2024 16:19:07 +0000 (18:19 +0200)]
Added simple push and pop macro

9 months agoInitial commit
Lukas Krickl [Mon, 30 Sep 2024 15:26:20 +0000 (17:26 +0200)]
Initial commit