aboutsummaryrefslogtreecommitdiff
path: root/src/sdl
AgeCommit message (Expand)AuthorFilesLines
2019-01-15s/sok-text/text/, s/sok-sdk/sok/, mv src/{text,levels}/levels.[hc], and remov...Paul Duncan2-2/+2
2019-01-15s/libsok/core/gPaul Duncan4-4/+4
2019-01-15add theme.[hc] and refactor draw.cPaul Duncan8-73/+161
2019-01-14s/%zu/%d ... (int)/Paul Duncan2-9/+10
2019-01-14hard-code asset sizesPaul Duncan1-4/+2
2019-01-14bake assets into buildPaul Duncan5-13/+14576
2019-01-14add ACTION_FULLSCREENPaul Duncan3-0/+13
2019-01-14render moves after help, so it shows up above it for small windowsPaul Duncan1-1/+1
2019-01-14cache SDL_GetTicks()Paul Duncan2-7/+7
2019-01-14rotate boxes on winPaul Duncan1-12/+14
2019-01-14remove unused SDL_SetWindowTitle()Paul Duncan1-3/+0
2019-01-14remove unused SDL_image referencePaul Duncan1-1/+0
2019-01-14increase zoom levels, add zoom keysPaul Duncan3-2/+5
2019-01-14refactor main.c, add log-renderer-info.[hc]Paul Duncan3-62/+49
2019-01-14remove cruftPaul Duncan3-80/+38
2019-01-14skip floors that are definitely outside wallsPaul Duncan1-2/+4
2019-01-14add bg-style.[hc]Paul Duncan3-27/+94
2019-01-14add text_style_t, draw-text.cPaul Duncan3-94/+197
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 c...Paul Duncan2-18/+58
2019-01-14add help textPaul Duncan1-1/+45
2019-01-14add moves and header text, won bg animation, window titlePaul Duncan4-22/+197
2019-01-13remove debug callsPaul Duncan1-4/+3
2019-01-13clean up color vs sprite rendering modePaul Duncan1-38/+121
2019-01-13working, with spritesPaul Duncan7-65/+118
2019-01-13add assets, sprite-packer, sprite rendering (disabled, currently busted)Paul Duncan6-21/+7605
2019-01-13add vi navigation keysPaul Duncan3-12/+24
2019-01-13add commentsPaul Duncan1-0/+5
2019-01-13refactor sok-sdl, add zoom and warp_buf supportPaul Duncan10-224/+470
2019-01-12functioning sdlPaul Duncan3-1/+390
2019-01-07reorganize src/, add support for RLEPaul Duncan1-0/+3