Extra bloaty junk to modernise stuff a bit. https://fte.triptohell.info/moodles/qss/
Find a file
Andrei Drexler 8f4c5b3dfa Skip leading whitespace in Q_atoi and Q_atof
This matches the standard library and also fixes the following bug:
- load ad_sepulcher and move to an area where water is visible
- open up the console
- save waterbug
- load waterbug
Water is now invisible as long as the console is still active.

The issue stems from the fact that cvar_set is called at startup
with the arguments ("r_wateralpha", ftos(liquid_alpha)) [1],
and ftos pads its output ("  0.6"). Without skipping the leading
whitespace, Q_atof ends up returning 0, which then gets assigned
to r_wateralpha. This makes the water invisible until a stuffcmd
that sets r_wateralpha again is later received from the server.
With the console open at startup, however, the stuffcmd message
can be delayed indefinitely.

[1] 320f1cec45/world.qc (L641)
2022-01-09 01:25:50 +03:00
Linux bump version to 0.94.3, update documents. 2021-12-05 15:11:10 +03:00
MacOSX bump version to 0.94.3, update documents. 2021-12-05 15:11:10 +03:00
Misc re-diff'ed extra patches under Misc/ so that they apply cleanly. 2021-09-03 11:01:24 +03:00
Quake Skip leading whitespace in Q_atoi and Q_atof 2022-01-09 01:25:50 +03:00
Windows SDL2-2.0.18 final windows build. 2021-12-04 12:50:00 +03:00
LICENSE.txt rename gnu.txt to LICENSE.txt 2014-09-21 14:02:30 +00:00
Quakespasm-Music.txt Updates for tracker music: 2021-02-04 23:28:00 +03:00
Quakespasm.html bump version to 0.94.3, update documents. 2021-12-05 15:11:10 +03:00
Quakespasm.txt bump version to 0.94.3, update documents. 2021-12-05 15:11:10 +03:00