aboutsummaryrefslogtreecommitdiff
path: root/src/camera/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remap calls to pad/mouse/keyboard to inputXavier Del Campo Romero2022-09-201-1/+10
|
* camera: remove dependency against terrainXavier Del Campo Romero2022-06-121-1/+1
| | | | | This will allow using camera for purposes other than showing the game map.
* Split peripheral-related logic into its own componentXavier Del Campo Romero2022-06-121-1/+1
| | | | | | | | | | | 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 controlsXavier Del Campo Romero2022-03-311-1/+1
|
* Add support for keyboard and mouseXavier Del Campo Romero2022-03-301-3/+3
|
* Add project source codeXavier Del Campo Romero2022-03-301-0/+3