- added blur in gfxutil
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 10 Feb 2018 12:04:24 +0000 (14:04 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 10 Feb 2018 12:04:24 +0000 (14:04 +0200)
commita563d2f0efaa980af0f0b39cdf1c9115fed99d00
treeec8ce7ac20aea61828f6126273695903ebdd7ed4
parent13f4229ee540e22a5f3ede4d345ae1269cd708d3
- added blur in gfxutil
- fixed 3dgfx to use the framebuffer set by g3d_framebuffer
- trying a variant of the greets effect with a frame by frame blur
src/3dgfx.c
src/dos/timer.h [deleted file]
src/gfxutil.c
src/gfxutil.h
src/greets.c
src/sdl/main.c
src/sdl/timer.c [new file with mode: 0644]
src/timer.h [new file with mode: 0644]