<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shiftos_thereturn.git/ShiftOS_TheReturn/Scripting.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-13T12:40:47Z</updated>
<entry>
<title>SidePanel system, system status, crapton of other neat things</title>
<updated>2017-07-13T12:40:47Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-07-13T12:40:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=e92af1bc7fe5cd5860206061f4ff261b3339cc51'/>
<id>urn:sha1:e92af1bc7fe5cd5860206061f4ff261b3339cc51</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>It's amazing what talking to Rylan can do to an integer datatype.</title>
<updated>2017-05-30T00:08:30Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-05-30T00:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=37ac4c684ce3904c5ec614362ed99bb9867ca0f3'/>
<id>urn:sha1:37ac4c684ce3904c5ec614362ed99bb9867ca0f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>un obsoleting</title>
<updated>2017-05-28T18:44:24Z</updated>
<author>
<name>Rylan/wowmom98</name>
<email>youarenotgonnagetanemailoutofme@lolnope.com.net.org.fm</email>
</author>
<published>2017-05-28T18:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=c7ba7d733c756d196f98dd4533289a1ef4db715f'/>
<id>urn:sha1:c7ba7d733c756d196f98dd4533289a1ef4db715f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>document scripting</title>
<updated>2017-05-20T12:27:05Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-05-20T12:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=a1fa66f787a9298a67ab824303fd70f2b1bc5f79'/>
<id>urn:sha1:a1fa66f787a9298a67ab824303fd70f2b1bc5f79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix the hacker101 story some more</title>
<updated>2017-03-11T14:54:44Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-03-11T14:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=dad61e325cfcd1ce12ae6f29d3778d1c919c6ab3'/>
<id>urn:sha1:dad61e325cfcd1ce12ae6f29d3778d1c919c6ab3</id>
<content type='text'>
</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>mud diagnostics and user info</title>
<updated>2017-03-09T15:33:44Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-03-09T15:33:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=ea430ac9df46cf01c8c4f8502097057a8da42600'/>
<id>urn:sha1:ea430ac9df46cf01c8c4f8502097057a8da42600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>callback action can be fired when user closes infobox</title>
<updated>2017-03-09T14:53:00Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-03-09T14:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=02fd7a883b4592a2200c4f3e912e56bdc09bfdbc'/>
<id>urn:sha1:02fd7a883b4592a2200c4f3e912e56bdc09bfdbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Server-side scripts now get ran.</title>
<updated>2017-03-09T14:48:51Z</updated>
<author>
<name>Michael</name>
<email>Michael@some.where</email>
</author>
<published>2017-03-09T14:48:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shiftos.dev/shiftos_thereturn.git/commit/?id=8db3a2e11c6cc58adb2b62fbce1c1f63426b674c'/>
<id>urn:sha1:8db3a2e11c6cc58adb2b62fbce1c1f63426b674c</id>
<content type='text'>
</content>
</entry>
</feed>
