Skip to content

Commit

Permalink
Merge pull request Baystation12#14536 from PsiOmegaDelta/161106-Chang…
Browse files Browse the repository at this point in the history
…elog

161106 changelog
  • Loading branch information
PsiOmegaDelta authored Nov 6, 2016
2 parents 196d071 + 79e1965 commit 4922e1e
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ script:
- (num=`grep -E '"/obj' **/*.dm | wc -l`; echo "$num /obj text paths (expecting 13 or less)"; [ $num -le 13 ])
- (num=`grep -E '"/turf' **/*.dm | wc -l`; echo "$num /turf text paths (expecting 8 or less)"; [ $num -le 8 ])
- (num=`grep -E '"world<<|world[[:space:]]<<' **/*.dm | wc -l`; echo "$num world<< uses (expecting 5 or less)"; [ $num -le 5 ])
- (num=`grep -E '"world.log<<|world.log[[:space:]]<<' **/*.dm | wc -l`; echo "$num world.log<< uses (expecting 52 or less)"; [ $num -le 52 ])
- (num=`grep -E '"world.log<<|world.log[[:space:]]<<' **/*.dm | wc -l`; echo "$num world.log<< uses (expecting 51 or less)"; [ $num -le 51 ])
- (num=`find ./html/changelogs -not -name "*.yml" | wc -l`; echo "$num non-yml files (expecting exactly 2)"; [ $num -eq 2 ])
- awk -f tools/indentation.awk **/*.dm
- md5sum -c - <<< "4bab08611ef5a6f7478d8c4f8b1aa355 *.gitignore"
Expand Down
17 changes: 17 additions & 0 deletions html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,23 @@
-->
<div class="commit sansserif">
<h2 class="date">06 November 2016</h2>
<h3 class="author">Asanadas updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Added a moderate delay to the opening and closing of robotic maintenance hatches. No more quickscope-cellsniping.</li>
<li class="bugfix">Can no longer run away from a robot while removing its MMI and allow the process to succeed.</li>
<li class="bugfix">Fixed a one-pixel mistake in one of the robotic maintenance step images.</li>
</ul>
<h3 class="author">Broseph Stylin updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Most loadout items with multiple variants can now be found under lists in their respective categories. This change WILL mess up your saved loadouts, so be sure to redo them.</li>
</ul>
<h3 class="author">Datraen updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Skrell now have mild darksight.</li>
<li class="tweak">Skrell now prefer slightly warmer temperatures.</li>
</ul>

<h2 class="date">04 November 2016</h2>
<h3 class="author">ColaFiend updated:</h3>
<ul class="changes bgimages16">
Expand Down
14 changes: 14 additions & 0 deletions html/changelogs/.all_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3909,3 +3909,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
ColaFiend:
- rscadd: Added new welding masks available in the gear loadout for engineers and
roboticists.
2016-11-06:
Asanadas:
- tweak: Added a moderate delay to the opening and closing of robotic maintenance
hatches. No more quickscope-cellsniping.
- bugfix: Can no longer run away from a robot while removing its MMI and allow the
process to succeed.
- bugfix: Fixed a one-pixel mistake in one of the robotic maintenance step images.
Broseph Stylin:
- tweak: Most loadout items with multiple variants can now be found under lists
in their respective categories. This change WILL mess up your saved loadouts,
so be sure to redo them.
Datraen:
- tweak: Skrell now have mild darksight.
- tweak: Skrell now prefer slightly warmer temperatures.
8 changes: 0 additions & 8 deletions html/changelogs/Asanadas-slow_loadouts.yml

This file was deleted.

5 changes: 0 additions & 5 deletions html/changelogs/AtomicWorm-adjustloadout.yml

This file was deleted.

7 changes: 0 additions & 7 deletions html/changelogs/Datraen-SkrellMechanicUpdate2.yml

This file was deleted.

0 comments on commit 4922e1e

Please sign in to comment.