Merge pull request #2840 from MagmaRam/changelogs

Update changelog
This commit is contained in:
Anewbe
2016-12-02 15:51:24 -06:00
committed by GitHub
19 changed files with 122 additions and 599 deletions
+57
View File
@@ -53,6 +53,63 @@
-->
<div class="commit sansserif">
<h2 class="date">01 December 2016</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Adult Diona should be able to name themselves properly now. Tweaked from a Baystation PR by FTangSteve.</li>
<li class="rscdel">Lightning spells and bioelectrogenesis will no longer stun outright.</li>
<li class="rscadd">FBPs should no longer get mutations from radiation.</li>
<li class="bugfix">Observe warning should properly show how long you have before you can join.</li>
<li class="rscadd">Adds a Toggle Shoe Layer verb to shoes, that let them be worn over the uniform (ie tucking your pants into your shoes).</li>
<li class="bugfix">Shoes now properly check if they can hold knives or not.</li>
<li class="bugfix">Sign language can now be used while muzzled.</li>
</ul>
<h3 class="author">Datraen updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Skrell are now more resistant to various chemicals, more susceptible to pepperspray.</li>
</ul>
<h3 class="author">ForFoxSake updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed a possible href exploit allowing any living player to speak any language.</li>
<li class="bugfix">Organic beings can no longer speak Encoded Audio Language, although they can still understand it just fine.</li>
<li class="tweak">Positronic brains can now speak Encoded Audio Language.</li>
<li class="tweak">Station manufactured Full Body Prosthetics can now speak Encoded Audio Language.</li>
</ul>
<h3 class="author">MagmaRam updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Corpses will now process a select few chemicals, meaning you can now add blood into people who bled out before defibbing them.</li>
<li class="bugfix">Defibrilators fixed again.</li>
<li class="bugfix">R&D machines will now accept stacks of metal and glass from Cargo orders properly.</li>
</ul>
<h3 class="author">N3X15 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Electrical storms no longer affect only cargo. If you're not cargo, your lights are no longer safe.</li>
</ul>
<h3 class="author">Nerezza updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">APCs now have a new EMP behavior. Regular APCs shut off for a few minutes, critical APCs (engine and AI) shut off for 30ish seconds. Medbay will now not be permanently disabled by EMPs if no engineers are available to fix their APCs.</li>
<li class="rscadd">Bay's timed reboot interface for APCs has been ported for EMPed APCs.</li>
<li class="tweak">APCs affected by grid checks say so on their nanoUI now.</li>
<li class="tweak">APCs damaged by the apc_damage random event are now effectively emagged APCs. Anyone can operate their interface.</li>
<li class="tweak">Emagged APCs can now be repaired by removing their power cell and using a multitool to 'reboot' them manually.</li>
<li class="bugfix">Nin and twiz no longer **** up APCs if they drain the battery completely.</li>
<li class="tweak">Nin and twiz drain power from the wire an APC is connected to first, then drain from the power cell to fill the drain's 'quota'. Because the amount of power given from the power net is random, this means the battery will still drain but this also means you don't need to crowbar tiles in a room if the APC is empty.</li>
<li class="bugfix">Bluescreened APC wire panels now visibly open like they should.</li>
<li class="tweak">Bashing APCs open was only effective under certain circumstances, but would spam everyone anyway. This has been changed to only spam the user and to be more indicative of when you can bash the cover off.</li>
<li class="spellcheck">Full grammar pass on APCs.</li>
<li class="rscadd">Hazard shutters animate slightly and play a sound so players can more readily identify where shutters are being pried.</li>
<li class="bugfix">Two people can't pry the same shutter simultaneously anymore.</li>
<li class="bugfix">Fixed a bug causing shutters to immediately pry open when people didn't want the shutter open.</li>
<li class="rscadd">Inflatables can be deflated using ctrl-click.</li>
<li class="rscadd">Inflatables can be deployed on adjacent tiles by clicking them.</li>
<li class="bugfix">Bumping into closed inflatable doors will no longer freeze them for a few moments.</li>
</ul>
<h3 class="author">Yoshax updated:</h3>
<ul class="changes bgimages16">
<li class="maptweak">All Heads of Staff now get multi-color pens in their office.</li>
<li class="tweak">Doors that do not have an access requirement can now be opened when handcuffed.</li>
</ul>
<h2 class="date">21 November 2016</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
+65
View File
@@ -3109,3 +3109,68 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: There is now an experimental welding tool, it regenerates its fuel on
its own! One is given to the Chief Engineer, produced in Research, or found
in Syndicate toolboxes.
2016-12-01:
Anewbe:
- bugfix: Adult Diona should be able to name themselves properly now. Tweaked from
a Baystation PR by FTangSteve.
- rscdel: Lightning spells and bioelectrogenesis will no longer stun outright.
- rscadd: FBPs should no longer get mutations from radiation.
- bugfix: Observe warning should properly show how long you have before you can
join.
- rscadd: Adds a Toggle Shoe Layer verb to shoes, that let them be worn over the
uniform (ie tucking your pants into your shoes).
- bugfix: Shoes now properly check if they can hold knives or not.
- bugfix: Sign language can now be used while muzzled.
Datraen:
- tweak: Skrell are now more resistant to various chemicals, more susceptible to
pepperspray.
ForFoxSake:
- bugfix: Fixed a possible href exploit allowing any living player to speak any
language.
- bugfix: Organic beings can no longer speak Encoded Audio Language, although they
can still understand it just fine.
- tweak: Positronic brains can now speak Encoded Audio Language.
- tweak: Station manufactured Full Body Prosthetics can now speak Encoded Audio
Language.
MagmaRam:
- tweak: Corpses will now process a select few chemicals, meaning you can now add
blood into people who bled out before defibbing them.
- bugfix: Defibrilators fixed again.
- bugfix: R&D machines will now accept stacks of metal and glass from Cargo orders
properly.
N3X15:
- bugfix: Electrical storms no longer affect only cargo. If you're not cargo, your
lights are no longer safe.
Nerezza:
- rscadd: APCs now have a new EMP behavior. Regular APCs shut off for a few minutes,
critical APCs (engine and AI) shut off for 30ish seconds. Medbay will now not
be permanently disabled by EMPs if no engineers are available to fix their APCs.
- rscadd: Bay's timed reboot interface for APCs has been ported for EMPed APCs.
- tweak: APCs affected by grid checks say so on their nanoUI now.
- tweak: APCs damaged by the apc_damage random event are now effectively emagged
APCs. Anyone can operate their interface.
- tweak: Emagged APCs can now be repaired by removing their power cell and using
a multitool to 'reboot' them manually.
- bugfix: Nin and twiz no longer **** up APCs if they drain the battery completely.
- tweak: Nin and twiz drain power from the wire an APC is connected to first, then
drain from the power cell to fill the drain's 'quota'. Because the amount of
power given from the power net is random, this means the battery will still
drain but this also means you don't need to crowbar tiles in a room if the APC
is empty.
- bugfix: Bluescreened APC wire panels now visibly open like they should.
- tweak: Bashing APCs open was only effective under certain circumstances, but would
spam everyone anyway. This has been changed to only spam the user and to be
more indicative of when you can bash the cover off.
- spellcheck: Full grammar pass on APCs.
- rscadd: Hazard shutters animate slightly and play a sound so players can more
readily identify where shutters are being pried.
- bugfix: Two people can't pry the same shutter simultaneously anymore.
- bugfix: Fixed a bug causing shutters to immediately pry open when people didn't
want the shutter open.
- rscadd: Inflatables can be deflated using ctrl-click.
- rscadd: Inflatables can be deployed on adjacent tiles by clicking them.
- bugfix: Bumping into closed inflatable doors will no longer freeze them for a
few moments.
Yoshax:
- maptweak: All Heads of Staff now get multi-color pens in their office.
- tweak: Doors that do not have an access requirement can now be opened when handcuffed.
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Anewbe
# 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:
- bugfix: "Adult Diona should be able to name themselves properly now. Tweaked from a Baystation PR by FTangSteve."
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Anewbe
# 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:
- rscdel: "Lightning spells and bioelectrogenesis will no longer stun outright."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Anewbe
# 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: "FBPs should no longer get mutations from radiation."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Anewbe
# 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:
- bugfix: "Observe warning should properly show how long you have before you can join."
-37
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Anewbe
# 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: "Adds a "Toggle Shoe Layer" verb to shoes, that let them be worn over the uniform (ie tucking your pants into your shoes)."
- bugfix: "Shoes now properly check if they can hold knives or not."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Anewbe
# 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:
- bugfix: "Sign language can now be used while muzzled."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Datraen
# 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:
- tweak: "Skrell are now more resistant to various chemicals, more susceptible to pepperspray."
@@ -1,9 +0,0 @@
author: ForFoxSake
delete-after: True
changes:
- bugfix: "Fixed a possible href exploit allowing any living player to speak any language."
- bugfix: "Organic beings can no longer speak Encoded Audio Language, although they can still understand it just fine."
- tweak: "Positronic brains can now speak Encoded Audio Language."
- tweak: "Station manufactured Full Body Prosthetics can now speak Encoded Audio Language."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: MagmaRam
# 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:
- tweak: "Corpses will now process a select few chemicals, meaning you can now add blood into people who bled out before defibbing them."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: MagmaRam
# 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:
- bugfix: "Defibrilators fixed again."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: MagmaRam
# 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:
- bugfix: "R&D machines will now accept stacks of metal and glass from Cargo orders properly."
-45
View File
@@ -1,45 +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
#################################
# Your name.
author: Nerezza
# 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: "APCs now have a new EMP behavior. Regular APCs shut off for a few minutes, critical APCs (engine and AI) shut off for 30ish seconds. Medbay will now not be permanently disabled by EMPs if no engineers are available to fix their APCs."
- rscadd: "Bay's timed reboot interface for APCs has been ported for EMPed APCs."
- tweak: "APCs affected by grid checks say so on their nanoUI now."
- tweak: "APCs damaged by the apc_damage random event are now effectively emagged APCs. Anyone can operate their interface."
- tweak: "Emagged APCs can now be repaired by removing their power cell and using a multitool to 'reboot' them manually."
- bugfix: "Nin and twiz no longer **** up APCs if they drain the battery completely."
- tweak: "Nin and twiz drain power from the wire an APC is connected to first, then drain from the power cell to fill the drain's 'quota'. Because the amount of power given from the power net is random, this means the battery will still drain but this also means you don't need to crowbar tiles in a room if the APC is empty."
- bugfix: "Bluescreened APC wire panels now visibly open like they should."
- tweak: "Bashing APCs open was only effective under certain circumstances, but would spam everyone anyway. This has been changed to only spam the user and to be more indicative of when you can bash the cover off."
- spellcheck: "Full grammar pass on APCs."
@@ -1,38 +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
#################################
# Your name.
author: Nerezza
# 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: "Hazard shutters animate slightly and play a sound so players can more readily identify where shutters are being pried."
- bugfix: "Two people can't pry the same shutter simultaneously anymore."
- bugfix: "Fixed a bug causing shutters to immediately pry open when people didn't want the shutter open."
@@ -1,38 +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
#################################
# Your name.
author: Nerezza
# 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: "Inflatables can be deflated using ctrl-click."
- rscadd: "Inflatables can be deployed on adjacent tiles by clicking them."
- bugfix: "Bumping into closed inflatable doors will no longer freeze them for a few moments."
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: N3X15
# 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:
- bugfix: "Electrical storms no longer affect only cargo. If you're not cargo, your lights are no longer safe."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Yoshax
# 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:
- maptweak: "All Heads of Staff now get multi-color pens in their office."
-36
View File
@@ -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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Yoshax
# 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:
- tweak: "Doors that do not have an access requirement can now be opened when handcuffed."