Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 3D model example data to Makefile.am. | David Thompson | 2019-10-24 | 1 | -1/+3 |
* | render: Restructure 3D modules and add basic support for OBJ models. | David Thompson | 2019-10-24 | 1 | -2/+3 |
* | Makefile: Generate detached signatures in publish task.v0.4.0 | David Thompson | 2019-06-04 | 1 | -1/+1 |
* | Fix 'make distcheck'. | David Thompson | 2019-05-13 | 1 | -7/+3 |
* | examples: Add sprite batch example. | David Thompson | 2019-01-08 | 1 | -0/+2 |
* | Add SDL2 game controller database file. | David Thompson | 2019-01-08 | 1 | -1/+2 |
* | examples: Add game controller test. | David Thompson | 2019-01-06 | 1 | -0/+2 |
* | Makefile: Install compiled files in the proper location. | David Thompson | 2018-12-16 | 1 | -1/+1 |
* | Rename data/CREDITS to data/AUTHORS. | David Thompson | 2018-12-14 | 1 | -1/+1 |
* | Add particles example. | David Thompson | 2018-12-14 | 1 | -0/+2 |
* | Re-hide SDL2 details. | David Thompson | 2018-12-13 | 1 | -2/+2 |
* | Fix automake warning. | David Thompson | 2018-12-13 | 1 | -1/+1 |
* | render: font: Include a default font for convenience. | David Thompson | 2018-12-13 | 1 | -3/+8 |
* | Add particle rendering module. | David Thompson | 2018-12-07 | 1 | -0/+1 |
* | Move pathfinding module to math directory. | David Thompson | 2018-10-03 | 1 | -1/+1 |
* | math: Add grid module. | David Thompson | 2018-09-02 | 1 | -0/+2 |
* | Add bezier curve module. | David Thompson | 2018-08-29 | 1 | -0/+1 |
* | Move SDL game loop implementation to its own module. | David Thompson | 2018-08-23 | 1 | -5/+2 |
* | Fix Makefile.am. | David Thompson | 2018-06-26 | 1 | -2/+2 |
* | Remove experimental buffer API. | David Thompson | 2018-06-25 | 1 | -1/+0 |
* | Add tile map example. | David Thompson | 2018-01-29 | 1 | -1/+4 |
* | render: Add Tiled map renderer. | David Thompson | 2018-01-29 | 1 | -0/+1 |
* | Add generalized A* path finding algorithm. | David Thompson | 2017-10-17 | 1 | -0/+1 |
* | scripting: Rename coroutine to script. | David Thompson | 2017-10-14 | 1 | -1/+1 |
* | Add beginnings of glTF parser and loader. | David Thompson | 2017-09-13 | 1 | -0/+7 |
* | Add JSON parser. | David Thompson | 2017-09-13 | 1 | -0/+1 |
* | Major rewrite of vertex buffer and vertex array abstractions. | David Thompson | 2017-09-13 | 1 | -1/+1 |
* | math: Add quaternion module. | David Thompson | 2017-09-13 | 1 | -0/+1 |
* | Move color module into render namespace. | David Thompson | 2017-08-08 | 1 | -1/+1 |
* | Add buffer module. | David Thompson | 2017-05-02 | 1 | -1/+2 |
* | scripting: Add a tweening procedure. | David Thompson | 2017-04-27 | 1 | -0/+1 |
* | Add simple scripting system. | David Thompson | 2017-04-03 | 1 | -0/+4 |
* | Add queue module. | David Thompson | 2017-04-03 | 1 | -0/+1 |
* | Add array list module. | David Thompson | 2017-04-01 | 1 | -0/+1 |
* | Add binary heap implementation. | David Thompson | 2017-04-01 | 1 | -0/+1 |
* | input: Add keyboard module. | David Thompson | 2017-04-01 | 1 | -0/+1 |
* | doc: html: Use dthompson.us stylesheet to make manual more attractive. | David Thompson | 2017-01-27 | 1 | -0/+3 |
* | Add full GPLv3 text. | David Thompson | 2017-01-26 | 1 | -0/+1 |
* | Distribute examples in release tarballs. | David Thompson | 2017-01-26 | 1 | -0/+12 |
* | Add audio support. | David Thompson | 2017-01-24 | 1 | -0/+1 |
* | render: Add bitmap font support. | David Thompson | 2017-01-24 | 1 | -0/+1 |
* | Add 'make publish' target. | David Thompson | 2017-01-23 | 1 | -0/+5 |
* | Don't build dvi docs. | David Thompson | 2017-01-23 | 1 | -0/+2 |
* | render: Add framebuffers. | David Thompson | 2017-01-19 | 1 | -0/+1 |
* | render: Add viewports. | David Thompson | 2017-01-19 | 1 | -0/+1 |
* | Add utils module. | David Thompson | 2017-01-19 | 1 | -0/+1 |
* | doc: Add the beginnings of an API reference. | David Thompson | 2017-01-18 | 1 | -0/+1 |
* | math: Add rect module. | David Thompson | 2017-01-10 | 1 | -0/+1 |
* | First commit! | David Thompson | 2017-01-04 | 1 | -0/+64 |