index
:
sok
master
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-01-19
add fading, fix sounds
Paul Duncan
3
-5
/
+86
2019-01-16
refactor sprites.c
Paul Duncan
1
-57
/
+69
2019-01-16
add initial top-level README
Paul Duncan
1
-0
/
+16
2019-01-16
warn rather than fail on Mix_PlayChannel() error
Paul Duncan
1
-1
/
+1
2019-01-16
add src/sdl/sounds.[hc], assets/wavs, and set default sounds
Paul Duncan
26
-2
/
+70
2019-01-16
add src/sdl/sounds.[hc], assets/wavs, and set default sounds
Paul Duncan
4
-5
/
+5783
2019-01-16
animate failed moves
Paul Duncan
3
-1
/
+10
2019-01-16
limit step events to 100ms
Paul Duncan
1
-2
/
+14
2019-01-16
add window icon
Paul Duncan
3
-2
/
+52
2019-01-16
animate hero while solving
Paul Duncan
1
-2
/
+14
2019-01-16
solve in background thread
Paul Duncan
11
-57
/
+444
2019-01-15
add sok_solve_cbs_t and refactor code to use it
Paul Duncan
5
-17
/
+54
2019-01-15
fix warnings
Paul Duncan
10
-14
/
+24
2019-01-15
minor ev cleanup
Paul Duncan
1
-1
/
+2
2019-01-15
use autogenerated GUIDs
Paul Duncan
1
-40
/
+14
2019-01-15
add minimal src/msi/readme.txt
Paul Duncan
4
-43
/
+51
2019-01-15
msi: add program files shortcut, desktop shortcut, and icon
Paul Duncan
4
-5
/
+68
2019-01-15
add src/msi/ and sok.msi custom target
Paul Duncan
3
-3
/
+209
2019-01-15
s/sok-text/text/, s/sok-sdk/sok/, mv src/{text,levels}/levels.[hc], and ↵
Paul Duncan
8
-26
/
+21
remove some extraneous headers
2019-01-15
s/libsok/core/g
Paul Duncan
16
-10
/
+10
2019-01-15
s/test-solve/solve/
Paul Duncan
2
-4
/
+4
2019-01-15
add theme.[hc] and refactor draw.c
Paul Duncan
9
-73
/
+162
2019-01-14
s/%zu/%d ... (int)/
Paul Duncan
6
-20
/
+26
2019-01-14
hard-code asset sizes
Paul Duncan
1
-4
/
+2
2019-01-14
add ./cross-w64-mingw32.txt
Paul Duncan
1
-0
/
+18
2019-01-14
bake assets into build
Paul Duncan
6
-13
/
+14577
2019-01-14
add ACTION_FULLSCREEN
Paul Duncan
3
-0
/
+13
2019-01-14
render moves after help, so it shows up above it for small windows
Paul Duncan
1
-1
/
+1
2019-01-14
cache SDL_GetTicks()
Paul Duncan
2
-7
/
+7
2019-01-14
rotate boxes on win
Paul Duncan
1
-12
/
+14
2019-01-14
remove unused SDL_SetWindowTitle()
Paul Duncan
1
-3
/
+0
2019-01-14
remove unused SDL_image reference
Paul Duncan
1
-1
/
+0
2019-01-14
increase zoom levels, add zoom keys
Paul Duncan
3
-2
/
+5
2019-01-14
refactor main.c, add log-renderer-info.[hc]
Paul Duncan
4
-62
/
+50
2019-01-14
remove cruft
Paul Duncan
3
-80
/
+38
2019-01-14
skip floors that are definitely outside walls
Paul Duncan
1
-2
/
+4
2019-01-14
add bg-style.[hc]
Paul Duncan
4
-27
/
+95
2019-01-14
add text_style_t, draw-text.c
Paul Duncan
4
-94
/
+198
2019-01-14
add win wiggle
Paul Duncan
1
-4
/
+27
2019-01-14
remove color-only rendering
Paul Duncan
1
-114
/
+0
2019-01-14
remove level zero, add border, sync to vblank, add spaces around text, misc ↵
Paul Duncan
3
-24
/
+60
cleanups
2019-01-14
add help text
Paul Duncan
1
-1
/
+45
2019-01-14
add moves and header text, won bg animation, window title
Paul Duncan
6
-22
/
+198
2019-01-13
remove debug calls
Paul Duncan
1
-4
/
+3
2019-01-13
clean up color vs sprite rendering mode
Paul Duncan
1
-38
/
+121
2019-01-13
working, with sprites
Paul Duncan
8
-74
/
+127
2019-01-13
add assets, sprite-packer, sprite rendering (disabled, currently busted)
Paul Duncan
16
-22
/
+7709
2019-01-13
add vi navigation keys
Paul Duncan
3
-12
/
+24
2019-01-13
add comments
Paul Duncan
1
-0
/
+5
2019-01-13
refactor sok-sdl, add zoom and warp_buf support
Paul Duncan
11
-224
/
+473
[next]