Commit Graph

883 Commits

Author SHA1 Message Date
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