diff --git a/html/changelog.html b/html/changelog.html
index e9d8690a977..9fc77ddbe48 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,107 @@
-->
+
18 January 2016
+
Crazylemon updated:
+
+ - New classes of shapeshifters have been sighted around the NSS Cyberiad...
+ - Wizards now can't teleport to other antag spawn points.
+ - Removes an extruding pixel from the left-facing IPC glider monitor sprite.
+ - Ragin' Mages now spawn every 7 minutes, instead of 5. Admins can further adjust this by modifying the 'delay_per_mage' variable.
+ - Ragin' Mages are now made with 100% less in-use souls (Apprentices won't have their consciousness yoinked).
+ - It takes half an hour for the REAL chaos of ragin' mages to start, for at least a semblance of normality.
+
+
Dave The Headcrab updated:
+
+ - Adds the advanced energy revolver, toggles between taser and laser modes.
+ - Removes the detective's revolver from the blueshield's locker.
+ - Changes the taser the blueshield starts with into an advanced energy revolver.
+
+
Deanthelis updated:
+
+ - Added the ability for the Magnetic Gripper to pick up and place light tiles.
+
+
Fethas updated:
+
+ - Readds the hud icon showing up for master and servent
+ - adds mindslave datum hud thingy based on TGs gang huds
+
+
Fox McCloud updated:
+
+ - Fixes not being able to add/remove Weapon Permit from IDs.
+ - Fixes the energy sword being invisible in-hand when turned on.
+ - Fixes the telebaton being invisible in-hand when extended.
+ - Fixes eye-stabbing not having an attack animation or hitsound.
+ - Fixes some kitchen utensils playing the wrong hit-sound and playing twice in some cases.
+ - Fixes the butcher cleaver sprite being backwards.
+ - Fixes the telebaton sprite being missing from the side.
+ - Fixes the meat cleaver being invisible in-hand.
+ - Corrects some grammatical descriptive errors for the elite syndicate hardsuit.
+ - completely overhauls implants to TG's standards.
+ - Adds storage implant.
+ - Adds microbomb and macrobomb implants.
+ - Adds in support for removing implants directly into cases.
+ - Removes Bay style explosive implants.
+ - Removes compressed matter implants.
+ - Tweaks the uplink to reflect removal of the old implants and inclusion of the new.
+ - Fixes/cuts down on the lag caused by monkey cubes.
+
+
Jey updated:
+
+ - Inflatable walls and door can now be deflated by altclicking them
+ - Fixed lag from expanding multiple monkeycubes at once.
+
+
KasparoVy updated:
+
+ - Adds blank icons with standardized timings for species tail wagging, used in icon generation.
+ - Fixes tails overlapping arms/limbs + gloves, etc. when facing EAST or WEST.
+ - Ensures tails will overlap stuff as normal only when facing NORTH so as to avoid unwanted interference with the base sprite.
+ - Tails now appear in ID cards, overlays things correctly.
+ - Tails now overlay and are overlaid by things correctly in preview icons.
+ - Modifies the positioning of tail icon generation in the ID card preview icon generation file.
+ - Modifies the positioning of tail icon generation in the player preferences preview icon generation file.
+ - Breaks limb generation into its own layer, breaks tail generation into a second layer that can be overlaid by limbs.
+ - If the user's species is flagged to have a tail that is overlapped, TAIL_LAYER will now overlay the NORTH direction sprite of a tail now, while TAIL_UNDERLIMBS_LAYER gets all remaining directions. Otherwise icons are generated in the traditional manner.
+ - Adjusts the Unathi right arm east direction and animated tail sprites, recolouring a random pixel and fixing a floating tail respectively.
+ - Adjusts position of tail layer such that tails' north direction sprites will overlay backpacks (more importantly, satchel straps).
+ - Accommodates admin-overrides to the body_accessory species check by setting the default animation template to Vulpkanin.
+ - Adjusts north-direction Unathi static tail sprite, now attaches to the body in the correct location.
+ - Adds some TG underwear.
+ - Adds an NV science goggles worn sprite.
+ - Ports Bay/TG berets.
+ - Adjusts beret sprite, recolours strange orange pixels.
+ - Adjusts NV science goggles object icon. Removed strange border and centered it.
+ - Ports Polaris' PRs 761 and 778, brings over Ragnie's awesome Ward-Takahashi prosthetics.
+
+
Kyep updated:
+
+ - Changing level to gamma/delta/epsilon now displays a special gamma/delta/epsilon sprite on status monitors
+ - Changing level to green/blue now clears the status monitors, so they no longer show higher alert levels after the level is changed
+
+
NTSAM updated:
+
+ - Added a rainbow IPC screen.
+
+
PPI updated:
+
+ - Modifies the effective time limit to activate the Nuclear Challenge as Nukeops from two minutes to seven minutes
+
+
Tastyfish updated:
+
+ - The QM now actually has a QM stamp instead of a fake one, as well as an approved and denied stamp.
+ - New area named 'Genetics Maintenance' solidifying/relabelling the confusing area between the morge and Mech Bay as being fully maintenance again, but working correctly and with proper doors.
+ - Fixed a few maintenance door names to be in parity to the rest of the station.
+ - Added the ability to print the records photo of a crew member from a security records console. Useful for Wanted notices!
+
+
Tigercat2000 updated:
+
+ - You can no longer use the gibber for monkies.
+ - Cleaned up gibber.dm styling.
+ - The fire alarm now uses NanoUI, with color coded alert levels.
+ - Upgraded NanoUI (again), fancy FontAwesome icons.
+ - Didn't add any butts. Yet.
+
+
13 January 2016
Fox McCloud updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0da7cceab4e..7c11c503763 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -106,3 +106,109 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Tastyfish:
- tweak: NT Rep fountain pens and magistrate gold pens can now write in 5 different
colors. The IAA gets a cheap plastic equivalent.
+2016-01-18:
+ Crazylemon:
+ - rscadd: New classes of shapeshifters have been sighted around the NSS Cyberiad...
+ - bugfix: Wizards now can't teleport to other antag spawn points.
+ - bugfix: Removes an extruding pixel from the left-facing IPC glider monitor sprite.
+ - tweak: Ragin' Mages now spawn every 7 minutes, instead of 5. Admins can further
+ adjust this by modifying the 'delay_per_mage' variable.
+ - bugfix: Ragin' Mages are now made with 100% less in-use souls (Apprentices won't
+ have their consciousness yoinked).
+ - tweak: It takes half an hour for the REAL chaos of ragin' mages to start, for
+ at least a semblance of normality.
+ Dave The Headcrab:
+ - rscadd: Adds the advanced energy revolver, toggles between taser and laser modes.
+ - rscdel: Removes the detective's revolver from the blueshield's locker.
+ - tweak: Changes the taser the blueshield starts with into an advanced energy revolver.
+ Deanthelis:
+ - rscadd: Added the ability for the Magnetic Gripper to pick up and place light
+ tiles.
+ Fethas:
+ - bugfix: Readds the hud icon showing up for master and servent
+ - rscadd: adds mindslave datum hud thingy based on TGs gang huds
+ Fox McCloud:
+ - bugfix: Fixes not being able to add/remove Weapon Permit from IDs.
+ - bugfix: Fixes the energy sword being invisible in-hand when turned on.
+ - bugfix: Fixes the telebaton being invisible in-hand when extended.
+ - bugfix: Fixes eye-stabbing not having an attack animation or hitsound.
+ - bugfix: Fixes some kitchen utensils playing the wrong hit-sound and playing twice
+ in some cases.
+ - bugfix: Fixes the butcher cleaver sprite being backwards.
+ - bugfix: Fixes the telebaton sprite being missing from the side.
+ - bugfix: Fixes the meat cleaver being invisible in-hand.
+ - spellcheck: Corrects some grammatical descriptive errors for the elite syndicate
+ hardsuit.
+ - rscadd: completely overhauls implants to TG's standards.
+ - rscadd: Adds storage implant.
+ - rscadd: Adds microbomb and macrobomb implants.
+ - rscadd: Adds in support for removing implants directly into cases.
+ - rscdel: Removes Bay style explosive implants.
+ - rscdel: Removes compressed matter implants.
+ - tweak: Tweaks the uplink to reflect removal of the old implants and inclusion
+ of the new.
+ - bugfix: Fixes/cuts down on the lag caused by monkey cubes.
+ Jey:
+ - tweak: Inflatable walls and door can now be deflated by altclicking them
+ - bugfix: Fixed lag from expanding multiple monkeycubes at once.
+ KasparoVy:
+ - imageadd: Adds blank icons with standardized timings for species tail wagging,
+ used in icon generation.
+ - bugfix: Fixes tails overlapping arms/limbs + gloves, etc. when facing EAST or
+ WEST.
+ - bugfix: Ensures tails will overlap stuff as normal only when facing NORTH so as
+ to avoid unwanted interference with the base sprite.
+ - bugfix: Tails now appear in ID cards, overlays things correctly.
+ - bugfix: Tails now overlay and are overlaid by things correctly in preview icons.
+ - tweak: Modifies the positioning of tail icon generation in the ID card preview
+ icon generation file.
+ - tweak: Modifies the positioning of tail icon generation in the player preferences
+ preview icon generation file.
+ - tweak: Breaks limb generation into its own layer, breaks tail generation into
+ a second layer that can be overlaid by limbs.
+ - tweak: If the user's species is flagged to have a tail that is overlapped, TAIL_LAYER
+ will now overlay the NORTH direction sprite of a tail now, while TAIL_UNDERLIMBS_LAYER
+ gets all remaining directions. Otherwise icons are generated in the traditional
+ manner.
+ - tweak: Adjusts the Unathi right arm east direction and animated tail sprites,
+ recolouring a random pixel and fixing a floating tail respectively.
+ - tweak: Adjusts position of tail layer such that tails' north direction sprites
+ will overlay backpacks (more importantly, satchel straps).
+ - tweak: Accommodates admin-overrides to the body_accessory species check by setting
+ the default animation template to Vulpkanin.
+ - tweak: Adjusts north-direction Unathi static tail sprite, now attaches to the
+ body in the correct location.
+ - rscadd: Adds some TG underwear.
+ - rscadd: Adds an NV science goggles worn sprite.
+ - rscadd: Ports Bay/TG berets.
+ - tweak: Adjusts beret sprite, recolours strange orange pixels.
+ - tweak: Adjusts NV science goggles object icon. Removed strange border and centered
+ it.
+ - rscadd: Ports Polaris' PRs 761 and 778, brings over Ragnie's awesome Ward-Takahashi
+ prosthetics.
+ Kyep:
+ - rscadd: Changing level to gamma/delta/epsilon now displays a special gamma/delta/epsilon
+ sprite on status monitors
+ - bugfix: Changing level to green/blue now clears the status monitors, so they no
+ longer show higher alert levels after the level is changed
+ NTSAM:
+ - rscadd: Added a rainbow IPC screen.
+ PPI:
+ - tweak: Modifies the effective time limit to activate the Nuclear Challenge as
+ Nukeops from two minutes to seven minutes
+ Tastyfish:
+ - rscadd: The QM now actually has a QM stamp instead of a fake one, as well as an
+ approved and denied stamp.
+ - rscadd: New area named 'Genetics Maintenance' solidifying/relabelling the confusing
+ area between the morge and Mech Bay as being fully maintenance again, but working
+ correctly and with proper doors.
+ - spellcheck: Fixed a few maintenance door names to be in parity to the rest of
+ the station.
+ - rscadd: Added the ability to print the records photo of a crew member from a security
+ records console. Useful for Wanted notices!
+ Tigercat2000:
+ - rscdel: You can no longer use the gibber for monkies.
+ - spellcheck: Cleaned up gibber.dm styling.
+ - rscadd: The fire alarm now uses NanoUI, with color coded alert levels.
+ - tweak: Upgraded NanoUI (again), fancy FontAwesome icons.
+ - wip: Didn't add any butts. Yet.
diff --git a/html/changelogs/Deanthelis.yml b/html/changelogs/Deanthelis.yml
deleted file mode 100644
index a89fb25fb5e..00000000000
--- a/html/changelogs/Deanthelis.yml
+++ /dev/null
@@ -1,35 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Deanthelis
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Added the ability for the Magnetic Gripper to pick up and place light tiles."
diff --git a/html/changelogs/Jey-altclickdeflate.yml b/html/changelogs/Jey-altclickdeflate.yml
deleted file mode 100644
index 79ea9222339..00000000000
--- a/html/changelogs/Jey-altclickdeflate.yml
+++ /dev/null
@@ -1,35 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Jey
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - tweak: "Inflatable walls and door can now be deflated by altclicking them"
diff --git a/html/changelogs/Jey-monkeycubefix.yml b/html/changelogs/Jey-monkeycubefix.yml
deleted file mode 100644
index 5a70c2dfaaa..00000000000
--- a/html/changelogs/Jey-monkeycubefix.yml
+++ /dev/null
@@ -1,35 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Jey
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Fixed lag from expanding multiple monkeycubes at once."
diff --git a/html/changelogs/KasparoVy-PR-3195.yml b/html/changelogs/KasparoVy-PR-3195.yml
deleted file mode 100644
index 776e579afb5..00000000000
--- a/html/changelogs/KasparoVy-PR-3195.yml
+++ /dev/null
@@ -1,47 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: KasparoVy
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - imageadd: "Adds blank icons with standardized timings for species tail wagging, used in icon generation."
- - bugfix: "Fixes tails overlapping arms/limbs + gloves, etc. when facing EAST or WEST."
- - bugfix: "Ensures tails will overlap stuff as normal only when facing NORTH so as to avoid unwanted interference with the base sprite."
- - bugfix: "Tails now appear in ID cards, overlays things correctly."
- - bugfix: "Tails now overlay and are overlaid by things correctly in preview icons."
- - tweak: "Modifies the positioning of tail icon generation in the ID card preview icon generation file."
- - tweak: "Modifies the positioning of tail icon generation in the player preferences preview icon generation file."
- - tweak: "Breaks limb generation into its own layer, breaks tail generation into a second layer that can be overlaid by limbs."
- - tweak: "If the user's species is flagged to have a tail that is overlapped, TAIL_LAYER will now overlay the NORTH direction sprite of a tail now, while TAIL_UNDERLIMBS_LAYER gets all remaining directions. Otherwise icons are generated in the traditional manner."
- - tweak: "Adjusts the Unathi right arm east direction and animated tail sprites, recolouring a random pixel and fixing a floating tail respectively."
- - tweak: "Adjusts position of tail layer such that tails' north direction sprites will overlay backpacks (more importantly, satchel straps)."
- - tweak: "Accommodates admin-overrides to the body_accessory species check by setting the default animation template to Vulpkanin."
- - tweak: "Adjusts north-direction Unathi static tail sprite, now attaches to the body in the correct location."
\ No newline at end of file
diff --git a/html/changelogs/KasparoVy-PR-3237.yml b/html/changelogs/KasparoVy-PR-3237.yml
deleted file mode 100644
index b1bf095cc88..00000000000
--- a/html/changelogs/KasparoVy-PR-3237.yml
+++ /dev/null
@@ -1,39 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: KasparoVy
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Adds some TG underwear."
- - rscadd: "Adds an NV science goggles worn sprite."
- - rscadd: "Ports Bay/TG berets."
- - tweak: "Adjusts beret sprite, recolours strange orange pixels."
- - tweak: "Adjusts NV science goggles object icon. Removed strange border and centered it."
\ No newline at end of file
diff --git a/html/changelogs/KasparoVy-PR-TBD.yml b/html/changelogs/KasparoVy-PR-TBD.yml
deleted file mode 100644
index bec680e01d6..00000000000
--- a/html/changelogs/KasparoVy-PR-TBD.yml
+++ /dev/null
@@ -1,35 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: KasparoVy
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Ports Polaris' PRs 761 and 778, brings over Ragnie's awesome Ward-Takahashi prosthetics."
diff --git a/html/changelogs/Kyep-levelicons.yml b/html/changelogs/Kyep-levelicons.yml
deleted file mode 100644
index eb15e5061cd..00000000000
--- a/html/changelogs/Kyep-levelicons.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Kyep
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - rscadd: "Changing level to gamma/delta/epsilon now displays a special gamma/delta/epsilon sprite on status monitors"
- - bugfix: "Changing level to green/blue now clears the status monitors, so they no longer show higher alert levels after the level is changed"
diff --git a/html/changelogs/PPI-patch-1.yml b/html/changelogs/PPI-patch-1.yml
deleted file mode 100644
index 1be4b64c131..00000000000
--- a/html/changelogs/PPI-patch-1.yml
+++ /dev/null
@@ -1,35 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: PPI
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - tweak: "Modifies the effective time limit to activate the Nuclear Challenge as Nukeops from two minutes to seven minutes"
diff --git a/html/changelogs/Tastyfish-PR-3279.yml b/html/changelogs/Tastyfish-PR-3279.yml
deleted file mode 100644
index 211780d4f7b..00000000000
--- a/html/changelogs/Tastyfish-PR-3279.yml
+++ /dev/null
@@ -1,35 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Tastyfish
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "The QM now actually has a QM stamp instead of a fake one, as well as an approved and denied stamp."
\ No newline at end of file
diff --git a/html/changelogs/Tastyfish-PR-genetics-maint.yml b/html/changelogs/Tastyfish-PR-genetics-maint.yml
deleted file mode 100644
index b75a87bcf31..00000000000
--- a/html/changelogs/Tastyfish-PR-genetics-maint.yml
+++ /dev/null
@@ -1,36 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Tastyfish
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "New area named 'Genetics Maintenance' solidifying/relabelling the confusing area between the morge and Mech Bay as being fully maintenance again, but working correctly and with proper doors."
- - spellcheck: "Fixed a few maintenance door names to be in parity to the rest of the station."
diff --git a/html/changelogs/Tastyfish-wanted-photo.yml b/html/changelogs/Tastyfish-wanted-photo.yml
deleted file mode 100644
index 1101b82aae6..00000000000
--- a/html/changelogs/Tastyfish-wanted-photo.yml
+++ /dev/null
@@ -1,35 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Tastyfish
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Added the ability to print the records photo of a crew member from a security records console. Useful for Wanted notices!"
\ No newline at end of file
diff --git a/html/changelogs/access-fix-fox-mccloud.yml b/html/changelogs/access-fix-fox-mccloud.yml
deleted file mode 100644
index 40fb4206c91..00000000000
--- a/html/changelogs/access-fix-fox-mccloud.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-author: Fox McCloud
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes not being able to add/remove Weapon Permit from IDs."
\ No newline at end of file
diff --git a/html/changelogs/attack-fixes-fox-mccloud.yml b/html/changelogs/attack-fixes-fox-mccloud.yml
deleted file mode 100644
index ab3877699df..00000000000
--- a/html/changelogs/attack-fixes-fox-mccloud.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-author: Fox McCloud
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes the energy sword being invisible in-hand when turned on."
- - bugfix: "Fixes the telebaton being invisible in-hand when extended."
- - bugfix: "Fixes eye-stabbing not having an attack animation or hitsound."
- - bugfix: "Fixes some kitchen utensils playing the wrong hit-sound and playing twice in some cases."
- - bugfix: "Fixes the butcher cleaver sprite being backwards."
- - bugfix: "Fixes the telebaton sprite being missing from the side."
- - bugfix: "Fixes the meat cleaver being invisible in-hand."
\ No newline at end of file
diff --git a/html/changelogs/crazylemon-morphport.yml b/html/changelogs/crazylemon-morphport.yml
deleted file mode 100644
index a28b15d58e8..00000000000
--- a/html/changelogs/crazylemon-morphport.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Crazylemon
-delete-after: True
-changes:
- - rscadd: "New classes of shapeshifters have been sighted around the NSS Cyberiad..."
diff --git a/html/changelogs/crazylemon-ragemagefix.yml b/html/changelogs/crazylemon-ragemagefix.yml
deleted file mode 100644
index 45ad5ac9e6e..00000000000
--- a/html/changelogs/crazylemon-ragemagefix.yml
+++ /dev/null
@@ -1,32 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Crazylemon
-delete-after: True
-changes:
- - rscadd: "Added a changelog editing system that should cause fewer conflicts and more accurate timestamps."
- - bugfix: "Wizards now can't teleport to other antag spawn points."
- - bugfix: "Removes an extruding pixel from the left-facing IPC glider monitor sprite."
- - tweak: "Ragin' Mages now spawn every 7 minutes, instead of 5. Admins can further adjust this by modifying the 'delay_per_mage' variable."
- - bugfix: "Ragin' Mages are now made with 100% less in-use souls (Apprentices won't have their consciousness yoinked)."
- - tweak: "It takes half an hour for the REAL chaos of ragin' mages to start, for at least a semblance of normality."
diff --git a/html/changelogs/davetheheadcrab-PR-blueshitgun.yml b/html/changelogs/davetheheadcrab-PR-blueshitgun.yml
deleted file mode 100644
index 1676cf75c99..00000000000
--- a/html/changelogs/davetheheadcrab-PR-blueshitgun.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-author: Dave The Headcrab
-
-delete-after: True
-
-changes:
- - rscadd: "Adds the advanced energy revolver, toggles between taser and laser modes."
- - rscdel: "Removes the detective's revolver from the blueshield's locker."
- - tweak: "Changes the taser the blueshield starts with into an advanced energy revolver."
\ No newline at end of file
diff --git a/html/changelogs/elite-hardsuit-grammar-fox-mccloud.yml b/html/changelogs/elite-hardsuit-grammar-fox-mccloud.yml
deleted file mode 100644
index 07780ad3df3..00000000000
--- a/html/changelogs/elite-hardsuit-grammar-fox-mccloud.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-author: Fox McCloud
-
-delete-after: True
-
-changes:
- - spellcheck: "Corrects some grammatical descriptive errors for the elite syndicate hardsuit."
\ No newline at end of file
diff --git a/html/changelogs/fethas.yml b/html/changelogs/fethas.yml
deleted file mode 100644
index 9f846471277..00000000000
--- a/html/changelogs/fethas.yml
+++ /dev/null
@@ -1,36 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Fethas
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Readds the hud icon showing up for master and servent"
- - rscadd: "adds mindslave datum hud thingy based on TGs gang huds"
diff --git a/html/changelogs/implant-refactor-fox-mccloud.yml b/html/changelogs/implant-refactor-fox-mccloud.yml
deleted file mode 100644
index 451daad5877..00000000000
--- a/html/changelogs/implant-refactor-fox-mccloud.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-author: Fox McCloud
-
-delete-after: True
-
-changes:
- - rscadd: "completely overhauls implants to TG's standards."
- - rscadd: "Adds storage implant."
- - rscadd: "Adds microbomb and macrobomb implants."
- - rscadd: "Adds in support for removing implants directly into cases."
- - rscdel: "Removes Bay style explosive implants."
- - rscdel: "Removes compressed matter implants."
- - tweak: "Tweaks the uplink to reflect removal of the old implants and inclusion of the new."
\ No newline at end of file
diff --git a/html/changelogs/monkey-creation-fox-mccloud.yml b/html/changelogs/monkey-creation-fox-mccloud.yml
deleted file mode 100644
index 67230968cbe..00000000000
--- a/html/changelogs/monkey-creation-fox-mccloud.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-author: Fox McCloud
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes/cuts down on the lag caused by monkey cubes."
\ No newline at end of file
diff --git a/html/changelogs/ntsam.yml b/html/changelogs/ntsam.yml
deleted file mode 100644
index c786d514268..00000000000
--- a/html/changelogs/ntsam.yml
+++ /dev/null
@@ -1,36 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: NTSAM
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Added a rainbow IPC screen."
-
diff --git a/html/changelogs/tiger-IGOTAGIBBERUPMYASS.yml b/html/changelogs/tiger-IGOTAGIBBERUPMYASS.yml
deleted file mode 100644
index 599f0af5331..00000000000
--- a/html/changelogs/tiger-IGOTAGIBBERUPMYASS.yml
+++ /dev/null
@@ -1,36 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Tigercat2000
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscdel: "You can no longer use the gibber for monkies."
- - spellcheck: "Cleaned up gibber.dm styling."
diff --git a/html/changelogs/tiger-nanobutt.yml b/html/changelogs/tiger-nanobutt.yml
deleted file mode 100644
index bb5373c16be..00000000000
--- a/html/changelogs/tiger-nanobutt.yml
+++ /dev/null
@@ -1,37 +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
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
-author: Tigercat2000
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "The fire alarm now uses NanoUI, with color coded alert levels."
- - tweak: "Upgraded NanoUI (again), fancy FontAwesome icons."
- - wip: "Didn't add any butts. Yet."