GameChaos
GameChaos
### What feature is your improvement idea related to? I've always been annoyed by the ugly banding that's visible in dark maps/dark areas on maps. Example (not the most visible,...
### What feature is your improvement idea related to? Players with slow PCs shouldn't have to wade through console commands to turn off things that lower fps. ### Describe the...
Only tested in CS:GO. Frame blending should be done in linear sRGB, but SVR currently uses nonlinear sRGB leading to darkened blending between some colours and between light and dark...
Relatively recently a new GOKZ replay version has been made. [Source code here](https://github.com/KZGlobalTeam/gokz/blob/master/addons/sourcemod/scripting/gokz-replays/playback.sp#L480-L694). I'm not a typescript/javascript programmer, sorry for any weird stuff. Here's a test map and a test...
If the current map doesn’t match the jump replay’s map, then it’ll play from the player’s current position. This is better than not playing at all cos the map isn’t...
Colloquially known as "gamma correction". Apologies if my code is poopy or organised in the wrong place. Colour values need to be decoded with the correct transfer function before blending...
This allows for downsampling ImPlotGetter plots, like the "Time Series" demo in implot_demo.cpp. Stride and offset don't feel like the right words though, because instead of being a byte offset/stride,...