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
*
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
*
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
*
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
*
scripting: Use current-timestep as default step in tween procedure.
David Thompson
2021-09-21
1
-1
/
+2
*
game-loop: Add current-timestep parameter.
David Thompson
2021-09-21
2
-40
/
+45
*
game-loop: Add init argument to run-game*.
David Thompson
2021-09-21
3
-3
/
+7
*
math: vector: Deprecate #v syntax and remove uses of it.
David Thompson
2021-09-21
8
-14
/
+9
*
graphics: mesh/model: Use default skybox if user doesn't provide one.
David Thompson
2021-09-21
2
-5
/
+4
*
graphics: skybox: Add default-skybox procedure.
David Thompson
2021-09-21
1
-0
/
+14
*
graphics: engine: Allow defining states/variables with an active engine.
David Thompson
2021-09-21
1
-21
/
+29
*
examples: Fix model example.
David Thompson
2021-09-21
1
-1
/
+1
*
Don't pass along error handler if the user didn't provide one.
David Thompson
2021-09-21
1
-1
/
+1
*
Run load hook after loading game controller mappings.
David Thompson
2021-09-21
1
-1
/
+1
*
Update SDL game controller database file.
David Thompson
2021-09-21
1
-106
/
+688
*
Bump version to 0.8.0.
David Thompson
2021-09-21
1
-1
/
+1
*
Flush all SDL input events after running error handler.
David Thompson
2021-09-21
1
-1
/
+6
*
Don't build DVI docs.
David Thompson
2021-09-21
1
-0
/
+2
*
Add a CLI.
David Thompson
2021-09-21
6
-13
/
+540
*
Drop support for Guile 2.2.
David Thompson
2021-09-13
1
-1
/
+1
*
Add asynchronous REPL implementation.
David Thompson
2021-09-13
2
-0
/
+213
*
Add readline bindings.
David Thompson
2021-09-13
5
-1
/
+108
*
math: matrix: Remove references to old vec3-dot-product procedure.
David Thompson
2021-09-08
1
-3
/
+3
*
Add the start of a test suite.
David Thompson
2021-09-08
7
-2
/
+134
*
math: vector: Rename dot product procedures.
David Thompson
2021-09-08
2
-6
/
+6
*
graphics: path: Move gradient matrix multiplication to vertex shader.
David Thompson
2021-09-08
2
-6
/
+5
*
examples: path: Exit when Q key is pressed.
David Thompson
2021-09-08
1
-0
/
+5
*
graphics: path: Add support for linear/radial gradient fills.
David Thompson
2021-09-08
3
-10
/
+136
*
graphics: path: Use case instead of match for stroke cap matching.
David Thompson
2021-09-08
1
-8
/
+10
[next]