Magnus Norddahl
2eab98b4fb
Fix level mesh upload crash if too large textures gets uploaded
2024-06-24 16:57:10 +02:00
Magnus Norddahl
330ec45d84
Merge tag 'g4.12.2'
2024-06-23 22:27:45 +02:00
Magnus Norddahl
dab624b8b5
Fix compile error for gcc 14
2024-06-23 16:59:26 +02:00
Magnus Norddahl
8c713794a0
Add missing arm64 dlls
2024-06-20 18:45:17 +02:00
Magnus Norddahl
e76e86ca4b
Fix compile error on Windows ARM64
2024-06-20 18:11:58 +02:00
RaveYard
57d39048c8
Apply 2D shadowmapping to particles as they do not use levelmesh raytracing
2024-06-20 11:33:06 +08:00
RaveYard
c72092ffed
Fix redundant 2D shadowmap test for lightmap lights
2024-06-19 13:23:32 +02:00
dpjudas
c66b809d4e
Initialize COM early as we call SHGetKnownFolderPath as part of crash reporter setup
2024-06-16 02:31:34 +02:00
dpjudas
8c1351a363
Use a win32 message box if a fatal error happens before we got the chance to initialize zwidget's resources
2024-06-16 01:19:09 +02:00
nashmuhandes
1a89307ee7
Rename SourceRadius to SoftShadowRadius
2024-06-15 18:08:37 +08:00
nashmuhandes
1f8c617e4f
Fix Mac bundle identifier
2024-06-14 17:54:17 +08:00
Magnus Norddahl
8d320ec31c
Add textureGrad compatibility
2024-06-13 12:50:43 +02:00
dpjudas
621d052c74
Update to latest ZWidget
2024-05-26 14:04:15 +02:00
Magnus Norddahl
a25a5b5b76
Add missing include statement
2024-05-26 00:23:53 +02:00
Magnus Norddahl
d24d5ae2c8
Update to latest ZWidget
2024-05-26 00:14:44 +02:00
Magnus Norddahl
6dd59c7787
Make the volume multipliers a little less aggressive
2024-05-19 12:59:46 +02:00
Magnus Norddahl
e7f06ab1a3
Modify the volume defaults and total maximum volume in such a way that if a user puts everything on maximum the chance of audio clipping is reduced
2024-05-18 17:31:07 +02:00
Magnus Norddahl
a0d15768bb
Revert "Add startscreen_console cvar for showing the console during loading instead of the start screen"
...
This reverts commit 147a136e27 .
2024-05-14 10:52:16 +02:00
dpjudas
147a136e27
Add startscreen_console cvar for showing the console during loading instead of the start screen
2024-05-14 00:19:52 +02:00
dpjudas
92230626c1
Add additional null pointer checks for spot lights
2024-05-12 02:55:44 +02:00
Magnus Norddahl
b575ffd36d
Add null pointer check for light->target
2024-05-10 18:42:57 +02:00
Magnus Norddahl
59ad52299e
Fix path in copy command
2024-05-09 22:14:06 +02:00
Magnus Norddahl
316003dbf6
Stop building packages for debug builds
2024-05-09 22:06:36 +02:00
Magnus Norddahl
cf7be62721
Create stripped PDB and include it in the nightly builds
2024-05-09 21:56:58 +02:00
Magnus Norddahl
a7a95f4800
According to people on the zdoom forum this isn't working properly.
...
Since it isn't part of the other yml file it causes more trouble than it solves.
2024-05-09 21:27:46 +02:00
Magnus Norddahl
096b92f1b4
Rewrite the crash reporter code
2024-05-09 20:50:53 +02:00
Boondorl
71c40432e5
Reworked clientside lerping
...
Continuous Integration / Linux Clang 12 | AppImage (push) Has been cancelled
Continuous Integration / macOS | Debug (push) Has been cancelled
Continuous Integration / Linux Clang 11 | Debug (push) Has been cancelled
Continuous Integration / Visual Studio 2022 | Debug (push) Has been cancelled
Continuous Integration / Linux GCC 12 | MinSizeRel (push) Has been cancelled
Continuous Integration / Linux GCC 9 | RelWithDebInfo (push) Has been cancelled
Continuous Integration / macOS | Release (push) Has been cancelled
Continuous Integration / Linux Clang 15 | Release (push) Has been cancelled
Continuous Integration / Visual Studio 2019 | Release (push) Has been cancelled
Continuous Integration / Visual Studio 2022 | Release (push) Has been cancelled
g4.12.2
Now acts as a rubberbanding effect. The result is that movement is now considered correct and adjusted towards the real position if not rather than cautiously moving towards the predicted position.
2024-04-28 09:51:00 -03:00
Rachael Alexanderson
22fd9b66ad
- mirror changes with ZWidget, remove SDL_Wait failure message
2024-04-28 04:07:08 -04:00
Rachael Alexanderson
92e509e771
- this is 4.12.2
2024-04-28 02:41:00 -04:00
Rachael Alexanderson
d00fc3b9b8
- shorten sdl_waitevent error message
2024-04-28 01:33:00 -04:00
Rachael Alexanderson
9d460d3f46
- demote SDL_Wait errors to console printouts
2024-04-28 01:32:59 -04:00
Rachael Alexanderson
25f791156f
- fixed: rollsprites now 'unstretch' properly in regular y-billboarding
2024-04-28 01:32:33 -04:00
Rachael Alexanderson
5971d521d9
- -norun now implies -stdout on Windows as it's useless without it
2024-04-28 01:32:18 -04:00
nashmuhandes
54ee0391d7
ZDRay specs fix
2024-04-28 01:32:13 -04:00
Christoph Oelckers
98a0b5f8d2
fix lifetime of skyinfo variable in HWWall::SkyPlane.
2024-04-28 01:32:04 -04:00
Christoph Oelckers
387e59cba7
text update
2024-04-27 12:56:20 +02:00
Christoph Oelckers
0049a00fe5
added emulation of Final Doom's teleporter z glitch and activate it for Saturnia MAP10
2024-04-27 12:32:19 +02:00
Boondorl
0e8325401d
Player spawn fix in co-op new games
...
If there aren't enough player spawns present in co-op, the game will instead fail to spawn extra players, waiting for the ticker to automatically capture the fact they have PST_ENTER. This presents a problem in WorldLoaded() where it becomes unreliable whether or not a player has truly spawned. This also means those extra players had slightly different spawn behavior compared to regular pawns.
2024-04-27 12:31:14 +02:00
Boondorl
6040416caa
Fixed changeskill being unnetworked
2024-04-27 12:31:14 +02:00
Boondorl
3f07d4e689
View fixes when predicting
...
View interpolation paths are now reset properly when predicting, fixing portals. Teleporters disabling view interpolation is now handled before every movement instead of only once at the start of predicting. Enabled FoV interpolation when playing online.
2024-04-27 12:31:14 +02:00
Boondorl
503f716507
Fixed incorrect automap arrow position in multiplayer
...
This caused the player arrows to update at only 35Hz and for the console player's arrow it would lag behind when following.
2024-04-27 12:30:56 +02:00
Christoph Oelckers
347cb724e3
fixed: AActor's members must all be native.
...
The morph code added 4 scripted ones, but AActor's size must be known at compile time.
2024-04-27 12:30:55 +02:00
Boondorl
572ba9f515
Interpolation fix for network prediction
...
This is a minor fix for interpolation when playing online as predicted movement was not properly having its prev data reset like a real tick would be. This resulted in jittery player sprites in third person.
2024-04-27 12:30:55 +02:00
nashmuhandes
c08a47c920
Allow scripted menu Drawer to write to CVars
2024-04-25 15:52:31 +08:00
Rachael Alexanderson
36a4207a98
- make gcc14 happy
2024-04-25 02:37:34 -04:00
nashmuhandes
3162b23e5d
Remove redundant namedef, update UDMF spec to be more accurate
2024-04-22 22:07:28 +08:00
Magnus Norddahl
9605e992e7
Seems the Linux build doesn't produce fm_banks and soundfonts. Or it does and its located elsewhere. Remove it for now.
2024-04-22 10:45:16 +02:00
Magnus Norddahl
6d6238bc88
Add missing files to build package
2024-04-22 10:35:28 +02:00
Magnus Norddahl
d6f8087bcf
Merge pull request #70 from madame-rachelle/gzdoom-update-4-12-1
...
Gzdoom update up to f6c02d459d
2024-04-22 02:20:25 +02:00
Rachael Alexanderson
9b950c7d2f
- compile fixes
2024-04-21 11:24:52 -04:00