mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Updates changelog
This commit is contained in:
@@ -53,6 +53,31 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">28 April 2018</h2>
|
||||
<h3 class="author">Anewbe updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Communicator visibility (the thing that lets people see your communicator when you're a ghost) is now saved to character slots, rather than globally.</li>
|
||||
<li class="tweak">Jobs that are set to Never on your preferences are hidden by default on the Late Join selection menu. There is a button to reveal them.</li>
|
||||
</ul>
|
||||
<h3 class="author">Arokha updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Nerve reattaching surgery now works correctly. (Hemostat on limb)</li>
|
||||
<li class="bugfix">Limbs dropped by people have appropriate flags.</li>
|
||||
</ul>
|
||||
<h3 class="author">Atermonera updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Human examine code has received a major refactor. If you encounter unusual behaviour that seems wrong, please report it.</li>
|
||||
</ul>
|
||||
<h3 class="author">Cerebulon updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Pumpkins are no longer green ovals. They now grow on actual vines.</li>
|
||||
</ul>
|
||||
<h3 class="author">schnayy updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Space carp plushies now load sprites and are all selectable from loadout.</li>
|
||||
<li class="tweak">Adds several newer plushies to the gift vendor as well as adjusting cost of gift vendor's contents.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">19 April 2018</h2>
|
||||
<h3 class="author">Anewbe updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -4088,3 +4088,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- tweak: RD office now has its telescreen back.
|
||||
lorwp:
|
||||
- bugfix: Pilot headsets can now fallback to shortwave radio
|
||||
2018-04-28:
|
||||
Anewbe:
|
||||
- tweak: Communicator visibility (the thing that lets people see your communicator
|
||||
when you're a ghost) is now saved to character slots, rather than globally.
|
||||
- tweak: Jobs that are set to Never on your preferences are hidden by default on
|
||||
the Late Join selection menu. There is a button to reveal them.
|
||||
Arokha:
|
||||
- bugfix: Nerve reattaching surgery now works correctly. (Hemostat on limb)
|
||||
- bugfix: Limbs dropped by people have appropriate flags.
|
||||
Atermonera:
|
||||
- tweak: Human examine code has received a major refactor. If you encounter unusual
|
||||
behaviour that seems wrong, please report it.
|
||||
Cerebulon:
|
||||
- bugfix: Pumpkins are no longer green ovals. They now grow on actual vines.
|
||||
schnayy:
|
||||
- bugfix: Space carp plushies now load sprites and are all selectable from loadout.
|
||||
- tweak: Adds several newer plushies to the gift vendor as well as adjusting cost
|
||||
of gift vendor's contents.
|
||||
|
||||
@@ -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:
|
||||
- tweak: "Communicator visibility (the thing that lets people see your communicator when you're a ghost) is now saved to character slots, rather than globally."
|
||||
@@ -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:
|
||||
- tweak: "Jobs that are set to Never on your preferences are hidden by default on the Late Join selection menu. There is a button to reveal them."
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
author: Cerebulon
|
||||
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Pumpkins no longer green ovals. Now grow on actual vines."
|
||||
@@ -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: Arokha
|
||||
|
||||
# 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: "Nerve reattaching surgery now works correctly. (Hemostat on limb)"
|
||||
- bugfix: "Limbs dropped by people don't have appropriate flags."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: Atermonera
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Human examine code has received a major refactor. If you encounter unusual behaviour that seems wrong, please report it."
|
||||
@@ -1,9 +0,0 @@
|
||||
# Your name.
|
||||
author: schnayy
|
||||
|
||||
# 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.
|
||||
- bugfix: "Space carp plushies now load sprites and are all selectable from loadout."
|
||||
- tweak: "Adds several newer plushies to the gift vendor as well as adjusting cost of gift vendor's contents."
|
||||
Reference in New Issue
Block a user