mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 16:18:35 +01:00
gelochagn
This commit is contained in:
@@ -53,6 +53,23 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">07 July 2019</h2>
|
||||
<h3 class="author">Heroman3003 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Broken components now have matter worth of 1000 steel units (half a sheet).</li>
|
||||
<li class="tweak">Components dropped from loot piles will now use random proper sprite instead of default placeholder.</li>
|
||||
</ul>
|
||||
<h3 class="author">mistyLuminescence updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Now available in Cargo: xenoarch technology (100 points) and tactical light armor (75 points)!</li>
|
||||
<li class="rscadd">Tactical light armor is like regular tactical armor, but lighter (a full set is 0.5 slowdown), warmer (protects against moderate snow) and a little less protective.</li>
|
||||
<li class="tweak">Leg guards can now store bootknives.</li>
|
||||
<li class="tweak">Xenoarch brushes and pickaxes now have a reasonable force rating instead of hitting like a truck.</li>
|
||||
<li class="tweak">Adds the 'POI - ' prefix to the POI location names to make it easier for ghosts to teleport to them- e.g. 'POI - Rocky2' rather than just 'Rocky2'.</li>
|
||||
<li class="bugfix">Fixes a runtime caused by attempting to use a crew monitor console while on an invalid Z-level.</li>
|
||||
<li class="bugfix">Fixes GPSes not detecting other GPSes while on an invalid Z-level. Transit Z is unaffected by this- no spying on other shuttles!</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">23 June 2019</h2>
|
||||
<h3 class="author">Mechoid updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -4594,3 +4594,23 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- rscadd: Adds cats-in-boxes, which can be activated (once) to spawn cats. There's
|
||||
an orange tabby (Cargo cats) and a tuxedo (Runtime) version.
|
||||
- bugfix: Fixes a material duplication exploit.
|
||||
2019-07-07:
|
||||
Heroman3003:
|
||||
- rscadd: Broken components now have matter worth of 1000 steel units (half a sheet).
|
||||
- tweak: Components dropped from loot piles will now use random proper sprite instead
|
||||
of default placeholder.
|
||||
mistyLuminescence:
|
||||
- rscadd: 'Now available in Cargo: xenoarch technology (100 points) and tactical
|
||||
light armor (75 points)!'
|
||||
- rscadd: Tactical light armor is like regular tactical armor, but lighter (a full
|
||||
set is 0.5 slowdown), warmer (protects against moderate snow) and a little less
|
||||
protective.
|
||||
- tweak: Leg guards can now store bootknives.
|
||||
- tweak: Xenoarch brushes and pickaxes now have a reasonable force rating instead
|
||||
of hitting like a truck.
|
||||
- tweak: Adds the 'POI - ' prefix to the POI location names to make it easier for
|
||||
ghosts to teleport to them- e.g. 'POI - Rocky2' rather than just 'Rocky2'.
|
||||
- bugfix: Fixes a runtime caused by attempting to use a crew monitor console while
|
||||
on an invalid Z-level.
|
||||
- bugfix: Fixes GPSes not detecting other GPSes while on an invalid Z-level. Transit
|
||||
Z is unaffected by this- no spying on other shuttles!
|
||||
|
||||
@@ -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: Heroman3003
|
||||
|
||||
# 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: "Broken components now have matter worth of 1000 steel units (half a sheet)."
|
||||
- tweak: "Components dropped from loot piles will now use random proper sprite instead of default placeholder."
|
||||
@@ -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: mistyLuminescence
|
||||
|
||||
# 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: Adds the "POI - " prefix to the POI location names to make it easier for ghosts to teleport to them- e.g. "POI - Rocky2" rather than just "Rocky2".
|
||||
@@ -1,39 +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: mistyLuminescence
|
||||
|
||||
# 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: Now available in Cargo: xenoarch technology (100 points) and tactical light armor (75 points)!
|
||||
- rscadd: Tactical light armor is like regular tactical armor, but lighter (a full set is 0.5 slowdown), warmer (protects against moderate snow) and a little less protective.
|
||||
- tweak: Leg guards can now store bootknives.
|
||||
- tweak: Xenoarch brushes and pickaxes now have a reasonable force rating instead of hitting like a truck.
|
||||
@@ -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: mistyLuminescence
|
||||
|
||||
# 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:
|
||||
- bugfix: "Fixes a runtime caused by attempting to use a crew monitor console while on an invalid Z-level."
|
||||
- bugfix: "Fixes GPSes not detecting other GPSes while on an invalid Z-level. Transit Z is unaffected by this- no spying on other shuttles!"
|
||||
Reference in New Issue
Block a user