| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Big rushed update | Xavier Del Campo Romero | 2024-01-28 | 2 | -1/+13 |
| | | |||||
| * | Replace "unsigned int" with "unsigned" | Xavier Del Campo Romero | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | Remove resource, tech and old game resources | Xavier Del Campo Romero | 2024-01-27 | 2 | -14/+2 |
| | | |||||
| * | WIP | Xavier Del Campo Romero | 2022-11-01 | 1 | -3/+2 |
| | | |||||
| * | Remap calls to pad/mouse/keyboard to input | Xavier Del Campo Romero | 2022-09-20 | 1 | -0/+2 |
| | | |||||
| * | human_player: deprecate memset(3) for zero-init | Xavier Del Campo Romero | 2022-06-26 | 1 | -1/+1 |
| | | |||||
| * | player: limit data sizes for resources and population | Xavier Del Campo Romero | 2022-06-26 | 2 | -3/+4 |
| | | | | | | - All platforms should allow for the same resources. - Population is not expected to exceed UCHAR_MAX on any platform. | ||||
| * | peripheral: provide common actions | Xavier Del Campo Romero | 2022-06-24 | 1 | -1/+1 |
| | | | | | | | Whereas some actions are context-specific (e.g.: selecting a player), some are context-independent and can be executed for all screens (e.g.: exiting the game). | ||||
| * | Split peripheral-related logic into its own component | Xavier Del Campo Romero | 2022-06-12 | 1 | -21/+4 |
| | | | | | | | | | | | | This has several advantages: - `camera` no longer needs to define public functions for each peripheral type. - Peripheral-related is now no longer tighly coupled to human_player, so peripheral logic can be reused elsewhere e.g.: on menus. - Makes camera_update_touch consistent compared to equivalent functions, since now `pan` has now been moved to `camera` (as it should be). | ||||
| * | Implement touch controls | Xavier Del Campo Romero | 2022-03-31 | 1 | -1/+4 |
| | | |||||
| * | Add support for keyboard and mouse | Xavier Del Campo Romero | 2022-03-30 | 1 | -7/+26 |
| | | |||||
| * | Add project source code | Xavier Del Campo Romero | 2022-03-30 | 2 | -0/+140 |
