Makes changelogs.

This commit is contained in:
Neerti
2015-12-16 13:52:51 -05:00
parent 760097b3b7
commit dfd646defe
12 changed files with 81 additions and 293 deletions
+37
View File
@@ -56,6 +56,43 @@
-->
<div class="commit sansserif">
<h2 class="date">16 December 2015</h2>
<h3 class="author">HarpyEagle updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed a couple of bugs causing phoron gas fires to burn cooler and slower than they were supposed to.</li>
<li class="bugfix">Merc bombs are now appropriately explosive again. Same goes for bombs made by toxins.</li>
</ul>
<h3 class="author">Hubblenaut updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Mobs on help intent will not push others that aren't.</li>
<li class="rscadd">Adds tape for atmospherics.</li>
<li class="tweak">Tape graphics and algorithm changes. Looks a lot more appealing now.</li>
<li class="tweak">Starting and ending tape on the same turf will connect it to all surrounding walls/windows.</li>
<li class="tweak">Lifting a part of the tape will lift an entire tape section.</li>
<li class="tweak">Mobs on help intent do stop for tape.</li>
<li class="bugfix">Crumpled tape does not affect tape breaking behavior anymore.</li>
<li class="bugfix">Fixes vending machines not adding stored goods when maintenance panel is closed.</li>
<li class="tweak">Doors do only buzz once on failed closing attempt.</li>
</ul>
<h3 class="author">Neerti updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds NanoUI for communicators, the ability for communicators to call other communicators on the station, the ability for station-bound people to call ghosts, and for ghosts to toggle their visibility to communicators on or off in character preferences (defaults to off). Communicators can now also support more than one call at the same time, for both ghosts and normal communicators.</li>
<li class="rscadd">Adds new machine to telecomms, the Exonet node. It is very basic in terms of functionality, but certain services can be selectively disabled from it, such as newscaster updates, communicators, or external PDA messages. Adds methods for building and deconstructing Exonet nodes.</li>
<li class="experiment">Adds framework for a fake-networking system called EPv2 that communicators will now use, and perhaps other machines will in the future, for good or for evil.</li>
<li class="rscdel">Changeling Spacearmor reduced in protective ability.</li>
<li class="rscdel">Cryogenic String and Delayed Toxic Sting now have a three minute cooldown upon stinging someone.</li>
<li class="rscdel">Cryotoxin, the chemical used in Cryogenic String, is 25% less potent now.</li>
<li class="rscdel">The rune to summon Narsie has been changed. Narsie is no longer summoned, but Hell still comes.</li>
<li class="rscdel">Spooky mobs spawned from spooky portals as a result of Hell coming have had their speed, health, and damage reduced.</li>
<li class="rscdel">Manifested humans no longer count for summoning Hell.</li>
</ul>
<h3 class="author">Zuhayr updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Aiming has been rewritten, keep an eye out for weird behavior.</li>
<li class="rscdel">Removed the detective scanner and associated machinery.</li>
<li class="rscadd">Added a microscope, machine forensic scanner, etc. from Aurora forensics.</li>
</ul>
<h2 class="date">06 December 2015</h2>
<h3 class="author">Datraen updated:</h3>
<ul class="changes bgimages16">
+44
View File
@@ -2356,3 +2356,47 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
span.
- rscadd: Users with sufficient access can instead select pre-defined channels outside
this span, such as department channels, when using intercoms.
2015-12-16:
HarpyEagle:
- bugfix: Fixed a couple of bugs causing phoron gas fires to burn cooler and slower
than they were supposed to.
- bugfix: Merc bombs are now appropriately explosive again. Same goes for bombs
made by toxins.
Hubblenaut:
- tweak: Mobs on help intent will not push others that aren't.
- rscadd: Adds tape for atmospherics.
- tweak: Tape graphics and algorithm changes. Looks a lot more appealing now.
- tweak: Starting and ending tape on the same turf will connect it to all surrounding
walls/windows.
- tweak: Lifting a part of the tape will lift an entire tape section.
- tweak: Mobs on help intent do stop for tape.
- bugfix: Crumpled tape does not affect tape breaking behavior anymore.
- bugfix: Fixes vending machines not adding stored goods when maintenance panel
is closed.
- tweak: Doors do only buzz once on failed closing attempt.
Neerti:
- rscadd: Adds NanoUI for communicators, the ability for communicators to call other
communicators on the station, the ability for station-bound people to call ghosts,
and for ghosts to toggle their visibility to communicators on or off in character
preferences (defaults to off). Communicators can now also support more than
one call at the same time, for both ghosts and normal communicators.
- rscadd: Adds new machine to telecomms, the Exonet node. It is very basic in terms
of functionality, but certain services can be selectively disabled from it,
such as newscaster updates, communicators, or external PDA messages. Adds methods
for building and deconstructing Exonet nodes.
- experiment: Adds framework for a fake-networking system called EPv2 that communicators
will now use, and perhaps other machines will in the future, for good or for
evil.
- rscdel: Changeling Spacearmor reduced in protective ability.
- rscdel: Cryogenic String and Delayed Toxic Sting now have a three minute cooldown
upon stinging someone.
- rscdel: Cryotoxin, the chemical used in Cryogenic String, is 25% less potent now.
- rscdel: The rune to summon Narsie has been changed. Narsie is no longer summoned,
but Hell still comes.
- rscdel: Spooky mobs spawned from spooky portals as a result of Hell coming have
had their speed, health, and damage reduced.
- rscdel: Manifested humans no longer count for summoning Hell.
Zuhayr:
- tweak: Aiming has been rewritten, keep an eye out for weird behavior.
- rscdel: Removed the detective scanner and associated machinery.
- rscadd: Added a microscope, machine forensic scanner, etc. from Aurora forensics.
-21
View File
@@ -1,21 +0,0 @@
################################
# 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
#################################
author: HarpyEagle
delete-after: True
changes:
- bugfix: "Fixed a couple of bugs causing phoron gas fires to burn cooler and slower than they were supposed to."
- bugfix: "Merc bombs are now appropriately explosive again. Same goes for bombs made by toxins."
-36
View File
@@ -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: Hubblenaut
# 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: "Mobs on help intent will not push others that aren't."
-41
View File
@@ -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: Hubblenaut
# 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 tape for atmospherics."
- tweak: "Tape graphics and algorithm changes. Looks a lot more appealing now."
- tweak: "Starting and ending tape on the same turf will connect it to all surrounding walls/windows."
- tweak: "Lifting a part of the tape will lift an entire tape section."
- tweak: "Mobs on help intent do stop for tape."
- bugfix: "Crumpled tape does not affect tape breaking behavior anymore."
-36
View File
@@ -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: Hubblenaut
# 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 vending machines not adding stored goods when maintenance panel is closed."
-36
View File
@@ -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: Hubblenaut
# 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: "Doors do only buzz once on failed closing attempt."
-4
View File
@@ -1,4 +0,0 @@
author: Zuhayr
delete-after: True
changes:
- tweak: "Aiming has been rewritten, keep an eye out for weird behavior."
-5
View File
@@ -1,5 +0,0 @@
author: Zuhayr
delete-after: True
changes:
- rscdel: "Removed the detective scanner and associated machinery."
- rscadd: "Added a microscope, machine forensic scanner, etc. from Aurora forensics."
-38
View File
@@ -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: 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: "Adds NanoUI for communicators, the ability for communicators to call other communicators on the station, the ability for station-bound people to call ghosts, and for ghosts to toggle their visibility to communicators on or off in character preferences (defaults to off). Communicators can now also support more than one call at the same time, for both ghosts and normal communicators."
- rscadd: "Adds new machine to telecomms, the Exonet node. It is very basic in terms of functionality, but certain services can be selectively disabled from it, such as newscaster updates, communicators, or external PDA messages. Adds methods for building and deconstructing Exonet nodes."
- experiment: "Adds framework for a fake-networking system called EPv2 that communicators will now use, and perhaps other machines will in the future, for good or for evil."
-38
View File
@@ -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: 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:
- rscdel: "Changeling Spacearmor reduced in protective ability."
- rscdel: "Cryogenic String and Delayed Toxic Sting now have a three minute cooldown upon stinging someone."
- rscdel: "Cryotoxin, the chemical used in Cryogenic String, is 25% less potent now."
-38
View File
@@ -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: 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:
- rscdel: "The rune to summon Narsie has been changed. Narsie is no longer summoned, but Hell still comes."
- rscdel: "Spooky mobs spawned from spooky portals as a result of Hell coming have had their speed, health, and damage reduced."
- rscdel: "Manifested humans no longer count for summoning Hell."