Skip to content

bruhlookatthisdood/MonkeStation

 
 

Repository files navigation

Monkestation 13 Codebase

forthebadge forthebadge forthebadge forinfinityandbyond

Build Status Open Issues

DOWNLOADING

Downloading

Running on the server

Building Monkestation in DreamMaker directly is now deprecated and might produce errors, such as 'tgui.bundle.js': cannot find file.

How to compile in VSCode and other build options.

CONTRIBUTING

Please see CONTRIBUTING.md.

CODING STANDARD GUIDES

Coding Standards following tgstation. For More Information Please see STANDARDS.md.

Style Guide for writing code following tgstation standards. For More Information Please see STYLE.md.

Hard deletion is a very expensive operation that basically clears all references to some "thing" from memory, so avoid hard deletes. For More Information Please see HARDDELETES.md.

The MC tab holds information on how the game is performing. For More Information Please see MC_tab.md.

LICENSE

license-badge

All code after commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST is licensed under GNU AGPL v3.

All code before commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST is licensed under GNU GPL v3. (Including tools unless their readme specifies otherwise.)

See LICENSE and GPLv3.txt for more details.

tgui clientside is licensed as a subproject under the MIT license. Font Awesome font files, used by tgui, are licensed under the SIL Open Font License v1.1 tgui assets are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. The TGS3 API is licensed as a subproject under the MIT license.

See tgui/LICENSE.md for the MIT license. See tgui/assets/fonts/SIL-OFL-1.1-LICENSE.md for the SIL Open Font License. See the footers of code/__DEFINES/server_tools.dm, code/modules/server_tools/st_commands.dm, and code/modules/server_tools/st_inteface.dm for the MIT license.

All assets including icons and sound are under a Creative Commons 3.0 BY-SA license unless otherwise indicated.

Other Codebase Credits

Packages

No packages published

Languages

  • DM 89.1%
  • JavaScript 5.9%
  • HTML 2.1%
  • Python 1.3%
  • TypeScript 0.4%
  • SCSS 0.4%
  • Other 0.8%