Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create an interface to SDL eventsHEADmaster | ancarola | 2019-02-06 | 4 | -20/+287 |
| | | | | | | | | | | | | | List of basic events interfaces in namespace wsdl2::event - event_t - e_key - mouse::e_mouse - mouse::e_motion - mouse::e_button - e_quit (pure SDL quit callback) - window::e_window - window::e_resize - window::e_move | ||||
* | Add basic texture wrapperready | Nao Pross | 2019-01-25 | 2 | -3/+138 |
| | |||||
* | Move renderer code in video.cpp to reflect header decl order | Nao Pross | 2019-01-25 | 1 | -41/+39 |
| | |||||
* | Interface basic renderer drawing functions | Nao Pross | 2019-01-23 | 5 | -30/+164 |
| | |||||
* | Limit framerate of window_test | Nao Pross | 2019-01-23 | 1 | -0/+2 |
| | |||||
* | Separate renderer from window | Nao Pross | 2019-01-23 | 4 | -22/+78 |
| | |||||
* | Remove test makefile | Nao Pross | 2019-01-22 | 1 | -23/+0 |
| | |||||
* | Update configure.py to build a static target | Nao Pross | 2019-01-22 | 1 | -1/+2 |
| | |||||
* | Add ninja build files and configure script, remove makefile | Nao Pross | 2019-01-22 | 4 | -28/+75 |
| | |||||
* | Rename library from libwrapsdl2 to libwsdl2 | Nao Pross | 2019-01-22 | 7 | -14/+14 |
| | |||||
* | Update .gitignore | Nao Pross | 2019-01-22 | 1 | -0/+3 |
| | |||||
* | Inlined functions and fix debug header | Nao Pross | 2019-01-21 | 4 | -67/+63 |
| | |||||
* | Add events wrapper | Nao Pross | 2019-01-21 | 6 | -25/+114 |
| | |||||
* | Update wrapsdl2::window to use Renderer instead of Surface | Nao Pross | 2019-01-21 | 2 | -8/+40 |
| | |||||
* | Make window_test threaded | Nao Pross | 2019-01-21 | 8 | -12/+63 |
| | |||||
* | Add window test | Nao Pross | 2019-01-21 | 3 | -0/+44 |
| | |||||
* | Add basic window wrapper | Nao Pross | 2019-01-21 | 7 | -25/+101 |
| | |||||
* | Initial commit, add makefile, .gitignore and debug header | Nao Pross | 2019-01-21 | 5 | -0/+122 |