From 842ce3b1da268d826674a8805869215c60e51aa3 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Tue, 24 Sep 2024 01:11:19 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/archive/2024-09.yml | 32 +++++++++ .../fluffyghost-updateprojectilecode.yml | 69 ------------------- html/changelogs/fluffyghost-vvandfixes.yml | 66 ------------------ html/changelogs/hazelmouse-inhands.yml | 58 ---------------- 4 files changed, 32 insertions(+), 193 deletions(-) delete mode 100644 html/changelogs/fluffyghost-updateprojectilecode.yml delete mode 100644 html/changelogs/fluffyghost-vvandfixes.yml delete mode 100644 html/changelogs/hazelmouse-inhands.yml diff --git a/html/changelogs/archive/2024-09.yml b/html/changelogs/archive/2024-09.yml index cda05a6f096..28aa74d05df 100644 --- a/html/changelogs/archive/2024-09.yml +++ b/html/changelogs/archive/2024-09.yml @@ -148,3 +148,35 @@ - bugfix: Fixed molotovs not breaking on impact. - bugfix: Fixed burning rags runtiming. - code_imp: Made burning rags processing time constant. +2024-09-24: + FluffyGhost: + - refactor: 'Refactored various procs used by VV: Header generation, dropdown menu + generation, moved various things around, some defines.' + - bugfix: Fixed VV to be able to edit associative lists. + - bugfix: Fixed VV to be able to make a list ex nihilo on a var. + - code_imp: Removed various dropdown menus that didn't exist anymore and were doing + nothing. + - bugfix: Fixed add verb option to not wipe the already existing verbs of the mob. + - bugfix: Fixed a runtime error on some lists view building that were not handled + correctly. + - bugfix: Fixed an issue with build mode not having the correct permissions for + devs. + - bugfix: Fixed an issue with editing a list referenced by a key in another list + via the edit referenced object option. + - code_imp: Added DF_VAR_EDITED flag. + - refactor: Refactored the projectile code, mostly in line with TG's now. + - refactor: Refactored various procs that are used or depends on it. + - rscadd: Projectiles can now ricochet if enabled to. + - rscadd: Damage falloffs with distance. + - rscadd: Homing projectiles can now have accuracy falloff with distance. + - rscadd: Projectiles have a maximum range. + - rscadd: Muzzle flash is configurable per projectile. + - rscadd: Impact effect of the projectile is configurable per projectile. + - rscadd: Accuracy decreases with distance. + - rscadd: Projectiles work with signals and emits them, for easy hooking up from + other parts of the code. + - balance: Meatshielding is now less effective . + - rscadd: Impact sound is now configurable per projectile. + hazelmouse: + - bugfix: The dominian assault rifle, dominian light machine gun, xanan combat shotgun, + and xanan assault rifle now all have functional sprites when wielded. diff --git a/html/changelogs/fluffyghost-updateprojectilecode.yml b/html/changelogs/fluffyghost-updateprojectilecode.yml deleted file mode 100644 index adc4b3a06f4..00000000000 --- a/html/changelogs/fluffyghost-updateprojectilecode.yml +++ /dev/null @@ -1,69 +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: 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, 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: - - refactor: "Refactored the projectile code, mostly in line with TG's now." - - refactor: "Refactored various procs that are used or depends on it." - - rscadd: "Projectiles can now ricochet if enabled to." - - rscadd: "Damage falloffs with distance." - - rscadd: "Homing projectiles can now have accuracy falloff with distance." - - rscadd: "Projectiles have a maximum range." - - rscadd: "Muzzle flash is configurable per projectile." - - rscadd: "Impact effect of the projectile is configurable per projectile." - - rscadd: "Accuracy decreases with distance." - - rscadd: "Projectiles work with signals and emits them, for easy hooking up from other parts of the code." - - balance: "Meatshielding is now less effective ." - - rscadd: "Impact sound is now configurable per projectile." diff --git a/html/changelogs/fluffyghost-vvandfixes.yml b/html/changelogs/fluffyghost-vvandfixes.yml deleted file mode 100644 index 28869e80209..00000000000 --- a/html/changelogs/fluffyghost-vvandfixes.yml +++ /dev/null @@ -1,66 +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: 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, 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: - - refactor: "Refactored various procs used by VV: Header generation, dropdown menu generation, moved various things around, some defines." - - bugfix: "Fixed VV to be able to edit associative lists." - - bugfix: "Fixed VV to be able to make a list ex nihilo on a var." - - code_imp: "Removed various dropdown menus that didn't exist anymore and were doing nothing." - - bugfix: "Fixed add verb option to not wipe the already existing verbs of the mob." - - bugfix: "Fixed a runtime error on some lists view building that were not handled correctly." - - bugfix: "Fixed an issue with build mode not having the correct permissions for devs." - - bugfix: "Fixed an issue with editing a list referenced by a key in another list via the edit referenced object option." - - code_imp: "Added DF_VAR_EDITED flag." diff --git a/html/changelogs/hazelmouse-inhands.yml b/html/changelogs/hazelmouse-inhands.yml deleted file mode 100644 index 52760a3a9bf..00000000000 --- a/html/changelogs/hazelmouse-inhands.yml +++ /dev/null @@ -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: "The dominian assault rifle, dominian light machine gun, xanan combat shotgun, and xanan assault rifle now all have functional sprites when wielded."