mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
Merge pull request #6607 from VOREStation/upstream-merge-6695
[MIRROR] changelog!
This commit is contained in:
@@ -53,6 +53,36 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">14 February 2020</h2>
|
||||
<h3 class="author">Atermonera updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Radiation has to accumulate at least a little bit before it starts to become damaging. Very low levels of radiation can be safe for a number of minutes before you are at risk of injury.</li>
|
||||
<li class="bugfix">Unless you idle for several minutes near the supermatter before it's been turned on, you should no longer be at risk of taking toxloss (Including those few spots in cargo maintenance).</li>
|
||||
<li class="rscadd">Shutoff valve monitoring console can now remotely control shutoff valves.</li>
|
||||
</ul>
|
||||
<h3 class="author">Heroman3003 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">FBP repair can no longer be done through the space suits.</li>
|
||||
<li class="tweak">Surgery can no longer be done through the space suits.</li>
|
||||
</ul>
|
||||
<h3 class="author">Shadow Quill updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Batons will no longer harmbaton on disarm intent, instead doing so on grab/harm.</li>
|
||||
</ul>
|
||||
<h3 class="author">Woodrat updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="wip">Added sofas (no options to build one in round yet, will be added after this pull).</li>
|
||||
<li class="rscadd">Add neonsigns, currently one neon sign, Cafe. (Code is copy pasta from holosigns).</li>
|
||||
<li class="rscadd">Add boxes with mugs and cups.</li>
|
||||
<li class="tweak">Neon signs and holosigns now emit light while on.</li>
|
||||
<li class="maptweak">Merged the Coffee Shop with the Library.</li>
|
||||
<li class="maptweak">Moved the Locker Room to where the Coffee Shop was, adjusted the holodeck.</li>
|
||||
<li class="maptweak">Old Locker Room turned into a construction area.</li>
|
||||
<li class="maptweak">Adjusted holodeck maps to new orientation.</li>
|
||||
<li class="tweak">Changed sprite of barcode scanner.</li>
|
||||
<li class="tweak">Cleaned up furniture icon dmi, fixed arm rest icons for shuttle chairs.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">03 February 2020</h2>
|
||||
<h3 class="author">Atermonera updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -4884,3 +4884,30 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- rscadd: Adds a few toys to the loadout.
|
||||
schnayy:
|
||||
- rscadd: Adds book cart to library.
|
||||
2020-02-14:
|
||||
Atermonera:
|
||||
- tweak: Radiation has to accumulate at least a little bit before it starts to become
|
||||
damaging. Very low levels of radiation can be safe for a number of minutes before
|
||||
you are at risk of injury.
|
||||
- bugfix: Unless you idle for several minutes near the supermatter before it's been
|
||||
turned on, you should no longer be at risk of taking toxloss (Including those
|
||||
few spots in cargo maintenance).
|
||||
- rscadd: Shutoff valve monitoring console can now remotely control shutoff valves.
|
||||
Heroman3003:
|
||||
- tweak: FBP repair can no longer be done through the space suits.
|
||||
- tweak: Surgery can no longer be done through the space suits.
|
||||
Shadow Quill:
|
||||
- tweak: Batons will no longer harmbaton on disarm intent, instead doing so on grab/harm.
|
||||
Woodrat:
|
||||
- wip: Added sofas (no options to build one in round yet, will be added after this
|
||||
pull).
|
||||
- rscadd: Add neonsigns, currently one neon sign, Cafe. (Code is copy pasta from
|
||||
holosigns).
|
||||
- rscadd: Add boxes with mugs and cups.
|
||||
- tweak: Neon signs and holosigns now emit light while on.
|
||||
- maptweak: Merged the Coffee Shop with the Library.
|
||||
- maptweak: Moved the Locker Room to where the Coffee Shop was, adjusted the holodeck.
|
||||
- maptweak: Old Locker Room turned into a construction area.
|
||||
- maptweak: Adjusted holodeck maps to new orientation.
|
||||
- tweak: Changed sprite of barcode scanner.
|
||||
- tweak: Cleaned up furniture icon dmi, fixed arm rest icons for shuttle chairs.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
author: Atermonera
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Shutoff valve monitoring console can now remotely control shutoff valves."
|
||||
@@ -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: Shadow Quill
|
||||
|
||||
# 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: "Batons will no longer harmbaton on disarm intent, instead only doing so on grab/harm."
|
||||
@@ -1,5 +0,0 @@
|
||||
author: Atermonera
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Radiation has to accumulate at least a little bit before it starts to become damaging. Very low levels of radiation can be safe for a number of minutes before you are at risk of injury."
|
||||
- bugfix: "Unless you idle for several minutes near the supermatter before it's been turned on, you should no longer be at risk of taking toxloss (Including those few spots in cargo maintenance)."
|
||||
@@ -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: Heroman3003
|
||||
|
||||
# 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: "Repair on synths now has same limitation as first aid on organics (must not be wearing a space suit)."
|
||||
@@ -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: Heroman3003
|
||||
|
||||
# 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: "Surgery can no longer be done through the space suits."
|
||||
@@ -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: Woodrat
|
||||
|
||||
# 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:
|
||||
- wip: "Added sofas (no options to build one in round yet, will be added after this pull)."
|
||||
- rscadd: "Add neonsigns, currently one neon sign, Cafe. (Code is copy pasta from holosigns)."
|
||||
- rscadd: "Add boxes with mugs and cups."
|
||||
- tweak: "Neon signs and holosigns now emit light while on."
|
||||
- maptweak: "Merged the Coffee Shop with the Library."
|
||||
- maptweak: "Moved the Locker Room to where the Coffee Shop was, adjusted the holodeck."
|
||||
- maptweak: "Old Locker Room turned into a construction area."
|
||||
- maptweak: "Adjusted holodeck maps to new orientation."
|
||||
- tweak: "Changed sprite of barcode scanner."
|
||||
- tweak: "Cleaned up furniture icon dmi, fixed arm rest icons for shuttle chairs."
|
||||
Reference in New Issue
Block a user