Christoph Oelckers
|
26c5d5aa32
|
- SW: fixed issue with autoselecting single episode entries with non-empty subtitles.
This case needs different offsets.
|
2021-01-27 23:53:26 +01:00 |
|
Mitchell Richters
|
25eaeff0db
|
- Wrap all g_gameType & GAMEFLAG_BLOOD checks into isBlood() inline.
|
2021-01-02 14:46:58 +11:00 |
|
Christoph Oelckers
|
5a5f9b8e02
|
- backend update from GZDoom.
|
2020-11-23 15:54:06 +01:00 |
|
Christoph Oelckers
|
61b42ea448
|
- fixed font color in SW's menus
fixes #165
|
2020-11-09 16:56:59 +01:00 |
|
Christoph Oelckers
|
aed8a450fd
|
- SW: fixed episode menu display.
The subtitle needs to use the game specific drawer, not the generic one.
Fixes #162
|
2020-11-08 10:12:12 +01:00 |
|
Christoph Oelckers
|
e702a13ef4
|
- close the quickload and quicksave confirmation screens after selection.
Fixes #139
|
2020-10-22 01:01:28 +02:00 |
|
Christoph Oelckers
|
ef15ac8b6e
|
- fixed: For the episode and skill menu, autoselection for single entries did not work.
|
2020-10-13 22:16:43 +02:00 |
|
Christoph Oelckers
|
86ad576675
|
- fixed lockup on Shareware screen when quitting Duke
Two errors: the menu wasn’t closed and the shareware check was inverted.
|
2020-10-12 08:07:51 +02:00 |
|
Christoph Oelckers
|
8b8c6a5e3a
|
- fixed episode default.
|
2020-10-11 07:44:51 +02:00 |
|
Christoph Oelckers
|
242a70e610
|
- split the command line buffer off from c_console.cpp and reactivated the check for CONBACK.
|
2020-10-10 23:16:08 +02:00 |
|
Christoph Oelckers
|
16a4d49268
|
- added background dimming for the menu when in overlay mode.
|
2020-10-10 18:29:15 +02:00 |
|
Christoph Oelckers
|
03e57fa3d7
|
- fixed Exhumed's game startup.
|
2020-10-09 23:58:34 +02:00 |
|
Christoph Oelckers
|
d6d9100992
|
- set proper slider colors for all games.
|
2020-10-09 23:35:38 +02:00 |
|
Christoph Oelckers
|
b21beb4039
|
- made the options search work.
This required changing how the engine credits menu work because it created a circular dependency in its original form.
|
2020-10-09 22:33:02 +02:00 |
|
Christoph Oelckers
|
2d8bcd06fd
|
- added the player display for Duke.
This completes the menu transition.
|
2020-10-09 01:09:51 +02:00 |
|
Christoph Oelckers
|
15eaf86f5a
|
- preparations for the image scroller menu.
|
2020-10-08 18:02:25 +02:00 |
|
Christoph Oelckers
|
789eb6d51d
|
- Most of Duke's menus work again.
|
2020-10-07 20:32:43 +02:00 |
|
Christoph Oelckers
|
2bb38f7d67
|
- get load and save game menus and related CCMDs working again.
|
2020-10-07 18:32:57 +02:00 |
|
Christoph Oelckers
|
38ddbfe65f
|
- activated most of the support code for programmatically created menus again.
Blood's regular menu screens mostly work again
|
2020-10-07 01:31:41 +02:00 |
|
Christoph Oelckers
|
5726b693bd
|
- added back the menu transition, although it cannot be used yet, and all game specific menu CCMDs.
|
2020-10-07 01:12:57 +02:00 |
|
Christoph Oelckers
|
0968a9d97e
|
- renamed the Customizer to 'Delegate' because this works very much like a delegate in Objective-C.
- route menu sound calls through the delegate to better deal with differences between games.
|
2020-10-07 01:00:43 +02:00 |
|
Christoph Oelckers
|
06b00887f5
|
- added a menu control for Blood's dripping blood.
|
2020-10-06 23:49:34 +02:00 |
|
Christoph Oelckers
|
1ea6084478
|
- Exhumed also done.
Also using proper assets now.
|
2020-10-06 22:35:25 +02:00 |
|
Christoph Oelckers
|
17a68bc60a
|
- SW's caption done, too.
In this case the font is squashed to be more narrow because otherwise many texts would not fit anymore.
|
2020-10-06 22:01:20 +02:00 |
|
Christoph Oelckers
|
bec1f67178
|
- implemented the menu caption for Duke et.al.
|
2020-10-06 20:49:55 +02:00 |
|
Christoph Oelckers
|
1e131eda9e
|
- implemented Blood's menu caption
|
2020-10-06 00:34:35 +02:00 |
|
Christoph Oelckers
|
16431e9f0a
|
- SetupMenuColors restored.
|
2020-10-04 22:21:11 +02:00 |
|
Christoph Oelckers
|
6a4b72cfef
|
- removed obsolete calls from menudef.cpp.
|
2020-10-04 22:14:20 +02:00 |
|
Christoph Oelckers
|
82612a1330
|
- it compiles again (with lots of code commented out.)
|
2020-10-04 20:11:02 +02:00 |
|