Latest Raze Changes

Latest 50 commits, skipping 2450

Unofficial development builds at DRD Team

Newer commits | Older commits

24-Apr-2023 (Monday) at 13:45:19 PDT by Magnus Norddahl
Commit 02be512738
Parents: ac1a918989

Remove mClipSplit

24-Apr-2023 (Monday) at 13:41:07 PDT by Magnus Norddahl
Commit ac1a918989
Parents: b7236f3031

Remove mLightParms

24-Apr-2023 (Monday) at 13:10:17 PDT by Magnus Norddahl
Commit b7236f3031
Parents: e0c11c1e48

Remove unused uniforms and restrict push constants to only control offsets into buffers

23-Apr-2023 (Sunday) at 15:14:04 PDT by Magnus Norddahl
Commit e0c11c1e48
Parents: 29156798e5

Remove EPassType from VkShaderManager::Get and CompileNextShader() from VkShaderManager constructor

23-Apr-2023 (Sunday) at 04:23:20 PDT by Magnus Norddahl

Merge pull request #12 from coelckers/menustrings

moved all newly added menu strigs to the string table.

22-Apr-2023 (Saturday) at 23:55:53 PDT by Christoph Oelckers
Commit 4b8f1cb743
Parents: 1730a2d5b2

moved all newly added menu strigs to the string table.

Also adding missing caption to SWRMenu.

22-Apr-2023 (Saturday) at 18:26:26 PDT by Magnus Norddahl

Merge pull request #11 from nashmuhandes/gzd_master

Sync to GZDoom master branch

22-Apr-2023 (Saturday) at 17:00:49 PDT by Magnus Norddahl
Commit b1ebb8231f
Parents: 9afc518bc1

Change the options menu to follow a more logical modern layout Remove the old simple menu as that only made things worse

11-Feb-2023 (Saturday) at 07:51:25 PST by Ricardo Luís Vaz Silva
Commit 575887b5c9
Parents: 85debd46f3

Fix value of X = Y when Y is an int constant

11-Apr-2023 (Tuesday) at 22:16:25 PDT by Blue Shadow
Commit 85debd46f3
Parents: 16eceadc7e

  • added MaxEffectTics field to Powerup

05-Apr-2023 (Wednesday) at 10:01:19 PDT by Christoph Oelckers
Commit 16eceadc7e
Parents: 176e98980f

  • fixed handling for Turkish i's.
  • islowermap and isuppermap were not set for the new characters.
  • special handling for the lowercase dotted i in allcaps fonts returned the wrong character.

05-Apr-2023 (Wednesday) at 09:59:04 PDT by Christoph Oelckers
Commit 176e98980f
Parents: c6aa80f801

  • corrected 3 character y-offsets

05-Apr-2023 (Wednesday) at 09:58:38 PDT by Christoph Oelckers
Commit c6aa80f801
Parents: 534a7f8246

  • text update

04-Apr-2023 (Tuesday) at 02:59:09 PDT by Mitchell Richters
Commit 534a7f8246
Parents: c10ab58f70

  • Move invertmouse CVARs into common code.
  • Removes duplication of CVAR definitions between Raze and GZDoom.

04-Apr-2023 (Tuesday) at 01:52:44 PDT by Mitchell Richters
Commit c10ab58f70
Parents: 44437faa5d

  • Properly fix default mouse x sensitivity.

03-Apr-2023 (Monday) at 08:03:44 PDT by Christoph Oelckers
Commit 44437faa5d
Parents: 33052385e7

  • fixed crash when checking the extended character list for the current language.

For English this will be null because it got no extended characters.

01-Apr-2023 (Saturday) at 03:45:55 PDT by Christoph Oelckers
Commit 33052385e7
Parents: f6affef791

  • backported RapidJSON fix from Raze.

31-Mar-2023 (Friday) at 08:40:19 PDT by Christoph Oelckers
Commit f6affef791
Parents: a00da83fb6

  • adapted font system to properly handle Turkish.

Those i's are really messy, especially when dealing with allcaps or pure lowercase fonts.

30-Mar-2023 (Thursday) at 14:41:22 PDT by Jan Engelhardt
Commit a00da83fb6
Parents: 7b26a144c2

build: resolve missing includes under gcc-13

26-Mar-2023 (Sunday) at 01:55:09 PDT by Christoph Oelckers
Commit 7b26a144c2
Parents: 18daf2c510

  • moved all service code to 'common'.

This needs to work on Raze as well!

26-Mar-2023 (Sunday) at 01:43:27 PDT by Christoph Oelckers
Commit 18daf2c510
Parents: a8bff8e559

  • update comment on SSBOs.

26-Mar-2023 (Sunday) at 01:35:33 PDT by Christoph Oelckers
Commit a8bff8e559
Parents: 912068118a

  • fixed a few warnings pointed out by GCC.

26-Mar-2023 (Sunday) at 00:49:40 PDT by Christoph Oelckers
Commit 912068118a
Parents: 36591d2493

  • avoid arithmetics with literal null pointers in ParseCommandLine.

Also avoid using longs.

26-Mar-2023 (Sunday) at 00:27:46 PDT by Christoph Oelckers
Commit 36591d2493
Parents: 5a36680a11

  • fixed a few more leftover Clang warnings.

26-Mar-2023 (Sunday) at 00:27:26 PDT by Christoph Oelckers
Commit 5a36680a11
Parents: 783ea20ec8

  • made D_WriteUserInfoStrings memory safe.

