mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
changelog update (#6915)
This commit is contained in:
@@ -53,6 +53,38 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">27 March 2020</h2>
|
||||
<h3 class="author">Arokha updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Ported VChat. If you find any messages that are not sorted by any filters, or that you feel are sorted incorrectly, please submit a bug report on our issue tracker on github.</li>
|
||||
</ul>
|
||||
<h3 class="author">Atermonera updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Basic distillery (not the industrial-) will ping when it reaches its target temperature.</li>
|
||||
<li class="tweak">Basic distillery uses logistic curve to determine temperature change, and should be much faster.</li>
|
||||
<li class="tweak">Industrial distillery respects gas laws, particularly as pertains to low temperatures.</li>
|
||||
<li class="bugfix">Prometheans can be slipped by disarm intent again</li>
|
||||
</ul>
|
||||
<h3 class="author">Leshana updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added skybox parallax background for space.</li>
|
||||
<li class="rscadd">Baystation12 style Overmap</li>
|
||||
<li class="tweak">Make transit turfs (shuttle transit) actually look like they move in the right direction.</li>
|
||||
</ul>
|
||||
<h3 class="author">Mechoid updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Artifact shields now work again.</li>
|
||||
<li class="bugfix">Anomaly batteries work again.</li>
|
||||
<li class="rscadd">Archaeology sites can have unique batteries, syringes, rings, and 'clubs'.</li>
|
||||
<li class="rscadd">Multiple artifact effects added, in order to provide more spice, from naughty to nice.</li>
|
||||
<li class="tweak">Tweaks to normal artifact finds to be more unique.</li>
|
||||
</ul>
|
||||
<h3 class="author">Shadow-Quill updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Adds emergency backup cells to most light fixtures</li>
|
||||
<li class="tweak">AIs can turn emergency lighting on and off by clicking light fixtures. Flickering the lights has been moved to alt-click.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">20 March 2020</h2>
|
||||
<h3 class="author">Aronai/Arokha updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -5036,3 +5036,32 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
schnayy:
|
||||
- rscadd: Adds Sabitsuki and Bedhead Longest hairstyles.
|
||||
- tweak: Adjusts pixels on the Jessica, Celeb Curls, and Beach Waves hairstyles.
|
||||
2020-03-27:
|
||||
Arokha:
|
||||
- rscadd: Ported VChat. If you find any messages that are not sorted by any filters,
|
||||
or that you feel are sorted incorrectly, please submit a bug report on our issue
|
||||
tracker on github.
|
||||
Atermonera:
|
||||
- rscadd: Basic distillery (not the industrial-) will ping when it reaches its target
|
||||
temperature.
|
||||
- tweak: Basic distillery uses logistic curve to determine temperature change, and
|
||||
should be much faster.
|
||||
- tweak: Industrial distillery respects gas laws, particularly as pertains to low
|
||||
temperatures.
|
||||
- bugfix: Prometheans can be slipped by disarm intent again
|
||||
Leshana:
|
||||
- rscadd: Added skybox parallax background for space.
|
||||
- rscadd: Baystation12 style Overmap
|
||||
- tweak: Make transit turfs (shuttle transit) actually look like they move in the
|
||||
right direction.
|
||||
Mechoid:
|
||||
- bugfix: Artifact shields now work again.
|
||||
- bugfix: Anomaly batteries work again.
|
||||
- rscadd: Archaeology sites can have unique batteries, syringes, rings, and 'clubs'.
|
||||
- rscadd: Multiple artifact effects added, in order to provide more spice, from
|
||||
naughty to nice.
|
||||
- tweak: Tweaks to normal artifact finds to be more unique.
|
||||
Shadow-Quill:
|
||||
- rscadd: Adds emergency backup cells to most light fixtures
|
||||
- tweak: AIs can turn emergency lighting on and off by clicking light fixtures.
|
||||
Flickering the lights has been moved to alt-click.
|
||||
|
||||
@@ -1,40 +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: Mechoid
|
||||
|
||||
# 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: "Artifact shields now function properly after fixing a runtime."
|
||||
- bugfix: "Anomaly batteries function again."
|
||||
- rscadd: "Archaeology sites can have unique batteries, syringes, rings, and 'clubs'."
|
||||
- rscadd: "Multiple artifact effects added, in order to provide more spice, from naughty to nice."
|
||||
- tweak: "Tweaks to normal artifact finds to be more unique."
|
||||
@@ -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: 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:
|
||||
- rscadd: "Adds emergency backup cells to most light fixtures"
|
||||
- tweak: "AIs can turn emergency lighting on and off by clicking light fixtures. Flickering the lights has been moved to alt-click.
|
||||
@@ -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: TheFurryFeline
|
||||
|
||||
# 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: "Change output of messages relating to snowball compacting and bike kickstand actions."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: Atermonera
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Basic distillery (not the industrial-) will ping when it reaches its target temperature."
|
||||
- tweak: "Basic distillery uses logistic curve to determine temperature change, and should be much faster."
|
||||
- tweak: "Industrial distillery respects gas laws, particularly as pertains to low temperatures."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: Atermonera
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Prometheans can be slipped again"
|
||||
Reference in New Issue
Block a user