aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-15minor ev cleanupPaul Duncan1-1/+2
2019-01-15use autogenerated GUIDsPaul Duncan1-40/+14
2019-01-15add minimal src/msi/readme.txtPaul Duncan4-43/+51
2019-01-15msi: add program files shortcut, desktop shortcut, and iconPaul Duncan4-5/+68
2019-01-15add src/msi/ and sok.msi custom targetPaul Duncan3-3/+209
2019-01-15s/sok-text/text/, s/sok-sdk/sok/, mv src/{text,levels}/levels.[hc], and remov...Paul Duncan8-26/+21
2019-01-15s/libsok/core/gPaul Duncan16-10/+10
2019-01-15s/test-solve/solve/Paul Duncan2-4/+4
2019-01-15add theme.[hc] and refactor draw.cPaul Duncan9-73/+162
2019-01-14s/%zu/%d ... (int)/Paul Duncan6-20/+26
2019-01-14hard-code asset sizesPaul Duncan1-4/+2
2019-01-14add ./cross-w64-mingw32.txtPaul Duncan1-0/+18
2019-01-14bake assets into buildPaul Duncan6-13/+14577
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 Duncan4-62/+50
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 Duncan4-27/+95
2019-01-14add text_style_t, draw-text.cPaul Duncan4-94/+198
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 Duncan3-24/+60
2019-01-14add help textPaul Duncan1-1/+45
2019-01-14add moves and header text, won bg animation, window titlePaul Duncan6-22/+198
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 Duncan8-74/+127
2019-01-13add assets, sprite-packer, sprite rendering (disabled, currently busted)Paul Duncan16-22/+7709
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 Duncan11-224/+473
2019-01-13add on_{boxes,walls,goals}_{start,end}()Paul Duncan2-4/+63
2019-01-12functioning sdlPaul Duncan4-2/+394
2019-01-09add test-solvePaul Duncan3-6/+56
2019-01-09add SET_TILEPaul Duncan1-12/+12
2019-01-09add resetPaul Duncan3-0/+10
2019-01-08add USE_QSORTPaul Duncan1-4/+28
2019-01-08remove trailing whitespacePaul Duncan1-37/+37
2019-01-08add is_done (busted, disabled)Paul Duncan3-1/+91
2019-01-08add draw.[hc] and util.hPaul Duncan5-116/+146
2019-01-08add action.c, clean up key handlingPaul Duncan6-102/+165
2019-01-08isolate wall accessPaul Duncan1-8/+31
2019-01-08move text levels to separate file, add build* to .gitignorePaul Duncan5-662/+696
2019-01-08speed up sok_ctx_is_done()Paul Duncan2-23/+47