Its callers are anything but for now but this function was the main blocker for refactoring so it had to come first.

25-Mar-2023 (Saturday) at 23:46:23 PDT by Christoph Oelckers
Commit 783ea20ec8
Parents: b8f5511ee4

  • updated RapidJson library.

This still needed the Nan hotfix to be reapplied. The problem hasn't been addressed yet. :(

25-Mar-2023 (Saturday) at 23:33:09 PDT by Christoph Oelckers
Commit b8f5511ee4
Parents: ccb1b7ac45

  • fixed several warnings emitted by Clang.

25-Mar-2023 (Saturday) at 05:06:23 PDT by Rachael Alexanderson
Commit ccb1b7ac45
Parents: 5d0a7392fa

  • update some copyright years

22-Mar-2023 (Wednesday) at 00:54:29 PDT by Ricardo Luís Vaz Silva
Commit 5d0a7392fa
Parents: fe99da4104

Fix possible memory corruption in TArray::Delete(index, count)

18-Mar-2023 (Saturday) at 19:41:27 PDT by RaveYard
Commit fe99da4104
Parents: 2c55266f6b

Use simpler constructor for TArray in FBlockThingsIterator

18-Mar-2023 (Saturday) at 17:43:24 PDT by RaveYard
Commit 2c55266f6b
Parents: ef9cd53653

Fix TArray allocating 0 bytes in constructor

17-Mar-2023 (Friday) at 03:51:06 PDT by CandiceJoy
Commit ef9cd53653
Parents: 9afc518bc1

Fixed incorrect parameter type in A_CheckForResurrection.

19-Apr-2023 (Wednesday) at 07:12:53 PDT by Magnus Norddahl
Commit 9afc518bc1
Parents: adc3d06d6c

Also update the mac icon

19-Apr-2023 (Wednesday) at 07:10:16 PDT by Magnus Norddahl
Commit adc3d06d6c
Parents: 5c9ff283a6

Replace the icon

18-Apr-2023 (Tuesday) at 17:28:32 PDT by Magnus Norddahl
Commit 5c9ff283a6
Parents: 6381280177

Only add the lightmode actually being used into the shader

16-Apr-2023 (Sunday) at 12:49:05 PDT by Magnus Norddahl
Commit 6381280177
Parents: 6894eb013f

Remove virtual inheritance

16-Apr-2023 (Sunday) at 10:30:27 PDT by Magnus Norddahl
Commit 6894eb013f
Parents: 1b221db996

Begin removing binding points from the hwrenderer layer. Well known buffers should be created and managed by the backend, otherwise the backend just becomes an OpenGL emulator.

16-Apr-2023 (Sunday) at 08:34:52 PDT by Magnus Norddahl
Commit 1b221db996
Parents: 184e73ab28

Remove dead code

16-Apr-2023 (Sunday) at 08:07:55 PDT by Magnus Norddahl
Commit 184e73ab28
Parents: cd35a0ad76

Add GetDevice function instead of accessing device member directly

16-Apr-2023 (Sunday) at 07:51:52 PDT by Magnus Norddahl
Commit cd35a0ad76
Parents: 295eb252ab

More folder adjustments

16-Apr-2023 (Sunday) at 07:39:15 PDT by Magnus Norddahl
Commit 295eb252ab
Parents: 4638cc44d2

Change the folder structure of the vulkan backend to better reflect what is going on

16-Apr-2023 (Sunday) at 05:35:01 PDT by Magnus Norddahl
Commit 4638cc44d2
Parents: 1f5b7a0256

Fix null pointer crash when drawing sprites with a null actor

11-Feb-2023 (Saturday) at 07:51:25 PST by Ricardo Luís Vaz Silva
Commit 86bc9cafd4
Parents: 40cb7f14d0

Fix value of X = Y when Y is an int constant

11-Apr-2023 (Tuesday) at 22:16:25 PDT by Blue Shadow
Commit 40cb7f14d0
Parents: e3f8230035

  • added MaxEffectTics field to Powerup

11-Apr-2023 (Tuesday) at 17:09:28 PDT by Magnus Norddahl
Commit 1f5b7a0256
Parents: f1c448df20

Add support for gl_light_raytrace for cards that do not support rayquery

10-Apr-2023 (Monday) at 04:43:20 PDT by Magnus Norddahl

Merge pull request #10 from nashmuhandes/ZScriptNoUserSaveAndNoAutomap

Allow ZScript to control saving and the automap

08-Apr-2023 (Saturday) at 12:52:58 PDT by nashmuhandes
Commit 8204879ff8
Parents: 76c692ab7e

Allow ZScript to control saving and the automap

07-Apr-2023 (Friday) at 17:36:26 PDT by Magnus Norddahl

Merge pull request #7 from nashmuhandes/RotatingModelsWhenPausedFix

Stop rotating the models if the game is actually paused.

07-Apr-2023 (Friday) at 15:55:32 PDT by nashmuhandes
Commit 217e47db3a
Parents: e32a7eeefa

Stop rotating the models if the game is actually paused.

07-Apr-2023 (Friday) at 15:20:42 PDT by Magnus Norddahl

Merge pull request #6 from nashmuhandes/coronadocs

Re-add corona docs that was meant to be part of the original pull req…

Newer commits | Older commits