<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mike/sst/src, branch v0.5-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.5-BETA</id>
<link rel='self' href='https://git.woz.blue/mike/sst/atom?h=v0.5-BETA'/>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/'/>
<updated>2023-06-11T09:55:38+00:00</updated>
<entry>
<title>Add a stupid hack fix for the autojump cheat check</title>
<updated>2023-06-11T09:55:38+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-06-11T09:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=bc63c357bf1ac3ef7f153408ad9b9c48e32bde23'/>
<id>urn:sha1:bc63c357bf1ac3ef7f153408ad9b9c48e32bde23</id>
<content type='text'>
Of course, Portal doesn't actually check this properly, and it was never
tested well enough until just now. This fixes it, albeit in a really
stupid way. C'est la vie.
</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>Remove some paranoia about missing commands</title>
<updated>2023-06-10T16:01:56+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-06-10T16:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=f84d44d2a9139f3c5b58d7875bc5ef0d94881008'/>
<id>urn:sha1:f84d44d2a9139f3c5b58d7875bc5ef0d94881008</id>
<content type='text'>
There's absolutely no reason these ever wouldn't be there.
</content>
</entry>
<entry>
<title>Prune some comments and tidy up other minor things</title>
<updated>2023-06-10T15:51:02+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-06-10T15:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=1c4318331663b152b0b298bd2c9e5c971506a86b'/>
<id>urn:sha1:1c4318331663b152b0b298bd2c9e5c971506a86b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt vote reset code into fast campaign resetting</title>
<updated>2023-06-03T12:25:12+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-06-02T16:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=602a18977d500ad068fd63fbedcafb630c29ee72'/>
<id>urn:sha1:602a18977d500ad068fd63fbedcafb630c29ee72</id>
<content type='text'>
This is kind of a breaking change but the other code was obviously never
released or relied on by anyone - it will be pushed at the same time as
this in fact. It still seems worth having the original committed
separately to show the progression of development of the feature,
however. Technically the standalone vote cooldown resetting could also
be added back if ever desired however there doesn't seem to be that much
of a use case for that at the moment.

This feature ought to be a lot more convenient now as it allows for
resetting back to a set starting point no matter where the player is in
a run. It isn't universally useful as All Campaigns Legacy solo runs
require switching to a different type of server and Main Campaigns co-op
runs require restarting the game after Swamp Fever to work around the
god mode bug, however it is still useful in a good few situations.

Unfortunately this turned out to be pretty complex to implement, first
requiring a bunch of interop with valve's rather wacky KeyValues stuff,
and then requiring a bunch of especially difficult reverse engineering
of L4D1 v1.0.0.5 because it doesn't use said KeyValues stuff and does
something else completely different instead.

A side effect of all this work is that the nag removal hack is now part
of the KeyValues stuff in kvsys.c, which is kind of a comfier place for
it than just kind of dumped in the middle of sst.c.
</content>
</entry>
<entry>
<title>Improve os_dlfile() interface</title>
<updated>2023-05-21T21:11:16+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-05-21T20:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=2ba71f27c46dc38b76e932b1b1967d96a9b9f107'/>
<id>urn:sha1:2ba71f27c46dc38b76e932b1b1967d96a9b9f107</id>
<content type='text'>
Might as well return the length since we have it anyway. Also this maybe
fixes the totally busted Linux code but it's still untested and probably
doesn't work for reasons that will be discovered later on.
</content>
</entry>
<entry>
<title>Remove a couple more unused headers from nomute</title>
<updated>2023-05-21T21:11:16+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-05-21T14:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=5dff423338e82a8d9a201534f3f10aee7de0ad56'/>
<id>urn:sha1:5dff423338e82a8d9a201534f3f10aee7de0ad56</id>
<content type='text'>
Pointed out by Bill.
</content>
</entry>
<entry>
<title>Add command to reset L4D2 vote cooldowns</title>
<updated>2023-05-21T21:11:16+00:00</updated>
<author>
<name>Willian Henrique</name>
<email>wsimanbrazil@yahoo.com.br</email>
</author>
<published>2023-05-08T21:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=c2bb37238d02e1634242607a9079c5033138ced7'/>
<id>urn:sha1:c2bb37238d02e1634242607a9079c5033138ced7</id>
<content type='text'>
In most versions of L4D2, players cannot call a vote (e.g. switch
campaign, change difficulty, restart campaign) more than once every 3
minutes. This makes resetting on a first map a pain, usually requiring
reloading the map to reset the vote state.

This new sst_l4d_vote_cooldown_reset command empties the list of
structures tracking vote callers, allowing all players to vote again
immediately. This should make resetting runs a lot easier on versions
without unlimited votes.
</content>
</entry>
<entry>
<title>Support decoding a bunch of MMX/SSE instructions</title>
<updated>2023-05-21T00:11:59+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-05-20T23:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=892d99184d3969faf143d3741007b108253fa82c'/>
<id>urn:sha1:892d99184d3969faf143d3741007b108253fa82c</id>
<content type='text'>
This is actually required for an upcoming feature to work, as an
instruction scan bumps into a xorps instruction.

Still not supporting SSE3 or later, or AVX, although at this point it
seems that that would be relatively easy to add, as this thing has kept
growing on an incremental case-by-case basis.
</content>
</entry>
<entry>
<title>Add some server entity code-crawling machinery</title>
<updated>2023-05-17T22:33:33+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mikesmiffy128@gmail.com</email>
</author>
<published>2023-05-17T22:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.woz.blue/mike/sst/commit/?id=d03e4138f637027908b52764a2ce3669097947c6'/>
<id>urn:sha1:d03e4138f637027908b52764a2ce3669097947c6</id>
<content type='text'>
</content>
</entry>
</feed>
