Commit graph

27 commits

Author SHA1 Message Date
Le Philousophe
724ccbd1c6 CRAB: Migrate engine to Path 2023-12-24 13:19:25 +01:00
hax0kartik
4ed560b96e CRAB: Cleanup headers in crab.h 2023-08-10 17:06:59 +02:00
hax0kartik
d9272dd290 CRAB: Use shorthand range based for loop in rest of the files 2023-08-10 17:06:59 +02:00
hax0kartik
222d37cb53 CRAB: Add warning that LoadingScreen::dim() is stubbed 2023-08-10 17:06:59 +02:00
hax0kartik
e1ed69a296 CRAB: JANITORIAL: Remove old code in LoadingScreen.cpp 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
0e829d92f9 CRAB: Rename Quit() to quit() for cursor and LoadingScreen 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
e3581221b2 CRAB: Make Image class follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
05ded6201d CRAB: Rename Draw() to draw() across CRAB codebase 2023-08-10 17:06:59 +02:00
hax0kartik
b6eecaa9d1 CRAB: Rename Load() to load() across CRAB codebase 2023-08-10 17:06:59 +02:00
hax0kartik
0e9fa535d4 CRAB: Make loaders.[h, cpp] follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
ec510a5597 CRAB: Make XMLDoc follow ScummVM formatting convention 2023-08-10 17:06:59 +02:00
hax0kartik
e2f726ea1a CRAB: FORBIDDEN_SYMBOL_ALLOW_ALL is no longer needed 2023-08-10 17:06:59 +02:00
hax0kartik
1a325c87e8 CRAB: Remove unnecessary conversions to C string 2023-08-10 17:06:59 +02:00
hax0kartik
b76eaf4d56 CRAB: Use Common Equivalents of STL throughout the engine 2023-08-10 17:06:59 +02:00
hax0kartik
7c3f4b3c78 CRAB: Use operator[] instead of .at() throughout the engine 2023-08-10 17:06:59 +02:00
hax0kartik
626639fdba CRAB: Fix bug due to which loadingScreen was not drawn 2023-08-10 17:06:59 +02:00
hax0kartik
b2782a05d4 CRAB: Make ScreenSettings a public member of Engine class 2023-08-10 17:06:59 +02:00
hax0kartik
a554abe626 CRAB: Make LoadingScreen a public member of Engine class 2023-08-10 17:06:59 +02:00
hax0kartik
0b3da1d2b4 CRAB: Make base game classes compilable 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
81cedd071a CRAB: Remove extra files(stdafx[.cpp/.h]) 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