<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mike/sst/src/build, branch v0.2-BETA</title>
<subtitle>Source Speedrun Tools: practice tools and handy features for Source Engine games</subtitle>
<id>https://git.woz.blue/mike/sst/atom?h=v0.2-BETA</id>
<link rel='self' href='https://git.woz.blue/mike/sst/atom?h=v0.2-BETA'/>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/'/>
<updated>2021-12-30T16:18:25+00:00</updated>
<entry>
<title>Split up os.h, inline functions and fix some typos</title>
<updated>2021-12-30T16:18:25+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2021-12-30T16:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=f7cc6b4dcc164403d62c9b48ae37f1c4c20f4b4f'/>
<id>urn:sha1:f7cc6b4dcc164403d62c9b48ae37f1c4c20f4b4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make convar init macro type-generic</title>
<updated>2021-12-29T18:18:42+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2021-12-29T18:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=d40d588f6d7cf866f7de41db9efffdd6c1a05135'/>
<id>urn:sha1:d40d588f6d7cf866f7de41db9efffdd6c1a05135</id>
<content type='text'>
This removes the need to call atof() on each cvar on plugin load; now
all that's required is the memory allocations for the string values.
The syntax is also a bit nicer since numbers can just be numbers rather
than quoted strings.

Minor issue: specifying a string value that also happens to be numeric
will break this since the numeric representation will be zero, but I
can't see a reason this would ever happen.

Also, add a DEF_CVAR_MAX just for completeness.
</content>
</entry>
<entry>
<title>Initial public snapshot</title>
<updated>2021-11-20T03:18:08+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2021-11-20T03:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=da6f343032cb01597dc7866e66f091adf3243a62'/>
<id>urn:sha1:da6f343032cb01597dc7866e66f091adf3243a62</id>
<content type='text'>
With code from Bill. Thanks Bill!
</content>
</entry>
</feed>
