mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Changelogs - 24JUL2016
This commit is contained in:
@@ -56,6 +56,25 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">24 July 2016</h2>
|
||||
<h3 class="author">Alberyk updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added departamental related voidsuits crates to the supply console.</li>
|
||||
<li class="rscadd">Added security and engineering maglock crates to the supply console.</li>
|
||||
<li class="tweak">Costumes crates do not require theater access anymore.</li>
|
||||
</ul>
|
||||
<h3 class="author">Bedshaped updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Command reports now only ask for a name if you used a template</li>
|
||||
<li class="bugfix">MalfAI's fake command report plays the regular report sound so the Malf can't be metaguessed</li>
|
||||
</ul>
|
||||
<h3 class="author">LordFowl updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Fixed certain items being unable to acquire via RnD due to impossibly high research requirements.</li>
|
||||
<li class="bugfix">Fixed lawgiver not displaying a name for its entry in the protolathe.</li>
|
||||
<li class="tweak">Halved the effectiveness of the Zo'ra blaster.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">20 July 2016</h2>
|
||||
<h3 class="author">Skull132 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -2318,3 +2318,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
is still onboard.
|
||||
- tweak: Gibbing or husking a Diona will no longer have them split off into nymphs.
|
||||
A gibbed or husked Diona is now permadead.
|
||||
2016-07-24:
|
||||
Alberyk:
|
||||
- rscadd: Added departamental related voidsuits crates to the supply console.
|
||||
- rscadd: Added security and engineering maglock crates to the supply console.
|
||||
- tweak: Costumes crates do not require theater access anymore.
|
||||
Bedshaped:
|
||||
- tweak: Command reports now only ask for a name if you used a template
|
||||
- bugfix: MalfAI's fake command report plays the regular report sound so the Malf
|
||||
can't be metaguessed
|
||||
LordFowl:
|
||||
- bugfix: Fixed certain items being unable to acquire via RnD due to impossibly
|
||||
high research requirements.
|
||||
- bugfix: Fixed lawgiver not displaying a name for its entry in the protolathe.
|
||||
- tweak: Halved the effectiveness of the Zo'ra blaster.
|
||||
|
||||
@@ -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: Alberyk
|
||||
|
||||
# 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: "Added departamental related voidsuits crates to the supply console."
|
||||
- rscadd: "Added security and engineering maglock crates to the supply console."
|
||||
- tweak: "Costumes crates do not require theater access anymore."
|
||||
@@ -1,7 +0,0 @@
|
||||
author: Bedshaped
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Command reports now only ask for a name if you used a template"
|
||||
- bugfix: "MalfAI's fake command report plays the regular report sound so the Malf can't be metaguessed"
|
||||
@@ -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: LordFowl
|
||||
|
||||
# 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: "Fixed certain items being unable to acquire via RnD due to impossibly high research requirements."
|
||||
- bugfix: "Fixed lawgiver not displaying a name for its entry in the protolathe."
|
||||
- tweak: "Halved the effectiveness of the Zo'ra blaster."
|
||||
Reference in New Issue
Block a user