slipher
slipher
"Run" sounds like it should be the normal default behavior, but it is a specialized option for skipping updates.
The `RunWithoutUpdate` action looks OK in terms of functioning correctly. I have doubts about the `Update` action. I believe this would cause the check for an updater update to be...
Maybe the `Update` action could be described as something like "Modify or repair installation". When there is really an update it should happen automatically (barring slow DNS/connection), so it might...
I don't really like downloading `https:` links, without actually implementing HTTPS. Maybe we could use a different protocol name like `fakehttps:`. If the server owner sets an `https:` URL then...
> Naming it fakehttps: doesn't really help when someone sets a redirection though We don't allow redirects at all. > Currently the cvar doesn't expect protocol to be specified. It...
> upstream the fixes There is no upstream. FindLocale was dropped on a mailing list in 2005.
> Q3map2 has a trick to also store lightmaps in sRGB space, this makes possible to bias the storage and allocate more precision to some wanted values (makes black less...
So this doesn't do anything different unless you have a map compiled with sRGB? I'm afraid it would be a nightmare to design any non-map graphical assets (player and buildable...
> > I'm afraid it would be a nightmare to design any non-map graphical assets (player and buildable models, weapon effects, etc.) if they have to work with 2 very...
What about `r_halfLambertLighting`? That may be another part of the universe of hacks to work around sRGB-unaware rendering pipelines.