Skip to content

Conversation

@darkshade9
Copy link

No description provided.

Andrey Nazarov added 30 commits October 24, 2024 09:27
Make entity black. Add more particles and make particles larger
depending on radius.
Fixes small ‘dead pixel’ artifacts visible in dark areas.
Based on code from: Jonathan <jonno.5000@gmail.com>
Suggestions by: @res2k

Closes #362.
Using incomplete program may crash the GPU.
ANGLE doesn't like it, but Nvidia/Mesa are fine with it.
It turns out fire_lead() water detection logic has been broken all this
time due to this change. Revert to original Q2 behavior.
Can still be useful for some things. Also include packet size mode from
R1Q2.
No reason for this to be an error when other similar conditions are
warnings.
Skybox textures are typically very low-res, and having them nearest
filtered can be undesirable even if the rest of textures are.
Prevents previously visible flares from popping up behind the wall. Use
2.5 sec timeout so that flashing flares still work.
Andrey Nazarov and others added 30 commits November 30, 2024 15:18
Commit 0dbe1bb disabled rendering of NODRAW surfaces in attempt to fix
re-release maps, but this in turn broke vanilla maps which have NODRAW
bit randomly set on visible surfaces.

Only account for NODRAW if map has BSPX header.

Originally reported in Paril#132.
These are allowed to have lightmaps in vanilla Q2.
Some vanilla maps use fake sky faces for lighting and backface culling.
These faces should be invisible, and must be removed if using cubemaps.

Originally reported in Paril#132.
Prevents tiny oscillations when standing on top of another entity in
some cases. Follow-up fix to d019074.
Return value is not used anywhere currently.
Prevents conflict with limits.h when compiling in C23 mode. Also rename
CHAR_HEIGHT.
Users could kill the server by sending multiple nextserver
commands with crafted spawncount.
Also fix wrong projected point being used for shadow culling.
Don't allow referencing stats >= 32 without protocol extensions.
Lightmapped liquids are compiler specific feature independent from
DECOUPLED_LM. Make them depend on BSPX header instead.

Also restrict bmodel skies to BSPX maps only, not N64.
Hack to prevent the server from being killed if mod uses demos as
cinematics. Serving demos to multiple clients has never worked
in vanilla Q2 anyway.
For compatibility with YQ2 mapfixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants