Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | ball: Render | P. J. McDermott | 2021-03-25 | 3 | -0/+21 |
| | |||||
* | ball: Add tilesets and gid members | P. J. McDermott | 2021-03-25 | 3 | -17/+25 |
| | |||||
* | ball: Convert loops to recursions | P. J. McDermott | 2021-03-25 | 1 | -22/+18 |
| | |||||
* | level: Get tilesets and objects from map | P. J. McDermott | 2021-03-25 | 1 | -13/+19 |
| | |||||
* | map: Add accessor functions | P. J. McDermott | 2021-03-25 | 2 | -56/+90 |
| | |||||
* | games/classic: Fix object speed data types | P. J. McDermott | 2021-03-25 | 1 | -7/+7 |
| | |||||
* | map: Parse and create objects | P. J. McDermott | 2021-03-25 | 1 | -2/+234 |
| | |||||
* | ball: Change data types | P. J. McDermott | 2021-03-25 | 2 | -7/+7 |
| | |||||
* | db_xml_get_bool_attr(): Fix dest assignment | P. J. McDermott | 2021-03-25 | 1 | -2/+2 |
| | |||||
* | db_xml_get_float_attr(): New function | P. J. McDermott | 2021-03-25 | 2 | -0/+22 |
| | |||||
* | ball: Add spin direction and radius | P. J. McDermott | 2021-03-25 | 2 | -7/+12 |
| | |||||
* | map: Use map background color | P. J. McDermott | 2021-03-25 | 2 | -7/+5 |
| | |||||
* | tileset: Wrap a long line | P. J. McDermott | 2021-03-25 | 1 | -1/+2 |
| | |||||
* | tileset: Fix format type issue | P. J. McDermott | 2021-03-25 | 1 | -1/+1 |
| | |||||
* | map: Move tile rendering to tileset | P. J. McDermott | 2021-03-25 | 3 | -74/+46 |
| | |||||
* | map: Set rects in fewer lines | P. J. McDermott | 2021-03-25 | 1 | -10/+6 |
| | |||||
* | map: Set layer rect in outer loop | P. J. McDermott | 2021-03-25 | 1 | -12/+12 |
| | |||||
* | tileset: Ensure tile size matches map's | P. J. McDermott | 2021-03-25 | 3 | -33/+26 |
| | |||||
* | level: Add object members to struct | P. J. McDermott | 2021-03-25 | 1 | -0/+11 |
| | |||||
* | ball: New functions | P. J. McDermott | 2021-03-25 | 3 | -0/+131 |
| | |||||
* | collision: Add circle-circle functions | P. J. McDermott | 2021-03-25 | 2 | -1/+31 |
| | | | | Also fix missing #include and mark db_pt_in_rect() pure. | ||||
* | game: Play ALL the levels | P. J. McDermott | 2021-03-24 | 3 | -1/+18 |
| | |||||
* | map: Fix map size | P. J. McDermott | 2021-03-24 | 1 | -2/+5 |
| | | | | And add SDL_RenderCopy() dstrect size to debugging output. | ||||
* | map: Copy the tileset texture to the layer texture | P. J. McDermott | 2021-03-24 | 3 | -16/+17 |
| | | | | Not the layer texture to the layer texture. That's just stupid. | ||||
* | map: Clear texture and handle render copy errors | P. J. McDermott | 2021-03-24 | 1 | -4/+16 |
| | |||||
* | map: Fix layer rect math | P. J. McDermott | 2021-03-24 | 1 | -2/+2 |
| | |||||
* | level: Render map | P. J. McDermott | 2021-03-24 | 1 | -1/+19 |
| | |||||
* | main-menu: Fix game action renderer argument | P. J. McDermott | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | map: Render layer(s) | P. J. McDermott | 2021-03-24 | 2 | -0/+91 |
| | |||||
* | texture: Add accessor and texture creation funcs | P. J. McDermott | 2021-03-24 | 2 | -0/+54 |
| | |||||
* | map: Parse layer data | P. J. McDermott | 2021-03-23 | 1 | -14/+181 |
| | |||||
* | db_decompress(): New function, from boukengine | P. J. McDermott | 2021-03-23 | 3 | -0/+106 |
| | |||||
* | db_base64_decode(): New function, from boukengine | P. J. McDermott | 2021-03-23 | 3 | -0/+110 |
| | |||||
* | db_tileset_new(): New function | P. J. McDermott | 2021-03-22 | 4 | -9/+481 |
| | |||||
* | db_level_new(): Check strdup() return values | P. J. McDermott | 2021-03-22 | 1 | -1/+13 |
| | |||||
* | db_xml_get_bool_attr(): New function | P. J. McDermott | 2021-03-22 | 2 | -0/+26 |
| | |||||
* | map: Parse <map> children | P. J. McDermott | 2021-03-21 | 1 | -3/+149 |
| | |||||
* | map: Parse map attributes | P. J. McDermott | 2021-03-21 | 1 | -4/+67 |
| | |||||
* | map: Don't stop parsing on invalid end tag | P. J. McDermott | 2021-03-20 | 1 | -1/+1 |
| | |||||
* | db_map_new(): New function | P. J. McDermott | 2021-03-20 | 4 | -0/+228 |
| | |||||
* | db_game_play(), db_level_play(): New stub funcs | P. J. McDermott | 2021-03-20 | 5 | -2/+28 |
| | |||||
* | db_level_new(): New function | P. J. McDermott | 2021-03-20 | 4 | -6/+91 |
| | |||||
* | main-menu: Add second user data parameter | P. J. McDermott | 2021-03-20 | 1 | -12/+22 |
| | |||||
* | db_get_*_dir(): Move out of src/main.c | P. J. McDermott | 2021-03-19 | 6 | -43/+66 |
| | |||||
* | main: Mark argc unused | P. J. McDermott | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | main: Fix missing header | P. J. McDermott | 2021-03-19 | 1 | -0/+1 |
| | |||||
* | main-menu, help: Take window pointer parameter | P. J. McDermott | 2021-03-19 | 6 | -25/+25 |
| | |||||
* | main: Don't create texture | P. J. McDermott | 2021-03-19 | 2 | -19/+0 |
| | |||||
* | src/defs.h: New macro definitions file | P. J. McDermott | 2021-03-19 | 5 | -58/+144 |
| | |||||
* | main-menu: Don't render final frame before quit | P. J. McDermott | 2021-03-19 | 1 | -3/+3 |
| |