mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
"[ci skip] Automatic Build - 2022.08.21.10.07.23"
This commit is contained in:
@@ -40,10 +40,27 @@
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added health scanner and combitool augment implanters to the uplink.</li>
|
||||
</ul>
|
||||
<h3 class="author">KingOfThePing updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">When failing the game mode selection due to lacking antags, the server doesn't announce the tried game mode anymore.</li>
|
||||
</ul>
|
||||
<h3 class="author">SleepyGemmy updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="maptweak">Tweaks the layout of the crew armoury. Gives it some polish.</li>
|
||||
<li class="tweak">Puts some of the contents in the crew armoury into dedicated boxes.</li>
|
||||
</ul>
|
||||
<h3 class="author">WickedCybs updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Makes an evidence bag variant called 'resealable plastic bag' and adds some to the kitchen and loadout. Now you too, can store your sandwich properly.</li>
|
||||
</ul>
|
||||
<h3 class="author">Wowzewow (Wezzy) updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Reverts the operations uniform changes so they are more consistent with the other uniforms.</li>
|
||||
</ul>
|
||||
<h3 class="author">listerla updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="imageadd">Added flared pants and halter tops to loadout, ported from Polaris.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">20 August 2022</h2>
|
||||
<h3 class="author">Connorjg1 updated:</h3>
|
||||
|
||||
@@ -25675,7 +25675,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
2022-08-21:
|
||||
DreamySkrell:
|
||||
- rscadd: Added health scanner and combitool augment implanters to the uplink.
|
||||
KingOfThePing:
|
||||
- tweak: When failing the game mode selection due to lacking antags, the server
|
||||
doesn't announce the tried game mode anymore.
|
||||
SleepyGemmy:
|
||||
- maptweak: Tweaks the layout of the crew armoury. Gives it some polish.
|
||||
- tweak: Puts some of the contents in the crew armoury into dedicated boxes.
|
||||
WickedCybs:
|
||||
- rscadd: Makes an evidence bag variant called 'resealable plastic bag'
|
||||
and adds some to the kitchen and loadout. Now you too, can store your sandwich
|
||||
properly.
|
||||
Wowzewow (Wezzy):
|
||||
- tweak: Reverts the operations uniform changes so they are more consistent with
|
||||
the other uniforms.
|
||||
listerla:
|
||||
- imageadd: Added flared pants and halter tops to loadout, ported from Polaris.
|
||||
|
||||
@@ -1,42 +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: KingOfThePing
|
||||
|
||||
# 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: "When failing the game mode selection due to lacking antags, the server doesn't announce the tried game mode anymore."
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
author: listerla
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- imageadd: "Added flared pants and halter tops to loadout, ported from Polaris."
|
||||
@@ -1,7 +0,0 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- maptweak: "Tweaks the layout of the crew armoury. Gives it some polish."
|
||||
- tweak: "Puts some of the contents in the crew armoury into dedicated boxes."
|
||||
@@ -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: Wowzewow (Wezzy)
|
||||
|
||||
# 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: "Reverts the operations uniform changes so they are more consistent with the other uniforms."
|
||||
Reference in New Issue
Block a user