summaryrefslogtreecommitdiff
path: root/src/level.h
AgeCommit message (Expand)Author
2022-04-01Add a game timerHEADmastercflip
2022-03-30Store train objects in a unique_ptrcflip
2022-03-29Return a reference instead of a pointer in addVehicle()cflip
2022-03-24Create new trains on right click instead of moving the existing traincflip
2022-03-21Implement simple level saving and loadingcflip
2022-03-21Add a basic wall tilecflip
2022-03-06Create new tile byte formatcflip
2022-03-03Keep list of all vehicles in Level classcflip
2022-02-27Add highlight on hovered tilescflip
2022-02-27Miscellaneous code cleanupcflip
2022-02-27Add ClangFormat configurationcflip
2022-01-29refactor: adjust the project infra. (#1)Jun Zhang