multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.3k stars 412 forks source link

Postfx stage fix #3478

Closed tederis closed 1 week ago

tederis commented 1 week ago

Fixes the bug described in #3457. This PR changes the render order in the following way:

  1. Color filter, grain, radiosity, infrared and nightvision effects are still occured before the "postfx" stage.
  2. Heat haze and CCTV effects are now rendered after the "postfx" stage. This is due to specifics of the bug(see https://github.com/multitheftauto/mtasa-blue/issues/3457#issuecomment-2167423832).
botder commented 1 week ago

Crashes on disconnect - fixed in a7e58e0c12eb9853f80987952b2d40eef76ed096

image

tederis commented 1 week ago

Crashes on disconnect - fixed in a7e58e0

image

Oh, I forgot about the nulling. Thanks for the fix.