<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shiftos_thereturn.git/ShiftOS.WinForms/Applications/Shiftnet.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-19T00:31:19Z</updated>
<entry>
<title>Localize a lot of the window titles</title>
<updated>2017-06-19T00:31:19Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-06-19T00:31:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=5fd343195be5632ba341031953d4a4e6d9317253'/>
<id>urn:sha1:5fd343195be5632ba341031953d4a4e6d9317253</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>Rebalance shiftnet subscriptions</title>
<updated>2017-06-03T01:06:31Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-06-03T01:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=719f2e4170e0a42ca372ff142e5b9613177db1be'/>
<id>urn:sha1:719f2e4170e0a42ca372ff142e5b9613177db1be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Slight Shiftnet mods, new default skin.</title>
<updated>2017-05-30T20:34:31Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-05-30T20:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=0451b5d15703987b6be1160917ea31d36f6ee125'/>
<id>urn:sha1:0451b5d15703987b6be1160917ea31d36f6ee125</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FUCKTONS OF SHIFTORIUM WORK</title>
<updated>2017-04-23T18:53:10Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-04-23T18:53:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=e833a9bf2751f16d8614af9aa20f5b9bec3d81a8'/>
<id>urn:sha1:e833a9bf2751f16d8614af9aa20f5b9bec3d81a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>finish the smiley's first story</title>
<updated>2017-04-10T00:46:56Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-04-10T00:46:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb'/>
<id>urn:sha1:a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Manager</title>
<updated>2017-04-07T22:33:41Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-04-07T22:33:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=a8583c95d082d36f6d0665d0b25c2fc6c4b5e943'/>
<id>urn:sha1:a8583c95d082d36f6d0665d0b25c2fc6c4b5e943</id>
<content type='text'>
Use the "ShiftOS.Updater" as your startup project for this to work
correctly.
</content>
</entry>
<entry>
<title>Lock certain apps away when system offline.</title>
<updated>2017-03-10T17:29:28Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-03-10T17:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=a9754b7df28795b6bb2c5cfe04c1b38b19fb0d05'/>
<id>urn:sha1:a9754b7df28795b6bb2c5cfe04c1b38b19fb0d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FULLY COMPLETE TERMINAL COLORS</title>
<updated>2017-03-09T23:15:29Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-03-09T23:15:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=a9b08eb21676a6c59b0c8bb6046b40bd42e078d5'/>
<id>urn:sha1:a9b08eb21676a6c59b0c8bb6046b40bd42e078d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All client-side for paid subscriptions is done.</title>
<updated>2017-03-06T16:52:49Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-03-06T16:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=909873af65113a5808e509741a3f37f849d425ca'/>
<id>urn:sha1:909873af65113a5808e509741a3f37f849d425ca</id>
<content type='text'>
</content>
</entry>
</feed>
