Commit graph

551 commits

Author SHA1 Message Date
hax0kartik
453f79271b CRAB: JANITORIAL: Cleanup TextManager 2023-08-10 17:06:59 +02:00
hax0kartik
2d4b439f59 CRAB: JANITORIAL: Remove unneeded warning 2023-08-10 17:06:59 +02:00
hax0kartik
225cff85fa CRAB: JANITORIAL: Cleanup hotkey.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
77e9936811 CRAB: Clear old journal entries on loadState() 2023-08-10 17:06:59 +02:00
hax0kartik
7297454e8f CRAB: Unstub Info::saveState 2023-08-10 17:06:59 +02:00
hax0kartik
0907c5cc1f CRAB: Fix signed/unsigned warning in journal.cpp 2023-08-10 17:06:59 +02:00
hax0kartik
42fcc61888 CRAB: _state should be signed 2023-08-10 17:06:59 +02:00
hax0kartik
fbeb586fda CRAB: Simplify numberToString() 2023-08-10 17:06:59 +02:00
hax0kartik
27329370e9 CRAB: Unstub SlideShow::refresh() 2023-08-10 17:06:59 +02:00
hax0kartik
bd8824b0be CRAB: Remove unneeded resource.h file 2023-08-10 17:06:59 +02:00
hax0kartik
fa086abcc4 CRAB: Fix types of MusicKey and ChunkKey 2023-08-10 17:06:59 +02:00
hax0kartik
d4e1991ecb CRAB: Fix bug due to which _startTicks was not set in resume() 2023-08-10 17:06:59 +02:00
hax0kartik
ef6e36d650 CRAB: contains() returns a bool and not an int 2023-08-10 17:06:59 +02:00
hax0kartik
8d272b4506 CRAB: Unstub Sprite::attack() 2023-08-10 17:06:59 +02:00
hax0kartik
e9fd5d9134 CRAB: Move gStrPool to Engine class 2023-08-10 17:06:59 +02:00
hax0kartik
f4a1d6499c CRAB: Get rid of inputVal class 2023-08-10 17:06:59 +02:00
hax0kartik
f4f6a157a7 CRAB: Get sound and music volume from ConfMan 2023-08-10 17:06:59 +02:00
hax0kartik
03e5d5815c CRAB: Port rest of the MusicManager 2023-08-10 17:06:59 +02:00
hax0kartik
6928a4738a CRAB: JANITORIAL: Remove duplicate license from console.cpp 2023-08-10 17:06:59 +02:00
hax0kartik
a091928251 CRAB: Fix code formatting in ItemMenu class 2023-08-10 17:06:59 +02:00
hax0kartik
f2c8b2f953 CRAB: JANITORIAL: Fix code formatting and cleanup multiple classes 2023-08-10 17:06:59 +02:00
hax0kartik
dcd2e28545 CRAB: JANITORIAL: Remove stubbed out code where possible 2023-08-10 17:06:59 +02:00
hax0kartik
93dc0cfc30 CRAB: JANITORIAL: Remove unneeded App constructor 2023-08-10 17:06:59 +02:00
hax0kartik
43fcd93bde CRAB: JANITORIAL: Cleanup Timer class 2023-08-10 17:06:59 +02:00
hax0kartik
b1fe7efa89 CRAB: JANITORIAL: Cleanup App class 2023-08-10 17:06:59 +02:00
hax0kartik
1d6ac07291 CRAB: JANITORIAL: Remove extra pair of () 2023-08-10 17:06:59 +02:00
hax0kartik
48ce6dc22a CRAB: Port code for playing sound effects and music 2023-08-10 17:06:59 +02:00
hax0kartik
55de8b708f CRAB: Unstub code to load MusicManager 2023-08-10 17:06:59 +02:00
hax0kartik
a0312e5db9 CRAB: Fix code formatting in GameEventInfo 2023-08-10 17:06:59 +02:00
hax0kartik
39aa9d0e63 CRAB: Port part of code responsible for sounds in ReplyMenu 2023-08-10 17:06:59 +02:00
hax0kartik
512f11ec8f CRAB: Fix an error caused due to refactoring in effect 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
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
10d18367ed CRAB: Make FileSystem and Game class follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
7012578714 CRAB: Make Splash class follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
9ec832a165 CRAB: Make Timer class follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
5e1e95bc98 CRAB: Remove duplicate copyright headers 2023-08-10 17:06:59 +02:00
hax0kartik
2451b030a8 CRAB: Make collision.[cpp, h] follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
a7e3ecff2a CRAB: Make app class follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
a9ccc1719f CRAB: Make rest of the UI classes follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
1dcf544251 CRAB: Make more UI classes follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
1e04b7e276 CRAB: Make multiple UI classes follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
5831d909e5 CRAB: Make TMX component follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
bd576ca667 CRAB: Make Text component follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
61b24cf928 CRAB: Make stat component follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
9d2a32a433 CRAB: Make people component follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
8e1ae3174b CRAB: Make music component follow code formatting conventions 2023-08-10 17:06:59 +02:00
hax0kartik
94c7777055 CRAB: Make all level class follow code formatting conventions 2023-08-10 17:06:59 +02:00