summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* math: Move transform module to sly/math directory.David Thompson2014-11-089-10/+17
* math: Move quaternion module to sly/math directory.David Thompson2014-11-084-4/+4
* render: Move scene module to sly/render directory.David Thompson2014-11-084-4/+31
* render: Move tileset module to sly/render directory.David Thompson2014-11-084-4/+4
* render: Move shape module to sly/render directory.David Thompson2014-11-082-2/+2
* render: Move mesh module to sly/render directory.David Thompson2014-11-085-5/+5
* render: Move shader module to sly/render directory.David Thompson2014-11-079-9/+9
* render: Move sprite module to sly/render directory.David Thompson2014-11-0711-11/+11
* render: Move texture module to sly/render directory.David Thompson2014-11-0716-16/+16
* configure: Correct version number.David Thompson2014-11-071-1/+1
* configure: Check for freeimage.David Thompson2014-11-071-2/+5
* configure: Check for guile-sdl and guile-opengl.David Thompson2014-11-071-3/+5
* configure: Check for Guile >= 2.0.11.David Thompson2014-11-071-9/+2
* configure: Test for GSL.David Thompson2014-11-071-0/+1
* Rename (sly helpers) module to (sly utils).David Thompson2014-11-077-7/+7
* render: Add rendering context record type.David Thompson2014-11-076-35/+147
* transform: Use GSL for much faster matrix multiplication.David Thompson2014-11-071-11/+12
* wrappers: Add GSL wrapper.David Thompson2014-11-072-0/+50
* scene: Decouple draw method from scene graph.David Thompson2014-10-303-4/+14
* render: Remove knowledge of cameras from renderer.David Thompson2014-10-292-23/+22
* viewport: Memoize clear-buffer-mask.David Thompson2014-10-281-9/+12
* viewport: Define standard clear flags.David Thompson2014-10-281-2/+4
* renderer: Apply camera viewport before rendering.David Thompson2014-10-281-0/+1
* font: Embrace the bottom-left origin.David Thompson2014-10-281-4/+24
* texture: Embrace the bottom-left origin.David Thompson2014-10-281-2/+0
* Remove unneeded (sly camera) imports.David Thompson2014-10-282-2/+0
* render: Add framebuffer module.David Thompson2014-10-282-0/+119
* gl: Add wrappers for framebuffer/renderbuffer functions.David Thompson2014-10-281-0/+73
* camera: Rewrite module.David Thompson2014-10-264-142/+108
* render: Add blend-mode field to render operations.David Thompson2014-10-261-5/+16
* render: Add blending data type.David Thompson2014-10-261-1/+58
* transform: Add transform-position procedure.David Thompson2014-10-261-0/+9
* mesh: Remove accidentally exported symbols.David Thompson2014-10-261-3/+1
* mesh: Use new renderer API.David Thompson2014-10-263-242/+108
* scene: Rewrite scene graph.David Thompson2014-10-251-73/+47
* render: Add utils module.David Thompson2014-10-252-0/+30
* render: Add simple renderer.David Thompson2014-10-252-0/+111
* TODO: Add items.David Thompson2014-10-251-0/+8
* game: Decouple the scene graph from the game loop.David Thompson2014-10-251-18/+9
* render: Add vertex array module.David Thompson2014-10-252-0/+171
* shader: Explicitly bind attribute locations before binding.David Thompson2014-10-251-0/+8
* helpers: Add trampoline procedure.David Thompson2014-10-241-1/+6
* transform: Add build-transform procedure.David Thompson2014-10-231-0/+9
* Move rotate procedure to transform module.David Thompson2014-10-232-21/+20
* quaternion: Export type descriptor.David Thompson2014-10-231-1/+1
* quaternion: Add axis angle conversion to constructor.David Thompson2014-10-211-17/+17
* gl: Properly undo state change caused by with-gl-bind-texture.David Thompson2014-10-191-5/+25
* scene: Simplify scene nodes and meshes.David Thompson2014-10-194-129/+130
* quaternion: Make better use of pattern matching.David Thompson2014-10-191-13/+11
* quaternion: Replace quaternion->transform with rotate.David Thompson2014-10-191-19/+21