mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
"[ci skip] Automatic Build - 2019.10.23.18.10.35"
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
<div class="commit sansserif">
|
||||
|
||||
<h2 class="date">23 October 2019</h2>
|
||||
<h3 class="author">Geeves updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Changes the entertainment and medical radio colours to be more distinct.</li>
|
||||
<li class="tweak">Made dosay and devsay more readable. Stop ignoring me, admins, PLEASE, PLEEEEEEEEEEEAAA-</li>
|
||||
<li class="wip">Gnome still not found. Search parties are getting antsy.</li>
|
||||
</ul>
|
||||
<h3 class="author">JohnWildkins updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">All pages of the clipboard are now writable.</li>
|
||||
@@ -47,6 +53,17 @@
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Made new player panel gap consistent.</li>
|
||||
</ul>
|
||||
<h3 class="author">PoZe updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Tesla no longer gains energy from just colliding with objects.</li>
|
||||
<li class="bugfix">Fixes sprite for singularity beacon not showing up.</li>
|
||||
<li class="bugfix">Tesla no longer spams admin longs when a new ball is created outside of containment.</li>
|
||||
<li class="bugfix">Telsa looses energy when dropping ball which should be slightly below how much is required for new ball.</li>
|
||||
<li class="tweak">Tesla dissipation rate has been buffed, it now looses energy faster.</li>
|
||||
<li class="tweak">Tesla dissipates every time it zaps something.</li>
|
||||
<li class="tweak">Tesla now melts any object or mob(but not turfs) it touches or when it zaps it while sacrificing a miniball.</li>
|
||||
<li class="rscadd">Added special emergency singularity beacon that is to be used when Singulo/Telsa are on the Loose. When Tesla zaps the beacon, it will discharge all energy into it, dying and destroying beacon.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">22 October 2019</h2>
|
||||
<h3 class="author">Fire and Glory updated:</h3>
|
||||
|
||||
@@ -9498,6 +9498,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
of 0.5 second per item to empty and special bags like Captain, Wizard, Synie,
|
||||
Engineering have 0.8 second delay per item.
|
||||
2019-10-23:
|
||||
Geeves:
|
||||
- tweak: Changes the entertainment and medical radio colours to be more distinct.
|
||||
- tweak: Made dosay and devsay more readable. Stop ignoring me, admins, PLEASE,
|
||||
PLEEEEEEEEEEEAAA-
|
||||
- wip: Gnome still not found. Search parties are getting antsy.
|
||||
JohnWildkins:
|
||||
- tweak: All pages of the clipboard are now writable.
|
||||
- tweak: You can now write to a clipboard with an attached pen, without needing
|
||||
@@ -9507,3 +9512,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- bugfix: 'Clipboard icon now updates when the front page is written on. '
|
||||
Karolis2011:
|
||||
- bugfix: Made new player panel gap consistent.
|
||||
PoZe:
|
||||
- bugfix: Tesla no longer gains energy from just colliding with objects.
|
||||
- bugfix: Fixes sprite for singularity beacon not showing up.
|
||||
- bugfix: Tesla no longer spams admin longs when a new ball is created outside of
|
||||
containment.
|
||||
- bugfix: Telsa looses energy when dropping ball which should be slightly below
|
||||
how much is required for new ball.
|
||||
- tweak: Tesla dissipation rate has been buffed, it now looses energy faster.
|
||||
- tweak: Tesla dissipates every time it zaps something.
|
||||
- tweak: Tesla now melts any object or mob(but not turfs) it touches or when it
|
||||
zaps it while sacrificing a miniball.
|
||||
- rscadd: Added special emergency singularity beacon that is to be used when Singulo/Telsa
|
||||
are on the Loose. When Tesla zaps the beacon, it will discharge all energy into
|
||||
it, dying and destroying beacon.
|
||||
|
||||
@@ -1,48 +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: PoZe
|
||||
|
||||
# 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: "Tesla no longer gains energy from just colliding with objects."
|
||||
- bugfix: "Fixes sprite for singularity beacon not showing up."
|
||||
- bugfix: "Tesla no longer spams admin longs when a new ball is created outside of containment."
|
||||
- bugfix: "Telsa looses energy when dropping ball which should be slightly below how much is required for new ball."
|
||||
- tweak: "Tesla dissipation rate has been buffed, it now looses energy faster."
|
||||
- tweak: "Tesla dissipates every time it zaps something."
|
||||
- tweak: "Tesla now melts any object or mob(but not turfs) it touches or when it zaps it while sacrificing a miniball."
|
||||
- rscadd: "Added special emergency singularity beacon that is to be used when Singulo/Telsa are on the Loose. When Tesla zaps the beacon, it will discharge all energy into it, dying and destroying beacon."
|
||||
@@ -1,43 +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: Geeves
|
||||
|
||||
# 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: "Changes the entertainment and medical radio colours to be more distinct."
|
||||
- tweak: "Made dosay and devsay more readable. Stop ignoring me, admins, PLEASE, PLEEEEEEEEEEEAAA-"
|
||||
- wip: "Gnome still not found. Search parties are getting antsy."
|
||||
Reference in New Issue
Block a user