summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Tomas Wenström [Tue, 5 Jan 2021 16:01:49 +0000 (17:01 +0100)]
Rect macro
Tomas Wenström [Tue, 5 Jan 2021 15:53:52 +0000 (16:53 +0100)]
Fixed a warning and allowed two others
Tomas Wenström [Tue, 5 Jan 2021 15:32:22 +0000 (16:32 +0100)]
Moved main loop to App
Tomas Wenström [Tue, 5 Jan 2021 14:56:48 +0000 (15:56 +0100)]
Vsync instead of fps + print display modes
Tomas Wenström [Sun, 3 Jan 2021 17:14:34 +0000 (18:14 +0100)]
Built an app builder and other minor things
Tomas Wenström [Sat, 2 Jan 2021 18:37:52 +0000 (19:37 +0100)]
Use String instead of &str in struct
It makes things a lot easier
Tomas Wenström [Sat, 2 Jan 2021 18:36:46 +0000 (19:36 +0100)]
Bugfix
0..<any negative number> is the same as 0..0
Tomas Wenström [Sat, 2 Jan 2021 18:35:42 +0000 (19:35 +0100)]
Fixed warning
Tomas Wenström [Sat, 2 Jan 2021 18:35:16 +0000 (19:35 +0100)]
Moved app to game
Tomas Wenström [Sat, 2 Jan 2021 18:00:18 +0000 (19:00 +0100)]
expect() with formatting -> unwrap_or_else()
Because with expect() the formatting will always be called, even when there is a value.
Tomas Wenström [Sun, 7 Jul 2019 13:17:02 +0000 (15:17 +0200)]
Remove unnecessary mut
Tomas Wenström [Sun, 7 Jul 2019 13:13:43 +0000 (15:13 +0200)]
Use macro from common
Tomas Wenström [Fri, 15 Feb 2019 20:50:06 +0000 (21:50 +0100)]
Move boll handling and rendering into an app state
Tomas Wenström [Fri, 15 Feb 2019 20:48:17 +0000 (21:48 +0100)]
Unnecessary mutability
Tomas Wenström [Fri, 15 Feb 2019 19:33:41 +0000 (20:33 +0100)]
Move app to module
Tomas Wenström [Fri, 15 Feb 2019 17:19:04 +0000 (18:19 +0100)]
Use unsafe textures and move some things into an app object
Tomas Wenström [Thu, 14 Feb 2019 14:07:03 +0000 (15:07 +0100)]
Print some window events
Tomas Wenström [Thu, 14 Feb 2019 14:06:46 +0000 (15:06 +0100)]
Toggle fullscreen with F11
Tomas Wenström [Tue, 12 Feb 2019 19:30:24 +0000 (20:30 +0100)]
Move some sprite logic into a SpriteManager
Tomas Wenström [Sun, 10 Feb 2019 12:30:04 +0000 (13:30 +0100)]
New boll - CircleBoll
Tomas Wenström [Sat, 9 Feb 2019 18:15:48 +0000 (19:15 +0100)]
Use trait for boll variants
Tomas Wenström [Thu, 7 Feb 2019 16:30:02 +0000 (17:30 +0100)]
Initial commit