| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement GUI line edit | Xavier Del Campo Romero | 2022-09-20 | 12 | -0/+304 |
| * | gui: Implement gui_deinit | Xavier Del Campo Romero | 2022-09-20 | 2 | -0/+14 |
| * | Implement net component | Xavier Del Campo Romero | 2022-09-20 | 14 | -0/+572 |
| * | Implement FindENET.cmake | Xavier Del Campo Romero | 2022-09-20 | 1 | -0/+88 |
| * | Remap calls to pad/mouse/keyboard to input | Xavier Del Campo Romero | 2022-09-20 | 22 | -94/+195 |
| * | Implement input component | Xavier Del Campo Romero | 2022-09-20 | 4 | -0/+237 |
| * | keyboard: Add new public functions | Xavier Del Campo Romero | 2022-09-20 | 2 | -0/+83 |
| * | orig/LICENSE: Minor changes | Xavier Del Campo Romero | 2022-09-20 | 1 | -1/+1 |
| * | Minor code style fixes | Xavier Del Campo Romero | 2022-09-20 | 2 | -3/+1 |
| * | sdl-1.2: Remap missing keyboard keys | Xavier Del Campo Romero | 2022-09-20 | 1 | -2/+49 |
| * | keyboard_key.h: add more keys | Xavier Del Campo Romero | 2022-09-20 | 1 | -1/+5 |
| * | sdl-1.2: Remap SDLK_ESCAPE to KEYBOARD_KEY_ESC | Xavier Del Campo Romero | 2022-09-16 | 1 | -1/+1 |
| * | mouse.c: Reduce threshold | Xavier Del Campo Romero | 2022-09-16 | 1 | -2/+2 |
| * | Split CMakeLists.txt for src | Xavier Del Campo Romero | 2022-09-16 | 2 | -47/+48 |
| * | Split res-related CMake functions into their own file | Xavier Del Campo Romero | 2022-09-16 | 2 | -109/+110 |
| * | CMakeLists.txt: bump minimum CMake version | Xavier Del Campo Romero | 2022-09-16 | 1 | -1/+2 |
| * | Use find_package for SDL libraries | Xavier Del Campo Romero | 2022-07-23 | 20 | -51/+37 |
| * | ps1.cmake: import PSXSDK using find_package | Xavier Del Campo Romero | 2022-07-23 | 1 | -10/+1 |
| * | README.md: Update documentation for Win9x builds | Xavier Del Campo Romero | 2022-07-23 | 1 | -1/+30 |
| * | ps1: Use exported target PSXSDK::PSXSDK | Xavier Del Campo Romero | 2022-07-23 | 6 | -2/+6 |
| * | Implement FindPSXSDK.cmake | Xavier Del Campo Romero | 2022-07-23 | 1 | -0/+94 |
| * | Update FindSDL_gfx.cmake as of today's upstream | Xavier Del Campo Romero | 2022-07-23 | 1 | -39/+17 |
| * | system/CMakeLists.txt: group common private dependencies into var | Xavier Del Campo Romero | 2022-07-23 | 1 | -1/+2 |
| * | Create cdroot directory on common CMakeLists.txt | Xavier Del Campo Romero | 2022-07-23 | 4 | -3/+1 |
| * | README.md: Document dependencies for Ubuntu builds | Xavier Del Campo Romero | 2022-07-23 | 1 | -0/+8 |
| * | CMakeLists.txt: Define rts as a C-only project | Xavier Del Campo Romero | 2022-07-23 | 1 | -1/+1 |
| * | SDL-1.2: Implement X mirroring for quads | Xavier Del Campo Romero | 2022-07-15 | 3 | -20/+48 |
| * | Import SDL_gfx | Xavier Del Campo Romero | 2022-07-15 | 5 | -1/+18 |
| * | Implement FindSDL_gfx.cmake | Xavier Del Campo Romero | 2022-07-15 | 1 | -0/+106 |
| * | gui: Update elements in reverse order | Xavier Del Campo Romero | 2022-07-15 | 1 | -2/+2 |
| * | Deprecate memset(3) in favour of C99 compound literals | Xavier Del Campo Romero | 2022-07-15 | 2 | -7/+3 |
| * | Allow children of gui_container be resized anytime | Xavier Del Campo Romero | 2022-07-10 | 4 | -10/+32 |
| * | Implement join/host and game cfg menus | Xavier Del Campo Romero | 2022-07-07 | 6 | -72/+341 |
| * | Implement system_can_exit | Xavier Del Campo Romero | 2022-07-07 | 3 | -0/+13 |
| * | Allow multiple button types | Xavier Del Campo Romero | 2022-07-07 | 6 | -117/+218 |
| * | button.c: fix wrong function call | Xavier Del Campo Romero | 2022-07-07 | 1 | -1/+1 |
| * | rounded_rect.h: fix typo | Xavier Del Campo Romero | 2022-07-07 | 1 | -1/+1 |
| * | font.c: set null dimensions on null str | Xavier Del Campo Romero | 2022-07-02 | 1 | -0/+11 |
| * | human_player_gui.c: use gui_container for top gui_bar | Xavier Del Campo Romero | 2022-07-02 | 1 | -9/+16 |
| * | gui/container: support spacing between GUI elements | Xavier Del Campo Romero | 2022-07-02 | 2 | -1/+7 |
| * | gui/bar: support arbitrary x/y and width | Xavier Del Campo Romero | 2022-07-02 | 2 | -20/+46 |
| * | gui: reuse callback data | Xavier Del Campo Romero | 2022-07-02 | 8 | -26/+60 |
| * | menu: implement main menu using new GUI improvements | Xavier Del Campo Romero | 2022-07-02 | 1 | -8/+19 |
| * | gui: implement container | Xavier Del Campo Romero | 2022-07-02 | 3 | -0/+91 |
| * | button.c: h/v-center child label by default | Xavier Del Campo Romero | 2022-07-02 | 1 | -0/+2 |
| * | gui.c: fix wrong logic on gui_coords | Xavier Del Campo Romero | 2022-07-02 | 1 | -1/+3 |
| * | gui: allow custom add_child callback | Xavier Del Campo Romero | 2022-07-02 | 2 | -0/+4 |
| * | host.cmake, win9x.cmake: fetch libfixmath if missing | Xavier Del Campo Romero | 2022-06-30 | 3 | -0/+10 |
| * | menu.c: center play button on screen | Xavier Del Campo Romero | 2022-06-29 | 1 | -2/+2 |
| * | button.c: fail on negative width | Xavier Del Campo Romero | 2022-06-29 | 1 | -0/+2 |
