diff --git a/html/changelog.html b/html/changelog.html index 067e8923d20..baf666a64e8 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -51,6 +51,29 @@ -->
+

14 October 2019

+

Firecage updated:

+ +

Kaffe-work updated:

+ +

PKPenguin321 updated:

+ +

Qustinnus updated:

+ +

13 October 2019

4dplanner updated:

- -

12 August 2019

-

ATHATH updated:

- -

Akrilla updated:

- -

Bucovineanu updated:

- -

Dawson1917 updated:

- -

Denton updated:

- -

ExcessiveUseOfCobblestone updated:

- -

Fikou updated:

- -

Floyd / Qustinnus updated:

- -

MCterra10 updated:

- -

Mickyan updated:

- -

Penterwast updated:

- -

Skoglol updated:

- -

StonebayKyle updated:

- -

TheChosenEvilOne updated:

- -

Time-Green updated:

- -

Trilbyspaceclone updated:

- -

Twaticus updated:

- -

YPOQ updated:

- -

actioninja updated:

- -

bgobandit updated:

- -

carlarctg updated:

- -

nemvar updated:

- -

pireamaineach updated:

- -

redmoogle updated:

- -

willox updated:

-
GoonStation 13 Development Team diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 3fff1ecb275..31ce5252e40 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -27577,3 +27577,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. analyzers from autolathes. willox: - code_imp: removed duplicate goliath_hide definition +2019-10-14: + Firecage: + - rscadd: All dogs, including pugs, are now capable of eating snacks and dancing + around. + - bugfix: Puppy Ian is now capable of eating and dancing. + Kaffe-work: + - bugfix: fixed sprites on guns with both bayonet and toggle-able lights removing + the bayonet when toggled. + PKPenguin321: + - bugfix: If you somehow manage to get a container into a another container that + is smaller than it, like a bag in a box, you're no longer able to put things + into that bigger container (such as the bag in the box). + Qustinnus: + - bugfix: You now get the correct material from deconning tables and chairs + - bugfix: Objects now get the correct amount of materials + - bugfix: Plasma mat doesn't send warnings on equip + - bugfix: Plasma alloys dont explode anymore + - bugfix: no more mat duping for now hopefully diff --git a/html/changelogs/AutoChangeLog-pr-46925.yml b/html/changelogs/AutoChangeLog-pr-46925.yml deleted file mode 100644 index 578a082016f..00000000000 --- a/html/changelogs/AutoChangeLog-pr-46925.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Firecage" -delete-after: True -changes: - - rscadd: "All dogs, including pugs, are now capable of eating snacks and dancing around." - - bugfix: "Puppy Ian is now capable of eating and dancing." diff --git a/html/changelogs/AutoChangeLog-pr-46983.yml b/html/changelogs/AutoChangeLog-pr-46983.yml deleted file mode 100644 index 7053c6c18fa..00000000000 --- a/html/changelogs/AutoChangeLog-pr-46983.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "PKPenguin321" -delete-after: True -changes: - - bugfix: "If you somehow manage to get a container into a another container that is smaller than it, like a bag in a box, you're no longer able to put things into that bigger container (such as the bag in the box)." diff --git a/html/changelogs/AutoChangeLog-pr-47049.yml b/html/changelogs/AutoChangeLog-pr-47049.yml deleted file mode 100644 index 3729bbc6f50..00000000000 --- a/html/changelogs/AutoChangeLog-pr-47049.yml +++ /dev/null @@ -1,8 +0,0 @@ -author: "Qustinnus" -delete-after: True -changes: - - bugfix: "You now get the correct material from deconning tables and chairs" - - bugfix: "Objects now get the correct amount of materials" - - bugfix: "Plasma mat doesn't send warnings on equip" - - bugfix: "Plasma alloys dont explode anymore" - - bugfix: "no more mat duping for now hopefully" diff --git a/html/changelogs/AutoChangeLog-pr-47053.yml b/html/changelogs/AutoChangeLog-pr-47053.yml deleted file mode 100644 index 761efb1628e..00000000000 --- a/html/changelogs/AutoChangeLog-pr-47053.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Kaffe-work" -delete-after: True -changes: - - bugfix: "fixed sprites on guns with both bayonet and toggle-able lights removing the bayonet when toggled."