Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tgstation/-tg-station int…
Browse files Browse the repository at this point in the history
…o bandanno's

Conflicts:
	config/admins.txt
  • Loading branch information
dannno committed Jan 12, 2015
2 parents c827a6b + d5950a6 commit 3dc5a04
Show file tree
Hide file tree
Showing 597 changed files with 33,485 additions and 29,226 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you want to contribute the first thing you'll need to do is [set up Git](http

We have a [list of guides on the wiki](http://www.tgstation13.org/wiki/index.php/Guides#Development_and_Contribution_Guides) which will help you get started contributing to /tg/station with git and Dream Maker. For beginners, it is recommended you work on small projects, at first. If you need help learning to program in BYOND check out this [repository of resources](http://www.byond.com/developer/articles/resources).

There is an easy list of issues which are [contributor friendly, here](https://github.com/tgstation/-tg-station/issues?labels=Contributor+Friendly&page=1&state=open).
There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/-tg-station/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22).

You can of course, as always, ask for help at [#coderbus](irc://irc.rizon.net/coderbus) on irc.rizon.net. We are just here to have fun and help so do not expect professional support please.

Expand Down
661 changes: 661 additions & 0 deletions LICENSE-AGPLv3.txt

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions LICENSE-GPLv3.txt

Large diffs are not rendered by default.

20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# **Licensing has recently changed from GPLv3 to AGPLv3. See [#6689](https://github.com/tgstation/-tg-station/pull/6689) for more info.**

##/tg/station v1.0.1

[![Build Status](https://travis-ci.org/tgstation/-tg-station.png)](https://travis-ci.org/tgstation/-tg-station)
Expand Down Expand Up @@ -71,6 +73,18 @@ compiled tgstation.dmb file. Make sure to set the port to the one you
specified in the config.txt, and set the Security box to 'Safe'. Then press GO
and the server should start up and be ready to join.

###HOSTING ON LINUX
We use BYGEX for some of our text replacement related code. Unfortunately, we
only have a windows dll included right now. If you're up to it, you can head
over to https://code.google.com/p/byond-regex/ and compile it for linux.

Otherwise, edit the file `code/_compile_options.dm`, and comment out:
`#define USE_BYGEX`
at the bottom, so that it looks like this:
`//#define USE_BYGEX`
Recompile the codebase afterwards.


##UPDATING

To update an existing installation, first back up your /config and /data folders
Expand Down Expand Up @@ -123,7 +137,9 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md)

##LICENSE

All code is under a GNU GPL v3 license (http://www.gnu.org/licenses/gpl.html),
including tools unless their readme specifies otherwise.
All code after commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST (https://github.com/tgstation/-tg-station/commit/333c566b88108de218d882840e61928a9b759d8f) is licensed under GNU AGPL v3 (http://www.gnu.org/licenses/agpl-3.0.html).
All code before commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST (https://github.com/tgstation/-tg-station/commit/333c566b88108de218d882840e61928a9b759d8f) is licensed under GNU GPL v3 (https://www.gnu.org/licenses/gpl-3.0.html).

including tools unless their readme specifies otherwise. See LICENSE-AGPLv3.txt and LICENSE-GPLv3.txt for more details.
All content including icons and sound is under a Creative Commons 3.0 BY-SA
license (http://creativecommons.org/licenses/by-sa/3.0/).
32 changes: 0 additions & 32 deletions _maps/AsteroidStation.dm

This file was deleted.

3 changes: 2 additions & 1 deletion _maps/RandomZLevels/fileList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
#_maps/RandomZLevels/listeningpost.dmm
#_maps/RandomZLevels/spacehotel.dmm
#_maps/RandomZLevels/centcomAway.dmm
#_maps/RandomZLevels/moonoutpost19.dmm
#_maps/RandomZLevels/moonoutpost19.dmm
#_maps/RandomZLevels/undergroundoutpost45.dmm
Loading

0 comments on commit 3dc5a04

Please sign in to comment.