Latest Raze Changes
Latest 50 commits, skipping 7350
Unofficial development builds at DRD Team
02-Mar-2019 (Saturday) at 04:35:35 PST by Christoph Oelckers
- fixed: PlayerStartStomp must check for NOTELEFRAG.
02-Mar-2019 (Saturday) at 04:24:52 PST by Christoph Oelckers
- fixed: FLevelLocals did not set the owner for its event manager.
02-Mar-2019 (Saturday) at 04:15:38 PST by Christoph Oelckers
- fixed: Unmorphing a monster did not clear its UNMORPHED flag.
02-Mar-2019 (Saturday) at 03:58:28 PST by Christoph Oelckers
- fixed: cl_maxdecals did not reset the decal counter when deleting decals.
02-Mar-2019 (Saturday) at 03:54:46 PST by Christoph Oelckers
- let IWAD and PWAD BigFonts override BigUpper for consistency.
02-Mar-2019 (Saturday) at 03:20:58 PST by Christoph Oelckers
- moved the sprite box on the player menu up a bit because this was badly overlapping with some long texts in most languages.
02-Mar-2019 (Saturday) at 01:38:55 PST by Nemrtvi
French characters for Raven games
Most of this is ripped from Hexen 64 with minor edits and palette conversions. Credits to Jimmy for the cedillas and BIGFONT breves!
02-Mar-2019 (Saturday) at 03:06:24 PST by Christoph Oelckers
- implemented string table macros.
01-Mar-2019 (Friday) at 16:56:08 PST by Magnus Norddahl
- Pass vertex color and normal via uniform buffer when the attribute isn't available
01-Mar-2019 (Friday) at 15:46:25 PST by Magnus Norddahl
- fix shutdown crash and some minor adjustments
01-Mar-2019 (Friday) at 13:04:39 PST by Christoph Oelckers
- adjustment for renamed spreadsheet.
01-Mar-2019 (Friday) at 12:50:06 PST by Magnus Norddahl
Merge remote-tracking branch 'origin/master' into vulkan201-Mar-2019 (Friday) at 12:34:08 PST by Magnus Norddahl
- add depth/stencil attachment to the render pass
01-Mar-2019 (Friday) at 11:21:15 PST by Christoph Oelckers
- fixed: The lump renaming was not performed for Doom, even for those pieces where needed.
01-Mar-2019 (Friday) at 11:15:56 PST by Magnus Norddahl
- create helper function for copying
01-Mar-2019 (Friday) at 11:06:20 PST by Magnus Norddahl
- add support for specifying the topology
01-Mar-2019 (Friday) at 11:02:18 PST by Christoph Oelckers
- added inverted exclamation and question marks wherever they could be created by rotating the regular ones.
01-Mar-2019 (Friday) at 10:15:52 PST by Magnus Norddahl
- add a bit of bounds checking just to be safe
01-Mar-2019 (Friday) at 10:01:06 PST by Magnus Norddahl
- hook up the hardware renderer
01-Mar-2019 (Friday) at 09:31:33 PST by Magnus Norddahl
- use a linked list to keep track of all allocated VkHardwareTexture objects
01-Mar-2019 (Friday) at 08:27:12 PST by Christoph Oelckers
- moved misplaced characters.
01-Mar-2019 (Friday) at 07:57:51 PST by Nemrtvi
Add Serbian characters for Doom, Heretic and Hexen
Add Serbian SMALLFONT characters for Doom and both SMALLFONT and BIGFONT for Heretic & Hexen.
01-Mar-2019 (Friday) at 06:37:13 PST by Magnus Norddahl
- bind the vertex inputs as specified by its vertex buffer format
01-Mar-2019 (Friday) at 00:06:34 PST by alexey.lysiuk
- fixed compilation error with GCC and Clang
src/intermission/intermission_parse.cpp:941:2: error: no matching function for call to 'F_StartFinale'
28-Feb-2019 (Thursday) at 17:42:24 PST by Magnus Norddahl
- remove misplaced todo
28-Feb-2019 (Thursday) at 17:40:02 PST by Magnus Norddahl
- load all the shaders and use the right one for each renderpass
28-Feb-2019 (Thursday) at 16:30:10 PST by Magnus Norddahl
- bind the layer textures
28-Feb-2019 (Thursday) at 15:42:51 PST by Magnus Norddahl
- create a render pass for each blend setup
28-Feb-2019 (Thursday) at 13:59:53 PST by Marisa Kirisame
Folder casing changes for Linux compatibility.
28-Feb-2019 (Thursday) at 14:52:47 PST by Christoph Oelckers
- added a 'testfinale' CCMD, so that the layout of finale texts can be tested more easily
28-Feb-2019 (Thursday) at 13:21:55 PST by Christoph Oelckers
- allow reading xlsx spreadsheets directly for language definitions.
28-Feb-2019 (Thursday) at 13:19:53 PST by Christoph Oelckers
- use BigUpper font for option menu captions.
28-Feb-2019 (Thursday) at 09:45:32 PST by Major Cooke
Renamed to musplaying.
27-Feb-2019 (Wednesday) at 10:53:30 PST by Major Cooke
Exported MusPlayingInfo to ZScript.
- Allows grabbing the currently playing song, base order, and loop properties.
28-Feb-2019 (Thursday) at 06:45:59 PST by Magnus Norddahl
- use dynamic state for viewport and scissor
27-Feb-2019 (Wednesday) at 16:22:38 PST by Magnus Norddahl
- no need to debug with a red clear anymore
27-Feb-2019 (Wednesday) at 16:18:29 PST by Magnus Norddahl
- tell the memory allocator when we are going to persistently map something
27-Feb-2019 (Wednesday) at 15:26:49 PST by Magnus Norddahl
- hook up enough of renderstate to enable all of main.vp and main.fp
27-Feb-2019 (Wednesday) at 13:51:39 PST by Christoph Oelckers
- reformat the intermission screen if the text is very long.
This will ensure better visibility on widescreen displays, at least.
27-Feb-2019 (Wednesday) at 13:20:18 PST by Magnus Norddahl
- hook up vid_vsync and vk_debug
27-Feb-2019 (Wednesday) at 11:56:12 PST by Rachael Alexanderson
- separate/group out the volume sliders, make them look slightly hierarchal in order to denote their importance
26-Feb-2019 (Tuesday) at 12:57:28 PST by nashmuhandes
Added a master volume setting.
27-Feb-2019 (Wednesday) at 11:07:49 PST by Rachael Alexanderson
- 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.
27-Feb-2019 (Wednesday) at 07:28:29 PST by Magnus Norddahl
- fix palette color problem
27-Feb-2019 (Wednesday) at 06:37:37 PST by Magnus Norddahl
- hook up the software renderer
26-Feb-2019 (Tuesday) at 21:15:13 PST by Christopher Bruns
Enable menu blur in stereo 3d. Use more blitting to avoid confusing framebuffer state management in stereo 3D.
26-Feb-2019 (Tuesday) at 13:45:18 PST by Magnus Norddahl
- upload some real texture contents
26-Feb-2019 (Tuesday) at 11:19:54 PST by Magnus Norddahl
- fix enough bugs to finally get some visuals
26-Feb-2019 (Tuesday) at 11:18:30 PST by Magnus Norddahl
- add missing field
26-Feb-2019 (Tuesday) at 10:39:42 PST by Rachael Alexanderson
- merge the options menu properly - the language entry was separated in its own section