summaryrefslogtreecommitdiff
path: root/shiftos_next/obj/Debug
AgeCommit message (Collapse)Author
2015-05-22New ways to earn Codepoints + Terminal CleanupTheUltimateHacker
Alrighty. This one's a small one. I've ported the two beginner apps from UltraDOS that helped you earn codepoints (scriptpoints in UltraDOS) to ShiftOS-Next. I've also moved some Terminal methods like AddLine() to an API.vb module. I've also hid the MathQuiz and GuessTheNumber code in the TerminalGames module.
2015-05-21Commit for latest Alpha (0.0.1 Alpha 1)TheUltimateHacker
See the post on shiftos.net for more info.
2015-05-18New Shiftorium Upgrades, Better Save System.TheUltimateHacker
I've added some new Shiftorium upgrades, as well as some save engine fixes. If you add to the engine, and try to load, say a Boolean value from a line containing a blank String value, it'll detect that and tell you it'll rewrite that line. It preserves what it has already loaded. I've also added some new terminal commands, and some Shiftorium bugfixes.
2015-05-17Old Save Engine + Shiftorium + Softcoded PathsTheUltimateHacker
More fixes and features...
2015-05-17Added directory-surfing to Terminal.TheUltimateHacker
Added cd, ls/dir, and mkdir commands to the Terminal.
2015-05-17Initial CommitTheUltimateHacker