"[ci skip] Automatic Build - 2020.05.18.17.08.13"

This commit is contained in:
AuroraBuildBot
2020-05-18 17:08:13 +00:00
parent d062092a8f
commit 35eac148cf
5 changed files with 32 additions and 51 deletions
+6
View File
@@ -40,6 +40,12 @@
<ul class="changes bgimages16">
<li class="tweak">The announcement sound has been changed to be the nightlight sound.</li>
</ul>
<h3 class="author">ParadoxSpace updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Some Engineering programs have been re-added to function on wristbounds.</li>
<li class="rscadd">All computers can now run Cargo Order and NTSL2 Interpreter.</li>
<li class="rscadd">Everyone now gets a Crew Manifest and News Browser on their computers.</li>
</ul>
<h3 class="author">Wowzewow (Wezzy) updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds new jamjar and circle glasses in the loadout. Check them out.</li>
+4
View File
@@ -13168,6 +13168,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2020-05-18:
MattAtlas:
- tweak: The announcement sound has been changed to be the nightlight sound.
ParadoxSpace:
- rscadd: Some Engineering programs have been re-added to function on wristbounds.
- rscadd: All computers can now run Cargo Order and NTSL2 Interpreter.
- rscadd: Everyone now gets a Crew Manifest and News Browser on their computers.
Wowzewow (Wezzy):
- rscadd: Adds new jamjar and circle glasses in the loadout. Check them out.
- rscdel: Removes green glasses for being practically useless.
@@ -1,43 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: ParadoxSpace
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Some Engineering programs have been re-added to function on wristbounds."
- rscadd: "All computers can now run Cargo Order and NTSL2 Interpreter."
- rscadd: "Everyone now gets a Crew Manifest and News Browser on their computers."
+1 -1
View File
File diff suppressed because one or more lines are too long
+21 -7
View File
@@ -7031,11 +7031,13 @@
},
"balanced-match": {
"version": "1.0.0",
"bundled": true
"bundled": true,
"optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -7048,15 +7050,18 @@
},
"code-point-at": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"core-util-is": {
"version": "1.0.2",
@@ -7159,7 +7164,8 @@
},
"inherits": {
"version": "2.0.4",
"bundled": true
"bundled": true,
"optional": true
},
"ini": {
"version": "1.3.5",
@@ -7169,6 +7175,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -7181,17 +7188,20 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
"bundled": true
"bundled": true,
"optional": true
},
"minipass": {
"version": "2.9.0",
"bundled": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
@@ -7208,6 +7218,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -7288,7 +7299,8 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"object-assign": {
"version": "4.1.1",
@@ -7298,6 +7310,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@@ -7403,6 +7416,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",