summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2022-03-24Create new trains on right click instead of moving the existing traincflip
2022-03-24Add acceleration/deceleration to the traincflip
2022-03-24Add camera panning with arrow keyscflip
2022-03-23Automatically copy resources to build directorycflip
2022-03-21Implement simple level saving and loadingcflip
2022-03-03Keep list of all vehicles in Level classcflip
2022-02-28Quick and simple multi-car train implementationcflip
2022-02-27Add highlight on hovered tilescflip
2022-02-27Automatically set train direction on right-clickcflip
2022-02-27Miscellaneous code cleanupcflip
2022-02-27Add ClangFormat configurationcflip
2022-02-27Rename TrainCar to Traincflip
2022-02-27Make train movement smoothercflip
2022-01-29refactor: adjust the project infra. (#1)Jun Zhang