aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Shiftnet.cs
AgeCommit message (Collapse)Author
2017-06-18Localize a lot of the window titlesMichael
2017-06-11ReflectMan Saves The Day..............RogueAI42
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.
2017-06-02Rebalance shiftnet subscriptionsMichael
2017-05-30Slight Shiftnet mods, new default skin.Michael
2017-04-23FUCKTONS OF SHIFTORIUM WORKMichael
2017-04-09finish the smiley's first storyMichael
2017-04-07Update ManagerMichael
Use the "ShiftOS.Updater" as your startup project for this to work correctly.
2017-03-10Lock certain apps away when system offline.Michael
2017-03-09FULLY COMPLETE TERMINAL COLORSMichael
2017-03-06All client-side for paid subscriptions is done.Michael
2017-03-05Allows the creation of a file (0:/md.txt) for testing ShiftOS Markdown in ↵pfg
the shiftnet
2017-03-05Paid shiftnet subscriptions are in.Michael
You can now subscribe to a shiftnet provider... you just don't get charged....yet.
2017-02-26Increase shiftletters payout (and shiftnet sub stuff)Michael
2017-02-24Added Licenseslempamo
2017-02-07Add default icons for most appsMichael
2017-02-05Fix downloader UIMichael
It now shoes the icon of the file it's downloading... and I just misspelled 'shows' as 'shoes' and don't feel like correcting it.
2017-02-02Fix download UIMichael
2017-02-02Fix threading issues with Shiftnet downloader routineMichael
2017-02-02Implement the DownloaderMichael
2017-02-02Redesign the Infobox, categorize AL itemsMichael
2017-02-02Fully implement mud traversal into OOBE and setupMichael
2017-02-02Fix back/forward buttons and addressbarMichael
2017-02-02Shiftnet style fixesMichael
2017-02-02Shiftnet, and audio fixesMichael