Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: AttackDist, unguardable projectiles, netplay lifebars; refactoring #2372

Merged
merged 7 commits into from
Mar 16, 2025

Conversation

potsmugen
Copy link
Contributor

@potsmugen potsmugen commented Mar 15, 2025

Fix:

Refactor:

  • Adjusted ModifyProjectile to only parse the parameters once per projectile loop, which is generally safer
  • Removed explod friction Mugen version limits, since it's an Ikemen parameter
  • A few more HitDef values now use the "ierrset" approach instead of being set in the bytecode. This is more consistent and safer in the long run
  • Flipped Y and Z attack distance parameters for consistency. First parameter is top and second is bottom
  • Simplified Z space player push code. The previous "tie breaker" code replaces the main code and is used all the time
  • Renamed debug modes to be closer to the documentation ("display" instead of "draw")

- Adjusted ModifyProjectile to only parse the parameters once per projectile loop, which is generally safer
- Removed explod friction Mugen version limits, since it's an Ikemen parameter

Update bytecode.go
- AttackDist now overwrites Hitdef guard.dist as in Mugen, instead of being a separate variable
- A few more values now use the "ierrset" approach instead of being set in the bytecode. This is more consistent and safer in the long run
- AssertSpecial "unguardable" now also affects projectiles
- Flipped parameters for consistency. First parameter is top and second is bottom
- Simplified the code. The previous "tie breaker" code replaces the main code and is used all the time
- Improved the resulting code a bit
@github-actions github-actions bot added the PR: fix This PR implements changes that don't belong to other categories label Mar 15, 2025
- Fixed typo
- Renamed debug modes to be closer to the documentation ("display" instead of "draw")
@github-actions github-actions bot added PR: fix This PR implements changes that don't belong to other categories and removed PR: fix This PR implements changes that don't belong to other categories labels Mar 16, 2025
@potsmugen potsmugen changed the title fix: AttackDist, unguardable projectiles; refactoring fix: AttackDist, unguardable projectiles, netplay lifebars; refactoring Mar 16, 2025
@github-actions github-actions bot added PR: fix This PR implements changes that don't belong to other categories and removed PR: fix This PR implements changes that don't belong to other categories labels Mar 16, 2025
@K4thos K4thos merged commit 5a2cbd7 into ikemen-engine:develop Mar 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix This PR implements changes that don't belong to other categories
Projects
None yet
2 participants