Skip to content

feat(fix): related things#336

Merged
VALERA771 merged 9 commits intoExMod-Team:devfrom
IRacle1:anotheranother
Dec 31, 2024
Merged

feat(fix): related things#336
VALERA771 merged 9 commits intoExMod-Team:devfrom
IRacle1:anotheranother

Conversation

@IRacle1
Copy link
Copy Markdown
Member

@IRacle1 IRacle1 commented Dec 24, 2024

Description

Describe the changes

  • fixed PumpBarrelMagazine::IsCocked
  • fixed NormalMagazine::Ammo setter (dont set when magazine is not inserted)
    image
  • fixed microhid bug by creating in Item.Create
  • fixed rooms generation
  • fixed logic for AmmoDrain == 0

What is the current behavior? (You can also link to an open issue here)
😔

What is the new behavior? (if this is a feature change)
🥹

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
no🥴

Other information:


Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentations

Submission checklist

  • I have checked the project can be compiled
  • I have tested my changes and it worked as expected

Patches (if there are any changes related to Harmony patches)

  • I have checked no IL patching errors in the console

Other

  • Still requires more testing

@github-actions github-actions bot added the API label Dec 24, 2024
@IRacle1 IRacle1 changed the title fix/feat: ammo related things feat: ammo related things Dec 24, 2024
@github-actions github-actions bot added Transpiler base-game-bug Bug from the main game labels Dec 27, 2024
@IRacle1 IRacle1 changed the title feat: ammo related things feat(fix): related things Dec 27, 2024
@LumiFae
Copy link
Copy Markdown

LumiFae commented Dec 28, 2024

what the hell is a feat(fix)

@IRacle1
Copy link
Copy Markdown
Member Author

IRacle1 commented Dec 28, 2024

what the hell is a feat(fix)

feat and fix🤨

@LumiFae
Copy link
Copy Markdown

LumiFae commented Dec 28, 2024

what the hell is a feat(fix)

feat and fix🤨

yeah that's not how conventional commits is... if it has a feature (and fixes) then it's just feat, if it has just fixes, fix. also the brackets stuff is for the scope, so it will be smth like feat(API) for api features, feat(Events) for event features 😭

@IRacle1
Copy link
Copy Markdown
Member Author

IRacle1 commented Dec 28, 2024

what the hell is a feat(fix)

feat and fix🤨

yeah that's not how conventional commits is... if it has a feature (and fixes) then it's just feat, if it has just fixes, fix. also the brackets stuff is for the scope, so it will be smth like feat(API) for api features, feat(Events) for event features 😭

I don't really see the point of thinking about the name of a pr, which includes a lot of independent things that are hard to summarize😔

@LumiFae
Copy link
Copy Markdown

LumiFae commented Dec 28, 2024

you'll get used to it the more you do it, but yes i think the way conventional commits is used here is wrong, but can also be useful, the reason it's called conventional commits is because it's supposed to be used for commit titles not PR titles but last time I raised that everyone went wild so I'm not doing that again. i can help with a title when this pr is no longer a draft, just ping me. unless it's mostly finished now then I can figure out smth now

@IRacle1 IRacle1 marked this pull request as ready for review December 31, 2024 14:41
@VALERA771
Copy link
Copy Markdown

@IRacle1 is it ready for merging?

@IRacle1
Copy link
Copy Markdown
Member Author

IRacle1 commented Dec 31, 2024

Yep

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants