Updates changelog

I mean, SOMEONE has to
This commit is contained in:
Kelenius
2016-03-11 10:31:17 +03:00
parent 9b9a23860e
commit b0c64d8aa2
8 changed files with 1176 additions and 1542 deletions

View File

@@ -53,6 +53,30 @@
-->
<div class="commit sansserif">
<h2 class="date">11 March 2016</h2>
<h3 class="author">Datraen updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds ckeys, player panel to the antagonists panel.</li>
<li class="tweak">Fragmentation grenades are no longer launchable.</li>
<li class="tweak">Adds amount of telecrystals to the set telecrystal verb.</li>
<li class="rscadd">Added a verb to just add to telecrystals.</li>
</ul>
<h3 class="author">Kelenius updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Drying rack now has a new sprite.</li>
<li class="rscadd">Beekeeping materials and a honey extractor have been added to hydroponics.</li>
<li class="tweak">There is now a ten-second delay for carding the AI.</li>
</ul>
<h3 class="author">Zuhayr updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Small species now take smaller bites/gulps from food and drink.</li>
<li class="rscadd">Small species are now effected by alchol and toxins twice as much.</li>
<li class="rscadd">blood_volume is now a species-level var and Teshari have lowered blood volume.</li>
<li class="rscadd">Hunger is a species var and Teshari get hungry faster.</li>
<li class="rscadd">Small mobs have a reduced climb delay.</li>
<li class="rscadd">Teshari gain more nutrition from meat.</li>
</ul>
<h2 class="date">11 February 2016</h2>
<h3 class="author">Datraen updated:</h3>
<ul class="changes bgimages16">

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +0,0 @@
author: Datraen
delete-after: True
changes:
- rscadd: "Adds ckeys, player panel to the antagonists panel."

View File

@@ -1,6 +0,0 @@
author: Datraen
delete-after: True
changes:
- tweak: "Fragmentation grenades are no longer launchable."

View File

@@ -1,7 +0,0 @@
author: Datraen
delete-after: True
changes:
- tweak: "Adds amount of telecrystals to the set telecrystal verb."
- rscadd: "Added a verb to just add to telecrystals."

View File

@@ -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: Kelenius
# 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: "Drying rack now has a new sprite."
- rscadd: "Beekeeping materials and a honey extractor have been added to hydroponics."

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: Kelenius
# 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: "There is now a ten-second delay for carding the AI."

View File

@@ -1,9 +0,0 @@
author: Zuhayr
delete-after: True
changes:
- rscadd: "Small species now take smaller bites/gulps from food and drink."
- rscadd: "Small species are now effected by alchol and toxins twice as much."
- rscadd: "blood_volume is now a species-level var and Teshari have lowered blood volume."
- rscadd: "Hunger is a species var and Teshari get hungry faster."
- rscadd: "Small mobs have a reduced climb delay."
- rscadd: "Teshari gain more nutrition from meat."