Automatic Changelog compile [ci skip]

This commit is contained in:
AuroraBuildBot
2024-02-08 13:48:49 +00:00
parent 25dc248979
commit f42e7dd388
3 changed files with 27 additions and 51 deletions
+11
View File
@@ -46,6 +46,17 @@
<li class="backend">Updated and added some macros.</li>
<li class="backend">Added a consistent get_area macro.</li>
<li class="backend">Made some bitflags use the bitflag macro.</li>
<li class="backend">Implemented COMSIG_ATOM_ENTERED, COMSIG_ATOM_ENTERED, COMSIG_ATOM_EXITED and COMSIG_ATOM_EXITING.</li>
<li class="backend">Unified atom&#x27;s Entered, Entering and Exited in a single proc.</li>
<li class="backend">Added remove_chemical_effect proc to remove chemical effect quantities (currently unused).</li>
<li class="backend">DMDocs, some SDMM proc markings.</li>
<li class="refactor">Refactored optable beds.</li>
<li class="rscadd">Optable beds now use power to suppress the patient&#x27;s brain.</li>
<li class="bugfix">The camera getting stuck on optable beds should now be fixed.</li>
<li class="refactor">Refactored operating computer in how it connects and disconnects with the surgery table.</li>
<li class="backend">Adjusted integrated bodyscanner to account for tables using weakrefs on patients.</li>
<li class="rscadd">It should now be possible to reliably build operating tables and consoles and have them hook with each other.</li>
<li class="backend">Operating tables and operating computers should now delete cleanly.</li>
</ul>
<h3 class="author">RustingWithYou updated:</h3>
<ul class="changes bgimages16">
+16
View File
@@ -33547,6 +33547,22 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- backend: Updated and added some macros.
- backend: Added a consistent get_area macro.
- backend: Made some bitflags use the bitflag macro.
- backend: Implemented COMSIG_ATOM_ENTERED, COMSIG_ATOM_ENTERED, COMSIG_ATOM_EXITED
and COMSIG_ATOM_EXITING.
- backend: Unified atom&#x27;s Entered, Entering and Exited in a single proc.
- backend: Added remove_chemical_effect proc to remove chemical effect quantities
(currently unused).
- backend: DMDocs, some SDMM proc markings.
- refactor: Refactored optable beds.
- rscadd: Optable beds now use power to suppress the patient&#x27;s brain.
- bugfix: The camera getting stuck on optable beds should now be fixed.
- refactor: Refactored operating computer in how it connects and disconnects with
the surgery table.
- backend: Adjusted integrated bodyscanner to account for tables using weakrefs
on patients.
- rscadd: It should now be possible to reliably build operating tables and consoles
and have them hook with each other.
- backend: Operating tables and operating computers should now delete cleanly.
RustingWithYou:
- bugfix: Fixes sector blacklist, as it was previously non-functional.
SimpleMaroon:
@@ -1,51 +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
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: FluffyGhost
# 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:
- backend: "Implemented COMSIG_ATOM_ENTERED, COMSIG_ATOM_ENTERED, COMSIG_ATOM_EXITED and COMSIG_ATOM_EXITING."
- backend: "Unified atom's Entered, Entering and Exited in a single proc."
- backend: "Added remove_chemical_effect proc to remove chemical effect quantities (currently unused)."
- backend: "DMDocs, some SDMM proc markings."
- refactor: "Refactored optable beds."
- rscadd: "Optable beds now use power to suppress the patient's brain."
- bugfix: "The camera getting stuck on optable beds should now be fixed."
- refactor: "Refactored operating computer in how it connects and disconnects with the surgery table."
- backend: "Adjusted integrated bodyscanner to account for tables using weakrefs on patients."
- rscadd: "It should now be possible to reliably build operating tables and consoles and have them hook with each other."
- backend: "Operating tables and operating computers should now delete cleanly."