index
:
shiftos-therevival-old.git
csharp
freeroam-master
master
A single-player progressive simulation game which simulates the ever-progressive evolution of operating systems
ShiftOS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ShiftOS-TheRevival
/
MainForms
/
Console.vb
Age
Commit message (
Collapse
)
Author
2022-11-20
Guide command, MathQuiz App, ShiftOS About, and more
EverythingWindows
2022-11-19
implemented the password stuff, but failed to be able to convert other than ↵
EverythingWindows
alphabet to its correspondant
2022-11-18
Moving majority functions of apps from TerminalExternalApp into its own ↵
EverythingWindows
separate module and fixing bug on ability to set hostname and username to blank
2022-11-17
further isolate any terminal-related function from console
EverythingWindows
2022-11-17
Added KeyboardHandler to handle shortcuts and key input to make it ↵
EverythingWindows
universally used
2022-11-17
CodepointSystem module, ColorSystem module, Completing TerminalInternalApps ↵
EverythingWindows
migrating to modules
2022-11-17
Optimization on Intro Story
EverythingWindows
2022-11-16
More enhanced code management and DesktopEnvironment experiments
EverythingWindows
2022-11-14
Moving DoCommand to TerminalAPI, etc.
EverythingWindows
2022-11-14
All one-way commands are not separated into each own module
EverythingWindows
2022-11-14
moving more from Console to Terminal Internal/External Apps
EverythingWindows
2022-11-14
Migration from Console to TerminalInteralApps and TerminalExternalApps for ↵
EverythingWindows
some commands.
2022-11-13
More NewLine migration, Epilepsy warning fixing, and fixing update system
EverythingWindows
2022-11-13
Changed from Environment.NewLine to dedicated NewLine module thoroughly, ↵
EverythingWindows
Fixing a bug on always asks for update, Slowly migrating from full Terminal-dependant to Console-based