diff --git a/html/changelog.html b/html/changelog.html index 82f0f290bed..23ac4b2bdb0 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -51,6 +51,49 @@ -->
+

23 June 2020

+

Kathy Ryals updated:

+ +

LemonInTheDark updated:

+ +

LemonInTheDark, Heather Shadelight updated:

+ +

Paxilmaniac updated:

+ +

ShizCalev updated:

+ +

Timberpoes updated:

+ +

bobbahbrown updated:

+ +

silicons updated:

+ +

zxaber updated:

+ +

22 June 2020

EdgeLordExe updated:

GoonStation 13 Development Team diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 4172e533efe..de376ae5df0 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -40090,3 +40090,37 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - bugfix: Clicking on "save" now previews correctly - tweak: Form fields now sized correctly - tweak: Form fields now save the data +2020-06-23: + Kathy Ryals: + - bugfix: Fixed Box wires and pipes near R&D, as well as the door that got deleted. + LemonInTheDark: + - bugfix: Fixed stealth implants not properly boxing the user, and doors not shocking + - refactor: Renamed COOLDOWN_CHECK to COOLDOWN_FINISHED + - rscdel: Removed some old unused clockcult status effects + LemonInTheDark, Heather Shadelight: + - imageadd: Changed some portal sprites, hope ya like em :) + Paxilmaniac: + - rscadd: PP-95 smg and it's magazine + - tweak: replaced mosin with pp-95 in the nuke op uplink + ShizCalev: + - admin: Fixed logging / admin message coordinate handling for items being held + by mobs / in containers / in containers inside other containers giving nullspace + / 0,0,0 location references. + Timberpoes: + - bugfix: Belts in Delta EVA and the Ashwalker Ruins no longer show up as ERRORs. + - bugfix: Science are now able to print DNA Scanner boards. Boards associated with + Genetics are now only printable in Science and have been removed from Medical + printers. + bobbahbrown: + - rscdel: Removed exploitable world/topic command server_hop + silicons: + - bugfix: onZImpact no longer does throw_impact. This was broken anyways. Code must + now manually handle multiz falling impacts. This fixes runtimes occuring whenever + something fell. + zxaber: + - rscadd: Nuke Ops (and Lone Ops) now start with a Syndicate-themed tablet, rather + than the pinpointer. The Syndicate tablet comes pre-installed with an app that + replaces the function of disk pinpointers. + - rscadd: Lifeline and Fission360, the apps that track suit sensors and nuke disks + respectively, now show the tracking status on the screen of the tablet/laptop + object itself, without needing to keep the window open. diff --git a/html/changelogs/AutoChangeLog-pr-51314.yml b/html/changelogs/AutoChangeLog-pr-51314.yml deleted file mode 100644 index 43a8802fa88..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51314.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Paxilmaniac" -delete-after: True -changes: - - rscadd: "PP-95 smg and it's magazine" - - tweak: "replaced mosin with pp-95 in the nuke op uplink" diff --git a/html/changelogs/AutoChangeLog-pr-51386.yml b/html/changelogs/AutoChangeLog-pr-51386.yml deleted file mode 100644 index 346f5803352..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51386.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "zxaber" -delete-after: True -changes: - - rscadd: "Nuke Ops (and Lone Ops) now start with a Syndicate-themed tablet, rather than the pinpointer. The Syndicate tablet comes pre-installed with an app that replaces the function of disk pinpointers." - - rscadd: "Lifeline and Fission360, the apps that track suit sensors and nuke disks respectively, now show the tracking status on the screen of the tablet/laptop object itself, without needing to keep the window open." diff --git a/html/changelogs/AutoChangeLog-pr-51670.yml b/html/changelogs/AutoChangeLog-pr-51670.yml deleted file mode 100644 index 3d21cb8a10a..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51670.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Timberpoes" -delete-after: True -changes: - - bugfix: "Science are now able to print DNA Scanner boards. Boards associated with Genetics are now only printable in Science and have been removed from Medical printers." diff --git a/html/changelogs/AutoChangeLog-pr-51737.yml b/html/changelogs/AutoChangeLog-pr-51737.yml deleted file mode 100644 index dd011f26e6c..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51737.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "LemonInTheDark" -delete-after: True -changes: - - rscdel: "Removed some old unused clockcult status effects" diff --git a/html/changelogs/AutoChangeLog-pr-51742.yml b/html/changelogs/AutoChangeLog-pr-51742.yml deleted file mode 100644 index 37b907065b2..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51742.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "ShizCalev" -delete-after: True -changes: - - admin: "Fixed logging / admin message coordinate handling for items being held by mobs / in containers / in containers inside other containers giving nullspace / 0,0,0 location references." diff --git a/html/changelogs/AutoChangeLog-pr-51744.yml b/html/changelogs/AutoChangeLog-pr-51744.yml deleted file mode 100644 index 1ba18319908..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51744.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "LemonInTheDark, Heather Shadelight" -delete-after: True -changes: - - imageadd: "Changed some portal sprites, hope ya like em :)" diff --git a/html/changelogs/AutoChangeLog-pr-51758.yml b/html/changelogs/AutoChangeLog-pr-51758.yml deleted file mode 100644 index 4eff95af6e6..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51758.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "silicons" -delete-after: True -changes: - - bugfix: "onZImpact no longer does throw_impact. This was broken anyways. Code must now manually handle multiz falling impacts. This fixes runtimes occuring whenever something fell." diff --git a/html/changelogs/AutoChangeLog-pr-51763.yml b/html/changelogs/AutoChangeLog-pr-51763.yml deleted file mode 100644 index 3dee4d42ebd..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51763.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "LemonInTheDark" -delete-after: True -changes: - - bugfix: "Fixed stealth implants not properly boxing the user, and doors not shocking" - - refactor: "Renamed COOLDOWN_CHECK to COOLDOWN_FINISHED" diff --git a/html/changelogs/AutoChangeLog-pr-51766.yml b/html/changelogs/AutoChangeLog-pr-51766.yml deleted file mode 100644 index 0f0f9d1507e..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51766.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Timberpoes" -delete-after: True -changes: - - bugfix: "Belts in Delta EVA and the Ashwalker Ruins no longer show up as ERRORs." diff --git a/html/changelogs/AutoChangeLog-pr-51772.yml b/html/changelogs/AutoChangeLog-pr-51772.yml deleted file mode 100644 index c31f944be16..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51772.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Kathy Ryals" -delete-after: True -changes: - - bugfix: "Fixed Box wires and pipes near R&D, as well as the door that got deleted." diff --git a/html/changelogs/AutoChangeLog-pr-51793.yml b/html/changelogs/AutoChangeLog-pr-51793.yml deleted file mode 100644 index cffd05a4778..00000000000 --- a/html/changelogs/AutoChangeLog-pr-51793.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "bobbahbrown" -delete-after: True -changes: - - rscdel: "Removed exploitable world/topic command server_hop"