Commit graph

17 commits

Author SHA1 Message Date
hax0kartik
e3920899b1 CRAB: Start cleaning up headers 2023-08-10 17:06:59 +02:00
hax0kartik
e04ac9197d CRAB: Move from C style func(void) sytem to func() syntax 2023-08-10 17:06:59 +02:00
hax0kartik
d4f5ef4e28 CRAB: Make comparision functions static 2023-08-10 17:06:59 +02:00
hax0kartik
d1a43f0ec0 CRAB: Do not mix long and uint32 2023-08-10 17:06:59 +02:00
hax0kartik
de0820c672 CRAB: Use nullptr instead oF NULL 2023-08-10 17:06:59 +02:00
hax0kartik
b002ccd8df CRAB: Make remaining files follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
b58ad50f97 CRAB: Make misc classes follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
15daa2c34d CRAB: Rename PathfindingAgent::exit() to PathfindingAgent::reset() 2023-08-10 17:06:59 +02:00
hax0kartik
924eee956f CRAB: Use Common::StableMap instead of std::map 2023-08-10 17:06:59 +02:00
hax0kartik
ce4da9f1d9 CRAB: Replace std::vector with Common::Array in TMX and Pathfinding component where possible 2023-08-10 17:06:59 +02:00
hax0kartik
8d367daa57 CRAB: Fix warnings by removing extra const specifiers 2023-08-10 17:06:59 +02:00
hax0kartik
2eff515139 CRAB: bring remaining files under Crab namespace 2023-08-10 17:06:59 +02:00
hax0kartik
92f7422a60 CRAB: fix includes to have engine path 2023-08-10 17:06:59 +02:00
hax0kartik
a73534cc3b CRAB: Replace #pragma once with include guards 2023-08-10 17:06:59 +02:00
hax0kartik
44722beab9 CRAB: Include copyright headers and fix newlines 2023-08-10 17:06:59 +02:00
hax0kartik
1c4fac39ce CRAB: Run clang-format 2023-08-10 17:06:59 +02:00
hax0kartik
6a3681e9fe CRAB: Import engine code 2023-08-10 17:06:59 +02:00