Automatic changelog compile [ci skip]

This commit is contained in:
Changelogs
2022-06-12 00:52:17 +00:00
parent 9e0c5cc1f6
commit e011eeb99c
9 changed files with 48 additions and 48 deletions

View File

@@ -1,5 +0,0 @@
author: "Bhijn & Myr"
delete-after: True
changes:
- rscadd: "The chat now supports blockquotes!
tweak: Examining, medical scanners, self-checking, and mood checkups, have all been converted to make use of blockquotes."

View File

@@ -1,12 +0,0 @@
author: "Bhijn & Myr"
delete-after: True
changes:
- rscadd: "The station minimap now features higher detail! Instead of just windows and grilles being outlined, all dense+anchored structures and machinery are shown on the minimap."
- rscadd: "The station minimap now supports obfuscating entire areas, via the minimap_show_walls var."
- rscadd: "The station minimap now supports defining two area colors, allowing for a checkerboard pattern!
tweak: Hallways and maint have been given white and gray colors, respectively, for ease of readability.
tweak: Ruins are now obfuscated on the minimap, and have been given a subtle, yet distinct, color pattern!"
- bugfix: "The station minimap no longer errors when you mouse over it"
- rscadd: "The station minimap now supports multiz! (However, due to bugginess, multiz minimaps won't display area tooltips.)
tweak: The station minimap now features pixel-perfect scaling."
- code_imp: "The station minimap can now support managing data for up to 16,581,374 areas without any conflicts at all! Before, BYOND's psuedorandom RNG meant that it was somewhat common for areas to collide with each others' data."

View File

@@ -1,4 +0,0 @@
author: "SandPoot"
delete-after: True
changes:
- bugfix: "Fixed items that use strip_mod and strip_silence (stripping people faster or without giving them a message)"

View File

@@ -1,9 +0,0 @@
author: "Bhijn & Myr (+ UI work and cleanup by Sandpoot!)"
delete-after: True
changes:
- rscadd: "Colormates now have HSV coloration!
tweak: Colormates have had their \"please use white clothing\" message removed, as that recommendation's now mostly pointless
tweak: The default mode for colormates is now HSV coloration
tweak: The temp messages in colormates have been tweaked slightly to be more user-friendly, as they're user-facing.
tweak: The description for constants in the colormate matrix mode has been fixed; the constant variables have nothing to do with contrast, they simply add color
tweak: Matrix mode has been made a lot more usable; it's now clamped between -10 and 10, and features a step of 0.01, making it much easier to simply click and drag to adjust the values, rather than having to punch them in manually"

View File

@@ -1,4 +0,0 @@
author: "Putnam3145"
delete-after: True
changes:
- balance: "QCD matter is now worth 10x as much and makes 2 research pointer per mole"

View File

@@ -1,5 +0,0 @@
author: "SandPoot"
delete-after: True
changes:
- rscadd: "Added a search box to all vending machine uis."
- qol: "Vending machines have candystripes for better clarity."

View File

@@ -1,5 +0,0 @@
author: "Bhijn & Myr"
delete-after: True
changes:
- rscadd: "Talking is now accompanied with fully-customizable sounds! You can modify your character's speech under the speech tab in chargen, and you can toggle these sounds via the \"Hear/Silence Vocal Barks\" verb under the preferences tab! This also fully supports genetics."
- bugfix: "Admittedly an unatomized change, but Cit's DNA blocks can now properly be updated through genetics. Before, these required a complete genetics reset to apply."

View File

@@ -1,4 +0,0 @@
author: "keronshb"
delete-after: True
changes:
- bugfix: "Families fixed from crashing"

View File

@@ -98,3 +98,51 @@
- rscadd: updates existing poly maid outfit with tg sprite but polychromatic
- rscadd: adds polychromic maid apron, gloves, collar, headband
- rscadd: adds support for polychromic accessories
2022-06-12:
Bhijn & Myr:
- rscadd: The station minimap now features higher detail! Instead of just windows
and grilles being outlined, all dense+anchored structures and machinery are
shown on the minimap.
- rscadd: The station minimap now supports obfuscating entire areas, via the minimap_show_walls
var.
- rscadd: 'The station minimap now supports defining two area colors, allowing for
a checkerboard pattern! tweak: Hallways and maint have been given white and
gray colors, respectively, for ease of readability. tweak: Ruins are now obfuscated
on the minimap, and have been given a subtle, yet distinct, color pattern!'
- bugfix: The station minimap no longer errors when you mouse over it
- rscadd: 'The station minimap now supports multiz! (However, due to bugginess,
multiz minimaps won''t display area tooltips.) tweak: The station minimap now
features pixel-perfect scaling.'
- code_imp: The station minimap can now support managing data for up to 16,581,374
areas without any conflicts at all! Before, BYOND's psuedorandom RNG meant that
it was somewhat common for areas to collide with each others' data.
- rscadd: Talking is now accompanied with fully-customizable sounds! You can modify
your character's speech under the speech tab in chargen, and you can toggle
these sounds via the "Hear/Silence Vocal Barks" verb under the preferences tab!
This also fully supports genetics.
- bugfix: Admittedly an unatomized change, but Cit's DNA blocks can now properly
be updated through genetics. Before, these required a complete genetics reset
to apply.
- rscadd: 'The chat now supports blockquotes! tweak: Examining, medical scanners,
self-checking, and mood checkups, have all been converted to make use of blockquotes.'
Bhijn & Myr (+ UI work and cleanup by Sandpoot!):
- rscadd: 'Colormates now have HSV coloration! tweak: Colormates have had their
"please use white clothing" message removed, as that recommendation''s now mostly
pointless tweak: The default mode for colormates is now HSV coloration tweak:
The temp messages in colormates have been tweaked slightly to be more user-friendly,
as they''re user-facing. tweak: The description for constants in the colormate
matrix mode has been fixed; the constant variables have nothing to do with contrast,
they simply add color tweak: Matrix mode has been made a lot more usable; it''s
now clamped between -10 and 10, and features a step of 0.01, making it much
easier to simply click and drag to adjust the values, rather than having to
punch them in manually'
Putnam3145:
- balance: QCD matter is now worth 10x as much and makes 2 research pointer per
mole
SandPoot:
- rscadd: Added a search box to all vending machine uis.
- qol: Vending machines have candystripes for better clarity.
- bugfix: Fixed items that use strip_mod and strip_silence (stripping people faster
or without giving them a message)
keronshb:
- bugfix: Families fixed from crashing