[READ-ONLY] Mirror of https://github.com/jackmawer/ServoUtility. Servo Utility, formally WhiteRose, is a cross-platform .NET library to build FreeSO update and launcher utilities.
Commits
Author
Commit
Message
Date
* Removed Settings.settings and App.config
* Renamed GlobalSettings to Settings
* Switched to Windows Forms from Eto to avoid conflicts
* Multiple AppDomain preparation
* Renamed project to ServoUtility
* Removed fsoParmas
* Decoupled most hardcoded settings to .ini file
* Move "not found" messages to a variable
* Check if isGui is true ontop of default (literally), just in case the
update utility can switch between console or graphical interfaces
After noticing CommandRose-Launcher, take into consideration for the
possibility of a command line-based utility. By default, WhiteRose
assumes it's a GUI. As always, this can be changed from the Configure
class.
Runtime configuration can now be done using the Configure class.
Fixed README
master