Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-22 | Add view and MouseWheel / MouseClick events | Nao Pross | 1 | -1/+44 | |
2018-12-22 | Move tilesets inside res/maps, add error messages for map assets loading | Nao Pross | 1 | -4/+20 | |
The resources have been moved as a subdirectory of maps because Rust-Embed cannot resolve relative path when resources are embedded in the binary. | |||||
2018-12-22 | Skip rendering for blank tiles (value = 0) | Nao Pross | 1 | -0/+6 | |
2018-12-17 | Encapsulate graphics functions to share a state with loaded resources | Nao Pross | 2 | -108/+125 | |
2018-12-17 | Implement rendering (drawing) of tiles | Nao Pross | 1 | -46/+57 | |
2018-12-17 | Implement loading of tile sets | Nao Pross | 2 | -34/+71 | |
2018-12-17 | Move back from Rust 2018 edition to stable | Nao Pross | 2 | -2/+2 | |
2018-12-17 | Load tilesets from assets | Nao Pross | 3 | -13/+76 | |
2018-12-17 | Add loading of embedded resources | Nao Pross | 2 | -6/+32 | |
2018-12-17 | Add game state object shared across threads | Nao Pross | 3 | -25/+56 | |
2018-12-17 | Add window in a graphics thread | Nao Pross | 2 | -2/+66 | |
2018-12-17 | Create basic structure | Nao Pross | 3 | -0/+15 | |