mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
changelog (#7062)
This commit is contained in:
@@ -53,6 +53,35 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">29 April 2020</h2>
|
||||
<h3 class="author">Leshana updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Ship Helm, Sensors, Navigation, and Engine Control consoles are now de-/constructable.</li>
|
||||
<li class="rscadd">Exploration (Overmap) Shuttle Console is now de-/constructable.</li>
|
||||
<li class="tweak">Mappers no longer need to varedit shuttle_tag on shuttle consoles.</li>
|
||||
<li class="rscadd">Admin Start Now verb can be used at any time during startup and it won't actually start the game until initialization is completed.</li>
|
||||
<li class="rscadd">Lobby stat panel shows time remaining on lobby votes and if the server is done initializing.</li>
|
||||
</ul>
|
||||
<h3 class="author">Neerti updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">You can now eat as much food as you want, even while 'full'.</li>
|
||||
</ul>
|
||||
<h3 class="author">Novacat updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Re-enabled dual wielding penalties for most weapons that had them.</li>
|
||||
<li class="rscadd">New dual-wielding sprites for weapons that needed them and did not have them.</li>
|
||||
</ul>
|
||||
<h3 class="author">Shadow Quill updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Fixes the 'broken/damaged' message when an airlock is just broken.</li>
|
||||
<li class="tweak">Heavy duty cell chargers now have flashing lights as they charge! When all the lights are flashing, that means the cell is done.</li>
|
||||
</ul>
|
||||
<h3 class="author">atlantiscze updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Shutoff valve monitoring is now also available as a modular computer program. Its UI has also been cleaned up a little.</li>
|
||||
<li class="rscadd">Research robot module now has basic exploration and xenoarchaeology tools.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">20 April 2020</h2>
|
||||
<h3 class="author">Atermonera updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -5109,3 +5109,26 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- tweak: Opening a stasis bag that's being used now gives a prompt to confirm if
|
||||
you want to open it and make the bag expire. No more misclicks making doctors
|
||||
want to murder you.
|
||||
2020-04-29:
|
||||
Leshana:
|
||||
- rscadd: Ship Helm, Sensors, Navigation, and Engine Control consoles are now de-/constructable.
|
||||
- rscadd: Exploration (Overmap) Shuttle Console is now de-/constructable.
|
||||
- tweak: Mappers no longer need to varedit shuttle_tag on shuttle consoles.
|
||||
- rscadd: Admin Start Now verb can be used at any time during startup and it won't
|
||||
actually start the game until initialization is completed.
|
||||
- rscadd: Lobby stat panel shows time remaining on lobby votes and if the server
|
||||
is done initializing.
|
||||
Neerti:
|
||||
- rscadd: You can now eat as much food as you want, even while 'full'.
|
||||
Novacat:
|
||||
- tweak: Re-enabled dual wielding penalties for most weapons that had them.
|
||||
- rscadd: New dual-wielding sprites for weapons that needed them and did not have
|
||||
them.
|
||||
Shadow Quill:
|
||||
- bugfix: Fixes the 'broken/damaged' message when an airlock is just broken.
|
||||
- tweak: Heavy duty cell chargers now have flashing lights as they charge! When
|
||||
all the lights are flashing, that means the cell is done.
|
||||
atlantiscze:
|
||||
- rscadd: Shutoff valve monitoring is now also available as a modular computer program.
|
||||
Its UI has also been cleaned up a little.
|
||||
- rscadd: Research robot module now has basic exploration and xenoarchaeology tools.
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
author: Leshana
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Added circuitboards for ship Helm, Sensors, Navigation, and Engine Control consoles."
|
||||
- rscadd: "Added circuitboards for Exploration (Overmap) Shuttle Console."
|
||||
- tweak: "Mappers no longer need to varedit shuttle_tag on shuttle consoles."
|
||||
@@ -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: 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:
|
||||
- bugfix: "Fixes the 'broken/damaged' message when an airlock is just broken."
|
||||
@@ -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: 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:
|
||||
- tweak: "Heavy duty cell chargers now have flashing lights as they charge! When all the lights are flashing, that means the cell is done."
|
||||
@@ -1,5 +0,0 @@
|
||||
author: atlantiscze
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Shutoff valve monitoring is now also available as a modular computer program. Its UI has also been cleaned up a little."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: atlantiscze
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Research robot module now has basic exploration and xenoarchaeology tools."
|
||||
@@ -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: 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:
|
||||
- rscadd: "You can now eat as much food as you want, even while 'full'."
|
||||
@@ -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: Novacat
|
||||
|
||||
# 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: "Re-enabled dual wielding penalties for most weapons that had them."
|
||||
- rscadd: "New dual-wielding sprites for weapons that needed them and did not have them."
|
||||
Reference in New Issue
Block a user