aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Program.cs
AgeCommit message (Collapse)Author
2017-07-02Render text onscreenMichael
2017-06-25refactoring a few server-related thingsRogueAI42
2017-06-22Fix some major Appscape bugs.Michael
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-10Fix Shiftorium init bug.Michael
2017-06-10main menu system + sandbox modeMichael
2017-05-13Dithering, audio volume, and fix shutdown bugMichael
2017-05-12dithering revampMichael
2017-05-12ShiftOS is a hydra.Michael
You pop one bug off, 2,000 more grow in its place.
2017-05-06GUI-based login screen with skinning!Michael
2017-04-29Custom Upgrade ProvidersMichael
2017-04-26SuperDesk now has a shiftnet site.Michael
2017-04-23FUCKTONS OF SHIFTORIUM WORKMichael
2017-04-17Basically finish new OOBEMichael
2017-04-06language changing actually workslempamo
2017-04-05language selection screen!lempamo
2017-02-11commit really safe for workMichael
crash handler now shows assemblyname and assemblydescription
2017-02-08Shop work.Michael
- Shop Editor implemented. - Shop List implemented. - Shops are now a way to earn Codepoints.
2017-02-07Add default icons for most appsMichael
2017-02-07Added defaulticonattribute.Michael
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-02Redesign the Infobox, categorize AL itemsMichael
2017-02-02Shiftnet, and audio fixesMichael
2017-01-29Scripting changes and background music!Michael
2017-01-27Modularize the Lua engineMichael
C# code can be exposed to Lua from anywhere in the entire source code.
2017-01-18Improved tutorial, win.open editMichael
Tutorial now goes over how to do basic things like check codepoints, buy upgrades, open windows etc. win.open now shows a list of available windows when ran with no arguments.
2017-01-17Out-of-box experience workMichael
It's definitely not working right now. I wouldn't delete your save. I have to implement the tutorial before the OOBE will let you into the game.
2017-01-08Add license to top of ALL code files.Michael
2017-01-08Initial uploadMichael