<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mike/sst/tools, branch v0.9-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.9-BETA</id>
<link rel='self' href='https://git.woz.blue/mike/sst/atom?h=v0.9-BETA'/>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/'/>
<updated>2025-05-07T22:06:15+00:00</updated>
<entry>
<title>Set the zip dates for the 0.9 release!</title>
<updated>2025-05-07T22:06:15+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2025-05-07T22:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=85ff698e4bfea4da42acfa66df2b30bb3be44a11'/>
<id>urn:sha1:85ff698e4bfea4da42acfa66df2b30bb3be44a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do the goto :end thing in mkbindist.bat too</title>
<updated>2025-04-08T00:35:35+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2025-04-08T00:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=d4bd451f8893bb01c11fb54451f0243611bf9bfb'/>
<id>urn:sha1:d4bd451f8893bb01c11fb54451f0243611bf9bfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Un-break and re-fix x86</title>
<updated>2024-09-07T11:57:38+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2024-09-07T11:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=43c64eee8dd08d61d029be5a30c0edc098d282ab'/>
<id>urn:sha1:43c64eee8dd08d61d029be5a30c0edc098d282ab</id>
<content type='text'>
The last fix was, uh, not good. With any luck this is actually correct
now. Certainly, running many millions of test cases fails to find any
mismatch with udis, so it's at least a lot less wrong than it was.
</content>
</entry>
<entry>
<title>Add update notes and bump zip version for release</title>
<updated>2024-08-26T00:52:43+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2024-08-26T00:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=33582641a9c01a6a3d62ae232f96c74299182885'/>
<id>urn:sha1:33582641a9c01a6a3d62ae232f96c74299182885</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hotfix broken Portal 5135 autojump</title>
<updated>2024-05-28T00:44:59+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2024-05-28T00:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=604dbdc53b34c25e53b19e37ab33fc09cef9111e'/>
<id>urn:sha1:604dbdc53b34c25e53b19e37ab33fc09cef9111e</id>
<content type='text'>
The tf_arena_max_streak check turns out not to work on autoload since
the client isn't loaded yet so the cvar doesn't exist yet. Using the
server-side cvar tf_escort_score_rate appears to do for now.

Also bump the zip date again since I'm doing this after midnight :^)
</content>
</entry>
<entry>
<title>Set the release zip date for 0.6</title>
<updated>2024-05-27T21:36:20+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2024-05-27T21:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=b4210731d9c2baff030fed90587932999324c6bc'/>
<id>urn:sha1:b4210731d9c2baff030fed90587932999324c6bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make various preparations for upcoming features</title>
<updated>2023-08-02T20:02:31+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-07-29T13:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=9a0d8730fa977f666b5c12e4c5901e7d0391e245'/>
<id>urn:sha1:9a0d8730fa977f666b5c12e4c5901e7d0391e245</id>
<content type='text'>
A lot of this is random WIP from a while back, at least a month ago, and
is being committed now to get it out of the way so that other patches
can be brought in and integrated against it without causing headaches.

Also rolled into this commit is a way to distinguish plugin_unload from
exiting the game. This is required for another soon-to-be-integrated
feature to avoid crashing on exit, and could in theory also be used to
speed up unloading on exit in future. While we're at it, this also
avoids the need to linearly scan through the plugin list to do the
old branch unloading fix, because we can.

Rough summary of the other smaller stuff I can remember doing:
- Rework bitbuf a bit
- Add some cryptographic nonsense in ac.c (not final at all)
- Introduce the first couple of "chunklets" libraries as a sort-of
  subproject of this one
- Tidy up random small bits and bobs
- Add source for a small keypair generation tool
- Rework democustom to be very marginally more useful
</content>
</entry>
<entry>
<title>Add update changelog and bump zip date</title>
<updated>2023-06-10T19:09:27+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-06-10T19:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=02c48fa32f0065ec853958a1d7ee49f485241095'/>
<id>urn:sha1:02c48fa32f0065ec853958a1d7ee49f485241095</id>
<content type='text'>
The zip date is tomorrow as that's the expected release date pending
some testing and hearing back from Portal people re official approval
for use in runs. With any luck it won't need to be bumped further.
</content>
</entry>
<entry>
<title>Bump version number and zip dates</title>
<updated>2022-05-31T20:00:06+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2022-05-31T19:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=1eff445a270a422ba94ede3205be739e998e530f'/>
<id>urn:sha1:1eff445a270a422ba94ede3205be739e998e530f</id>
<content type='text'>
Preparing for release, I spose!
</content>
</entry>
<entry>
<title>Set the zip dates to today for final release</title>
<updated>2022-05-05T01:11:13+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2022-05-05T01:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=cc9785e38cd1414d6d675364e5089f907b7b0a30'/>
<id>urn:sha1:cc9785e38cd1414d6d675364e5089f907b7b0a30</id>
<content type='text'>
</content>
</entry>
</feed>
