Boondorl
4d5bba8d02
Clean up decal behavior
...
Only update the mesh if a decal was truly created/destroyed
2024-12-14 05:40:45 +08:00
Boondorl
0b8989968d
3D floor performance fix
...
Prevent dummy trace sectors from sending updates to the accel struct
2024-12-12 16:05:09 +08:00
Magnus Norddahl
db4472b067
Maps with a ZDRayInfo must always have dynamic lights (gl_lights cvar is ignored in this situation)
2024-12-06 20:58:12 +01:00
Nash Muhandes
7092550d3e
Merge branch 'master' into pr_lightmap_modding_vkdoom
2024-10-24 11:06:26 +08:00
Rachael Alexanderson
7980d351b7
Merge branch '4.13' of ../gzdoom into gz4.13.1-merge
2024-10-20 10:25:15 -04:00
Ricardo Luís Vaz Silva
689dc61fa8
Fully revert #2479
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
2024-10-19 18:37:58 -04:00
nashmuhandes
a45bf49616
Move no-mipmapping from actor renderflag/particle flag, to a material property in GLDEFS, where it makes more sense. The feature was introduced in the short-lived engine version of 4.13 which was deemed too broken and needed to be replaced with a newer version anyway, so might as well perform an API-breaking change at this point in time. Note that this currently only works for sprites (its primary targeted use case) -- walls, flats and models can be patched in later.
2024-10-19 18:36:34 -04:00
Rachael Alexanderson
5fb83d4762
Revert "Added SECMF_HURTMONSTERS, SECMF_HARMINAIR and NOSECTORDAMAGE."
...
This reverts commit 391f496512 .
2024-10-19 10:25:19 -04:00
Rachael Alexanderson
3b07747af4
Revert "- simplify and deconstruct logic for applying sector damage - also fixes voodoo doll sector damage in TNT MAP30"
...
This reverts commit 3e33e31d19 .
Revert "Added MF9_FORCESECTORDAMAGE."
This reverts commit 61bd3a739a .
2024-10-19 10:17:52 -04:00
nashmuhandes
83b988c76e
Merge branch '4.13' of https://github.com/ZDoom/gzdoom
2024-10-16 02:31:44 +08:00
Major Cooke
cca1946201
Added (SPF_)STRETCHPIXELS.
...
This counteracts the squaring implied by rolling sprites.
2024-10-15 10:56:43 -04:00
Rachael Alexanderson
2f30f720a4
- simplify and deconstruct logic for applying sector damage - also fixes voodoo doll sector damage in TNT MAP30
2024-10-15 10:56:27 -04:00
Ricardo Luís Vaz Silva
74a49ca919
change light strength to light linearity 0.0 = inverse square, 1.0 = linear
2024-10-11 11:43:09 +02:00
nashmuhandes
55940ba21d
Merge branch 'master' of https://github.com/ZDoom/gzdoom
2024-10-10 22:04:23 +08:00
inkoalawetrust
61bd3a739a
Added MF9_FORCESECTORDAMAGE.
...
This flag forces non-player actors to take damage from hurt floors even if SECMF_HURTMONSTERS isn't true.
2024-10-09 13:51:48 -03:00
Ricardo Luís Vaz Silva
479e0c301e
add light_noshadowmap/light_dontlightactors/light_dontlightmap to UDMF
2024-10-09 04:44:51 +02:00
Ricardo Luís Vaz Silva
56787bbc17
Add LightStrength to UDMF, move SoftShadowRadius from AActor to DynamicLight
2024-10-09 04:44:51 +02:00
Ricardo Luís Vaz Silva
f88decfd70
Add bounds checking to GetMidTexturePosition, add assert to P_GetMidTexturePosition
2024-10-06 22:36:49 +08:00
nashmuhandes
58ddcd4806
Merge commit ' 6b5be653dc'
2024-10-06 21:29:38 +08:00
Ricardo Luís Vaz Silva
19e1d400e4
Add bounds checking to GetMidTexturePosition, add assert to P_GetMidTexturePosition
2024-10-05 23:03:05 -03:00
Christoph Oelckers
ccbebfcf34
fix kill count management in CopyFriendliness when used on corpses.
2024-10-04 18:33:53 +02:00
Christoph Oelckers
8354c4a5c3
Replaced MISSILE(EVEN)MORE with a real property and added related Dehacked options from Crispy Doom.
...
This also adds proper deprecation messages to the deprecated flags which were missing due to a bad definition macro.
2024-10-03 12:24:16 +02:00
Rachael Alexanderson
ad4eef3b6c
- SPAC_Walking should check for SPAC_MCross not SPAC_PCross
2024-10-01 17:38:58 -04:00
jekyllgrim
70ec8ce711
Fixed MF9_ISPUFF overlapping with MF9_NOSECTORDAMAGE
2024-10-01 11:53:11 -03:00
Ricardo Luís Vaz Silva
f8b68a6927
Serialize damagesource, fix bad character in actor.zs
2024-10-01 11:53:11 -03:00
jekyllgrim
83165dccbf
Add damagesource
2024-10-01 11:53:11 -03:00
jekyllgrim
f13bc09840
Add bIsPuff flag
2024-10-01 11:53:11 -03:00
inkoalawetrust
2c9b8f4eec
Fixed problem in CheckForShadows().
...
Fixed a regression in CheckForShadows() that made it always return a +SHADOW or +SHADOWBLOCK actor even when there were none. Causing monsters to always have messy aim if +DOSHADOWBLOCK is on.
2024-10-01 11:47:33 -03:00
Boondorl
8e1b25803e
Fix for NoLocalRender not snapshotting between hub levels
2024-09-30 02:21:52 -04:00
Jon Heard
4c27b55eb9
SetSkin and GetSkinCount added to PlayerInfo class
2024-09-29 18:14:52 -04:00
inkoalawetrust
9b8c79d182
Added check for hurt floors in P_IsUnderDamage().
2024-09-29 18:12:30 -04:00
inkoalawetrust
391f496512
Added SECMF_HURTMONSTERS, SECMF_HARMINAIR and NOSECTORDAMAGE.
...
- Added SECMF_HURTMONSTERS, which allows monsters in the flagged sector to be hurt with the same behavior as players (i.e damage leaking).
- Added SECMF_HARMINAIR, which allows players (And monsters with SECMF_HURTMONSTERS) to be hurt when they're inside the sector in general, instead of only when they're walking on it. Replicates the behavior of the DAMAGE_IN_AIR flag that SectorDamage() uses.
- Added NOSECTORDAMAGE, which makes actors with the flag immune to any harmful floors.
2024-09-29 18:12:30 -04:00
RaveYard
a4c98d8dd9
Add RADF_CIRCULARTHRUST and matching XF_/RTF_ flags
2024-09-29 17:56:41 -04:00
jekyllgrim
994078feae
Added FloatBobFactor
...
This adds a new actor property: `FloatBobFactor` (default 1.0). This will be a multiplier for level.time in `AActor::GetBobOffset`, which finally allows to control not only the range of float bobbing (which is FloatBobStrength) but also the frequency of bobbing.
2024-09-29 16:08:02 -04:00
Rachael Alexanderson
89ce70fd0b
- implement SPAC_Walking, mostly useful for teleports or for line crossings that should not happen when the player is falling or flying
...
- update UDMF spec entry
2024-09-29 16:06:36 -04:00
Magnus Norddahl
1e23dcee7c
Some initial decal rendering
2024-09-28 22:17:17 +02:00
Rachael Alexanderson
2c25cc1d9b
- well ... this was a lil redundant
2024-09-28 15:56:42 -04:00
nashmuhandes
564798502e
Merge branch 'master' of https://github.com/ZDoom/gzdoom
2024-09-26 02:53:15 +08:00
Boondorl
8c10ac6f38
Added GetDecalName()
2024-09-24 23:38:43 -04:00
nashmuhandes
1fae4b9d4a
Merge branch 'master' of https://github.com/ZDoom/gzdoom
2024-09-24 15:31:08 +08:00
Ricardo Luís Vaz Silva
79dacdf1b7
Properly fix double interpolation for IQM models
2024-09-13 17:05:22 -03:00
Ricardo Luís Vaz Silva
1429e22441
rework interpolation to allow for precalculated frames
2024-09-13 17:05:22 -03:00
Ricardo Luís Vaz Silva
b1318e4b22
quick fix for interpolation, TODO better fix
2024-09-13 12:17:09 -03:00
Ricardo Luís Vaz Silva
17d7006d72
replace naive interpolation logic with more exact logic
2024-09-13 12:17:09 -03:00
nashmuhandes
fa0a88f85e
Merge branch 'master' of https://github.com/ZDoom/gzdoom
2024-09-11 00:11:39 +08:00
nashmuhandes
58fecd4b92
Move depth fade definition to GLDEFS
2024-09-09 18:57:07 +08:00
nashmuhandes
27058efe85
Rename "depth fade falloff" to "depth fade threshold" as it makes more sense
2024-09-09 17:06:04 +08:00
Ricardo Luís Vaz Silva
afcd38907c
add SpawnMultiCoopOnly mapinfo flag to spawn **only** coop spawns in single-player
2024-09-08 17:10:33 -03:00
nashmuhandes
b8248a7744
Fix improper export of the DepthFadeFalloff variable
2024-09-09 03:13:46 +08:00
nashmuhandes
8f9cc1bc65
Prepare to add Actor depth fade
2024-09-09 02:38:22 +08:00