aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/draw.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23add get_home_angle() commentsPaul Duncan1-0/+4
2019-01-19update fade texture on window resizePaul Duncan1-1/+5
2019-01-19add fading, fix soundsPaul Duncan1-1/+29
2019-01-16add src/sdl/sounds.[hc], assets/wavs, and set default soundsPaul Duncan1-1/+1
2019-01-16animate failed movesPaul Duncan1-0/+4
2019-01-16animate hero while solvingPaul Duncan1-2/+14
2019-01-16solve in background threadPaul Duncan1-5/+47
2019-01-15fix warningsPaul Duncan1-1/+10
2019-01-15add theme.[hc] and refactor draw.cPaul Duncan1-52/+19
2019-01-14s/%zu/%d ... (int)/Paul Duncan1-4/+5
2019-01-14render moves after help, so it shows up above it for small windowsPaul Duncan1-1/+1
2019-01-14cache SDL_GetTicks()Paul Duncan1-7/+6
2019-01-14rotate boxes on winPaul Duncan1-12/+14
2019-01-14remove cruftPaul Duncan1-78/+36
2019-01-14skip floors that are definitely outside wallsPaul Duncan1-2/+4
2019-01-14add bg-style.[hc]Paul Duncan1-27/+52
2019-01-14add text_style_t, draw-text.cPaul Duncan1-94/+32
2019-01-14add win wigglePaul Duncan1-4/+27
2019-01-14remove color-only renderingPaul Duncan1-114/+0
2019-01-14remove level zero, add border, sync to vblank, add spaces around text, misc ↵Paul Duncan1-5/+33
cleanups
2019-01-14add help textPaul Duncan1-1/+45
2019-01-14add moves and header text, won bg animation, window titlePaul Duncan1-1/+139
2019-01-13clean up color vs sprite rendering modePaul Duncan1-38/+121
2019-01-13working, with spritesPaul Duncan1-17/+6
2019-01-13add assets, sprite-packer, sprite rendering (disabled, currently busted)Paul Duncan1-20/+46
2019-01-13add vi navigation keysPaul Duncan1-4/+4
2019-01-13refactor sok-sdl, add zoom and warp_buf supportPaul Duncan1-0/+169