index
:
chickadee
master
wip-gpu
wip-graphics-backend
wip-sglsl
Chickadee Game Toolkit
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add error handling to game loop."
David Thompson
2018-01-17
1
-73
/
+65
*
render: Refactor sprite rendering.
David Thompson
2018-01-17
4
-245
/
+228
*
math: matrix: Add matrix4-2d-transform! procedure.
David Thompson
2018-01-17
1
-0
/
+42
*
Add error handling to game loop.
David Thompson
2018-01-12
1
-65
/
+73
*
Fix broken mouse Y coordinate inversion.
David Thompson
2018-01-09
1
-1
/
+1
*
audio: Use values between 0 and 1 for volume.
David Thompson
2018-01-09
1
-9
/
+12
*
render: shapes: Add draw-filled-rect procedure.
David Thompson
2018-01-08
1
-2
/
+74
*
render: color: Add color-lerp procedure.
David Thompson
2018-01-08
1
-2
/
+5
*
render: sprite: Allow passing custom transformation matrices.
David Thompson
2018-01-05
2
-129
/
+180
*
Fix inverted Y coordinates in mouse events.
David Thompson
2018-01-05
1
-3
/
+7
*
math: matrix: Allow translation by rect as if it were a vector.
David Thompson
2018-01-05
1
-0
/
+7
*
guix: Use Guile 2.2.3.
David Thompson
2018-01-05
1
-3
/
+3
*
window: Remove problematic GL attribute.
David Thompson
2017-11-14
1
-1
/
+0
*
math: matrix: Allow translation with 3D vectors.
David Thompson
2017-11-12
1
-5
/
+13
*
math: vector: Export vec3-z.
David Thompson
2017-11-12
1
-0
/
+1
*
math: quaternion: Add custom record type printer.
David Thompson
2017-11-12
1
-0
/
+11
*
math: quaternion: Stop referncing inline procedure before it's defined.
David Thompson
2017-11-12
1
-1
/
+2
*
math: matrix: Support converting a quaternion into a rotation matrix.
David Thompson
2017-11-12
1
-0
/
+32
*
render: font: Add support for .fnt formatted fonts.
David Thompson
2017-11-11
1
-3
/
+112
*
guix: Update to latest guile-sdl2 commit.
David Thompson
2017-11-10
1
-2
/
+2
*
render: font: Add support for tile fonts.
David Thompson
2017-11-10
1
-0
/
+30
*
render: font: Simplify implementation with texture regions.
David Thompson
2017-11-10
1
-20
/
+13
*
doc: scripting: Replace references to "wait" with "sleep".
David Thompson
2017-10-27
1
-4
/
+4
*
scripting: agenda: Add reset-agenda procedure.
David Thompson
2017-10-19
1
-0
/
+7
*
render: texture: Fix bug in texture region coordinate calculation.
David Thompson
2017-10-17
1
-1
/
+1
*
Third time's the charm for a bug fix?
David Thompson
2017-10-17
1
-2
/
+1
*
Fix build bug for real this time.
David Thompson
2017-10-17
1
-6
/
+5
*
render: texture: Fix strange parallel compilation issue.
David Thompson
2017-10-17
1
-1
/
+0
*
Add generalized A* path finding algorithm.
David Thompson
2017-10-17
2
-0
/
+78
*
render: sprite: Add support for drawing texture regions.
David Thompson
2017-10-17
3
-30
/
+52
*
render: texture: Use texture regions in texture atlas.
David Thompson
2017-10-17
1
-5
/
+6
*
render: texture: Add private gl-size field.
David Thompson
2017-10-17
1
-4
/
+7
*
render: texture: Add texture region data type.
David Thompson
2017-10-17
1
-0
/
+35
*
render: sprite: Fix sprite batch resizing.
David Thompson
2017-10-14
1
-8
/
+11
*
scripting: Cancelling a script cancels all nested scripts.
David Thompson
2017-10-14
1
-7
/
+20
*
scripting: Fix bugs in script-running? and script-complete?
David Thompson
2017-10-14
1
-2
/
+2
*
scripting: Rename coroutine to script.
David Thompson
2017-10-14
6
-150
/
+148
*
scripting: Rename wait to sleep.
David Thompson
2017-10-14
1
-4
/
+7
*
scripting: Fix bug where dynamic state wasn't being respected.
David Thompson
2017-10-14
2
-4
/
+10
*
math: vector: Fix a couple docstrings.
David Thompson
2017-10-14
1
-2
/
+2
*
guix: Update to latest guile-sdl2 commit.
David Thompson
2017-09-13
1
-2
/
+2
*
Add beginnings of glTF parser and loader.
David Thompson
2017-09-13
5
-0
/
+704
*
Add JSON parser.
David Thompson
2017-09-13
2
-0
/
+309
*
render: shader: Export more procedures.
David Thompson
2017-09-13
1
-0
/
+5
*
Major rewrite of vertex buffer and vertex array abstractions.
David Thompson
2017-09-13
7
-312
/
+588
*
gl: Export gl-buffer-sub-data.
David Thompson
2017-09-13
1
-0
/
+1
*
Fix datadir.
David Thompson
2017-09-13
2
-4
/
+4
*
texture: Export texture-atlas-texture.
David Thompson
2017-09-13
1
-0
/
+1
*
math: Add cotangent function.
David Thompson
2017-09-13
2
-0
/
+9
*
math: vector: Add custom record type printers for vectors.
David Thompson
2017-09-13
1
-0
/
+12
[next]