antoniou79
313c3ef89a
HDB: Comment out the modify controls button
...
This was uncommented in previous commit for testing and was kept by mistake
In this commit, some of the functions for the modify controls screen are not implemented at a basic level. The modify controls screen is just a picture, but other than the remapping of keys, which would need more work to implement and probably synch with the ScummVM keymapped, it contains useful info on how the game controls work.
2022-05-25 13:26:46 +03:00
antoniou79
c8de160946
HDB: Use enum values for options and menu screen ids
...
Note that the Option screen for modifying controls (id 2) is not implemented
2022-05-25 12:58:59 +03:00
antoniou79
1ab83c2a28
HDB: Add proper volume settings synchronization
...
Between GMM / ScummVM launcher settings and game
Also commented out some incomplete and unused code meant for cross fading or fading in and out music tracks (Songs)
2022-05-25 12:58:59 +03:00
antoniou79
10c2d00967
HDB: Split some menu vars into bool and integers
...
To clear up their role and improve code readability
2022-05-25 12:58:59 +03:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Cameron Cawley
44f7f801a1
HDB: Add keymapper support
2020-08-27 10:34:59 +02:00
Strangerke
bfb1d6d059
HDB: Remove unused variables in menu
2019-09-06 21:51:55 +02:00
Eugene Sandulenko
e3ec3480ae
HDB: Fix warning
2019-09-03 17:17:31 +02:00
Nipun Garg
a5ee5fbd18
HDB: Add Platform-specific constants for Menu
2019-09-03 17:17:31 +02:00
Nipun Garg
0fb3ad7ba0
HDB: Make Platform specific constants into variables
2019-09-03 17:17:30 +02:00
Nipun Garg
c1d2468f07
HDB: Section off PPC-specific code
2019-09-03 17:17:30 +02:00
Eugene Sandulenko
6c21dfbbe6
HDB: Implemented demo differences for menu
2019-09-03 17:17:29 +02:00
Nipun Garg
2bb60c69cd
HDB: Add Music/Song data and functions
2019-09-03 17:17:29 +02:00
Eugene Sandulenko
951943ecec
HDB: Reduce header dependency
2019-09-03 17:17:28 +02:00
Eugene Sandulenko
927770f34b
HDB: Initialise class variables
2019-09-03 17:17:23 +02:00
Nipun Garg
8825980e1f
HDB: Remove redundant custom free() function
2019-09-03 17:17:22 +02:00
Eugene Sandulenko
24468bf630
HDB: Fix warnings
2019-09-03 17:17:18 +02:00
Nipun Garg
f5b9d417b7
HDB: Set and Draw Bonus Stars
2019-09-03 17:17:17 +02:00
Nipun Garg
bb6c18496f
HDB: Add _menuKey
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
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
9d9a1b6c0f
HDB: Add readConfig(), writeConfig() and Cheating
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
00b53b48a9
HDB: Add stubbed functions
2019-09-03 17:17:15 +02:00
Nipun Garg
7cb5f460c0
HDB: Add member variables to Menu
2019-09-03 17:17:13 +02:00
Eugene Sandulenko
c3c8299962
HDB: Completed rendering pipeline
2019-09-03 17:17:09 +02:00
Eugene Sandulenko
74eb242b5a
HDB: Unstub HDBGame::restartMap()
2019-09-03 17:17:09 +02:00
Eugene Sandulenko
34a3e1685b
HDB: Added stub for Menu class
2019-09-03 17:17:09 +02:00