mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
@@ -53,6 +53,35 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">08 July 2016</h2>
|
||||
<h3 class="author">EmperorJon updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Adds admin functionality to call a trader ship event with the Beruang in the same manner as ERT dispatches.</li>
|
||||
<li class="rscadd">Adds a Trader 'antagonist' as they use the antagonist framework. Not considered an actual antagonist, like the ERT.</li>
|
||||
<li class="maptweak">Alters Beruang base to provide some clothing for Traders plus a locked-down area for admins to spawn cargo.</li>
|
||||
<li class="maptweak">Alters Beruang access to a new Trader-ID-only access requirement.</li>
|
||||
</ul>
|
||||
<h3 class="author">Neerti updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="maptweak">Restructred the AI core massively, and the upload slightly.</li>
|
||||
<li class="rscadd">Adds a new material type, called Durasteel, which is made from plasteel and diamonds. It's incredibly tough and also reflective. The inner walls of the AI core contain this new material to protect it.</li>
|
||||
<li class="rscadd">New turret subtype just for the AI core, that is more durable, has a chance to shrug off EMP, and fires xray lasers. They even turn green.</li>
|
||||
<li class="tweak">Turrets now wait to go back down in their covers upon losing sight of a target.</li>
|
||||
<li class="tweak">Emitters now have health, and can be damaged by projectiles. They will explode on death.</li>
|
||||
<li class="tweak">Critical APCs (the type found in the engine and AI core) are now more resistant to EMP. Equipment and Enviroment stays on during an EMP, and less of the cell is drained.</li>
|
||||
</ul>
|
||||
<h3 class="author">Sin4 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added benches.</li>
|
||||
<li class="rscadd">Added floor lamps.</li>
|
||||
<li class="rscadd">Added water-cooler cup dispenser.</li>
|
||||
</ul>
|
||||
<h3 class="author">Yoshax updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Adds recipes for four new non-alcoholic cocktails. Shirley Temples, Roy Rogers, Arnold Palmers and Collins Mixes.</li>
|
||||
<li class="rscadd">Adds five new Tajaran hairstyles ported from Aurora.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">01 July 2016</h2>
|
||||
<h3 class="author">Aztectornado updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -2466,3 +2466,34 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
takes 60 seconds.
|
||||
Zuhayr:
|
||||
- rscadd: Ports/adapted several kitchen machines from Apollo Station.
|
||||
2016-07-08:
|
||||
EmperorJon:
|
||||
- rscadd: Adds admin functionality to call a trader ship event with the Beruang
|
||||
in the same manner as ERT dispatches.
|
||||
- rscadd: Adds a Trader 'antagonist' as they use the antagonist framework. Not considered
|
||||
an actual antagonist, like the ERT.
|
||||
- maptweak: Alters Beruang base to provide some clothing for Traders plus a locked-down
|
||||
area for admins to spawn cargo.
|
||||
- maptweak: Alters Beruang access to a new Trader-ID-only access requirement.
|
||||
Neerti:
|
||||
- maptweak: Restructred the AI core massively, and the upload slightly.
|
||||
- rscadd: Adds a new material type, called Durasteel, which is made from plasteel
|
||||
and diamonds. It's incredibly tough and also reflective. The inner walls of
|
||||
the AI core contain this new material to protect it.
|
||||
- rscadd: New turret subtype just for the AI core, that is more durable, has a chance
|
||||
to shrug off EMP, and fires xray lasers. They even turn green.
|
||||
- tweak: Turrets now wait to go back down in their covers upon losing sight of a
|
||||
target.
|
||||
- tweak: Emitters now have health, and can be damaged by projectiles. They will
|
||||
explode on death.
|
||||
- tweak: Critical APCs (the type found in the engine and AI core) are now more resistant
|
||||
to EMP. Equipment and Enviroment stays on during an EMP, and less of the cell
|
||||
is drained.
|
||||
Sin4:
|
||||
- rscadd: Added benches.
|
||||
- rscadd: Added floor lamps.
|
||||
- rscadd: Added water-cooler cup dispenser.
|
||||
Yoshax:
|
||||
- rscadd: Adds recipes for four new non-alcoholic cocktails. Shirley Temples, Roy
|
||||
Rogers, Arnold Palmers and Collins Mixes.
|
||||
- rscadd: Adds five new Tajaran hairstyles ported from Aurora.
|
||||
|
||||
@@ -1,39 +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: EmperorJon
|
||||
|
||||
# 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 admin functionality to call a trader ship event with the Beruang in the same manner as ERT dispatches."
|
||||
- rscadd: "Adds a Trader 'antagonist' as they use the antagonist framework. Not considered an actual antagonist, like the ERT."
|
||||
- maptweak: "Alters Beruang base to provide some clothing for Traders plus a locked-down area for admins to spawn cargo."
|
||||
- maptweak: "Alters Beruang access to a new Trader-ID-only access requirement."
|
||||
@@ -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
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Neerti
|
||||
|
||||
# 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: "Restructred the AI core massively, and the upload slightly."
|
||||
- rscadd: "Adds a new material type, called Durasteel, which is made from plasteel and diamonds. It's incredibly tough and also reflective. The inner walls of the AI core contain this new material to protect it."
|
||||
- rscadd: "New turret subtype just for the AI core, that is more durable, has a chance to shrug off EMP, and fires xray lasers. They even turn green."
|
||||
- tweak: "Turrets now wait to go back down in their covers upon losing sight of a target."
|
||||
- tweak: "Emitters now have health, and can be damaged by projectiles. They will explode on death."
|
||||
- tweak: "Critical APCs (the type found in the engine and AI core) are now more resistant to EMP. Equipment and Enviroment stays on during an EMP, and less of the cell is drained."
|
||||
@@ -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: Sin4
|
||||
|
||||
# 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 benches."
|
||||
- rscadd: "Added floor lamps."
|
||||
- rscadd: "Added water-cooler cup dispenser."
|
||||
@@ -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: Yoshax
|
||||
|
||||
# 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 recipes for four new non-alcoholic cocktails. Shirley Temples, Roy Rogers, Arnold Palmers and Collins Mixes."
|
||||
@@ -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: Yoshax
|
||||
|
||||
# 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 five new Tajaran hairstyles ported from Aurora."
|
||||
Reference in New Issue
Block a user