<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shiftos_thereturn.git/ShiftOS.WinForms/Applications/MindBlow.Designer.cs, branch winforms</title>
<subtitle>The official, open-source, C# revamp of ShiftOS.
</subtitle>
<id>https://git.shiftos.dev/shiftos_thereturn.git/atom?h=winforms</id>
<link rel='self' href='https://git.shiftos.dev/shiftos_thereturn.git/atom?h=winforms'/>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/'/>
<updated>2017-06-19T10:01:38Z</updated>
<entry>
<title>made MindBlow wayyy faster</title>
<updated>2017-06-19T10:01:38Z</updated>
<author>
<name>RogueAI42</name>
<email>declanhoare@exemail.com.au</email>
</author>
<published>2017-06-19T10:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=37e9af7ca62b5bac72a56b2b8e847e5c0a5a1a6b'/>
<id>urn:sha1:37e9af7ca62b5bac72a56b2b8e847e5c0a5a1a6b</id>
<content type='text'>
More threads. More responsive.
The IBFListener calls don't wait for the WinForms updates to finish
now. They put changes onto a few variables using a lock and then
activate a dormant thread to actually run those on the worker thread.
Once it's done, that dormant thread goes back to waiting for an
AutoResetEvent to fire that tells it when there's actually work to
do. So it shouldn't chew up any CPU. I found out about this object
working on this project and now I want to find everywhere in the game
that uses a while loop to wait for stuff, and replace it with this.
</content>
</entry>
<entry>
<title>MindBlow tweaks</title>
<updated>2017-06-19T07:03:51Z</updated>
<author>
<name>RogueAI42</name>
<email>declanhoare@exemail.com.au</email>
</author>
<published>2017-06-19T07:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=b453978afc994eec4cd328f7b9348a1e263e097f'/>
<id>urn:sha1:b453978afc994eec4cd328f7b9348a1e263e097f</id>
<content type='text'>
* MindBlow now lets you reset memory before you start a new
program, and kill one that is still executing
* The MindBlow site now uses the correct button theme
</content>
</entry>
<entry>
<title>MindBlow: Brainfuck IDE for ShiftOS</title>
<updated>2017-06-17T09:16:50Z</updated>
<author>
<name>RogueAI42</name>
<email>declanhoare@exemail.com.au</email>
</author>
<published>2017-06-17T09:16:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=dbf794c9849c0046cf2e93a878c6d8d9101d2fc8'/>
<id>urn:sha1:dbf794c9849c0046cf2e93a878c6d8d9101d2fc8</id>
<content type='text'>
For 50,000 Codepoints you can write and run Brainfuck programs in
a dedicated IDE. Check out the site on "shiftnet/mindblow".

The IDE seems to be working perfectly. The site has some theming
issues.
</content>
</entry>
</feed>
