The official, open-source, C# revamp of ShiftOS.
Find a file
Rylan/wowmom98 f26333431a Revert "Revert "color picker fixes but OOPS I CANT TEST IT""
This reverts commit 76250f4df78dc35039de2ae197c9ef877b7f796c.
2017-02-05 12:01:38 -05:00
Libraries Initial upload 2017-01-08 09:57:10 -05:00
ModLauncher Fix crash handler 2017-02-03 19:44:01 -05:00
readme_stuff svgs were borked, things are now in png (2/3) 2017-01-08 20:06:20 -06:00
ShiftOS.MFSProfiler Server now FULLY encrypts saves 2017-02-05 10:56:48 -05:00
ShiftOS.Modding.VB.LegacySkinConverter Slight 0.0.7 compatibility in legacy skin converter. 2017-02-04 08:35:24 -05:00
ShiftOS.Modding.VirtualMachine Update Program.cs 2017-02-04 14:49:21 -07:00
ShiftOS.Modding.VisualBasic.LegacySkinConverter First ever VB mod... it isn't going well. 2017-02-02 21:57:47 -05:00
ShiftOS.Objects Fix major security flaw in multi-user domain 2017-02-04 19:11:53 -05:00
ShiftOS.Server Fix missing return statement 2017-02-05 11:28:45 -05:00
ShiftOS.WinForms Revert "Revert "color picker fixes but OOPS I CANT TEST IT"" 2017-02-05 12:01:38 -05:00
ShiftOS.Wpf Add license to top of ALL code files. 2017-01-08 10:17:07 -05:00
ShiftOS_TheReturn Fix downloader UI 2017-02-05 11:54:33 -05:00
Templates Create PullRequestTemplate.md 2017-01-10 12:46:48 -08:00
.gitattributes Initial upload 2017-01-08 09:57:10 -05:00
.gitignore migrate gitignore 2017-01-08 09:58:50 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-01-10 12:43:14 -08:00
CREDITS.md Added links to GitHub profiles in CREDITS 2017-01-14 09:11:20 -06:00
InsertLicense.exe Add license to top of ALL code files. 2017-01-08 10:17:07 -05:00
LICENSE Initial upload 2017-01-08 09:57:10 -05:00
README.md Update README.md 2017-01-14 13:00:25 -08:00
ShiftOS_TheReturn.sln Fix crash handler 2017-02-03 19:44:01 -05:00
ShiftOS_TheReturn.userprefs Linux test 2017-01-18 15:36:06 -05:00

ShiftOS

Discord Build status

The official, open-source, C# revamp of ShiftOS.

License

We are licensed under the MIT license. A simple description is:

  1. Don't steal our code and call it yours
  2. If you fork us, leave any copyright statements and license info at the top of all .cs files. You can use the InsertLicense executable to insert the statement into any code files missing the copyright statement.

Using our code for your own front-end project

You may use the ShiftOS.Engine, ShiftOS.Objects, and ShiftOS.Server projects to create your own games. You must include the original license and link back to this in your game or credits.

Contributing

See CONTRIBUTING.md