Automatic changelog compile

This commit is contained in:
sybil-tgstation13
2015-10-16 06:32:36 +00:00
parent fce9bcc646
commit cb58e8dca3
5 changed files with 26 additions and 45 deletions
+14
View File
@@ -55,6 +55,20 @@
-->
<div class="commit sansserif">
<h2 class="date">16 October 2015</h2>
<h3 class="author">MrStonedOne updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added a reconnect option to the file menu. This will allow you to reconnect to the game server without closing and re-opening the game window. This should also prevent another byond ad from playing during reconnections.</li>
</ul>
<h3 class="author">Xhuis updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">A gamebreaking bug has been fixed with buckets. You can now wear them on your head.</li>
</ul>
<h3 class="author">bgobandit updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">The Grape Growers Consortium has complained that Nanotrasen kitchens do not use their products enough. HQ has come up with a few recipes to pacify them. Goddamn winos.</li>
</ul>
<h2 class="date">13 October 2015</h2>
<h3 class="author">AnturK updated:</h3>
<ul class="changes bgimages16">
+12
View File
@@ -2089,3 +2089,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
other heat sources).
- bugfix: Fixes trashbag not being able to pickup drinks and ammo casings.
- tweak: Slimes now attaches themselves to mobs via buckling.
2015-10-16:
MrStonedOne:
- rscadd: Added a reconnect option to the file menu. This will allow you to reconnect
to the game server without closing and re-opening the game window. This should
also prevent another byond ad from playing during reconnections.
Xhuis:
- rscadd: A gamebreaking bug has been fixed with buckets. You can now wear them
on your head.
bgobandit:
- rscadd: The Grape Growers Consortium has complained that Nanotrasen kitchens do
not use their products enough. HQ has come up with a few recipes to pacify them.
Goddamn winos.
-5
View File
@@ -1,5 +0,0 @@
author: Xhuis
delete-after: True
changes:
- rscadd: "A gamebreaking bug has been fixed with buckets. You can now wear them on your head."
@@ -1,4 +0,0 @@
author: bgobandit
delete-after: True
changes:
- rscadd: "The Grape Growers Consortium has complained that Nanotrasen kitchens do not use their products enough. HQ has come up with a few recipes to pacify them. Goddamn winos."
-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
# spellcheck (typo fixes)
# experiment
# tgs (TG-ported fixes?)
#################################
# Your name.
author: MrStonedOne
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Added a reconnect option to the file menu. This will allow you to reconnect to the game server without closing and re-opening the game window. This should also prevent another byond ad from playing during reconnections."