<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shiftos_thereturn.git/ShiftOS_TheReturn/Story.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-07-02T12:34:17Z</updated>
<entry>
<title>Fix softlock in shiftorium gui boot</title>
<updated>2017-07-02T12:34:17Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-07-02T12:34:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=01c347c5621a687cfac8889a32e50bd1d16628c8'/>
<id>urn:sha1:01c347c5621a687cfac8889a32e50bd1d16628c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some improvements to the OOBE</title>
<updated>2017-07-01T17:31:42Z</updated>
<author>
<name>RogueAI42</name>
<email>declanhoare@exemail.com.au</email>
</author>
<published>2017-07-01T17:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=1e5a7ea9b3269966811f0bd96b0614375347c79f'/>
<id>urn:sha1:1e5a7ea9b3269966811f0bd96b0614375347c79f</id>
<content type='text'>
Not done, but I need to get to sleep and this seems like a good
milestone.
</content>
</entry>
<entry>
<title>THOSE WHOMST'D'VE GIVE INCORRECT TOOTORALS</title>
<updated>2017-06-30T23:24:04Z</updated>
<author>
<name>RogueAI42</name>
<email>declanhoare@exemail.com.au</email>
</author>
<published>2017-06-30T23:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=33c5ff881eb7035fafe1fe75557f2fd82b14958c'/>
<id>urn:sha1:33c5ff881eb7035fafe1fe75557f2fd82b14958c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>another mission</title>
<updated>2017-06-25T17:43:14Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-06-25T17:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=8e19c8599975685410d7508b150f811dc3991f4a'/>
<id>urn:sha1:8e19c8599975685410d7508b150f811dc3991f4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mission backend.</title>
<updated>2017-06-24T23:52:57Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-06-24T23:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=ad7328882b60470ba546219cb73c14adb078a7a4'/>
<id>urn:sha1:ad7328882b60470ba546219cb73c14adb078a7a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Creation of new games is possible again!</title>
<updated>2017-06-11T21:58:35Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-06-11T21:58:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=c0017e35a46eb20e7ba2717009171eedaf9785e7'/>
<id>urn:sha1:c0017e35a46eb20e7ba2717009171eedaf9785e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ReflectMan Saves The Day..............</title>
<updated>2017-06-11T07:38:53Z</updated>
<author>
<name>RogueAI42</name>
<email>declanhoare@exemail.com.au</email>
</author>
<published>2017-06-11T07:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=107a98686a105468b5f200ebcbd27343c1210ce4'/>
<id>urn:sha1:107a98686a105468b5f200ebcbd27343c1210ce4</id>
<content type='text'>
Refactored every part in the code that used that damn foreach loop.
All assemblies are now loaded on startup into an array, and the
results of GetType() on each are concatenated into another array.
The parts of the code that were loading the assemblies and scanning
them themselves now look to ReflectMan.Types, and all disk I/O is
limited to the first time ReflectMan is accessed. While I was there
I also replaced some other foreach loops with array comprehensions
and such to speed things up - there is a noticeable improvement.

It doesn't seem to have broken anything, but I'd appreciate if
someone could do more stress testing for me.
</content>
</entry>
<entry>
<title>main menu system + sandbox mode</title>
<updated>2017-06-10T14:17:15Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-06-10T14:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=c40d071d58859e25b3781299b949b91caa0548fe'/>
<id>urn:sha1:c40d071d58859e25b3781299b949b91caa0548fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix story autosave</title>
<updated>2017-06-05T01:07:43Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-06-05T01:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=3e11eca70481841b6e2f2253d667944779cfd5fb'/>
<id>urn:sha1:3e11eca70481841b6e2f2253d667944779cfd5fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A fuckton of storyline features.</title>
<updated>2017-06-04T19:18:53Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-06-04T19:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=69aba3b373f9c9c70ec4ef2250e71465d3327299'/>
<id>urn:sha1:69aba3b373f9c9c70ec4ef2250e71465d3327299</id>
<content type='text'>
</content>
</entry>
</feed>
