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
*
Add tests for matrix module.
David Thompson
2022-08-05
2
-0
/
+64
*
math: vector: Separate vec2 and vec3 things into their own sections.
David Thompson
2022-08-03
1
-140
/
+150
*
math: matrix: Add matrix4-inverse and matrix4-inverse! procedures.
David Thompson
2022-08-03
2
-0
/
+165
*
math: matrix: Replace matrix4-transform! with matrix4-transform-{vec2,vec3}!
David Thompson
2022-08-03
1
-5
/
+41
*
math: matrix: Add matrix4= procedure.
David Thompson
2022-08-03
1
-0
/
+5
*
math: matrix: Fix error in a comment.
David Thompson
2022-08-03
1
-1
/
+1
*
math: matrix: Add docstring to matrix3-inverse procedure.
David Thompson
2022-08-03
1
-0
/
+1
*
math: vector: Reduce character count of printed vectors.
David Thompson
2022-08-03
1
-2
/
+2
*
math: vector: Export set-vec3-z!
David Thompson
2022-08-03
1
-0
/
+1
*
graphics: sprite: Add #:shear argument to sprite-batch-add!
David Thompson
2022-08-01
2
-6
/
+8
*
graphics: sprite: Add #:shear argument to draw-sprite.
David Thompson
2022-08-01
2
-10
/
+14
*
math: matrix: Clean up matrix4-2d-transform! implementation.
David Thompson
2022-08-01
1
-37
/
+35
*
math: matrix: Fix shear implementation in matrix4-2d-transform!
David Thompson
2022-08-01
2
-8
/
+8
*
Remove dependence on SDL2_image and use our own JPEG/PNG loading.
David Thompson
2021-12-17
2
-32
/
+42
*
Add libpng bindings.
David Thompson
2021-12-17
5
-0
/
+417
*
Add libturbojpeg bindings.
David Thompson
2021-12-17
5
-0
/
+167
*
guix: Update package version.
David Thompson
2021-12-16
1
-1
/
+1
*
guix: Switch to new style of input specification.
David Thompson
2021-12-16
1
-27
/
+14
*
guix: Update guile-sdl2 hash.
David Thompson
2021-12-09
1
-1
/
+1
*
graphics: font: Fix Y-coordinates of bitmap font characters.
David Thompson
2021-12-09
1
-1
/
+4
*
Fix typo in chickadee/config.scm.in.
David Thompson
2021-10-29
1
-1
/
+1
*
audio: Don't crash if there is no sound system to update.
David Thompson
2021-10-24
1
-1
/
+3
*
cli: bundle: Allow excluding asset files via regexp match.
David Thompson
2021-10-24
1
-16
/
+22
*
cli: bundle: Fix tar command arguments.
David Thompson
2021-10-24
1
-1
/
+1
*
cli: bundle: Add project directory to load path.
David Thompson
2021-10-24
1
-2
/
+10
*
scripting: agenda: Fix clear-agenda.
David Thompson
2021-10-21
1
-1
/
+1
*
guix: Update to latest commit of guile-sdl2.
David Thompson
2021-10-08
1
-1
/
+1
*
graphics: Fix compatibility issue with cube maps in phong/pbr shaders.
David Thompson
2021-10-08
2
-2
/
+8
*
doc: Fix copy/paste error.
David Thompson
2021-10-08
1
-1
/
+1
*
examples: game-controller: Update call to color constructor.
David Thompson
2021-10-08
1
-1
/
+1
*
Install chickadee executable.
v0.8.0
David Thompson
2021-10-08
1
-0
/
+3
*
Collapse test hierarchy into a single directory.
David Thompson
2021-10-06
6
-11
/
+15
*
examples: path: Adjust tween time due to new default timer.
David Thompson
2021-10-06
1
-2
/
+2
*
graphics: path: Add arc-to procedure.
David Thompson
2021-10-06
2
-49
/
+93
*
graphics: path: Add clockwise arcs.
David Thompson
2021-10-04
1
-7
/
+12
*
graphics: path: Add bezier-path procedure.
David Thompson
2021-10-02
2
-0
/
+20
*
doc: Add API docs for array lists, heaps, and queues.
David Thompson
2021-10-02
1
-2
/
+150
*
data: quadtree: Hide child nodes if parent is currently marked as a leaf.
David Thompson
2021-10-02
1
-29
/
+49
*
Add tests for array lists, heaps, and queues.
David Thompson
2021-10-02
4
-1
/
+110
*
Add missing quadtree test file.
David Thompson
2021-10-02
1
-0
/
+122
*
math: vector: Fix vec2-cross.
David Thompson
2021-10-02
2
-4
/
+9
*
doc: Fix typo.
David Thompson
2021-10-01
1
-1
/
+1
*
Add quadtree example to release tarballs.
David Thompson
2021-10-01
1
-0
/
+1
*
Add (chickadee data quadtree) module.
David Thompson
2021-10-01
4
-1
/
+630
*
Move data structure modules into new (chickadee data ...) namespace.
David Thompson
2021-10-01
14
-200
/
+207
*
math: rect: Fix record type printer.
David Thompson
2021-10-01
1
-6
/
+6
*
math: rect: Add custom record type printer.
David Thompson
2021-09-28
1
-0
/
+8
*
cli: bundle: Remove commented code.
David Thompson
2021-09-28
1
-6
/
+1
*
Add copyright header to chickadee/cli/bundle.scm.
David Thompson
2021-09-28
1
-0
/
+17
*
graphics: Enable nvidia cube map extension in shaders that use samplerCube.
David Thompson
2021-09-28
3
-0
/
+3
[next]