Replaced Degrees and Radians with a single Angle type
[kaka/rust-sdl-test.git] / src / core / controller.rs
2021-02-08 Tomas WenströmReplaced Degrees and Radians with a single Angle type
2021-02-07 Tomas WenströmUse enum values directly
2021-01-30 Tomas WenströmPoint2D -> Point
2021-01-24 Tomas WenströmPlaying around with a bunch of things
2021-01-23 Tomas Wenströmnormalize() to normalized()
2021-01-19 Tomas WenströmLimit stick point to unit vector
2021-01-19 Tomas WenströmReplaced mapping struct with hashmap
2021-01-17 Tomas WenströmPlaceholder controller mapping
2021-01-17 Tomas WenströmUse durations everywhere!
2021-01-17 Tomas WenströmFleshed out the controller
2021-01-12 Tomas WenströmAdded a basic gamestate with a controlled mario
2021-01-10 Tomas WenströmGive added device to any disconnected controller
2021-01-10 Tomas WenströmMinor refactor
2021-01-09 Tomas WenströmAdded a controller manager