Age | Commit message (Expand) | Author |
---|---|---|
2022-02-28 | Quick and simple multi-car train implementation | cflip |
2022-02-27 | Fix typo in window.cpp | cflip |
2022-02-27 | Remove unnecessary <cmath> include in util.h | cflip |
2022-02-27 | Add sprite for east-west moving train car | cflip |
2022-02-27 | Add highlight on hovered tiles | cflip |
2022-02-27 | Automatically set train direction on right-click | cflip |
2022-02-27 | Miscellaneous code cleanup | cflip |
2022-02-27 | Add ClangFormat configuration | cflip |
2022-02-27 | Rename TrainCar to Train | cflip |
2022-02-27 | Make train movement smoother | cflip |
2022-01-29 | Initialize member variables | cflip |
2022-01-29 | Close program on image read failure | cflip |
2022-01-29 | refactor: adjust the project infra. (#1) | Jun Zhang |