aboutsummaryrefslogtreecommitdiff
path: root/src/libsok
AgeCommit message (Expand)AuthorFilesLines
2019-01-13working, with spritesPaul Duncan1-9/+9
2019-01-13add on_{boxes,walls,goals}_{start,end}()Paul Duncan2-4/+63
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 action.c, clean up key handlingPaul Duncan2-2/+10
2019-01-08isolate wall accessPaul Duncan1-8/+31
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 Duncan4-48/+139
2019-01-08simplify move logic, add cache and solverPaul Duncan4-313/+326
2019-01-08remove unused debugging callsPaul Duncan1-23/+1
2019-01-07fix floor RLE parsingPaul Duncan1-0/+1
2019-01-07reorganize src/, add support for RLEPaul Duncan3-0/+1104