diff --git a/html/changelog.html b/html/changelog.html index 7376de0a506..44ce8dbeaab 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -55,6 +55,18 @@ -->
+

01 February 2017

+

Cyberboss updated:

+ +

Xhuis updated:

+ +

31 January 2017

Cyberboss updated:

- -

30 November 2016

-

ANGRY CODER updated:

- -

Cobby [Idea stolen from Shaps] updated:

- -

Cyberboss updated:

- -

Gun Hog updated:

- -

Joan updated:

- -

Mervill updated:

- -

Thunder12345 updated:

-
GoonStation 13 Development Team diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 4d0c5b9264d..2a752c2dbf2 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -9184,3 +9184,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - rscadd: Added the ability to choose where your uplink spawns, choose between the classic PDA, the "woops you don't actually have a PDA" fallback Radio uplink and the brand new Pen uplink! +2017-02-01: + Cyberboss: + - bugfix: AI integrity restorer computer now respects power usage + - bugfix: Progress bars will now stack vertically instead of on top of each other + - bugfix: Progress bars will no longer be affected by lighting + Xhuis: + - rscadd: You can now fold up bluespace body bags with creatures or objects inside. + You can't fold them up if too many things are inside, but anything you fold + up in can be carried around in the object and redeployed at any time. diff --git a/html/changelogs/AutoChangeLog-pr-23249.yml b/html/changelogs/AutoChangeLog-pr-23249.yml deleted file mode 100644 index c680ee6feb6..00000000000 --- a/html/changelogs/AutoChangeLog-pr-23249.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Xhuis" -delete-after: True -changes: - - rscadd: "You can now fold up bluespace body bags with creatures or objects inside. You can't fold them up if too many things are inside, but anything you fold up in can be carried around in the object and redeployed at any time." diff --git a/html/changelogs/AutoChangeLog-pr-23284.yml b/html/changelogs/AutoChangeLog-pr-23284.yml deleted file mode 100644 index 0b338fc4323..00000000000 --- a/html/changelogs/AutoChangeLog-pr-23284.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Cyberboss" -delete-after: True -changes: - - bugfix: "AI integrity restorer computer now respects power usage" diff --git a/html/changelogs/AutoChangeLog-pr-23516.yml b/html/changelogs/AutoChangeLog-pr-23516.yml deleted file mode 100644 index 8798089de34..00000000000 --- a/html/changelogs/AutoChangeLog-pr-23516.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Cyberboss" -delete-after: True -changes: - - bugfix: "Progress bars will now stack vertically instead of on top of each other" - - bugfix: "Progress bars will no longer be affected by lighting"