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
...
*
doc: Document the path finding API.
David Thompson
2018-10-03
1
-1
/
+75
*
Move pathfinding module to math directory.
David Thompson
2018-10-03
2
-7
/
+7
*
doc: Document collision grid API.
David Thompson
2018-10-02
1
-0
/
+107
*
math: grid: Fix docstring in grid-move.
David Thompson
2018-10-02
1
-1
/
+1
*
doc: Document bezier curve API.
David Thompson
2018-10-02
1
-0
/
+97
*
doc: Document the rectangle API.
David Thompson
2018-09-28
1
-5
/
+195
*
doc: Document vector and matrix math APIs.
David Thompson
2018-09-27
1
-0
/
+338
*
math: matrix: Fix a few docstrings.
David Thompson
2018-09-27
1
-3
/
+3
*
render: texture: Fix bug in framebuffer texture coordinates.
David Thompson
2018-09-10
1
-1
/
+1
*
render: framebuffer: Flip UV coordinates.
David Thompson
2018-09-10
1
-0
/
+1
*
render: texture: Add flip? argument to make-texture.
David Thompson
2018-09-10
1
-5
/
+11
*
render: Change texture origin to top-left.
David Thompson
2018-09-10
4
-49
/
+37
*
math: vector: Fix vec2-normalize and vec3-normalize.
David Thompson
2018-09-10
1
-12
/
+12
*
math: vector: Add vec2*, vec2+, and vec2- procedures.
David Thompson
2018-09-10
1
-0
/
+21
*
render: asset: Don't use mipmaps for now.
David Thompson
2018-09-07
1
-4
/
+6
*
render: asset: Use default sampler index of 0 when loading textures.
David Thompson
2018-09-07
1
-1
/
+2
*
render: asset: Removing debug print calls.
David Thompson
2018-09-07
1
-2
/
+2
*
render: scene: Make material factors default to 1.0.
David Thompson
2018-09-07
2
-7
/
+7
*
render: asset: Add material texture parsing and loading.
David Thompson
2018-09-07
1
-54
/
+103
*
render: scene: Apply base color texture and factor.
David Thompson
2018-09-07
3
-6
/
+16
*
render: scene: Merge metallic roughness into material record type.
David Thompson
2018-09-07
1
-44
/
+40
*
render: shader: Add support for vec3 uniform values.
David Thompson
2018-09-07
1
-5
/
+5
*
render: gl: Re-export gl-uniform3fv.
David Thompson
2018-09-07
1
-0
/
+1
*
render: scene: Stop allocating matrices when rendering.
David Thompson
2018-09-06
1
-22
/
+17
*
data: shaders: Update WIP PBR shaders.
David Thompson
2018-09-06
2
-5
/
+4
*
render: buffer: Fix pointer argument to glVertexAttribPointer.
David Thompson
2018-09-06
1
-4
/
+1
*
render: buffer: Use correct data type for index buffer when rendering.
David Thompson
2018-09-06
1
-6
/
+6
*
render: buffer: Stop using glBufferSubData when creating VBOs.
David Thompson
2018-09-06
1
-6
/
+3
*
render: buffer: Fixed default typed buffer length calculation.
David Thompson
2018-09-06
1
-3
/
+14
*
render: buffer: Orphan before mapping only when used for streaming.
David Thompson
2018-09-06
1
-3
/
+4
*
render: scene: Add better printers for primitives, meshes, and scenes.
David Thompson
2018-09-06
1
-0
/
+17
*
render: gl: Export gl-point-size.
David Thompson
2018-09-06
1
-0
/
+2
*
math: Add grid module.
David Thompson
2018-09-02
3
-0
/
+493
*
Remove default error handler.
David Thompson
2018-09-02
2
-14
/
+16
*
render: shapes: Add simple (but slow) bezier curve rendering.
David Thompson
2018-08-29
1
-1
/
+85
*
Add bezier curve module.
David Thompson
2018-08-29
2
-0
/
+83
*
render: shapes: Allow matrix to be passed to draw-line.
David Thompson
2018-08-29
1
-5
/
+12
*
scripting: Add repeat macro.
David Thompson
2018-08-29
1
-0
/
+8
*
Fix error handling logic.
David Thompson
2018-08-25
1
-7
/
+15
*
Remove custom backtrace display.
David Thompson
2018-08-25
1
-9
/
+0
*
git: Ignore html manual build artifacts.
David Thompson
2018-08-23
1
-0
/
+1
*
Update manual to reflect major API changes.
David Thompson
2018-08-23
1
-242
/
+132
*
Add default game loop error handler.
David Thompson
2018-08-23
2
-5
/
+11
*
guix: Update guile-sdl2 to latest commit in master.
David Thompson
2018-08-23
1
-2
/
+2
*
Update README.
David Thompson
2018-08-23
1
-19
/
+34
*
Move SDL game loop implementation to its own module.
David Thompson
2018-08-23
12
-502
/
+220
*
math: vector: Add read syntax.
David Thompson
2018-08-23
6
-8
/
+34
*
window: Fix procedure export.
David Thompson
2018-08-23
1
-1
/
+1
*
Make the game loop modular!
David Thompson
2018-08-23
6
-207
/
+195
*
Bump to version 0.3.0.
David Thompson
2018-07-11
1
-1
/
+1
[prev]
[next]