Latest Raze Changes

Latest 50 commits, skipping 7000

Unofficial development builds at DRD Team

Newer commits | Older commits

31-Mar-2019 (Sunday) at 01:06:39 PDT by Christoph Oelckers
Commit a08cc2b477
Parents: 659de5d2d8

  • switched the input grid to the new font. Also use the same scale as the rest of the menus.

27-Mar-2019 (Wednesday) at 18:13:52 PDT by Marisa Kirisame
Commit 659de5d2d8
Parents: 8919a991a7

Silence "truncation of floating point value" warnings in gzdoom.pk3.

31-Mar-2019 (Sunday) at 00:49:08 PDT by Rachael Alexanderson

Merge branch 'master' of https://github.com/coelckers/gzdoom into vulkan2#

Conflicts:

  • #
  • src/posix/sdl/gl_sysfb.h

31-Mar-2019 (Sunday) at 00:47:43 PDT by Christoph Oelckers
Commit 8919a991a7
Parents: 3fd449378c

  • fixed: The on-screen keyboard did not properly delete the last character of the input string.

31-Mar-2019 (Sunday) at 00:38:15 PDT by Rachael Alexanderson
Commit 3fd449378c
Parents: ab16d3cd72

  • replace the lost 320x200 resolution with 960x600

31-Mar-2019 (Sunday) at 00:13:22 PDT by Christoph Oelckers
Commit ab16d3cd72
Parents: 2dc12aef71

  • limit minimum screen size to 640x400.

The current menu system simply does not work that well with 320x200, rendering the game hard to use at that tiny screen size. This is a clear case where the work required to keep it operational stands in no relation to the benefit.

31-Mar-2019 (Sunday) at 00:01:21 PDT by Christoph Oelckers
Commit 2dc12aef71
Parents: a768500afa

  • removed the NetUpdate calls from the software renderer.

These can cause highly dangerous recursions and execute play code deep inside the renderer and since the hardware renderer does not have these, there is very little point for the software renderer to retain them.

30-Mar-2019 (Saturday) at 23:16:05 PDT by Christoph Oelckers
Commit a768500afa
Parents: 282cce765d

  • do not use CalcIndent for 320x200.

30-Mar-2019 (Saturday) at 11:20:45 PDT by Nemrtvi
Commit 282cce765d
Parents: f5ad144934

MENUDEF change for new strings in Russian

This is to accomodate the grammatical gender system.

30-Mar-2019 (Saturday) at 10:52:32 PDT by Christoph Oelckers
Commit f5ad144934
Parents: 8a243cf084

  • fixed: air_finished was sometimes checked against level.time, sometimes against level.maptime.

For a per-level effect it needs to always check against level.maptime.

30-Mar-2019 (Saturday) at 10:41:38 PDT by Christoph Oelckers
Commit 8a243cf084
Parents: d40ed5c587

  • fixed: Sound sequences must be serialized after the sounds.

Otherwise their data gets reset by the sound initialization.

30-Mar-2019 (Saturday) at 10:12:33 PDT by Christoph Oelckers
Commit d40ed5c587
Parents: 71caf27039

  • reverted D_GenderToInt to check full words instead of merely initial letters.

30-Mar-2019 (Saturday) at 03:47:34 PDT by alexey.lysiuk
Commit 71caf27039
Parents: f48e0280d8

  • made gender string to integer conversion case insensitive

https://forum.zdoom.org/viewtopic.php?t=64109

30-Mar-2019 (Saturday) at 02:15:49 PDT by alexey.lysiuk
Commit df8fa90a34
Parents: 4724fdd389

  • fixed compilation warnings reported by Clang

src/rendering/vulkan/renderer/vk_renderpass.cpp:44:22: warning: comparison of integers of different signs: 'std::1::vector<FVertexBufferAttribute, std::1::allocator >::size_type' (aka 'unsigned long') and 'int' [-Wsign-compare] src/rendering/vulkan/system/vk_framebuffer.cpp:860:55: warning: format specifies type 'int' but the argument has type 'VkDeviceSize' (aka 'unsigned long long') [-Wformat] src/rendering/vulkan/system/vk_objects.h:471:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]

