Christoph Oelckers
|
3a23cc69d6
|
- since we already got lots of CVAR descriptions from the menu's content, let's use that as CVAR description if none is explicitly provided.
This also necessitated localization support for CVAR descriptions because menu content is multi-language.
|
2020-06-08 23:37:22 +02:00 |
|
alexey.lysiuk
|
f58027311e
|
- fixed incomplete disabling of number field menu option
https://forum.zdoom.org/viewtopic.php?t=68075
|
2020-06-07 15:50:10 +03:00 |
|
Christoph Oelckers
|
4b40e266f1
|
- use the proper virtual methods for setting and retrieving the string in OptionMenuItemTextField.
Without this the class cannot be properly subclassed.
|
2019-03-31 10:33:46 +02:00 |
|
Christoph Oelckers
|
a768500afa
|
- do not use CalcIndent for 320x200.
|
2019-03-31 09:02:11 +02:00 |
|
Christoph Oelckers
|
f48e0280d8
|
- fixed: OptionMenuItemSafeCommand did not allow unsafe commands.
|
2019-03-30 09:25:48 +01:00 |
|
alexey.lysiuk
|
6c91d15b0a
|
- fixed adjustment of options menu slider with mouse
https://forum.zdoom.org/viewtopic.php?t=64063
|
2019-03-25 12:59:36 +02:00 |
|
Christoph Oelckers
|
cdc109fbc0
|
- fixed space calculations for option menu sliders.
|
2019-03-20 00:01:12 +01:00 |
|
Christoph Oelckers
|
0abd9d4aec
|
- fixed slider scaling.
|
2019-03-19 18:50:38 +01:00 |
|
Christoph Oelckers
|
54f5076b0f
|
- fixed option menu selector and slider bar positioning.
|
2019-03-17 22:00:28 +01:00 |
|
Christoph Oelckers
|
95adbc58a8
|
- fixed the spacing for the sliders.
- moved the scroll indicators in the menu to the right and use a brighter color for them - the old ones were only barely visible.
|
2019-03-17 18:32:55 +01:00 |
|
Christoph Oelckers
|
59f0a377d4
|
- consolidate the dependencies on the font in the option menu.
|
2019-03-17 18:32:48 +01:00 |
|
Christoph Oelckers
|
2227c15010
|
- create a second font based on the VGA glyphs that is stylistically more similar to the SmallFont and use that for the option menus.
|
2019-03-17 18:32:48 +01:00 |
|
Christoph Oelckers
|
2e260c6367
|
- use the new console font for the options menu to gain space and better character support.
So far this is just an experiment, this needs a bit of work to become viable.
|
2019-03-17 18:32:47 +01:00 |
|
Christoph Oelckers
|
b542d1371d
|
- reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting.
|
2019-02-23 12:08:27 +01:00 |
|