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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
*
Fix compatibility shims in PBR/Phong fragment shaders.
David Thompson
2021-09-28
2
-2
/
+2
|
*
Fix error messages when loading a libary fails.
David Thompson
2021-09-28
1
-2
/
+2
|
*
Add special logic for loading libraries when LD_LIBRARY_PATH is set.
David Thompson
2021-09-28
1
-5
/
+28
|
*
cli: Add bundle subcommand.
David Thompson
2021-09-28
4
-1
/
+524
|
*
cli: play: Extract default modules to %default-modules variable.
David Thompson
2021-09-25
1
-14
/
+18
|
*
freetype: Support old versions that do not have FT_Error_String.
David Thompson
2021-09-25
1
-2
/
+8
|
*
Forgot to check-in scripts/chickadee.in.
David Thompson
2021-09-25
2
-0
/
+23
|
*
doc: Reorganize and expand manual.
David Thompson
2021-09-23
2
-400
/
+743
|
*
graphics: polygon: Stop export make-cull-face-mode.
David Thompson
2021-09-23
1
-1
/
+0
|
*
graphics: light: Add intensity field.
David Thompson
2021-09-23
3
-11
/
+23
|
*
cli: play: Automatically import audio module.
David Thompson
2021-09-23
1
-0
/
+1
|
*
doc: Use more accurate description of textures.
David Thompson
2021-09-23
1
-1
/
+1
|
*
doc: Fix a couple of typos.
David Thompson
2021-09-23
1
-2
/
+2
|
*
doc: Document cube maps and skyboxes.
David Thompson
2021-09-23
1
-2
/
+49
|
*
doc: Expand documentation of 3D graphics API.
David Thompson
2021-09-23
1
-25
/
+417
|
*
graphics: phong: Remove export for nonexistent procedure.
David Thompson
2021-09-23
1
-1
/
+0
|
*
graphics: mesh: Remove build-mesh export.
David Thompson
2021-09-23
1
-1
/
+0
|
*
Remove dvi-local target from Makefile.am.
David Thompson
2021-09-23
1
-2
/
+0
|
*
graphics: Add make-phong-material and make-pbr-material procedures.
David Thompson
2021-09-23
3
-80
/
+128
|
*
graphics: model: Use keyword arguments in draw-model.
David Thompson
2021-09-23
2
-2
/
+10
|
*
graphics: depth: Add basic-depth-test variable.
David Thompson
2021-09-23
2
-1
/
+4
|
*
doc: Fix typo in Sprites section.
David Thompson
2021-09-23
1
-6
/
+6
|
*
doc: Improve vector paths documentation.
David Thompson
2021-09-22
1
-17
/
+117
|
*
graphics: path: Add square-limit procedure.
David Thompson
2021-09-22
1
-0
/
+12
|
*
graphics: path: Add flip-horizontal and flip-vertical procedures.
David Thompson
2021-09-22
2
-0
/
+16
|
*
Add missing skybox shader files.
David Thompson
2021-09-21
3
-1
/
+56
|
|
|
|
Oopsies!
*
examples: model: Replace OBJ Suzanne model with a glTF one.
David Thompson
2021-09-21
7
-2610
/
+226
|
*
examples: model: Fix view matrix.
David Thompson
2021-09-21
1
-3
/
+4
|
*
Add with-error-handling indent rule to .dir-locals.el.
David Thompson
2021-09-21
1
-0
/
+1
|
*
doc: path: Remove mention of specific missing features.
David Thompson
2021-09-21
1
-1
/
+1
|
|
|
|
We *do* have gradient fills now!
*
doc: Update requirements section.
David Thompson
2021-09-21
1
-6
/
+5
|
*
graphics: path: Add right-split, up-split, and corner-split procedures.
David Thompson
2021-09-21
1
-0
/
+32
|
*
graphics: path: Fix below procedure.
David Thompson
2021-09-21
1
-1
/
+1
|
|
|
|
|
It was using the bounding box width to increment the y value, not the height. Very silly!
*
scripting: Use current-timestep as default step in tween procedure.
David Thompson
2021-09-21
1
-1
/
+2
|
[next]