mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Automatic changelog compile [ci skip]
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
author: Batrachophrenoboocosmomachia
|
||||
delete-after: True
|
||||
changes:
|
||||
- refactor: "Updates exoplanet air caching to be zone-based instead of turf-based."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "The power draw on the bubble shield circuit now updates correctly again."
|
||||
@@ -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: DreamySkrell
|
||||
|
||||
# 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: "Bapi mapmanip script - optional argument to specify a map directory to run manipulations on."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: Fenodyree
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- balance: "Allows grenades to be thrown over barricades from the blocking side. The chance to block a grenade is one third of the barricade's chance to block a bullet."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: Fenodyree
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed many instances where structures took double damage in error."
|
||||
@@ -1,10 +0,0 @@
|
||||
author: Fenodyree
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Fixes EMP armor for mechs."
|
||||
- bugfix: "Fixes mech pilot's getting EMP'd twice for every EMP hitting the mech."
|
||||
- bugfix: "Fixes shields for mechs."
|
||||
- bugfix: "Fixes mechs being able to draw infinite power, as long as there was any power in their cell."
|
||||
- bugfix: "Fixes cockpit coverage not letting the pilot be hit."
|
||||
- bugfix: "Fixes legacy icon updates."
|
||||
- rscadd: "Adds a chance for attacks to hit the mech's pilot after the cockpit has been destroyed. This still accounts for the mech's armor and shields."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "The wires in hardsuits are now named instead of being numbers."
|
||||
@@ -1,8 +0,0 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "The nuke can no lonnger be deployed or detonate in rad shielded or non-Horizon areas."
|
||||
- rscadd: "The nuke's minimum timer was raised to 10 min and the max timer to 15 min."
|
||||
- rscadd: "The nuke now announces its location when activated."
|
||||
@@ -1,7 +0,0 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added a material silo and mech fabricators to the research console."
|
||||
- rscadd: "The research console now uses TGUI."
|
||||
@@ -175,3 +175,52 @@
|
||||
of materials.
|
||||
- balance: Made the in-built radio command receiver cost no complexity to keep in-line
|
||||
with other in-built components.
|
||||
2026-08-07:
|
||||
Batrachophrenoboocosmomachia:
|
||||
- refactor: Updates exoplanet air caching to be zone-based instead of turf-based.
|
||||
DreamySkrell:
|
||||
- rscadd: Bapi mapmanip script - optional argument to specify a map directory to
|
||||
run manipulations on.
|
||||
FabianK3:
|
||||
- rscadd: Added a ping storyteller verb. People can now ping the storyteller to
|
||||
get their attention using the new verb in the OOC tab.
|
||||
Fenodyree:
|
||||
- bugfix: Fixed many instances where structures took double damage in error.
|
||||
- bugfix: Fixes EMP armor for mechs.
|
||||
- bugfix: Fixes mech pilot's getting EMP'd twice for every EMP hitting the mech.
|
||||
- bugfix: Fixes shields for mechs.
|
||||
- bugfix: Fixes mechs being able to draw infinite power, as long as there was any
|
||||
power in their cell.
|
||||
- bugfix: Fixes cockpit coverage not letting the pilot be hit.
|
||||
- bugfix: Fixes legacy icon updates.
|
||||
- rscadd: Adds a chance for attacks to hit the mech's pilot after the cockpit has
|
||||
been destroyed. This still accounts for the mech's armor and shields.
|
||||
- balance: Allows grenades to be thrown over barricades from the blocking side.
|
||||
The chance to block a grenade is one third of the barricade's chance to block
|
||||
a bullet.
|
||||
Omicega:
|
||||
- bugfix: Fixed the corporate reporter's camera's on-mob sprites not showing up
|
||||
when worn.
|
||||
- rscadd: Allows transfer votes during red alert, with support for weighting votes
|
||||
by round participation.
|
||||
TheGreyWolf:
|
||||
- bugfix: The power draw on the bubble shield circuit now updates correctly again.
|
||||
- rscadd: The nuke can no lonnger be deployed or detonate in rad shielded or non-Horizon
|
||||
areas.
|
||||
- rscadd: The nuke's minimum timer was raised to 10 min and the max timer to 15
|
||||
min.
|
||||
- rscadd: The nuke now announces its location when activated.
|
||||
- bugfix: The wires in hardsuits are now named instead of being numbers.
|
||||
- rscadd: Added a material silo and mech fabricators to the research console.
|
||||
- rscadd: The research console now uses TGUI.
|
||||
fyni:
|
||||
- rscadd: Adds a custom item for Dido Sophonisa.
|
||||
hazelmouse:
|
||||
- bugfix: Interacting with an APC as an IPC on grab intent no longer opens the APC's
|
||||
UI in addition to charging from it.
|
||||
- bugfix: Should resolve some finicky lighting in the Sadar Unified Fleet and Golden
|
||||
Deep ships.
|
||||
kano:
|
||||
- bugfix: Fixed an issue with exoplanet turf edge icons layering below the adjacent
|
||||
turfs.
|
||||
- code_imp: Exoplanet turfs no longer attempt to add edge icons by default.
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
author: FabianK3
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added a ping storyteller verb. People can now ping the storyteller to get their attention using the new verb in the OOC tab."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: fyni
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Adds a custom item for Dido Sophonisa."
|
||||
@@ -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:
|
||||
- bugfix: "Interacting with an APC as an IPC on grab intent no longer opens the APC's UI in addition to charging from it."
|
||||
@@ -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:
|
||||
- bugfix: "Should resolve some finicky lighting in the Sadar Unified Fleet and Golden Deep ships."
|
||||
@@ -1,5 +0,0 @@
|
||||
author: kano
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Fixed an issue with exoplanet turf edge icons layering below the adjacent turfs."
|
||||
- code_imp: "Exoplanet turfs no longer attempt to add edge icons by default."
|
||||
@@ -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: 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:
|
||||
- rscadd: "Allows transfer votes during red alert, with support for weighting votes by round participation."
|
||||
@@ -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:
|
||||
- bugfix: "Fixed the corporate reporter's camera's on-mob sprites not showing up when worn."
|
||||
Reference in New Issue
Block a user