Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip rendering for blank tiles (value = 0) | Nao Pross | 2018-12-22 | 1 | -0/+6 |
* | Encapsulate graphics functions to share a state with loaded resources | Nao Pross | 2018-12-17 | 1 | -104/+121 |
* | Implement rendering (drawing) of tiles | Nao Pross | 2018-12-17 | 1 | -46/+57 |
* | Implement loading of tile sets | Nao Pross | 2018-12-17 | 1 | -26/+61 |
* | Move back from Rust 2018 edition to stable | Nao Pross | 2018-12-17 | 1 | -2/+0 |
* | Load tilesets from assets | Nao Pross | 2018-12-17 | 1 | -2/+56 |
* | Add game state object shared across threads | Nao Pross | 2018-12-17 | 1 | -20/+5 |
* | Add window in a graphics thread | Nao Pross | 2018-12-17 | 1 | -1/+60 |
* | Create basic structure | Nao Pross | 2018-12-17 | 1 | -0/+5 |