bugfix: Remove erroneous SlowDeathBehavior from the GLA Demo Barracks#113
bugfix: Remove erroneous SlowDeathBehavior from the GLA Demo Barracks#113Stubbjax wants to merge 1 commit into
Conversation
|
I cannot tell a difference from the video. |
|
Since this is a bug fix, do you also intend to create change log yaml files so we can generate change logs for user facing fixes? |
|
I agree change log yaml creates a lot of dev friction. I am afraid we will not produce good change logs going forward. Our Code repo also has no proper change log and Generals Online does not either. |
Can be tracked as bug. I have never noticed this before.
Ok I heard. Very well. |
This is also my concern, though I'm happy to take responsibility for this. There will undoubtedly be cases where it will be difficult to typographically convey exactly what a change does in a change log snippet, so any change log we build should always link each change to the respective Pull Request containing the extended explanation (ideally including visual presentations). Perhaps it's enough to simply use a script to pull the data from the repository like I did for the spreadsheet and include it as a Mod Builder step? That would probably cover 90%+ of the workload. We could create a |
git commit history change log:
git pull history change log:
yaml change log:
I would always do yaml change logs again. git history change logs sucks because they cannot be tweaked unless an override format was introduced. yaml change records can be tweaked, removed, corrected. The only downside of yaml is the additional maintenance effort required. Git pull history change log is a possibility. It gives more flexibility than Git commit history because pulls can be freely edited. But it means that github.com owns the change log source, and not our git repository. If you have a better idea you can have a go at it. |


This change removes an erroneous
SlowDeathBehaviormodule from the GLA Demo Barracks, which caused it to incorrectly play the Terrorist detonation effect when destroyed via an+EXPLODEDdeath. This is a clear copy/paste error and makes no sense as the Barracks cannot suicide.The video below highlights a distinct Terrorist detonation effect when blowing up the GLA Demo Barracks on the right in comparison to the vanilla GLA Barracks on the left.
COMPARISON.mp4