Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Add a game timerHEADmaster | cflip |
2022-03-26 | Add missing #includes for find_if and ceil | cflip |
2022-03-26 | Implement sprite depth sorting | cflip |
2022-03-24 | Don't create a copy of the train graphics per vehicle | cflip |
2022-03-24 | Add acceleration/deceleration to the train | cflip |
2022-03-06 | Create new tile byte format | cflip |
2022-03-03 | Remove unnecessary method parameter in Train class | cflip |
2022-02-28 | Quick and simple multi-car train implementation | cflip |
2022-02-27 | Add sprite for east-west moving train car | cflip |
2022-02-27 | Automatically set train direction on right-click | 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 | refactor: adjust the project infra. (#1) | Jun Zhang |