Automatic changelog compile [ci skip]

This commit is contained in:
vorestation-ci[bot]
2026-02-10 02:56:22 +00:00
parent f5b6bc2ff8
commit fe8b6e619a
14 changed files with 34 additions and 64 deletions
@@ -1,5 +0,0 @@
author: "MeepleMuncher"
delete-after: True
changes:
- rscadd: "Pref to ignore shoes when walking, preserving footsteppy sounds"
- rscadd: "More footsteppy sounds"
@@ -1,4 +0,0 @@
author: "Nova"
delete-after: True
changes:
- refactor: "converted name and nickname prefs from bay to TG"
@@ -1,8 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "clumsy trait/gene not being applied to characters"
- balance: "Clumsy gene failure chance reduced from 50% to 15%"
- balance: "Clumsy gene failures that are potentially lethal moved from 50% to 10%"
- code_imp: "Clumsy failure chance moved to a define"
- code_imp: "Added separate define for harmful clumsy chance"
@@ -1,4 +0,0 @@
author: "Kashargul"
delete-after: True
changes:
- code_imp: "converts more globals to GLOBs"
@@ -1,6 +0,0 @@
author: "Wide Eyes"
delete-after: True
changes:
- balance: "vac pack now cleans half as fast"
- bugfix: "vac pack no longer bypasses trash eating restrictions"
- bugfix: "vac pack no longer bypasses container size restrictions"
@@ -1,5 +0,0 @@
author: "Kashargul"
delete-after: True
changes:
- qol: "robot sheet snatchers can be upgraded to be on par with the non robot ones"
- code_imp: "change the robot upgrade code to rid of usr"
@@ -1,6 +0,0 @@
author: "Kashargul"
delete-after: True
changes:
- refactor: "changes playertips subsystem to no longer overtime"
- bugfix: "initial player tips reminder not being shown"
- bugfix: "multiple hard dels"
@@ -1,6 +0,0 @@
author: "Kashargul"
delete-after: True
changes:
- refactor: "cleans up robot gripper code"
- bugfix: "items getting stuck in the robot when using the gripper"
- qol: "grippers can place items on tables"
@@ -1,4 +0,0 @@
author: "Kashargul"
delete-after: True
changes:
- admin: "fix give modifier missing in admin verbs"
@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "SSchemistry indexing order reverted to be based on first reagent in recipe (Recipes fixed to be match old recipe priorities)"
@@ -1,4 +0,0 @@
author: "Kashargul"
delete-after: True
changes:
- bugfix: "wrong sql table name in admin sync calls"
@@ -1,4 +0,0 @@
author: "Kashargul"
delete-after: True
changes:
- code_imp: "updates some tgui devs and code"
@@ -1,4 +0,0 @@
author: "KillianKirilenko"
delete-after: True
changes:
- bugfix: "non-station personnel (talon, lurkers, etc.) should no longer receive mail in cargo shipments"
+34
View File
@@ -92,3 +92,37 @@
2026-02-08:
Will:
- bugfix: sheetsnatcher properly calls oresilo storage proc
2026-02-10:
Kashargul:
- refactor: cleans up robot gripper code
- bugfix: items getting stuck in the robot when using the gripper
- qol: grippers can place items on tables
- refactor: changes playertips subsystem to no longer overtime
- bugfix: initial player tips reminder not being shown
- bugfix: multiple hard dels
- bugfix: wrong sql table name in admin sync calls
- qol: robot sheet snatchers can be upgraded to be on par with the non robot ones
- code_imp: change the robot upgrade code to rid of usr
- admin: fix give modifier missing in admin verbs
- code_imp: updates some tgui devs and code
- code_imp: converts more globals to GLOBs
KillianKirilenko:
- bugfix: non-station personnel (talon, lurkers, etc.) should no longer receive
mail in cargo shipments
MeepleMuncher:
- rscadd: Pref to ignore shoes when walking, preserving footsteppy sounds
- rscadd: More footsteppy sounds
Nova:
- refactor: converted name and nickname prefs from bay to TG
Wide Eyes:
- balance: vac pack now cleans half as fast
- bugfix: vac pack no longer bypasses trash eating restrictions
- bugfix: vac pack no longer bypasses container size restrictions
Will:
- bugfix: clumsy trait/gene not being applied to characters
- balance: Clumsy gene failure chance reduced from 50% to 15%
- balance: Clumsy gene failures that are potentially lethal moved from 50% to 10%
- code_imp: Clumsy failure chance moved to a define
- code_imp: Added separate define for harmful clumsy chance
- bugfix: SSchemistry indexing order reverted to be based on first reagent in recipe
(Recipes fixed to be match old recipe priorities)