mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Automatic changelog compile [ci skip]
This commit is contained in:
@@ -248,3 +248,27 @@
|
||||
mapping.
|
||||
- rscadd: Adjusted some disposal piping to be tidier.
|
||||
- bugfix: Packages can now once again be mailed to the Machinist's Workshop.
|
||||
2026-08-10:
|
||||
FabianK3:
|
||||
- bugfix: Fixed the mineral asteroid position not being updated after the Horizon's
|
||||
persistent position was applied.
|
||||
- balance: Welding packs (on the Horizon) now start empty to support persistent
|
||||
welding fuel tanks.
|
||||
- imageadd: Added a sprite for empty welding packs.
|
||||
- balance: Reduced the 'optimal' oil amount in the deep fryers from 9000u to 100u.
|
||||
One cooking oil tank can now be used multiple times instead of needing 9 tanks
|
||||
to refill it.
|
||||
- rscadd: Added a wrench to the kitchen to allow better handling of cooking oil
|
||||
tanks.
|
||||
Omicega:
|
||||
- qol: Flags and banners with custom names and descriptions now keep these custom
|
||||
names and descriptions when deployed.
|
||||
hazelmouse:
|
||||
- rscadd: IPC P2P communications now sends messages of transmissions to the chatboxes
|
||||
of both parties.
|
||||
- rscadd: Added new Trinarist assets in the loadout; new tunics, cape variants,
|
||||
coif variants, etc.
|
||||
- imageadd: Implemented resprites for several Trinarist assets, including clerical
|
||||
robes and the Trinarist stave.
|
||||
kermit:
|
||||
- bugfix: fixes smes coils not being insertable into smes units (oops, my bad)
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
author: FabianK3
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- balance: "Welding packs (on the Horizon) now start empty to support persistent welding fuel tanks."
|
||||
- imageadd: "Added a sprite for empty welding packs."
|
||||
- balance: "Reduced the 'optimal' oil amount in the deep fryers from 9000u to 100u. One cooking oil tank can now be used multiple times instead of needing 9 tanks to refill it."
|
||||
- rscadd: "Added a wrench to the kitchen to allow better handling of cooking oil tanks."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: FabianK3
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed the mineral asteroid position not being updated after the Horizon's persistent position was applied."
|
||||
@@ -1,58 +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
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: hazelmouse
|
||||
|
||||
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "IPC P2P communications now sends messages of transmissions to the chatboxes of both parties."
|
||||
@@ -1,59 +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
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: hazelmouse
|
||||
|
||||
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Added new Trinarist assets in the loadout; new tunics, cape variants, coif variants, etc."
|
||||
- imageadd: "Implemented resprites for several Trinarist assets, including clerical robes and the Trinarist stave."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: kermit
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "fixes smes coils not being insertable into smes units (oops, my bad)"
|
||||
@@ -1,13 +0,0 @@
|
||||
# Your name.
|
||||
author: Omicega
|
||||
|
||||
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- qol: "Flags and banners with custom names and descriptions now keep these custom names and descriptions when deployed."
|
||||
Reference in New Issue
Block a user