The official, open-source, C# revamp of ShiftOS.
This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2017-04-10 15:09:52 -04:00
Libraries Initial upload 2017-01-08 09:57:10 -05:00
ModLauncher Added Licenses 2017-02-24 20:24:57 -05:00
readme_stuff svgs were borked, things are now in png (2/3) 2017-01-08 20:06:20 -06:00
ShiftOS.MFSProfiler Added Licenses 2017-02-24 20:24:57 -05:00
ShiftOS.Modding.VB.LegacySkinConverter Update VB skin converter 2017-03-10 18:57:55 -05:00
ShiftOS.Modding.VirtualMachine Added Licenses 2017-02-24 20:24:57 -05:00
ShiftOS.Modding.VisualBasic.LegacySkinConverter First ever VB mod... it isn't going well. 2017-02-02 21:57:47 -05:00
ShiftOS.Objects Legion story work (SPOILERS!) 2017-04-09 15:56:14 -04:00
ShiftOS.Server KILL ChatBackend.cs 2017-04-10 15:09:52 -04:00
ShiftOS.Updater KILL ChatBackend.cs 2017-04-10 15:09:52 -04:00
ShiftOS.Updater.exe Update Manager 2017-04-07 18:33:41 -04:00
ShiftOS.WinForms finish the smiley's first story 2017-04-09 20:46:56 -04:00
ShiftOS_TheReturn Finish the MUD Control Centre story 2017-04-09 19:33:34 -04:00
unusedcode removed snakey for the time being 2017-03-03 15:22:23 -05: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 Update CONTRIBUTING.md 2017-03-23 17:45:42 -07: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 with links and wording 2017-03-23 17:50:49 -07:00
ShiftOS_TheReturn.sln Update Manager 2017-04-07 18:33:41 -04: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 claim ownership of it
  2. Leave copyright statements and license info at the top of all .cs files. InsertLicense.exe can be used to add the license to all files without it.

Using our code for your own 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 ShiftOS in your README and in your game or credits.

Contributing

See CONTRIBUTING.md