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

Bombs can't fall in holes #10

Closed
dbaldan opened this issue Sep 5, 2017 · 7 comments
Closed

Bombs can't fall in holes #10

dbaldan opened this issue Sep 5, 2017 · 7 comments
Assignees
Labels

Comments

@dbaldan
Copy link
Collaborator

dbaldan commented Sep 5, 2017

BloodBane helped me to find another bug: Entities thrown like BOMB can't fall in holes.

As he had explained:
I've tried it myself and did reproduce this bug
I also tried using other build to reproduce that bug but it didn't happen
So that means the cause is OpenBoR build.

  • The not buggy one is OpenBoR v3.0 Build , Compile Date: Nov 8 2016
  • while the buggy one is OpenBoR v3.0 Build , Compile Date: Dec 22 2016 - OpenBOR_v3.0_Build_4419

Looks like some change in the engine caused this bug.

The bug is still present in builds 4432 (Compile Date: 2017-01-25) and 4453 (Compile Date: Apr 8 2017)

@DCurrent
Copy link
Owner

DCurrent commented Sep 6, 2017

I'll need some help with this one. Please try to find the specific version. I need the release number - compile date doesn't really help that much. Then I can compare the code and trace bug. Thanks!

@dbaldan
Copy link
Collaborator Author

dbaldan commented Sep 6, 2017

I need to make more tests, but it seems to be working in 3994.

Talking about the builds, I don't remember when this started, but I remember we could get the build version in the log file, but then after a version 3, no more builds have the build version in the log files, and this is very helpful for cases like this.

@DCurrent DCurrent added the bug label Sep 27, 2017
@DCurrent DCurrent self-assigned this Sep 27, 2017
@whitedragon0000
Copy link
Contributor

ok, found the issue.
The same issue is for stars!!
I need to write and edit a bit of code...
Working on it!

@whitedragon0000 whitedragon0000 self-assigned this Sep 27, 2017
DCurrent referenced this issue Sep 28, 2017
@dbaldan
Copy link
Collaborator Author

dbaldan commented Oct 3, 2017

@whitedragon0000 I've tried this in your latest release...and the bug is still there.

@DCurrent DCurrent reopened this Oct 4, 2017
@whitedragon0000
Copy link
Contributor

fixed!!

@dbaldan
Copy link
Collaborator Author

dbaldan commented Dec 27, 2017

@whitedragon0000 Can you compile with this fix, please?

@dbaldan
Copy link
Collaborator Author

dbaldan commented Dec 27, 2017

@whitedragon0000 I've tested it. Works sometimes, but sometimes not.
For example, when it works, if the entity has any antiwall code, it will trigger inside the hole.

See the arrow. Even with the same attributes of other bombs, it won't fall on the hole:
subject_to_wall 1
subject_to_platform 1
subject_to_hole 1
no_adjust_base 0

avengers - 0037

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants