aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-08remove unused headerPaul Duncan1-1/+0
2019-01-08remove byte-wise ctx hashPaul Duncan1-30/+0
2019-01-08add sok_ctx_hash, cache, solver fixesPaul Duncan6-48/+192
2019-01-08simplify move logic, add cache and solverPaul Duncan5-313/+328
2019-01-08remove unused debugging callsPaul Duncan1-23/+1
2019-01-07add levels, warpingPaul Duncan1-13/+669
2019-01-07fix floor RLE parsingPaul Duncan1-0/+1
2019-01-07reorganize src/, add support for RLEPaul Duncan6-40/+94
2019-01-07remove debugsPaul Duncan2-6/+3
2019-01-07initial commitPaul Duncan5-0/+1265