| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | correct/simplify .gitignore | Autumn! | 2023-06-04 | 1 | -3/+2 |
| | | | | | Signed-off-by: Autumn! <autumnull@posteo.net> | ||||
| * | Correct return type wrapping of Mix_Init() | Autumn! | 2023-06-04 | 1 | -1/+3 |
| | | | | | Signed-off-by: Autumn! <autumnull@posteo.net> | ||||
| * | rwops.ha: make more rigorous in order to fix various bugs | Autumn! | 2023-06-04 | 2 | -9/+14 |
| | | | | | Signed-off-by: Autumn! <autumnull@posteo.net> | ||||
| * | Use types::c:: instead of char and strings:: | Autumn! | 2023-06-04 | 7 | -24/+28 |
| | | | | | Signed-off-by: Autumn! <autumnull@posteo.net> | ||||
| * | added some missing bindings | mateusmd | 2023-03-16 | 1 | -12/+127 |
| | | |||||
| * | Swap io::{read,write}items for io::{read,write}all | Autumn! | 2023-03-16 | 1 | -2/+2 |
| | | | | | Signed-off-by: Autumn! <autumnull@posteo.net> | ||||
| * | add SDL_(Un)LockTexture | Vlad-Stefan Harbuz | 2022-12-19 | 1 | -0/+13 |
| | | | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | ||||
| * | Add SDL_GetWindowSurface wrapper | Carlos Une | 2022-11-07 | 1 | -0/+8 |
| | | | | | Signed-off-by: Carlos Une <une@fastmail.fm> | ||||
| * | Add SDL_PIXELFORMAT_ARGB8888 def | Carlos Une | 2022-11-07 | 1 | -0/+2 |
| | | | | | Signed-off-by: Carlos Une <une@fastmail.fm> | ||||
| * | Add SDL_CreateRGBSurface wrapper | Carlos Une | 2022-11-07 | 1 | -0/+12 |
| | | | | | Signed-off-by: Carlos Une <une@fastmail.fm> | ||||
| * | Add SDL_CreateTexture, SDL_UpdateTexture wrappers | Carlos Une | 2022-11-07 | 1 | -0/+26 |
| | | | | | Signed-off-by: Carlos Une <une@fastmail.fm> | ||||
| * | mixer: io::close can error | Sebastian | 2022-04-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Sebastian <sebastian@sebsite.pw> | ||||
| * | Makefile: add clean target | Sebastian | 2022-04-23 | 1 | -1/+4 |
| | | | | | Signed-off-by: Sebastian <sebastian@sebsite.pw> | ||||
| * | Makefile: add docs target | Sebastian | 2022-04-23 | 2 | -1/+9 |
| | | | | | Signed-off-by: Sebastian <sebastian@sebsite.pw> | ||||
| * | Use def for SDL_INIT_* | Drew DeVault | 2022-04-21 | 3 | -20/+18 |
| | | |||||
| * | Rename SDL_GameControllerBUtton to SDL_GameControllerButton | Sebastian | 2022-03-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Sebastian <sebastian@sebsite.pw> | ||||
| * | refactor names from e.g. sdl2::init() to sdl2::SDL_Init() | Vlad-Stefan Harbuz | 2022-02-07 | 21 | -588/+588 |
| | | | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | ||||
| * | correct indentation | Vlad-Stefan Harbuz | 2022-02-07 | 4 | -73/+73 |
| | | | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | ||||
| * | Add controller rumble support | Drew DeVault | 2022-02-05 | 2 | -0/+27 |
| | | | | | Signed-off-by: Drew DeVault <sir@cmpwn.com> | ||||
| * | add gl.ha | Vlad-Stefan Harbuz | 2022-02-04 | 1 | -0/+45 |
| | | | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | ||||
| * | sdl2: add usage to README | Vlad-Stefan Harbuz | 2022-01-19 | 1 | -0/+5 |
| | | | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | ||||
| * | sdl2: add keysym typesand get_key_from_name | Eyal Sawady | 2021-12-15 | 2 | -1/+646 |
| | | |||||
| * | sdl2: add rect drawing functions | Drew DeVault | 2021-12-15 | 1 | -0/+33 |
| | | |||||
| * | sdl2::mixer: implement channel playback | Drew DeVault | 2021-12-12 | 3 | -0/+27 |
| | | |||||
| * | sdl2::mixer: implement sample loading | Drew DeVault | 2021-12-12 | 4 | -2/+47 |
| | | |||||
| * | Add rwops io::stream implementation | Drew DeVault | 2021-12-12 | 1 | -0/+128 |
| | | |||||
| * | all: add error handling on init | Drew DeVault | 2021-12-12 | 3 | -7/+13 |
| | | |||||
| * | sdl2::mixer: initial commit | Drew DeVault | 2021-12-12 | 4 | -1/+91 |
| | | |||||
| * | Add blend modes | Drew DeVault | 2021-12-11 | 2 | -0/+22 |
| | | |||||
| * | Add SetTextureAlphaMod wrapper | Drew DeVault | 2021-12-11 | 1 | -0/+16 |
| | | |||||
| * | gamecontroller: add button enum | Drew DeVault | 2021-12-10 | 1 | -0/+26 |
| | | |||||
| * | all: rig up Hare-native error handling | Drew DeVault | 2021-12-10 | 8 | -103/+213 |
| | | |||||
| * | Makefile: drop -T+libc | Drew DeVault | 2021-12-09 | 1 | -2/+2 |
| | | | | | This is implied by -l | ||||
| * | cmd/demo: remove unused import | Drew DeVault | 2021-12-09 | 1 | -1/+0 |
| | | |||||
| * | Add sdl2::set_texture_color_mod | Drew DeVault | 2021-12-09 | 1 | -0/+15 |
| | | |||||
| * | cmd/demo: change background on controller button | Drew DeVault | 2021-12-09 | 1 | -1/+11 |
| | | |||||
| * | cmd/demo: remove workaround | Drew DeVault | 2021-12-09 | 1 | -3/+0 |
| | | |||||
| * | cmd/demo: further refactoring | Drew DeVault | 2021-12-09 | 1 | -64/+65 |
| | | |||||
| * | cmd/demo: remove unused variable | Drew DeVault | 2021-12-09 | 1 | -1/+1 |
| | | |||||
| * | cmd/demo: fix texture loading error message | Drew DeVault | 2021-12-09 | 1 | -1/+1 |
| | | |||||
| * | cmd/demo: refactoring | Drew DeVault | 2021-12-09 | 1 | -53/+41 |
| | | |||||
| * | Initial gamecontroller support | Drew DeVault | 2021-12-09 | 4 | -63/+184 |
| | | |||||
| * | timer: correct naming convention | Drew DeVault | 2021-12-09 | 1 | -3/+3 |
| | | |||||
| * | Add timer.h functions | Drew DeVault | 2021-12-09 | 3 | -44/+115 |
| | | |||||
| * | cmd/demo: add hare mascot | Drew DeVault | 2021-12-09 | 2 | -21/+61 |
| | | |||||
| * | sdl2::image: initial commit | Drew DeVault | 2021-12-09 | 8 | -3/+163 |
| | | | | | | Some additional things which were needed to make this work were also added. | ||||
| * | Add README.md | Drew DeVault | 2021-12-09 | 1 | -0/+8 |
| | | |||||
| * | Initial work on SDL_render | Drew DeVault | 2021-12-09 | 2 | -1/+83 |
| | | |||||
| * | Rig up events, partially rig up video | Drew DeVault | 2021-12-09 | 5 | -4/+550 |
| | | |||||
| * | Initial commit | Drew DeVault | 2021-12-09 | 5 | -0/+408 |
