summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add audio example.David Thompson2020-04-071-0/+1
* audio: Add public audio API.David Thompson2020-04-071-0/+1
* audio: Add mpg123 bindings.David Thompson2020-04-071-0/+1
* audio: Add libvorbisfile bindings.David Thompson2020-04-071-0/+1
* audio: Add WAV module.David Thompson2020-04-071-0/+1
* audio: Add OpenAL bindings.David Thompson2020-04-071-0/+1
* Makefile: Compile chickadee/render.scm before the modules that use it.David Thompson2019-11-061-1/+1
* Makefile: Remove deleted shader files.David Thompson2019-10-261-5/+0
* Add 3D model example data to Makefile.am.David Thompson2019-10-241-1/+3
* render: Restructure 3D modules and add basic support for OBJ models.David Thompson2019-10-241-2/+3
* Makefile: Generate detached signatures in publish task.v0.4.0David Thompson2019-06-041-1/+1
* Fix 'make distcheck'.David Thompson2019-05-131-7/+3
* examples: Add sprite batch example.David Thompson2019-01-081-0/+2
* Add SDL2 game controller database file.David Thompson2019-01-081-1/+2
* examples: Add game controller test.David Thompson2019-01-061-0/+2
* Makefile: Install compiled files in the proper location.David Thompson2018-12-161-1/+1
* Rename data/CREDITS to data/AUTHORS.David Thompson2018-12-141-1/+1
* Add particles example.David Thompson2018-12-141-0/+2
* Re-hide SDL2 details.David Thompson2018-12-131-2/+2
* Fix automake warning.David Thompson2018-12-131-1/+1
* render: font: Include a default font for convenience.David Thompson2018-12-131-3/+8
* Add particle rendering module.David Thompson2018-12-071-0/+1
* Move pathfinding module to math directory.David Thompson2018-10-031-1/+1
* math: Add grid module.David Thompson2018-09-021-0/+2
* Add bezier curve module.David Thompson2018-08-291-0/+1
* Move SDL game loop implementation to its own module.David Thompson2018-08-231-5/+2
* Fix Makefile.am.David Thompson2018-06-261-2/+2
* Remove experimental buffer API.David Thompson2018-06-251-1/+0
* Add tile map example.David Thompson2018-01-291-1/+4
* render: Add Tiled map renderer.David Thompson2018-01-291-0/+1
* Add generalized A* path finding algorithm.David Thompson2017-10-171-0/+1
* scripting: Rename coroutine to script.David Thompson2017-10-141-1/+1
* Add beginnings of glTF parser and loader.David Thompson2017-09-131-0/+7
* Add JSON parser.David Thompson2017-09-131-0/+1
* Major rewrite of vertex buffer and vertex array abstractions.David Thompson2017-09-131-1/+1
* math: Add quaternion module.David Thompson2017-09-131-0/+1
* Move color module into render namespace.David Thompson2017-08-081-1/+1
* Add buffer module.David Thompson2017-05-021-1/+2
* scripting: Add a tweening procedure.David Thompson2017-04-271-0/+1
* Add simple scripting system.David Thompson2017-04-031-0/+4
* Add queue module.David Thompson2017-04-031-0/+1
* Add array list module.David Thompson2017-04-011-0/+1
* Add binary heap implementation.David Thompson2017-04-011-0/+1
* input: Add keyboard module.David Thompson2017-04-011-0/+1
* doc: html: Use dthompson.us stylesheet to make manual more attractive.David Thompson2017-01-271-0/+3
* Add full GPLv3 text.David Thompson2017-01-261-0/+1
* Distribute examples in release tarballs.David Thompson2017-01-261-0/+12
* Add audio support.David Thompson2017-01-241-0/+1
* render: Add bitmap font support.David Thompson2017-01-241-0/+1
* Add 'make publish' target.David Thompson2017-01-231-0/+5