Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | help: Add event loop | P. J. McDermott | 2021-03-19 | 1 | -6/+65 |
* | help: Draw scrollbar triangles | P. J. McDermott | 2021-03-19 | 1 | -7/+40 |
* | main-menu: Render background in each frame | P. J. McDermott | 2021-03-19 | 1 | -3/+1 |
* | main-menu: Handle keypad Enter key | P. J. McDermott | 2021-03-19 | 1 | -0/+1 |
* | help: New screen | P. J. McDermott | 2021-03-19 | 4 | -0/+137 |
* | main-menu: Handle mouse button events | P. J. McDermott | 2021-03-19 | 1 | -0/+10 |
* | main-menu: Handle mouse motion events | P. J. McDermott | 2021-03-19 | 1 | -0/+15 |
* | db_pt_in_rect(): New function | P. J. McDermott | 2021-03-19 | 3 | -0/+67 |
* | main-menu: Clear renderer on each event | P. J. McDermott | 2021-03-18 | 1 | -3/+3 |
* | main-menu: Fix uninitialized links | P. J. McDermott | 2021-03-18 | 1 | -0/+2 |
* | main-menu: Handle keyboard events | P. J. McDermott | 2021-03-18 | 1 | -8/+66 |
* | main-menu: Wrap rendering in stub loop | P. J. McDermott | 2021-03-18 | 1 | -10/+13 |
* | main-menu: Add stub actions and init active button | P. J. McDermott | 2021-03-18 | 1 | -11/+51 |
* | main-menu: Render all buttons in one loop | P. J. McDermott | 2021-03-18 | 1 | -10/+9 |
* | main-menu: Appease GCC... | P. J. McDermott | 2021-03-18 | 1 | -6/+1 |
* | main-menu: Link buttons (for tab key nav) | P. J. McDermott | 2021-03-18 | 1 | -0/+11 |
* | main-menu: Link buttons (for arrow keys nav) | P. J. McDermott | 2021-03-18 | 1 | -0/+26 |
* | main-menu: Remove conditional | P. J. McDermott | 2021-03-18 | 1 | -34/+31 |
* | main-menu: Store button information in structs | P. J. McDermott | 2021-03-18 | 1 | -63/+76 |
* | main-menu: Add help and quit text | P. J. McDermott | 2021-03-18 | 1 | -1/+42 |
* | main-menu: Increase spacing between games | P. J. McDermott | 2021-03-18 | 1 | -1/+1 |
* | main-menu: Don't free games textures | P. J. McDermott | 2021-03-18 | 1 | -14/+0 |
* | main-menu: Render game names and descriptions | P. J. McDermott | 2021-03-18 | 1 | -7/+75 |
* | main-menu: Support "\n" in text | P. J. McDermott | 2021-03-18 | 1 | -3/+3 |
* | main-menu: Generalize title text function | P. J. McDermott | 2021-03-18 | 1 | -4/+4 |
* | main-menu: Even more title text refactoring | P. J. McDermott | 2021-03-18 | 1 | -12/+13 |
* | main-menu: More title text refactoring | P. J. McDermott | 2021-03-18 | 1 | -23/+33 |
* | main: Make texture static | P. J. McDermott | 2021-03-18 | 1 | -1/+1 |
* | main-menu: Save and free font path | P. J. McDermott | 2021-03-18 | 1 | -6/+7 |
* | main-menu: Remove unused variables | P. J. McDermott | 2021-03-18 | 1 | -4/+0 |
* | main-menu: Factor title text rendering into new fn | P. J. McDermott | 2021-03-18 | 1 | -34/+44 |
* | main-menu: Render title text | P. J. McDermott | 2021-03-18 | 1 | -2/+41 |
* | db_main_menu(): New function | P. J. McDermott | 2021-03-18 | 4 | -21/+91 |
* | main: Add dir and SDL struct accessor functions | P. J. McDermott | 2021-03-18 | 3 | -0/+63 |
* | main: Make some variables static global | P. J. McDermott | 2021-03-18 | 1 | -32/+32 |
* | db_strcat(): New function | P. J. McDermott | 2021-03-18 | 3 | -0/+70 |
* | main: Refactor into functions | P. J. McDermott | 2021-03-18 | 1 | -38/+67 |
* | main: Create window, renderer, and texture | P. J. McDermott | 2021-03-18 | 1 | -0/+38 |
* | main: Find fonts dir | P. J. McDermott | 2021-03-18 | 1 | -0/+3 |
* | main: Initialize and quit SDL and SDL_ttf | P. J. McDermott | 2021-03-18 | 1 | -0/+17 |
* | main: Add comments and newlines | P. J. McDermott | 2021-03-18 | 1 | -0/+23 |
* | game: Save best locale match | Patrick McDermott | 2021-03-17 | 1 | -2/+7 |
* | game: Free old name/description when replacing | Patrick McDermott | 2021-03-17 | 1 | -0/+8 |
* | db_lc_messages_get(): Remove function | Patrick McDermott | 2021-03-17 | 2 | -7/+0 |
* | db_games_find(): Use db_locale_match() | Patrick McDermott | 2021-03-17 | 1 | -11/+6 |
* | db_locale_match(): New function | Patrick McDermott | 2021-03-17 | 2 | -0/+114 |
* | db_lc_messages_get(): Just use setlocale() | Patrick McDermott | 2021-03-17 | 1 | -19/+2 |
* | db_games_find(): Match name and description lang | Patrick McDermott | 2021-03-16 | 1 | -6/+30 |
* | db_lc_messages_get(): New function | Patrick McDermott | 2021-03-16 | 3 | -0/+71 |
* | db_games_find(): Print trimmed XML char data | Patrick McDermott | 2021-03-16 | 1 | -2/+2 |