Refactor
[kaka/rust-sdl-test.git] / src / core /
2021-01-24 Tomas WenströmRefactor
2021-01-23 Tomas WenströmGenerate a grid with cellular automata
2021-01-23 Tomas Wenströmnormalize() to normalized()
2021-01-23 Tomas WenströmDo rendering via a renderer instead of sdl
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ömBolls bounce on walls
2021-01-17 Tomas WenströmPrint joystick power level when pressing start
2021-01-17 Tomas WenströmPlaceholder controller mapping
2021-01-17 Tomas WenströmNo need for mutable references
2021-01-17 Tomas WenströmUse durations everywhere!
2021-01-17 Tomas WenströmFleshed out the controller
2021-01-17 Tomas WenströmAdded simple bolls mario can shoot
2021-01-14 Tomas WenströmImplemented more operators for point
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
2021-01-06 Tomas WenströmRenamed module game to core