diff --git a/html/changelog.html b/html/changelog.html index 7c232490916..b9e61e3f6a3 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -46,6 +46,17 @@
  • Updated and added some macros.
  • Added a consistent get_area macro.
  • Made some bitflags use the bitflag macro.
  • +
  • Implemented COMSIG_ATOM_ENTERED, COMSIG_ATOM_ENTERED, COMSIG_ATOM_EXITED and COMSIG_ATOM_EXITING.
  • +
  • Unified atom's Entered, Entering and Exited in a single proc.
  • +
  • Added remove_chemical_effect proc to remove chemical effect quantities (currently unused).
  • +
  • DMDocs, some SDMM proc markings.
  • +
  • Refactored optable beds.
  • +
  • Optable beds now use power to suppress the patient's brain.
  • +
  • The camera getting stuck on optable beds should now be fixed.
  • +
  • Refactored operating computer in how it connects and disconnects with the surgery table.
  • +
  • Adjusted integrated bodyscanner to account for tables using weakrefs on patients.
  • +
  • It should now be possible to reliably build operating tables and consoles and have them hook with each other.
  • +
  • Operating tables and operating computers should now delete cleanly.
  • RustingWithYou updated: