Renamed common to util
[kaka/rust-sdl-test.git] / src / main.rs
2021-02-13 Tomas WenströmRenamed common to util
2021-02-13 Tomas WenströmMoved geometry to root level
2021-02-06 Tomas WenströmAdded a graphical testing state
2021-01-24 Tomas WenströmRefactor
2021-01-12 Tomas WenströmAdded a basic gamestate with a controlled mario
2021-01-06 Tomas WenströmRenamed module game to core
2021-01-06 Tomas WenströmRemoved global use of SCREEN_WIDTH/HEIGHT
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ömFixed warning
2021-01-02 Tomas WenströmMoved app to game
2019-02-15 Tomas WenströmMove boll handling and rendering into an app state
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