-
Notifications
You must be signed in to change notification settings - Fork 555
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
Nightly build breaks my game #1163
Comments
There have definitely been some breaking changes; I'll try to put together a full list, but for now I'll link to some PRs that are likely suspects. There were some changes to how motion works that might be screwing up your game, as well as some implementation changes to collision detection that could be producing bugs. Here are the PRs:
|
I compiled a full list of release notes and added them here, with a section listing breaking changes. I'll hold off on creating a testing branch until we figure out if the problems you're seeing are due to breaking changes or bugs. |
Wow super! I will try to update and make the game compatible If I find anything that is missing I'll report it here. |
One of the issues was that I used the Line 660 in df86380
|
Thanks to the list the game is almost working again! I will close this issue later and add the stuff I needed to change (that could help others) |
Cool, I'm going to go ahead and create an "official" testing branch. |
The only thing that is not correctly working is the collision detection. I marked the 'Solid' areas in red, and the ship should be kept in this area. for collision with the top and the left of the screen this seems correct, but not with the right or bottom of the screen. Having a collision 'shape' or just use the entire entity as shape makes no difference (I disabled the shape and show the entire entity with 'SolidHitBox' here. |
@starwed any hints what I should change to fix this? or is this an issue within Crafty? |
For me the 'Solid' and 'Edge' Items did not have the 'Collision' component. When that is added, the collision is correct again. Is this the way to go? |
Fixed at #1168 |
Sorry, somehow didn't get any github notifications for these comments! Luckily I ran into the same collision issue myself, glad it resolved the last (?) of your problems with 0.9 as well. |
I want to prepare my game to use the latest version of crafty, but a lot of changes since 0.8.0 seem to break my game:
Is there a clear list of changes so that I know if I need to change some things in my game, or that there are bugs in Crafty that were not detected before?
I've recorded a video of the game running in Crafty 0.8.0, and in the Crafty Nightly build.
https://www.youtube.com/watch?v=2HhmVEDtypk
The text was updated successfully, but these errors were encountered: