Commit Graph

40 Commits

Author SHA1 Message Date
Strangerke
2178770898 HDB: Change init functions to handle errors 2019-09-03 17:17:34 +02:00
Nipun Garg
878eefceb5 HDB: Integrate PPC version of Menu and Gfx 2019-09-03 17:17:31 +02:00
Eugene Sandulenko
02d855b066 HDB: Replaced font name with a constant 2019-09-03 17:17:30 +02:00
Eugene Sandulenko
7b7420144f HDB: De not create fade screen on every frame 2019-09-03 17:17:30 +02:00
Eugene Sandulenko
9ea453bc4c HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
Eugene Sandulenko
e53367e225 HDB: Fix guard defines 2019-09-03 17:17:27 +02:00
Eugene Sandulenko
17ef555e2d HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
Eugene Sandulenko
c3d0f49538 HDB: Reduce header dependency 2019-09-03 17:17:27 +02:00
Eugene Sandulenko
edc68ef7b1 HDB: Added more constants instead of magic numbers 2019-09-03 17:17:25 +02:00
Nipun Garg
05cb55b888 HDB: Delete Cached gfx data in one place 2019-09-03 17:17:23 +02:00
Nipun Garg
161f9e6707 HDB: NULL each tile after calling destructor 2019-09-03 17:17:23 +02:00
Nipun Garg
e9e654d7db HDB: Convert _surface from struct to pointer 2019-09-03 17:17:22 +02:00
Nipun Garg
8825980e1f HDB: Remove redundant custom free() function 2019-09-03 17:17:22 +02:00
Nipun Garg
26210cfce6 HDB: Add drawDebugInfo() 2019-09-03 17:17:20 +02:00
Nipun Garg
f158aadfd1 HDB: Add loadIcon() for TYPE_ICON32 loading 2019-09-03 17:17:20 +02:00
Eugene Sandulenko
62a6a36463 HDB: Complete Map::restartSystem() 2019-09-03 17:17:19 +02:00
Nipun Garg
c5d1ea304b HDB: Unstubbing updateVideo() 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
24468bf630 HDB: Fix warnings 2019-09-03 17:17:18 +02:00
Nipun Garg
c5bc56b331 HDB: Add Loading Screen 2019-09-03 17:17:18 +02:00
Nipun Garg
190b550caa HDB: Replace original color functions
With the ones from Graphics::PixelFormat
2019-09-03 17:17:18 +02:00
Nipun Garg
1f7e179218 HDB: Unstub drawSnow() 2019-09-03 17:17:18 +02:00
Nipun Garg
8f83631a3b HDB: Add macros for RGB-565 conversions 2019-09-03 17:17:18 +02:00
Nipun Garg
58512d2123 HDB: Add Bonus Star functions 2019-09-03 17:17:17 +02:00
Nipun Garg
69e4668422 HDB: Add centerPrint() 2019-09-03 17:17:17 +02:00
Nipun Garg
4c20c8be12 HDB: Add Sine and Cosine table 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
168ca5fc0d HDB: Used transparent alpha blitting 2019-09-03 17:17:14 +02:00
Nipun Garg
82fe644f54 HDB: Remove unnecessary functions 2019-09-03 17:17:14 +02:00
Nipun Garg
8b806991b9 HDB: Add save and loadSave functions
For Tile and Pic
2019-09-03 17:17:14 +02:00
Nipun Garg
55a58747e2 HDB: Add Gfx save() and loadSaveFile() 2019-09-03 17:17:14 +02:00
Nipun Garg
267ddc8358 HDB: Add turnOnSnow() 2019-09-03 17:17:13 +02:00
Nipun Garg
de017b0ce9 HDB: Add PanicZone data and functions 2019-09-03 17:17:12 +02:00
Nipun Garg
5ed21d12df HDB: Move Bots gfx into _ai class 2019-09-03 17:17:11 +02:00
Nipun Garg
ad8f857595 HDB: Move Bots gfx into _gfx 2019-09-03 17:17:11 +02:00
Nipun Garg
ac04002411 HDB: Add Tile::free() and Picture::free() 2019-09-03 17:17:11 +02:00
Nipun Garg
d70888269e HDB: Modify the return type of draw functions 2019-09-03 17:17:11 +02:00
Nipun Garg
9b6e83451f HDB: Add check for unknown size 2019-09-03 17:17:10 +02:00
Eugene Sandulenko
74eb242b5a HDB: Unstub HDBGame::restartMap() 2019-09-03 17:17:09 +02:00
Eugene Sandulenko
41c1353edc HDB: More portable struct initializers 2019-09-03 17:17:08 +02:00
Eugene Sandulenko
d55370ac82 HDB: Rename class DrawMan -> Gfx 2019-09-03 17:17:07 +02:00
Eugene Sandulenko
e31e9dbae1 HDB: Renamed draw-manager.* -> gfx.* 2019-09-03 17:17:07 +02:00