mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
"[ci skip] Automatic Build - 2022.04.14.23.28.24"
This commit is contained in:
@@ -44,15 +44,29 @@
|
||||
<ul class="changes bgimages16">
|
||||
<li class="maptweak">Added Cyborg Charging Station to Workshop</li>
|
||||
<li class="imageadd">Added area icon for Workshop.</li>
|
||||
<li class="bugfix">Barsign and Holo-menu should now work properly in the Space Bar.</li>
|
||||
</ul>
|
||||
<h3 class="author">FlamingLily updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="maptweak">Disconnected the service and security subgrids from each other.</li>
|
||||
<li class="maptweak">Made the downwards cable to the freezer go through a catwalk, instead of solid floor.</li>
|
||||
</ul>
|
||||
<h3 class="author">JohnWildkins updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Camera consoles can now be used while buckled in non-office chairs, and should reset view properly when no longer in use.</li>
|
||||
<li class="tweak">Computer UIs will now close for cyborgs if they move beyond visual range. (They already disabled interaction in the past.)</li>
|
||||
</ul>
|
||||
<h3 class="author">ben10083 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="maptweak">Made it more obvious that Mech Bay is in operations department, not research.</li>
|
||||
<li class="bugfix">Research lift now states correct deck when arriving to destination.</li>
|
||||
<li class="rscadd">Added Operation Manager's stamp to their office.</li>
|
||||
<li class="rscadd">Added brand new stamp for Warden.</li>
|
||||
</ul>
|
||||
<h3 class="author">mikomyazaki updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Machinists can no longer cosplay as a HoP with the machinist's uniform in their vending machine.</li>
|
||||
<li class="bugfix">Orbital drill droppers now work anywhere that isn't on the Horizon... unless emagged.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">13 April 2022</h2>
|
||||
|
||||
@@ -23150,10 +23150,24 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
Ben10083:
|
||||
- maptweak: Added Cyborg Charging Station to Workshop
|
||||
- imageadd: Added area icon for Workshop.
|
||||
- bugfix: Barsign and Holo-menu should now work properly in the Space Bar.
|
||||
FlamingLily:
|
||||
- maptweak: Disconnected the service and security subgrids from each other.
|
||||
- maptweak: Made the downwards cable to the freezer go through a catwalk, instead
|
||||
of solid floor.
|
||||
JohnWildkins:
|
||||
- bugfix: Camera consoles can now be used while buckled in non-office chairs, and
|
||||
should reset view properly when no longer in use.
|
||||
- tweak: Computer UIs will now close for cyborgs if they move beyond visual range.
|
||||
(They already disabled interaction in the past.)
|
||||
ben10083:
|
||||
- maptweak: Made it more obvious that Mech Bay is in operations department, not
|
||||
research.
|
||||
- bugfix: Research lift now states correct deck when arriving to destination.
|
||||
- rscadd: Added Operation Manager's stamp to their office.
|
||||
- rscadd: Added brand new stamp for Warden.
|
||||
mikomyazaki:
|
||||
- tweak: Machinists can no longer cosplay as a HoP with the machinist's uniform
|
||||
in their vending machine.
|
||||
- bugfix: Orbital drill droppers now work anywhere that isn't on the Horizon...
|
||||
unless emagged.
|
||||
|
||||
@@ -1,44 +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
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: ben10083
|
||||
|
||||
# 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: "Made it more obvious that Mech Bay is in operations department, not research."
|
||||
- bugfix: "Research lift now states correct deck when arriving to destination."
|
||||
- rscadd: "Added Operation Manager's stamp to their office."
|
||||
- rscadd: "Added brand new stamp for Warden."
|
||||
@@ -1,41 +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
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Ben10083
|
||||
|
||||
# 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: "Barsign and Holo-menu should now work properly in the Space Bar."
|
||||
@@ -1,7 +0,0 @@
|
||||
author: mikomyazaki
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Orbital drill droppers now work anywhere that isn't on the Horizon... unless emagged."
|
||||
@@ -1,7 +0,0 @@
|
||||
author: JohnWildkins
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Camera consoles can now be used while buckled in non-office chairs, and should reset view properly when no longer in use."
|
||||
- tweak: "Computer UIs will now close for cyborgs if they move beyond visual range. (They already disabled interaction in the past.)"
|
||||
Reference in New Issue
Block a user