mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Development Changelogs - 24JUN2016
This commit is contained in:
@@ -56,6 +56,34 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">24 June 2016</h2>
|
||||
<h3 class="author">LordFowl updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Vaurca hivemind language added.</li>
|
||||
<li class="rscadd">Vaurca appropriate name generator added.</li>
|
||||
<li class="rscadd">Tied Vaurca language to their neural socket organ.</li>
|
||||
<li class="rscadd">Added a method for non-Vaurca to intercept the Vaurca hivenet so long as they construct the correct item.</li>
|
||||
<li class="rscadd">Sprites for Vaurca organs.</li>
|
||||
<li class="rscadd">Neutered all Vaurca.</li>
|
||||
<li class="rscadd">Cutting open a Vaurca for surgery now requires heavier equipment.</li>
|
||||
<li class="rscadd">Injecting a Vaurca with a syringe now will take time.</li>
|
||||
<li class="rscadd">Adds various Vaurca cosmetic items available via loadout.</li>
|
||||
<li class="rscadd">Adds a few new burst-fire weapons exploiting the burstfire fix - obtainable via research or adminbus.</li>
|
||||
<li class="rscadd">Ports the ability to stick heads on spears from Paradise-code.</li>
|
||||
<li class="rscadd">Added an error message when trying to bite someone before the cooldown expires.</li>
|
||||
<li class="rscdel">Removed spoken Vaurca language.</li>
|
||||
<li class="tweak">Heavily nerfed K'ois' properties.</li>
|
||||
<li class="tweak">Halved the nutrition value of nutriment, returning it to old-code state.</li>
|
||||
<li class="tweak">Nerfed the damage dealt by bite, while reducing the cooldown.</li>
|
||||
<li class="bugfix">Fixed burstfire weapons spamming attack messages when fired, allowing for more automatic weapons.</li>
|
||||
<li class="bugfix">Fixed Vaurca player ability to select coloured eyes.</li>
|
||||
</ul>
|
||||
<h3 class="author">Skull132 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Fax machines and Request Consoles can now be linked with PDAs to alert the PDA upon message arrival. These options are available in the machine's UI.</li>
|
||||
<li class="rscadd">Unbanning staff will now be prompted for an unban reason. Any lifting of bans will now also be logged in the player's notes.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">23 June 2016</h2>
|
||||
<h3 class="author">Alberyk updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -2083,3 +2083,32 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
for this.
|
||||
- rscadd: Client version control added. Joining with a lower version than required
|
||||
is now impossible for non-staff.
|
||||
2016-06-24:
|
||||
LordFowl:
|
||||
- rscadd: Vaurca hivemind language added.
|
||||
- rscadd: Vaurca appropriate name generator added.
|
||||
- rscadd: Tied Vaurca language to their neural socket organ.
|
||||
- rscadd: Added a method for non-Vaurca to intercept the Vaurca hivenet so long
|
||||
as they construct the correct item.
|
||||
- rscadd: Sprites for Vaurca organs.
|
||||
- rscadd: Neutered all Vaurca.
|
||||
- rscadd: Cutting open a Vaurca for surgery now requires heavier equipment.
|
||||
- rscadd: Injecting a Vaurca with a syringe now will take time.
|
||||
- rscadd: Adds various Vaurca cosmetic items available via loadout.
|
||||
- rscadd: Adds a few new burst-fire weapons exploiting the burstfire fix - obtainable
|
||||
via research or adminbus.
|
||||
- rscadd: Ports the ability to stick heads on spears from Paradise-code.
|
||||
- rscadd: Added an error message when trying to bite someone before the cooldown
|
||||
expires.
|
||||
- rscdel: Removed spoken Vaurca language.
|
||||
- tweak: Heavily nerfed K'ois' properties.
|
||||
- tweak: Halved the nutrition value of nutriment, returning it to old-code state.
|
||||
- tweak: Nerfed the damage dealt by bite, while reducing the cooldown.
|
||||
- bugfix: Fixed burstfire weapons spamming attack messages when fired, allowing
|
||||
for more automatic weapons.
|
||||
- bugfix: Fixed Vaurca player ability to select coloured eyes.
|
||||
Skull132:
|
||||
- rscadd: Fax machines and Request Consoles can now be linked with PDAs to alert
|
||||
the PDA upon message arrival. These options are available in the machine's UI.
|
||||
- rscadd: Unbanning staff will now be prompted for an unban reason. Any lifting
|
||||
of bans will now also be logged in the player's notes.
|
||||
|
||||
@@ -1,53 +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: LordFowl
|
||||
|
||||
# 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: "Vaurca hivemind language added."
|
||||
- rscadd: "Vaurca appropriate name generator added."
|
||||
- rscadd: "Tied Vaurca language to their neural socket organ."
|
||||
- rscadd: "Added a method for non-Vaurca to intercept the Vaurca hivenet so long as they construct the correct item."
|
||||
- rscadd: "Sprites for Vaurca organs."
|
||||
- rscadd: "Neutered all Vaurca."
|
||||
- rscadd: "Cutting open a Vaurca for surgery now requires heavier equipment."
|
||||
- rscadd: "Injecting a Vaurca with a syringe now will take time."
|
||||
- rscadd: "Adds various Vaurca cosmetic items available via loadout."
|
||||
- rscadd: "Adds a few new burst-fire weapons exploiting the burstfire fix - obtainable via research or adminbus."
|
||||
- rscadd: "Ports the ability to stick heads on spears from Paradise-code."
|
||||
- rscadd: "Added an error message when trying to bite someone before the cooldown expires."
|
||||
- rscdel: "Removed spoken Vaurca language."
|
||||
- tweak: "Heavily nerfed K'ois' properties."
|
||||
- tweak: "Halved the nutrition value of nutriment, returning it to old-code state."
|
||||
- tweak: "Nerfed the damage dealt by bite, while reducing the cooldown."
|
||||
- bugfix: "Fixed burstfire weapons spamming attack messages when fired, allowing for more automatic weapons."
|
||||
- bugfix: "Fixed Vaurca player ability to select coloured eyes."
|
||||
@@ -1,12 +0,0 @@
|
||||
author: Skull132
|
||||
|
||||
# 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: "Unbanning staff will now be prompted for an unban reason. Any lifting of bans will now also be logged in the player's notes."
|
||||
@@ -1,12 +0,0 @@
|
||||
author: Skul132
|
||||
|
||||
# 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: "Fax machines and Request Consoles can now be linked with PDAs to alert the PDA upon message arrival. These options are available in the machine's UI."
|
||||
Reference in New Issue
Block a user