summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't build dvi docs.David Thompson2017-01-231-0/+2
* render: Add framebuffers.David Thompson2017-01-191-0/+1
* render: Add viewports.David Thompson2017-01-191-0/+1
* Add utils module.David Thompson2017-01-191-0/+1
* doc: Add the beginnings of an API reference.David Thompson2017-01-181-0/+1
* math: Add rect module.David Thompson2017-01-101-0/+1
* First commit!David Thompson2017-01-041-0/+64