Magnus Norddahl
56afcd210b
- fix: gl_PointSize is required in Vulkan when drawing points
...
- fix: add depthstencil attachment when stencil is active while depth is not
2019-03-03 23:30:36 +01:00
Magnus Norddahl
7d56aa4b0b
Merge remote-tracking branch 'origin/master' into vulkan2
2019-03-03 13:45:22 +01:00
Christoph Oelckers
735e1d1a44
- allow localization of the fallback string "Person".
...
The corresponding text is in the translation spreadsheet which isn't part of the repo yet.
2019-03-03 09:16:21 +01:00
Christoph Oelckers
f15e3c871d
- did a bit more tweaking to the menu dims.
...
Red on red in Doom was still not good, so the colors were darkened more and made more opaque.
2019-03-03 09:08:19 +01:00
Christoph Oelckers
af3b100b81
- split up the compatibility menu by making each subsection its own submenu.
...
This one, even more than the gameplay options has devolved into an overwhelming wall of text.
2019-03-03 08:58:49 +01:00
Christoph Oelckers
be0f2f3b74
- split up the automap colors menu.
...
The cheat and overlay settings are now in submenus. Like the gameplay menu, this was simply too long.
2019-03-03 08:47:05 +01:00
Christoph Oelckers
83fce134f2
- split out the deathmatch and coop gameplay settings into their own submenus.
2019-03-03 08:41:20 +01:00
Christoph Oelckers
cac032cb1c
- made the menu dim darker and a bit more opaque.
...
The recent localization work has made it apparent that on many images the menu was extremely hard to read because its colors often clash with the background.
The choice of a bright overlay color with extremely low opacity is simply not enough to make the menus comfortable to navigate. Chex Quest was particularly bad but the problem existed in many Doom mods as well.
This also changes the CQ dim color to something a bit more green to better fit with the theme.
2019-03-03 08:29:10 +01:00
Christoph Oelckers
1c828b98c2
- fixed incorrect flag keyword in IWADINFO.
2019-03-03 08:16:41 +01:00
Christoph Oelckers
f3813c036f
- filter out the BIGFONT lump in Chex Quest, now that we have a more complete font internally.
2019-03-03 07:50:10 +01:00
Christoph Oelckers
6ba8fee5c2
Merge branch 'master' into vulkan2
2019-03-03 00:04:19 +01:00
Christoph Oelckers
3903d957bd
- moved the weapon bobbing options from the Display Options to the HUD Options menu.
2019-03-03 00:03:22 +01:00
Rachael Alexanderson
580c55f8a5
- moved language changer to miscellaneous menu
...
- removed spacing gaps in the customize controls menu
2019-03-02 13:59:42 -05:00
Christoph Oelckers
5682b1b5bb
-corrected text placement on load+save menu.
2019-03-02 16:03:56 +01:00
Magnus Norddahl
f8aa48d053
- fix blinking caused by uninitialized clipping planes
2019-03-02 14:16:11 +01:00
Christoph Oelckers
0febe20a08
- fixed: Unmorphing a monster did not clear its UNMORPHED flag.
2019-03-02 13:15:38 +01:00
Christoph Oelckers
805cf6c098
- moved the sprite box on the player menu up a bit because this was badly overlapping with some long texts in most languages.
2019-03-02 12:20:58 +01:00
Magnus Norddahl
05a6896d4f
- Pass vertex color and normal via uniform buffer when the attribute isn't available
2019-03-02 01:56:08 +01:00
Magnus Norddahl
d86a56086c
Merge remote-tracking branch 'origin/master' into vulkan2
2019-03-01 21:50:06 +01:00
Magnus Norddahl
d4118a755c
- load all the shaders and use the right one for each renderpass
2019-03-01 02:40:02 +01:00
Christoph Oelckers
cad2f49ceb
- use BigUpper font for option menu captions.
2019-02-28 22:19:53 +01:00
Major Cooke
b48f7da43e
Renamed to musplaying.
2019-02-28 18:47:28 +01:00
Major Cooke
210af0d414
Exported MusPlayingInfo to ZScript.
...
- Allows grabbing the currently playing song, base order, and loop properties.
2019-02-28 18:47:28 +01:00
Magnus Norddahl
2e0b34ca72
- hook up enough of renderstate to enable all of main.vp and main.fp
2019-02-28 00:26:49 +01:00
Rachael Alexanderson
612f198fcf
- separate/group out the volume sliders, make them look slightly hierarchal in order to denote their importance
2019-02-27 14:56:12 -05:00
nashmuhandes
407983749a
Added a master volume setting.
2019-02-27 14:17:45 -05:00
Rachael Alexanderson
baf5ebd1ce
- fixed: menu language selection would not save on exit (this was due to CVAR protections from the menu)
...
- moved language entry up a bit in the menu
- converted the language entry into a proper CVAR string list selection, instead of a separate menu with said list.
2019-02-27 14:07:49 -05:00
Magnus Norddahl
fe67a2c24f
- fix enough bugs to finally get some visuals
2019-02-26 20:19:54 +01:00
Rachael Alexanderson
e719b9cf00
- merge the options menu properly - the language entry was separated in its own section
2019-02-26 13:39:42 -05:00
Christoph Oelckers
e8f690116b
- removed unused gl_spritebrightfog CVAR.
2019-02-26 00:07:30 +01:00
Christoph Oelckers
413412f603
Merge branch 'master' into vulkan2
2019-02-23 19:53:38 +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
Christoph Oelckers
2874a36fbe
- added the final missing piece of localization support, i.e. forcing text based menus.
...
Now a localization mod can disable the graphics patches containing text entirely so that it can properly localize the text based menu variant.
If this flag gets set in MAPINFO, it will override all user settings.
2019-02-23 10:40:07 +01:00
Magnus Norddahl
52460d53d9
- compile main.vp and main.fp for vulkan
2019-02-22 11:30:48 +01:00
Nemrtvi
7060f9cc05
Add language menu to Options
...
In this menu, all languages supported by GZDoom are selectable with one simple click! Credits to @PROPHESSOR for making it!
(This only edits the English and French languages because they are the only languages currently up to date with GZDoom’s development. A Russian translation will follow suit at a later date.)
2019-02-21 17:54:13 +01:00
Christoph Oelckers
48fcdacf06
- more work on graphics substitutiion
...
* added a CVAR that sets how localizable graphics need to be dealt with.
* pass the substitution string to OkForLocalization so that proper checks can be performed.
* increased item spacing on Doom's list menus to 18 from 16 pixels, because otherwise the diacritic letters would not fit. 20 would have been more ideal but 18 was the limit without compromising its visual style
* added a second text-only main menu because here the spacing cannot be changed. Doing so would render any single-patch main menu non-functional. So here the rules are that if substitution takes place, it will swap out the entire menu class.
* fixed some issues with the summary screen's "entering" and "finished" graphics.
2019-02-21 00:35:27 +01:00
Christoph Oelckers
a0c10df387
- made some adjustments so that the BigFont works as intended.
...
The auto-calculated height of 24 is too tall, this requires a manual setting here. Also fix the space calculations for the "finished" graphic.
2019-02-21 01:13:42 +01:00
Christoph Oelckers
22781e3cb9
- BigFont update.
2019-02-21 00:43:58 +01:00
Christoph Oelckers
f580d85da6
- fixed typo in menu texts.
2019-02-21 00:24:09 +01:00
Christoph Oelckers
7ea2f135df
- did not save the latest changes.
2019-02-21 00:23:49 +01:00
Christoph Oelckers
8bdbd2e915
- fixed layout of summary screen.
2019-02-21 00:16:48 +01:00
Christoph Oelckers
6a742f8d34
- changed all places which used a localized string as a format template for printf, String.Format et.al.
...
Passing something non-constant at compile time here is extremely dangerous, especially when users can replace those strings if they like.
It now uses FString::Substitute in all cases where something needs to be inserted into a template string.
2019-02-20 20:20:06 +01:00
Christoph Oelckers
74f5211046
- fixed accidental commit of incomplete test code.
2019-02-20 18:54:29 +01:00
Christoph Oelckers
a6a091c83a
- reworked summary screen to use consistent contents, either all patches or all text but not mixed
2019-02-20 00:44:17 +01:00
Christoph Oelckers
9f59a84a37
- allow text substitution for StaticPatch items in ListMenus
2019-02-20 00:43:31 +01:00
Christoph Oelckers
5e288ef2d4
- fixed: Doom used Chex Quest's default settings for menu fonts.
2019-02-20 00:01:20 +01:00
Christoph Oelckers
c13e496107
- a bit of text cleanuo. Removed some unused strings and moved a few not-to-be-translated ones to language.def.
2019-02-19 23:18:46 +01:00
Christoph Oelckers
6b8303ed05
- moved the lump/resource names in the string table to their own file and removed them from other language files.
...
These are neither supposed to be translated nor overridden by other language tables.
Doing so may break later Dehacked refactorings.
2019-02-19 21:47:54 +01:00
Christoph Oelckers
5e7fb16d05
- preparation work for substituting the menu and intermission screen text graphics for localization
2019-02-19 01:22:12 +01:00
Christoph Oelckers
91206f12be
- changed zstrformat to allow %c to emit non-ASCII characters as UTF-8.
2019-02-19 00:27:47 +01:00