Commit Graph

1133 Commits

Author SHA1 Message Date
Nipun Garg
62a33b1399 HDB: Delete all _tTileLookupArray values at once 2019-09-03 17:17:23 +02:00
Nipun Garg
d0248243d2 HDB: Refactor getPicGfx(), getTileGfx() and fix...
... memory leaks
2019-09-03 17:17:23 +02:00
Nipun Garg
ecefec2f77 HDB: Add _animTiles to fix memory leaks 2019-09-03 17:17:23 +02:00
Nipun Garg
a8d277be18 HDB: Fix delete command for _dir 2019-09-03 17:17:23 +02:00
Nipun Garg
05cb55b888 HDB: Delete Cached gfx data in one place 2019-09-03 17:17:23 +02:00
Nipun Garg
fd91bb7f59 HDB: Fix more memory leaks 2019-09-03 17:17:23 +02:00
Nipun Garg
8d9004e432 HDB: Fix memory leaks when stream is returned NULL 2019-09-03 17:17:23 +02:00
Nipun Garg
ea77240d4e HDB: Fix memory leak due to removed animTargets 2019-09-03 17:17:23 +02:00
Nipun Garg
5363b38fe5 HDB: Delete Player Graphics in destructor 2019-09-03 17:17:23 +02:00
Nipun Garg
fa71ee9034 HDB: Fix memory leaks due to findFirstData() 2019-09-03 17:17:23 +02:00
Eugene Sandulenko
7b78aa5e9f HDB: Fix double free() and meaningless 'new' allocations 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
adb43a79b7 HDB: Fix memory leaks in AI lists 2019-09-03 17:17:22 +02:00
Nipun Garg
7709b2828b HDB: Fix memory leaks with FileMan::findFiles() 2019-09-03 17:17:22 +02:00
Nipun Garg
b90f0e143f HDB: Remove redundant FileMan function 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
f5aff6c72d HDB: Fix memset() 2019-09-03 17:17:22 +02:00
Nipun Garg
d706fbf22e HDB: Fix memory leaks 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
ff2c6fe30a HDB: More var initialisation 2019-09-03 17:17:22 +02:00
Nipun Garg
d3ad2ed14a HDB: Fix memory leak in Player Graphics 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
0c71ae2121 HDB: Fix uninitialised variables 2019-09-03 17:17:22 +02:00
Nipun Garg
be1fcc2fa8 HDB: Fix GfxCache memory leak 2019-09-03 17:17:22 +02:00
Nipun Garg
14dbbdd852 HDB: Fix _fontSurfaces memory leak 2019-09-03 17:17:22 +02:00
Nipun Garg
ac61b7ef9c HDB: Fix warning 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
d80023c737 HDB: Fix delete mismatch 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
e74bdbf410 HDB: Fix uninitalised reads 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
9ab298748e HDB: Fix flag checking across the engien 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
5cf1f6a2f9 HDB: Fix switches 2019-09-03 17:17:22 +02:00
Nipun Garg
74931e7205 HDB: Add destructor to AIEntity and AnimTarget 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
e1c616e06f HDB: Rename saves as in the original 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
2909d9a9a0 HDB: Move save filename generation to genSaveFileName() 2019-09-03 17:17:22 +02:00
Eugene Sandulenko
345830222d HDB: Fix Lua execution at game restore 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
2bb172a586 HDB: Filter out more Lua globals from the save 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
49b0f7c6d2 HDB: Normalised usage of _systemInit for Lua 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
dda8c81375 HDB: Added (commented out) debug case for _use functions 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
6d83d2ea72 HDB: Added more stuff to cheat for MAP00 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
e0cb401bc2 HDB: Added more debug output to script compilation 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
17e2c05417 HDB: Fix warning 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
bfa2d11a1d HDB: Fix warning 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
39bbc59cb5 HDB: Fix data types in AIEntity 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
55a650d5fe HDB: Fix data type 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
505bd8b927 HDB: Fix warning 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
fe0082b4d6 HDB: Fix warnings 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
a1645e2958 HDB: Fix warning 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
a98e2a8e6d JANITORIAL: Fix code formatting 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
ffe3103433 HDB: Fix warning 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
944dbab7d6 HDB: Fix warning 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
b5b2a113ff HDB: Fix bug from the original 2019-09-03 17:17:21 +02:00
Eugene Sandulenko
6789a868f0 HDB: Fix copy-paste error in AI::legalMove()
This led to inability to move over entities on level2 while they're on level1
2019-09-03 17:17:21 +02:00
Eugene Sandulenko
6fdd336ae4 HDB: Move HDBGame::hasFeature() to detection.cpp for consistency 2019-09-03 17:17:21 +02:00
Nipun Garg
462d48a901 HDB: Unstub TODOs 2019-09-03 17:17:21 +02:00
Nipun Garg
4876064372 HDB: Unstub the Quit functionality 2019-09-03 17:17:21 +02:00
Nipun Garg
68b2e9adff HDB: Count FPS and print onto screen 2019-09-03 17:17:20 +02:00
Nipun Garg
26210cfce6 HDB: Add drawDebugInfo() 2019-09-03 17:17:20 +02:00
Nipun Garg
fa7593d7d5 HDB: Fix Icon loading 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
Nipun Garg
a484fe4353 HDB: Unstub redundant warnings 2019-09-03 17:17:20 +02:00
Nipun Garg
56bbb34a3b HDB: Add save/load for TryAgain data 2019-09-03 17:17:20 +02:00
Nipun Garg
72d2f01b93 HDB: Unstub AI::init() 2019-09-03 17:17:20 +02:00
Eugene Sandulenko
eb9af0c7ee HDB: Fix getRandumNumber() usage in ai-bots.cpp 2019-09-03 17:17:20 +02:00
Nipun Garg
6aa054fcac HDB: Unstub the TRY AGAIN screen 2019-09-03 17:17:20 +02:00
Eugene Sandulenko
ed60dcd506 HDB: Fix 3D stars left 2019-09-03 17:17:20 +02:00
Nipun Garg
723b86e1cf HDB: Add cheating debug statment and remove...
redundant warnings
2019-09-03 17:17:20 +02:00
Nipun Garg
779f455292 HDB: Add temp variable to store Map name 2019-09-03 17:17:20 +02:00
Nipun Garg
a3ba287c1e HDB: Add code for drawing Debug Mark 2019-09-03 17:17:20 +02:00
Nipun Garg
c31217f1ee HDB: Add Debug checks 2019-09-03 17:17:20 +02:00
Nipun Garg
b36569d201 HDB: Add code to enable Debugging 2019-09-03 17:17:20 +02:00
Nipun Garg
469c2245b4 HDB: Add moveMap() and startMoveMap() 2019-09-03 17:17:20 +02:00
Nipun Garg
73414fdc47 HDB: Add _debugLogo 2019-09-03 17:17:20 +02:00
Eugene Sandulenko
2c40e1ae36 HDB: Fix loading Lua scripts 2019-09-03 17:17:20 +02:00
Nipun Garg
a745d45f38 HDB: Ignore the Controls Option 2019-09-03 17:17:20 +02:00
Nipun Garg
9dec31c458 HDB: Unstub drawWaypoints() 2019-09-03 17:17:20 +02:00
Nipun Garg
d07dcd210c HDB: Add code to ready Weapon 2019-09-03 17:17:20 +02:00
Nipun Garg
0c5f2f0243 HDB: Add Player Attacking code 2019-09-03 17:17:20 +02:00
Nipun Garg
a5da708868 HDB: Add Weapon Drawing and Equipping Code 2019-09-03 17:17:20 +02:00
Nipun Garg
44ae2202aa HDB: Fix Lua Index 2019-09-03 17:17:19 +02:00
Nipun Garg
cea99e3fcd HDB: Unstub Weapon code from save/load 2019-09-03 17:17:19 +02:00
Nipun Garg
de7b30a23c HDB: Add queryInventoryTypeSlot() 2019-09-03 17:17:19 +02:00
Nipun Garg
fe09a9c09c HDB: Initialize Weapon variables 2019-09-03 17:17:19 +02:00
Nipun Garg
f4e2fbcbc7 HDB: Add missing Gfx variable and Weapon functions 2019-09-03 17:17:19 +02:00
Nipun Garg
4216aa965c HDB: Unstub Sound Lua stubs 2019-09-03 17:17:19 +02:00
Nipun Garg
ff5b6d830a HDB: Add _sound stubs 2019-09-03 17:17:19 +02:00
Nipun Garg
e0f49e8aee HDB: Add cineFunction() 2019-09-03 17:17:19 +02:00
Nipun Garg
2f893eeadd HDB: Add cineRemoveEntity() 2019-09-03 17:17:19 +02:00
Nipun Garg
e1fbaaea2b HDB: Add cinematic functions for Pic 2019-09-03 17:17:19 +02:00
Nipun Garg
79a4a37e8d HDB: Initialize Weapon Gfx 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
f8769966f1 HDB: Fix getRandomNumber usage 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
ac9a62da03 HDB: Fix getRandomNumber() usage 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
8c19637727 HDB: Fix getRandomNumber() usage 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
ac50b10549 HDB: Fix getRandomNumber() usage in menu.cpp 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
74d0c5daed HDB: Fix Gfx::updateVideo() 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
8c48bf972d HDB: Fix Gfx::updateFade() 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
0a291d028c HDB: Complete AI::restartSystem() 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
62a6a36463 HDB: Complete Map::restartSystem() 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
5fa5f6fb39 HDB: Fix _mapLoaded flag handling 2019-09-03 17:17:19 +02:00
Eugene Sandulenko
614fc61254 HDB: Consistent memory management for map explosions 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
f83f965462 HDB: Complete AI::checkPlayerCollision() 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
35ead09d75 HDB: Complete AI::drawLevel2Ents() 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
2be5c59d95 HDB: Complete checkPlayerTileCollision() 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
a35cf6cb93 HDB: Added SetDebug/GetDebug, no relevant functionality 2019-09-03 17:17:18 +02:00
Nipun Garg
c5d1ea304b HDB: Unstubbing updateVideo() 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
1feb91b2f8 HDB: Simplify bootparam processing 2019-09-03 17:17:18 +02:00
Nipun Garg
0cd4f43862 HDB: Unstub updateVideo() 2019-09-03 17:17:18 +02:00
Nipun Garg
c0777f5a03 HDB: Add missing paint() call 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
9903b335e1 HDB: Proper memory handling for map features 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
24468bf630 HDB: Fix warnings 2019-09-03 17:17:18 +02:00
Nipun Garg
812a8c7c9d HDB: Remove redundant warning 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
0bd8e53f88 HDB: Unstub DirectX Flip 2019-09-03 17:17:18 +02:00
Nipun Garg
b052946c61 HDB: Add mode-select to the level-select
Add +100 to the level num to access the level in
Action Mode
2019-09-03 17:17:18 +02:00
Eugene Sandulenko
792333b6cc HDB: Show cursor in the main menu 2019-09-03 17:17:18 +02:00
Nipun Garg
6c5193c71c HDB: Init _mstoneGfx and replace strings 2019-09-03 17:17:18 +02:00
Nipun Garg
f27674199b HDB: Clear the Persistent variables 2019-09-03 17:17:18 +02:00
Nipun Garg
1f7e179218 HDB: Unstub drawSnow() 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
1874674364 HDB: More debug for save/load code 2019-09-03 17:17:18 +02:00
Eugene Sandulenko
a869eb00a0 HDB: Restore bootparam and save/load from the command line funcitonality 2019-09-03 17:17:18 +02:00
Nipun Garg
a7e17c07f7 HDB: Remove redundant warnings 2019-09-03 17:17:18 +02:00
Nipun Garg
abe99e332e HDB: Unstub updateFade() 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
bcaf795b59 HDB: Fix out-of-bounds access bug 2019-09-03 17:17:17 +02:00
Nipun Garg
d8f454dfe1 HDB: Initialize Map member variables 2019-09-03 17:17:17 +02:00
Nipun Garg
eb7e3582ab HDB: Disable the command-line level-select 2019-09-03 17:17:17 +02:00
Nipun Garg
b032068417 HDB: Add HDBGame::start() and remove AI::clearP...
...ersistent() placeholder
2019-09-03 17:17:17 +02:00
Nipun Garg
ee9de9157c HDB: Add Menu calls 2019-09-03 17:17:17 +02:00
Nipun Garg
f5b9d417b7 HDB: Set and Draw Bonus Stars 2019-09-03 17:17:17 +02:00
Nipun Garg
58512d2123 HDB: Add Bonus Star functions 2019-09-03 17:17:17 +02:00
Nipun Garg
5b4602fdbe HDB: Set _menuKey 2019-09-03 17:17:17 +02:00
Nipun Garg
611041701e HDB: Unstub processInput() 2019-09-03 17:17:17 +02:00
Nipun Garg
bb6c18496f HDB: Add _menuKey 2019-09-03 17:17:17 +02:00
Nipun Garg
a510482d64 HDB: Add stubs in Sound and Input 2019-09-03 17:17:17 +02:00
Nipun Garg
d5a779168f HDB: Add Pause Button 2019-09-03 17:17:17 +02:00
Eugene Sandulenko
cf5863c794 HDB: Filter out more Lua globals from saving 2019-09-03 17:17:17 +02:00
Nipun Garg
23239d54f6 HDB: Unstub drawToggle, drawSlider, drawWarpScreen 2019-09-03 17:17:17 +02:00
Nipun Garg
a8877bce1b HDB: Add drawNebula(), drawRocketsAndSelections() 2019-09-03 17:17:17 +02:00
Eugene Sandulenko
fe309b1456 HDB: Fix save/loading of inventory 2019-09-03 17:17:17 +02:00
Eugene Sandulenko
e7016e52a9 HDB: Refarcot entity save/loading into separate methods 2019-09-03 17:17:17 +02:00
Eugene Sandulenko
93155c6433 HDB: Fix Window::loadSaveFile() 2019-09-03 17:17:17 +02:00
Nipun Garg
5cb46f6246 HDB: Add Menu functions and other stubs 2019-09-03 17:17:17 +02:00
Nipun Garg
9fcb307d1c HDB: Add isVoiceless() 2019-09-03 17:17:17 +02:00
Nipun Garg
69e4668422 HDB: Add centerPrint() 2019-09-03 17:17:17 +02:00
Nipun Garg
6f4e80b836 HDB: Add stubbed Sound functions 2019-09-03 17:17:17 +02:00
Nipun Garg
29d1c96f0e HDB: Add startTitle() and drawTitle() 2019-09-03 17:17:17 +02:00
Nipun Garg
ac4deacf50 HDB: Unstub fillGameSaveSlots() 2019-09-03 17:17:16 +02:00
Nipun Garg
40765c4e9b HDB: Add Save struct and _saveHeader 2019-09-03 17:17:16 +02:00
Nipun Garg
4c20c8be12 HDB: Add Sine and Cosine table 2019-09-03 17:17:16 +02:00
Nipun Garg
0ae4cb1ea7 HDB: Shift HDB::save() and HDB::loadSaveFile...
...to saveload.cpp
2019-09-03 17:17:16 +02:00
Nipun Garg
c00223a6e9 HDB: Add stubbed songPlaying() and startMusic() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
6c0684cbba HDB: Added missing calls to Map::Map::loadSaveFile() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
538ab04493 HDB: Added missing calls to loadGameState() 2019-09-03 17:17:16 +02:00
Nipun Garg
9d9a1b6c0f HDB: Add readConfig(), writeConfig() and Cheating 2019-09-03 17:17:16 +02:00
Nipun Garg
a8b4749c7e HDB: Add Input::assignKey(), LuaScript::isValid() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
38bdb36b23 HDB: Finish implementation of Lua dofile() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
d0b5e0fbc7 HDB: Remove non-functioning code 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
6fe1d65ca7 HDB: Added initial version for Lua dofile() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
42edeb4114 HDB: Fix AI::loadSaveFile() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
458646981f HDB: Fix Window::loadSaveFile() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
f544c83def HDB: Allocate memory on loading 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
168921d7d7 HDB: Added debug output to save/load code 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
2b46fcf06d HDB: Properly process non-existent save loading 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
8403960c99 HDB: Added more code for loading save states from the command line 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
c71426e2f8 HDB: Fix warnings 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
d12d3ee647 HDB: Proper prototype for saveGameState() 2019-09-03 17:17:16 +02:00
Eugene Sandulenko
6e0e4411a1 HDB: Removed useless warning 2019-09-03 17:17:16 +02:00
Nipun Garg
b1cbf1aeab HDB: Add subbed Menu functions 2019-09-03 17:17:16 +02:00
Nipun Garg
9b43fbfa9f HDB: Save/Load _timePlayed 2019-09-03 17:17:16 +02:00
Nipun Garg
b503e2ba71 HDB: Add missing code in changeGameState() 2019-09-03 17:17:16 +02:00
Nipun Garg
00b53b48a9 HDB: Add stubbed functions 2019-09-03 17:17:15 +02:00
Nipun Garg
d5a32a2b4e HDB: Add missing time code 2019-09-03 17:17:15 +02:00
Nipun Garg
963043f3b2 HDB: Shift Save/Load functions to saveload.cpp 2019-09-03 17:17:15 +02:00
Nipun Garg
ac9f2d634b HDB: Add loadGame() and Sound::stopMusic() 2019-09-03 17:17:15 +02:00
Nipun Garg
ec0bd5e667 HDB: Add global patch for io, os, sctrings 2019-09-03 17:17:15 +02:00
Eugene Sandulenko
e166f4e3ff HDB: And even more script patches 2019-09-03 17:17:15 +02:00
Eugene Sandulenko
cbbe538e5d HDB: More Global script patches 2019-09-03 17:17:15 +02:00
Nipun Garg
b7b8b23d29 HDB: Add openFile, write, closeFile Lua functions 2019-09-03 17:17:15 +02:00
Nipun Garg
6e60d6a287 HDB: Unstub saveGlobal, loadGlobal, purgeGlobals 2019-09-03 17:17:15 +02:00
Eugene Sandulenko
2315a05ad3 HDB: Fix calling Lua save/load 2019-09-03 17:17:15 +02:00
Nipun Garg
85a8209d97 HDB: Add save/load for the Lua Globals environment 2019-09-03 17:17:15 +02:00
Nipun Garg
961f3b46f0 HDB: Add structs and functions for Lua Globals 2019-09-03 17:17:15 +02:00
Nipun Garg
d510e3efe5 HDB: Unstub save/load _animTargets[i].gfxList 2019-09-03 17:17:15 +02:00
Nipun Garg
910c1ed36d HDB: Unstub Load/Save _ents and _floats 2019-09-03 17:17:15 +02:00
Nipun Garg
17eaafacfd HDB: Unstub code for saving and loading Gfx 2019-09-03 17:17:15 +02:00
Nipun Garg
ebbee5cef4 HDB: Add FuncLookUp structs and functions 2019-09-03 17:17:15 +02:00
Nipun Garg
fffa7bd1a2 HDB: Unstub _ai->save() call 2019-09-03 17:17:15 +02:00
Eugene Sandulenko
56f0e3f930 HDB: Removed useless warning 2019-09-03 17:17:15 +02:00
Eugene Sandulenko
a8a43329bb HDB: Initialise variables 2019-09-03 17:17:14 +02:00
Eugene Sandulenko
a7d78a1b00 HDB: Fix Sky handling
Now sky appears on Map 29
2019-09-03 17:17:14 +02:00
Eugene Sandulenko
168ca5fc0d HDB: Used transparent alpha blitting 2019-09-03 17:17:14 +02:00
Nipun Garg
b4db168f2a HDB: Add AI save() and loadSaveFile()
There are stubs for Pointers and Function Pointers
2019-09-03 17:17:14 +02:00
Nipun Garg
32465a119d HDB: Modify InvEnt to have AIEntity as member 2019-09-03 17:17:14 +02:00
Nipun Garg
69303997ae HDB: Unstub double reads and writes 2019-09-03 17:17:14 +02:00
Nipun Garg
82fe644f54 HDB: Remove unnecessary functions 2019-09-03 17:17:14 +02:00
Eugene Sandulenko
ce6b62d896 HDB: Turn _gratinds[] and _foregrounds[] into structs from pointers 2019-09-03 17:17:14 +02:00
Nipun Garg
d2df277403 HDB: Add saveSlot, loadSlot, saveGame and loadGame 2019-09-03 17:17:14 +02:00
Nipun Garg
0a6d4c042f HDB: Fix endian issues 2019-09-03 17:17:14 +02:00
Nipun Garg
2990f6cff5 HDB: Fix endian issues 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
6f472b60a6 HDB: Fix Endian reading issues 2019-09-03 17:17:14 +02:00
Nipun Garg
2eb9bdfee8 HDB: Add stubbed Sound save() and loadSaveFile() 2019-09-03 17:17:14 +02:00