Closed jonpas closed 9 years ago
https://github.com/KoffeinFlummi/AGM/wiki/Coding-Guidelines :smile: Might not be your fault, but if you're already at it, could you reformat the files?
Ahh, I took what @esteldunedain did and just split it. <.< Fixing now.
Ahh, I took what @esteldunedain did and just split it. <.< Fixing now.
Those comments were copy pasted from toadie. I didn't realize that character was not actually an x
BTW, great job
Should AGM_Comp_HLC_Core be in requiredAddons of every weapon?
Should AGM_Comp_HLC_Core be in requiredAddons of every weapon?
Yes, I think so. It doesn't break anything even if you don't want to use AGM_Overheating, so there's no problem on requiring it.
Perfect, just needs testing then in case I missed something.
I'll test this tomorrow. Should I add myself to authors in the PBOs? I didn't really "add" anything... (maybe someone can blame me then when something doesn't work, haha).
Of course, add yourself as author.
When testing I noticed it can't be in subfolder for binarizer to pick up correctly. How should I go about this, just drop all folders into root of the repo?
When testing I noticed it can't be in subfolder for binarizer to pick up correctly. How should I go about this, just drop all folders into root of the repo?
No, I think we should keep every pbo for a given addon inside the same folder. We can modify the binarizer to look for that
No, I think we should keep every pbo for a given addon inside the same folder. We can modify the binarizer to look for that
...
We can modify the binarizer to look for that
...
We
:smile: You bastard! I'll get my dirty hands in your little pretty binarizer if necesary. Believe me, it won't be pretty; I'll even replace spaces by tabs.
Made a ticket for that over in the main repo: KoffeinFlummi/AGM#1921
Core PBO had ANSI encoding and didn't allow UTF-8 w/o BOM due to some strange
*
character (not the normal multiplication symbol) in magazine names in some comments, replaced those withx
.Should AGM_Comp_HLC_Core be in requiredAddons of every weapon? This hasn't been tested yet either.