kaka/rust-sdl-test.git
2021-01-17 Tomas WenströmPlaceholder controller mapping
2021-01-17 Tomas WenströmAdded a hashmap macro
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-16 Tomas WenströmAdd Degrees and Radians as newtypes
2021-01-16 Tomas WenströmImplement point operators with macro
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
2021-01-06 Tomas WenströmMoved rendering to ActiveState
2021-01-06 Tomas WenströmMark the current display modes
2021-01-06 Tomas WenströmRemoved global use of SCREEN_WIDTH/HEIGHT
2021-01-05 Tomas WenströmRect macro
2021-01-05 Tomas WenströmFixed a warning and allowed two others
2021-01-05 Tomas WenströmMoved main loop to App
2021-01-05 Tomas WenströmVsync instead of fps + print display modes
2021-01-03 Tomas WenströmBuilt an app builder and other minor things
2021-01-02 Tomas WenströmUse String instead of &str in struct
2021-01-02 Tomas WenströmBugfix
2021-01-02 Tomas WenströmFixed warning
2021-01-02 Tomas WenströmMoved app to game
2021-01-02 Tomas Wenströmexpect() with formatting -> unwrap_or_else()
2019-07-07 Tomas WenströmRemove unnecessary mut
2019-07-07 Tomas WenströmUse macro from common
2019-02-15 Tomas WenströmMove boll handling and rendering into an app state
2019-02-15 Tomas WenströmUnnecessary mutability
2019-02-15 Tomas WenströmMove app to module
2019-02-15 Tomas WenströmUse unsafe textures and move some things into an app...
2019-02-15 Tomas WenströmPrint some window events
2019-02-15 Tomas WenströmToggle fullscreen with F11
2019-02-15 Tomas WenströmMove some sprite logic into a SpriteManager
2019-02-10 Tomas WenströmNew boll - CircleBoll
2019-02-09 Tomas WenströmUse trait for boll variants
2019-02-07 Tomas WenströmInitial commit