Latest Raze Changes

Latest 50 commits, skipping 7350

Unofficial development builds at DRD Team

Newer commits | Older commits

02-Mar-2019 (Saturday) at 04:35:35 PST by Christoph Oelckers
Commit 9ab57e242b
Parents: 00febf0498

  • fixed: PlayerStartStomp must check for NOTELEFRAG.

02-Mar-2019 (Saturday) at 04:24:52 PST by Christoph Oelckers
Commit 00febf0498
Parents: 0febe20a08

  • fixed: FLevelLocals did not set the owner for its event manager.

02-Mar-2019 (Saturday) at 04:15:38 PST by Christoph Oelckers
Commit 0febe20a08
Parents: 4cf90d70ae

  • fixed: Unmorphing a monster did not clear its UNMORPHED flag.

02-Mar-2019 (Saturday) at 03:58:28 PST by Christoph Oelckers
Commit 4cf90d70ae
Parents: 5f6198f4e4

  • fixed: cl_maxdecals did not reset the decal counter when deleting decals.

02-Mar-2019 (Saturday) at 03:54:46 PST by Christoph Oelckers
Commit 5f6198f4e4
Parents: 805cf6c098

  • let IWAD and PWAD BigFonts override BigUpper for consistency.

02-Mar-2019 (Saturday) at 03:20:58 PST by Christoph Oelckers
Commit 805cf6c098
Parents: 5ac5a0a856

  • 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
Commit 5ac5a0a856
Parents: ce1ecd0d4b

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
Commit ce1ecd0d4b
Parents: fa123f37c7

  • implemented string table macros.

01-Mar-2019 (Friday) at 16:56:08 PST by Magnus Norddahl
Commit 05a6896d4f
Parents: 1430d9012e

  • 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
Commit 1430d9012e
Parents: d86a56086c

  • fix shutdown crash and some minor adjustments

01-Mar-2019 (Friday) at 13:04:39 PST by Christoph Oelckers
Commit fa123f37c7
Parents: a5d9d334d2

  • adjustment for renamed spreadsheet.

01-Mar-2019 (Friday) at 12:50:06 PST by Magnus Norddahl

Merge remote-tracking branch 'origin/master' into vulkan2

01-Mar-2019 (Friday) at 12:34:08 PST by Magnus Norddahl
Commit 7871ec06ae
Parents: d73b0b3146

  • add depth/stencil attachment to the render pass

01-Mar-2019 (Friday) at 11:21:15 PST by Christoph Oelckers
Commit a5d9d334d2
Parents: d84930e30b

  • 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
Commit d73b0b3146
Parents: ee8349d168

  • create helper function for copying

01-Mar-2019 (Friday) at 11:06:20 PST by Magnus Norddahl
Commit ee8349d168
Parents: 01c78d7238

  • add support for specifying the topology

01-Mar-2019 (Friday) at 11:02:18 PST by Christoph Oelckers
Commit d84930e30b
Parents: 14d404e3ed

  • 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
Commit 01c78d7238
Parents: 195e91adc9

  • add a bit of bounds checking just to be safe

01-Mar-2019 (Friday) at 10:01:06 PST by Magnus Norddahl
Commit 195e91adc9
Parents: 308c884d02

  • hook up the hardware renderer

01-Mar-2019 (Friday) at 09:31:33 PST by Magnus Norddahl
Commit 308c884d02
Parents: c691a8fe64

  • use a linked list to keep track of all allocated VkHardwareTexture objects

01-Mar-2019 (Friday) at 08:27:12 PST by Christoph Oelckers
Commit 14d404e3ed
Parents: d8886214a7

  • moved misplaced characters.

01-Mar-2019 (Friday) at 07:57:51 PST by Nemrtvi
Commit d8886214a7
Parents: 2939bc701e

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
Commit c691a8fe64
Parents: b0fd5db616

  • bind the vertex inputs as specified by its vertex buffer format

01-Mar-2019 (Friday) at 00:06:34 PST by alexey.lysiuk
Commit 2939bc701e
Parents: bc5baae827

  • 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