30-Mar-2019 (Saturday) at 02:15:26 PDT by alexey.lysiuk
Commit 4724fdd389
Parents: bd284cf337

  • updated Travis CI configuration to use Xcode 10.2

30-Mar-2019 (Saturday) at 01:25:48 PDT by Christoph Oelckers
Commit f48e0280d8
Parents: 3e8395ddaf

  • fixed: OptionMenuItemSafeCommand did not allow unsafe commands.

29-Mar-2019 (Friday) at 14:29:59 PDT by Christoph Oelckers
Commit 3e8395ddaf
Parents: 4619fc5622

  • disabled the subtractive light for the spirits of Hexen's Wraithverge.

29-Mar-2019 (Friday) at 11:09:22 PDT by Christoph Oelckers
Commit 4619fc5622
Parents: 2766b5ab2b

  • removed unused (now always active) gl_trimsprites option from the menu.

29-Mar-2019 (Friday) at 01:53:10 PDT by Rachael Alexanderson

Merge branch 'master' of https://github.com/coelckers/gzdoom into vulkan2

28-Mar-2019 (Thursday) at 16:36:04 PDT by Christoph Oelckers
Commit 70a09538c5 (virtual_2d)
Parents: 8c9d7dd131

  • implemented basics for virtual HUD size and moved some code out of D_Display

This doesn't work fully yet.

28-Mar-2019 (Thursday) at 05:10:48 PDT by player701
Commit 2766b5ab2b
Parents: c4ef8ce465

  • Fixed misplaced vertex on Community Chest MAP16

27-Mar-2019 (Wednesday) at 04:18:33 PDT by alexey.lysiuk
Commit c4ef8ce465
Parents: 1dd0909ec2

  • fixed level progression of titan-426 map on easy skill

https://www.doomworld.com/idgames/levels/doom2/Ports/s-u/titan426

27-Mar-2019 (Wednesday) at 03:57:07 PDT by Rachael Alexanderson
Commit 1dd0909ec2
Parents: 15c6cba7ac

  • fix a missing texture in strife map21

26-Mar-2019 (Tuesday) at 16:50:29 PDT by Christoph Oelckers
Commit 8c9d7dd131
Parents: ac5d8bca46

  • split GetWidth()/GetHeight() into separate functions for screen and UI. For virtualization of the UI size.

26-Mar-2019 (Tuesday) at 16:17:37 PDT by Christoph Oelckers
Commit ac5d8bca46
Parents: f4401d1525

  • floatified the entire 2D coordinate interface.

Also added some initial preparations for scaling from a global virtual screen size

26-Mar-2019 (Tuesday) at 09:30:44 PDT by Christoph Oelckers
Commit f4401d1525
Parents: 0341a3d75b

  • this option was in the wrong menu

26-Mar-2019 (Tuesday) at 08:44:26 PDT by alexey.lysiuk
Commit 15c6cba7ac
Parents: f4401d1525

  • updated LZMA SDK to version 19.00

https://www.7-zip.org/a/lzma1900.7z

26-Mar-2019 (Tuesday) at 05:08:59 PDT by Magnus Norddahl

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

26-Mar-2019 (Tuesday) at 03:10:17 PDT by Magnus Norddahl
Commit 9f0f659db0
Parents: 6078428b84

  • remove old vid_maxfps implementations as they were garbage anyway and the new one works on all the platforms

26-Mar-2019 (Tuesday) at 02:46:31 PDT by Magnus Norddahl
Commit 6078428b84
Parents: 9f758b0032

  • fix typo in sleep

26-Mar-2019 (Tuesday) at 02:40:43 PDT by Magnus Norddahl
Commit 9f758b0032
Parents: b40983be61

  • implement vid_maxfps

26-Mar-2019 (Tuesday) at 00:48:10 PDT by Christoph Oelckers
Commit b40983be61
Parents: 1c9bf262e6

  • fixed bad Printf formatter.

25-Mar-2019 (Monday) at 16:38:54 PDT by Christoph Oelckers
Commit 0341a3d75b
Parents: 0422f40d80

  • made the gross railing hack for Strife a compatibility option and restricted it to MAP04

