Commit Graph

117 Commits

Author SHA1 Message Date
Alex 'Avunia' Takiya
f9c248c09f Fix and update main repo readme (#2073)
* Remove git conflict marker and update build status badge to renamed workflow

* Add preliminary modularisation guide hyperlinks to README

* Add link to git/github cheatsheet
2020-12-07 20:19:04 +00:00
SkyratBot
84743b612e Improve naming in new GitHub actions (#1624)
Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
2020-11-08 05:00:49 +00:00
SkyratBot
edec340394 [MIRROR] Remove travis CI status badge from Readme (#1561)
* Remove travis CI status badge from Readme

* Update README.md

Co-authored-by: Cyprex <35031555+Cyprex@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
2020-11-05 00:21:53 +00:00
Gandalf
dc6a203489 Update README.md 2020-09-19 02:29:09 +01:00
Gandalf
86de96f6f7 Update README.md 2020-09-15 23:23:14 +01:00
Gandalf
71f94eb975 Update README.md 2020-08-21 23:00:45 +01:00
Gandalf
bfd212ea0d Update README.md 2020-08-14 01:04:56 +01:00
Gandalf
a48bff4318 Update README.md 2020-08-14 00:59:17 +01:00
Gandalf
fc6e767a95 Update README.md 2020-08-14 00:50:51 +01:00
Gandalf
02de767d55 Update README.md 2020-08-14 00:50:33 +01:00
Gandalf
0cbcfcca63 Update README.md 2020-08-14 00:47:38 +01:00
Gandalf
dc7e8005ee Update README.md 2020-08-14 00:45:45 +01:00
jdawg1290
62676e72a8 Force LF line endings with gitattributes and convert repo (#52266)
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
2020-07-16 03:02:40 +03:00
Jordan Brown
6e1ef76dfd Fix TGS licensing in README.md 2020-07-13 14:56:31 -04:00
oranges
0f8f2ff468 Add a link to the common core lore (#51926)
This could be a useful starting point for a new developer, who wants to
provide some spicy flavour text for their PR, but isn't sure where to
begin
2020-07-03 09:35:42 +12:00
partyaddict
3c84974f82 Removes krihelimeter from the README (#50738)
the project has been End of Lifed
2020-04-30 09:11:08 +12:00
oranges
ec8f43b476 Fix the incorrect comment about tgui by removing 2020-04-21 06:39:27 +00:00
oranges
eb4803e94e Add link to hackmd account (#50412) 2020-04-06 14:49:09 +08:00
Neo
047485c7a1 fix downloading link (#50406) 2020-04-06 09:45:25 +12:00
oranges
21fee5c73b Propose requiring use of the policy config system for some features (#50185)
* Propose requiring use of the policy config system for some features

This commit proposes adding the requirement that a developer working on
a ghost role, antag, minor antag or event mob role of any kind must
support the policy configuration system. It also lays out a simple guide
to that system, as well as expectations.

The requirement will go into affect upon merge, any non merged PR at
that time will be required to implement the guidelines

* Update .github/POLICYCONFIG.md

Co-Authored-By: Rohesie <rohesie@gmail.com>

* Update .github/POLICYCONFIG.md

Co-Authored-By: moo <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>

Co-authored-by: Rohesie <rohesie@gmail.com>
Co-authored-by: moo <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>
2020-04-02 11:54:33 -04:00
Rob Bailey
fdc283ea70 fixes an inconsistency in the readme (#50003) 2020-03-17 12:28:48 -04:00
oranges
8d11e0ffa8 Readme overhaul, splitting out useful info into their own documents (#49408)
About The Pull Request

Goes through the readme and moves a lot of stuff into situation documents, reducing scroll of death and helping people get to what they want faster.

Adds coderbus discord, and labels irc as dead
2020-02-25 08:18:28 +13:00
Aleksej Komarov
baf9bd2f95 REMOVES TGUI (#49330)
* Removes tgui

* Make tgui script executable again

* Set version of packages to 2.0.0

* Update copypasta docs to match the current best practice

* Rebuild tgui

* Update .github/CONTRIBUTING.md

Co-Authored-By: BadSS13Player <58376109+BadSS13Player@users.noreply.github.com>

* Remove holy bible by Arcane

* rebuild

Co-authored-by: BadSS13Player <58376109+BadSS13Player@users.noreply.github.com>
Co-authored-by: Rob Bailey <actioninja@gmail.com>
2020-02-17 04:51:56 -08:00
Emmett Gaines
50b2bf2282 Make each link have a newline and adds codedocs link (#46545) 2019-09-16 19:59:48 -07:00
AffectedArc07
414e248ea8 README (#44465) 2019-06-11 21:19:40 -04:00
Jordan Brown
bb286042c7 Critical readme update (#42025) 2018-12-20 12:18:02 -08:00
Denton
a7fa8933ab Pulls the plug on Omegastation 2018-09-19 16:35:00 +02:00
octareenroon91
d455eb1239 Fix link to rust-g repo
erroneous github URL since merging #36858 .
2018-08-01 01:53:54 -05:00
Jordan Brown
1abf7b7a87 Add note about docker image to the readme (#38651)
* Add note about docker image to the readme

* Forgot to undo that
2018-06-22 11:20:08 -07:00
Letter N
db914018c9 removes unnecessary <br> at README.md (#38600) 2018-06-19 09:57:34 -04:00
Bjorn Neergaard
d7966ced09 Use a rust DLL for logging (#36858)
By moving our logging to a DLL we see a drop in CPU/real time of 2-3 orders of magnitude. This is due to BYOND opening and closing file handles on every write, causing incredible amounts of unneeded overhead. The logging library also handles timestamps for us, further increasing performance gains.

This library will also allow for further offloading in the future, such as completely replacing file2text() and friends.

A pre-compiled DLL is bundled, but Linux users will have to compile manually. Directions can be found at the rust-g repo.

Log output is enhanced with millisecond time stamps:

[2018-04-01 15:56:23.522] blah blah blah

This includes runtimes as well, which benefit from the same timestamp improvements and no longer have hacky splitting code to add their own timestamps.

Log shutdown is handled in a dedicated proc called as late as possible, as rust-g integration expands this will be factored out into a generic native code shutdown proc.
2018-04-11 10:01:31 +12:00
Kyle Spier-Swenson
e0800a7de4 Includes links to standalone prepackaged database server in the readme (#36360) 2018-03-13 03:28:20 -06:00
Iamgoofball
f78a7b8f0d Update README.md 2018-02-05 14:36:21 -08:00
Kyle Spier-Swenson
34d51dc365 Adds nightlies and cdn info 2018-01-21 01:20:57 -06:00
gamedeviso
7b8d4fb78b Changed BYOND Link to Secure HTTPS (#33918)
* Changed BYOND Link to Secure HTTPS

* Updated to direct link to download page
2017-12-30 10:44:03 -05:00
Leo
c47dde9282 Merge pull request #33172 from praisenarsie/patch-12
Cleans up the README
2017-12-01 22:01:38 -02:00
Jordan Brown
710f3346a9 Cyberboss vs LICENSE round 27 (#33174)
* Cyberboss vs LICENSE round 27

* Update license name in README.md
2017-12-01 15:20:25 +01:00
FrozenGuy5
5226e58d9f cleans up the README 2017-11-29 16:54:44 +00:00
Jordan Brown
cca4f4c0f8 Rename LICENSE-GPLv3.txt to OLD_LICENSE-GPLv3.txt (#33009)
* Rename LICENSE-GPLv3.txt to OLD_LICENSE-GPLv3.txt

* Update license file name in README.md
2017-11-24 05:48:02 -05:00
oranges
e0b2b71d5c Merge pull request #32999 from MrStonedOne/patch-451
Specifies that MariaDB is required for sql in the project readme
2017-11-23 10:40:07 +13:00
FrozenGuy5
fb87e94cc8 licensing meme (#32973) 2017-11-22 13:38:35 -05:00
Kyle Spier-Swenson
4cdefa391e Specifies that MariaDB is required for sql in the project readme 2017-11-22 03:52:28 -08:00
FrozenGuy5
f8233d0a13 Updates the readme.md of the repo by changing the links to have https:// (#31854)
* https is the way to go

* changes links to https:// instead of http://

* tsk tsk byond
2017-10-22 00:59:17 -04:00
Jordan Brown
62f788fbc6 Server tools API v3.1 (#31000)
* New API for service communication

* Safer this way

* Gives the game the ability to kill itself

* tick_lag

* Sanity check

* Updates comment

* Formalization of the server tools API

* Fixes, finishes, and cleanup

* Remove unecessary scoping

* Compile fixes

* Didn't Ctrl+S

* Reimplement chat commands

* Fixup

* Required parameters

* Fax

* Testing

* Fix ON_TOPIC

* The more defines the more better

* That's bass ackwards

* Fix tgs2

* Fuck it, call him pichael

* Do this

* No, we only use the modern methods now

* Remove tgs2 relay support

* Remove kebab

* Kill kill kill

* This is back baby

* Missed a GLOB

* Remove DownloadPRDetails()

* Cache custom commands by name

* Adds "notify" chat command

* Use the official API

* Fix API misuse

* Readme licensing memes

* Fix API

* Moves chat new game announcement to when the API is confirmed compatible

* Add TGS3.json

* Fix the input options

* Removes notify command
2017-09-29 16:19:50 +13:00
FrozenGuy5
52310bb831 CERESTATION DOES NOT EXIST, COMRADE. (#30407)
* cerestation_does_not_exist

* THIS IS PROPAGANDA FROM THE ENEMY, BURN IT AT ONCE

* THESE ARE FORGED DOCUMENTS, BURN THEM TOO
2017-09-05 16:35:12 -05:00
Kyle Spier-Swenson
9b4e8a144f MOAR BADGES FOR THE BADGE GOD. (#30050)
* MOAR BADGES FOR THE BADGE GOD.

* BADGE GOD, MEET BLOOD GOD.
2017-08-22 09:13:15 +12:00
Kyle Spier-Swenson
76c3b5b6ce Adds code coverage badge
![Coverage](https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_0.svg)
2017-07-11 01:48:19 -07:00
Jordan Brown
3fa6d8305e Fixes server tools URL 2017-06-30 10:10:55 -04:00
Jordan Brown
7b5f77bfd5 Update the readme to point to tools repo 2017-06-28 09:35:51 -04:00
Jordan Brown
f0738a267b Update the readme a bit (#28446)
* Update the readme a bit

* sex
2017-06-14 19:22:29 -05:00