Commit b0fd5db616
Parents: d4118a755c

  • remove misplaced todo

28-Feb-2019 (Thursday) at 17:40:02 PST by Magnus Norddahl
Commit d4118a755c
Parents: f1f8797d3c

  • load all the shaders and use the right one for each renderpass

28-Feb-2019 (Thursday) at 16:30:10 PST by Magnus Norddahl
Commit f1f8797d3c
Parents: 7f3e473f56

  • bind the layer textures

28-Feb-2019 (Thursday) at 15:42:51 PST by Magnus Norddahl
Commit 7f3e473f56
Parents: e472050f36

  • create a render pass for each blend setup

28-Feb-2019 (Thursday) at 13:59:53 PST by Marisa Kirisame
Commit bc5baae827
Parents: 23a62cbe12

Folder casing changes for Linux compatibility.

28-Feb-2019 (Thursday) at 14:52:47 PST by Christoph Oelckers
Commit 23a62cbe12
Parents: 86620aaba5

  • 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
Commit 86620aaba5
Parents: cad2f49ceb

  • allow reading xlsx spreadsheets directly for language definitions.

28-Feb-2019 (Thursday) at 13:19:53 PST by Christoph Oelckers
Commit cad2f49ceb
Parents: b48f7da43e

  • use BigUpper font for option menu captions.

28-Feb-2019 (Thursday) at 09:45:32 PST by Major Cooke
Commit b48f7da43e
Parents: 210af0d414

Renamed to musplaying.

27-Feb-2019 (Wednesday) at 10:53:30 PST by Major Cooke
Commit 210af0d414
Parents: fab8fed8df

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
Commit e472050f36
Parents: 45061e8b44

  • use dynamic state for viewport and scissor

27-Feb-2019 (Wednesday) at 16:22:38 PST by Magnus Norddahl
Commit 45061e8b44
Parents: 9a5112c1c9

  • no need to debug with a red clear anymore

27-Feb-2019 (Wednesday) at 16:18:29 PST by Magnus Norddahl
Commit 9a5112c1c9
Parents: 2e0b34ca72

  • tell the memory allocator when we are going to persistently map something

27-Feb-2019 (Wednesday) at 15:26:49 PST by Magnus Norddahl
Commit 2e0b34ca72
Parents: c2e0eba270

  • 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
Commit fab8fed8df
Parents: 612f198fcf

  • 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
Commit c2e0eba270
Parents: b4154f1772

  • hook up vid_vsync and vk_debug

27-Feb-2019 (Wednesday) at 11:56:12 PST by Rachael Alexanderson
Commit 612f198fcf
Parents: 407983749a

  • 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
Commit 407983749a
Parents: baf5ebd1ce

Added a master volume setting.

27-Feb-2019 (Wednesday) at 11:07:49 PST by Rachael Alexanderson
Commit baf5ebd1ce
Parents: 8becc0e78d

  • 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
Commit b4154f1772
Parents: 96547713d9

  • fix palette color problem

27-Feb-2019 (Wednesday) at 06:37:37 PST by Magnus Norddahl
Commit 96547713d9
Parents: a3c21e0b01

  • hook up the software renderer

26-Feb-2019 (Tuesday) at 21:15:13 PST by Christopher Bruns
Commit 8becc0e78d
Parents: e719b9cf00

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
Commit a3c21e0b01
Parents: fe67a2c24f

  • upload some real texture contents

26-Feb-2019 (Tuesday) at 11:19:54 PST by Magnus Norddahl
Commit fe67a2c24f
Parents: e1d1358249

  • fix enough bugs to finally get some visuals

26-Feb-2019 (Tuesday) at 11:18:30 PST by Magnus Norddahl
Commit e1d1358249
Parents: 19f4133768

  • add missing field

26-Feb-2019 (Tuesday) at 10:39:42 PST by Rachael Alexanderson
Commit e719b9cf00
Parents: 90ab830ff9

  • merge the options menu properly - the language entry was separated in its own section

Newer commits | Older commits