summaryrefslogtreecommitdiff
path: root/src/level.cpp
AgeCommit message (Expand)Author
2022-04-01Add a game timerHEADmastercflip
2022-03-30Store train objects in a unique_ptrcflip
2022-03-29Fix sprite sorting when rendering the levelcflip
2022-03-29Return a reference instead of a pointer in addVehicle()cflip
2022-03-26Add missing #includes for find_if and ceilcflip
2022-03-26Implement sprite depth sortingcflip
2022-03-24Add a header to the level file formatcflip
2022-03-24Create new trains on right click instead of moving the existing traincflip
2022-03-23Simplify track sprite lookupcflip
2022-03-23Prevent oversized levels from savingcflip
2022-03-23Reallocate tilemap on level loadcflip
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