gbajam21
2 years agotest sprite scaling master
John Tsiombikas [Fri, 28 May 2021 07:48:40 +0000 (10:48 +0300)]
test sprite scaling

2 years agochanged the sprites to 16 colors
John Tsiombikas [Wed, 26 May 2021 13:04:13 +0000 (16:04 +0300)]
changed the sprites to 16 colors

2 years agoforgot to add quant.c in pngdump
John Tsiombikas [Fri, 14 May 2021 18:02:05 +0000 (21:02 +0300)]
forgot to add quant.c in pngdump

2 years agoshade LUT in iwram
John Tsiombikas [Wed, 12 May 2021 19:45:20 +0000 (22:45 +0300)]
shade LUT in iwram

2 years agotunnel shading
John Tsiombikas [Wed, 12 May 2021 09:44:57 +0000 (12:44 +0300)]
tunnel shading

2 years agopngdump fix: previous commit inadvertently made PNG output the default
John Tsiombikas [Wed, 12 May 2021 06:40:31 +0000 (09:40 +0300)]
pngdump fix: previous commit inadvertently made PNG output the default
mode. Restore raw dump as the default.

2 years agoimproved shade-lut generation
John Tsiombikas [Wed, 12 May 2021 06:34:06 +0000 (09:34 +0300)]
improved shade-lut generation

2 years agopngdump: image quantization, first attempt at shademap generation
John Tsiombikas [Tue, 11 May 2021 01:49:01 +0000 (04:49 +0300)]
pngdump: image quantization, first attempt at shademap generation

2 years agofix
John Tsiombikas [Sun, 25 Apr 2021 14:22:29 +0000 (17:22 +0300)]
fix

2 years agofixed the tunnel precalc to produce a continuous 10 bit depth value
John Tsiombikas [Sun, 25 Apr 2021 14:02:18 +0000 (17:02 +0300)]
fixed the tunnel precalc to produce a continuous 10 bit depth value
instead of repeating throughout the length of the tunnel, so it can be
used for fog too

2 years agoMerge branch 'tunsweep'
John Tsiombikas [Thu, 22 Apr 2021 09:01:25 +0000 (12:01 +0300)]
Merge branch 'tunsweep'

2 years agocorrect tunnel curving
John Tsiombikas [Thu, 22 Apr 2021 08:39:29 +0000 (11:39 +0300)]
correct tunnel curving

2 years agowonky sweep
John Tsiombikas [Thu, 22 Apr 2021 07:26:31 +0000 (10:26 +0300)]
wonky sweep

2 years agosoftware tunnel rotation / lower framerate
John Tsiombikas [Wed, 21 Apr 2021 14:01:37 +0000 (17:01 +0300)]
software tunnel rotation / lower framerate

3 years ago16bit LUT
John Tsiombikas [Tue, 20 Apr 2021 10:35:14 +0000 (13:35 +0300)]
16bit LUT

3 years agotunnel rotation with lower-res scaled-up tunnel
John Tsiombikas [Mon, 19 Apr 2021 17:15:41 +0000 (20:15 +0300)]
tunnel rotation with lower-res scaled-up tunnel

3 years agobg rotation
John Tsiombikas [Mon, 19 Apr 2021 15:59:34 +0000 (18:59 +0300)]
bg rotation

3 years agofoo
John Tsiombikas [Mon, 19 Apr 2021 15:17:17 +0000 (18:17 +0300)]
foo

3 years agosprites 256c, shadow oam, sprite transforms, sinlut
John Tsiombikas [Mon, 19 Apr 2021 14:10:27 +0000 (17:10 +0300)]
sprites 256c, shadow oam, sprite transforms, sinlut

3 years agoadded input handling
John Tsiombikas [Sun, 18 Apr 2021 06:15:38 +0000 (09:15 +0300)]
added input handling

3 years agocurved tunnel
John Tsiombikas [Sun, 18 Apr 2021 03:28:37 +0000 (06:28 +0300)]
curved tunnel

3 years ago2vbl tunnel! 30fps
John Tsiombikas [Tue, 13 Apr 2021 10:09:44 +0000 (13:09 +0300)]
2vbl tunnel! 30fps

3 years agodropped aas, moved to maxmod
John Tsiombikas [Tue, 13 Apr 2021 07:46:00 +0000 (10:46 +0300)]
dropped aas, moved to maxmod

3 years agofoo
John Tsiombikas [Tue, 13 Apr 2021 06:28:58 +0000 (09:28 +0300)]
foo

3 years agowait states!
John Tsiombikas [Mon, 12 Apr 2021 13:10:29 +0000 (16:10 +0300)]
wait states!

3 years agominor foo
John Tsiombikas [Mon, 12 Apr 2021 04:11:40 +0000 (07:11 +0300)]
minor foo

3 years agoiwram_brk/iwram_sbrk
John Tsiombikas [Mon, 12 Apr 2021 04:11:02 +0000 (07:11 +0300)]
iwram_brk/iwram_sbrk

3 years agomirroring tunnel vertically improves performance
John Tsiombikas [Mon, 12 Apr 2021 03:35:12 +0000 (06:35 +0300)]
mirroring tunnel vertically improves performance

3 years agopanic screen, debug font, asmutil.s
John Tsiombikas [Mon, 12 Apr 2021 02:50:10 +0000 (05:50 +0300)]
panic screen, debug font, asmutil.s

3 years agofoo
John Tsiombikas [Sat, 10 Apr 2021 09:51:33 +0000 (12:51 +0300)]
foo

3 years agotunnel
John Tsiombikas [Sat, 10 Apr 2021 06:42:27 +0000 (09:42 +0300)]
tunnel

3 years agofixed missing dependency to aas_data.h
John Tsiombikas [Wed, 7 Apr 2021 14:36:19 +0000 (17:36 +0300)]
fixed missing dependency to aas_data.h

3 years agoreadme
John Tsiombikas [Wed, 7 Apr 2021 05:25:30 +0000 (08:25 +0300)]
readme

3 years agoadded apex audio system
John Tsiombikas [Wed, 7 Apr 2021 05:18:59 +0000 (08:18 +0300)]
added apex audio system

3 years agoinitial commit
John Tsiombikas [Tue, 6 Apr 2021 19:46:11 +0000 (22:46 +0300)]
initial commit