The side effects here broke other maps and this is really too glitchy to be turned on unless really necesasary.

26-Mar-2019 (Tuesday) at 09:02:40 PDT by Christoph Oelckers
Commit 0422f40d80
Parents: ddc67fb1bc

  • restored calling OnRegister for event handlers after loading a savegame

It should be said in no uncertain terms that OnRegister operates on an uninitialized level so it should only be used for setting up the registering process of the event handler itself and nothing else - not even the event handler's data!!!

25-Mar-2019 (Monday) at 20:51:43 PDT by Rachael Alexanderson
Commit ddc67fb1bc
Parents: 493d4b4200

  • fix missing texture in Strife MAP15

25-Mar-2019 (Monday) at 15:23:52 PDT by Nemrtvi
Commit 493d4b4200
Parents: 95bcc46acc

Em dash for Strife

Necessary for Russian quest logs.

25-Mar-2019 (Monday) at 12:40:41 PDT by usernameak
Commit 95bcc46acc
Parents: 6c91d15b0a

Fixed postprocess shaders with 2 or more textures

25-Mar-2019 (Monday) at 13:30:03 PDT by Magnus Norddahl
Commit 1c9bf262e6
Parents: 7256af0b32

  • hook up VMA_ALLOCATOR_CREATE_KHR_DEDICATED_ALLOCATION_BIT

25-Mar-2019 (Monday) at 12:41:53 PDT by Magnus Norddahl
Commit 7256af0b32
Parents: 2d8516b2ca

  • fix sort bug

25-Mar-2019 (Monday) at 11:44:46 PDT by Magnus Norddahl
Commit 2d8516b2ca
Parents: be74675e5e

  • make shaderClipDistance optional

25-Mar-2019 (Monday) at 03:59:36 PDT by alexey.lysiuk
Commit 6c91d15b0a
Parents: 26b8646ec1

  • fixed adjustment of options menu slider with mouse

https://forum.zdoom.org/viewtopic.php?t=64063

24-Mar-2019 (Sunday) at 23:40:06 PDT by Nemrtvi
Commit 26b8646ec1
Parents: 10b25110c4

Redo Strife accent letters

There are no longer any spaces between the letters and their respective accents. In the previous state of GZDoom, these letters were forcibly squished by 1px vertically, and it made for a terribly inconsistent look (especially with the Strife E).

24-Mar-2019 (Sunday) at 17:41:16 PDT by Magnus Norddahl
Commit be74675e5e
Parents: c010c5e818

  • change vk_hdr default to false

24-Mar-2019 (Sunday) at 17:39:27 PDT by Magnus Norddahl
Commit c010c5e818
Parents: 954b72915c

  • fully enable vk_hdr as a feature since it works now after the queue family selection was improved

24-Mar-2019 (Sunday) at 10:33:59 PDT by Magnus Norddahl
Commit 954b72915c
Parents: 0be5cc7d1d

  • improve the queue family selection process to pick first entry in the list over later ones

24-Mar-2019 (Sunday) at 10:32:36 PDT by Magnus Norddahl
Commit 0be5cc7d1d
Parents: 88355393df

  • initialize array

24-Mar-2019 (Sunday) at 10:03:10 PDT by Magnus Norddahl
Commit 88355393df
Parents: 651d749eea

  • implement queue family transfers

24-Mar-2019 (Sunday) at 07:19:39 PDT by alexey.lysiuk
Commit 651d749eea
Parents: 15e0b6c8a7

  • limited MoltenVK logging without vk_debug

If vk_debug is set to zero (which is by default) only errors will be reported

24-Mar-2019 (Sunday) at 07:18:08 PDT by alexey.lysiuk
Commit 15e0b6c8a7
Parents: 90c4e62e67

  • gave vid_autoswitch CVAR a priority over vk_device selection

Try to mimic OpenGL GPU selection behavior with MoltenVK when automated graphics switching is disabled The CVAR isn't exposed in menu and its target audience is advanced users only

24-Mar-2019 (Sunday) at 07:09:01 PDT by alexey.lysiuk
Commit 90c4e62e67
Parents: a0b0467e91

  • removed duplicated expressions

Newer commits | Older commits