diff --git a/html/changelog.html b/html/changelog.html index d83bfdb3d1..9f6d6b426a 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -26,7 +26,7 @@
Space Station 13

Wiki | Source code

- Code licensed under GPLv3. Content licensed under CC BY-SA 3.0.

+ Code licensed under AGPLv3. Content licensed under CC BY-SA 3.0.

Visit our IRC channel: #bs12 on irc.sorcery.net @@ -56,6 +56,21 @@ -->
+

29 April 2015

+

Daranz updated:

+
    +
  • Paper bundles can now have papers inserted at arbitrary points. This can be done by clicking the previous/next page links with a sheet of paper in hand.
  • +
+

HarpyEagle updated:

+
    +
  • Added new fire modes to various guns: c20r, STS-35, WT-550, Z8, L6 SAW, and double barreled shotgun. The firing modes work the same way as the egun; click on the weapon with it in your active hand to cycle between modes. Unloading these weapons now requires that you click on them with an empty hand.
  • +
+

PsiOmegaDelta updated:

+
    +
  • Portable atmospheric pumps and scrubbers now use NanoUI.
  • +
  • Two new events which will cause damage to APCs or cameras when triggered.
  • +
+

28 April 2015

Jarcolr updated:

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index dcdffbe25e..b9a4aa4fdd 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -1668,3 +1668,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - rscadd: Adds all the practice rounds to the autolathe. - tweak: Adds r_walls to the back of the firing range, leaves the sides normal. - bugfix: Fixes HoS' office door to not be CMO locked. +2015-04-29: + Daranz: + - rscadd: Paper bundles can now have papers inserted at arbitrary points. This can + be done by clicking the previous/next page links with a sheet of paper in hand. + HarpyEagle: + - rscadd: 'Added new fire modes to various guns: c20r, STS-35, WT-550, Z8, L6 SAW, + and double barreled shotgun. The firing modes work the same way as the egun; + click on the weapon with it in your active hand to cycle between modes. Unloading + these weapons now requires that you click on them with an empty hand.' + PsiOmegaDelta: + - rscadd: Portable atmospheric pumps and scrubbers now use NanoUI. + - rscadd: Two new events which will cause damage to APCs or cameras when triggered. diff --git a/html/changelogs/Daranz-paper_functionality.yml b/html/changelogs/Daranz-paper_functionality.yml deleted file mode 100644 index 5bdb81041e..0000000000 --- a/html/changelogs/Daranz-paper_functionality.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: Daranz -delete-after: True - -changes: - - rscadd: "Paper bundles can now have papers inserted at arbitrary points. This can be done by clicking the previous/next page links with a sheet of paper in hand." \ No newline at end of file diff --git a/html/changelogs/HarpyEagle-PR-8971.yml b/html/changelogs/HarpyEagle-PR-8971.yml deleted file mode 100644 index 0bfc556d72..0000000000 --- a/html/changelogs/HarpyEagle-PR-8971.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Your name. -author: HarpyEagle - -# 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 new fire modes to various guns: c20r, STS-35, WT-550, Z8, L6 SAW, and double barreled shotgun. The firing modes work the same way as the egun; click on the weapon with it in your active hand to cycle between modes. Unloading these weapons now requires that you click on them with an empty hand." diff --git a/html/changelogs/PsiOmegaDelta-PR-9008.yml b/html/changelogs/PsiOmegaDelta-PR-9008.yml deleted file mode 100644 index 298f0e4d68..0000000000 --- a/html/changelogs/PsiOmegaDelta-PR-9008.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: PsiOmegaDelta -delete-after: True -changes: - - rscadd: "Two new events which will cause damage to APCs or cameras when triggered." diff --git a/html/changelogs/PsiOmegaDelta-PortableNanoUI.yml b/html/changelogs/PsiOmegaDelta-PortableNanoUI.yml deleted file mode 100644 index 1c8757b19f..0000000000 --- a/html/changelogs/PsiOmegaDelta-PortableNanoUI.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: PsiOmegaDelta -changes: - - rscadd: "Portable atmospheric pumps and scrubbers now use NanoUI." -delete-after: true diff --git a/html/templates/header.html b/html/templates/header.html index 3daf4a3d55..bd62de1fc5 100644 --- a/html/templates/header.html +++ b/html/templates/header.html @@ -26,7 +26,7 @@
    Space Station 13

    Wiki | Source code

    - Code licensed under GPLv3. Content licensed under CC BY-SA 3.0.

    + Code licensed under AGPLv3. Content licensed under CC BY-SA 3.0.

    Visit our IRC channel: #bs12 on irc.sorcery.net