CommonMistakes

From starLiGHT.Engine
Jump to: navigation, search

General

How to report errors or feature requests?

Errors and Feature requests are called both issues within the scope of the starLiGHT.Engine and starLiGHT.GameStudio. It is very easy to report issues. This project is using the Mantis Issue Tracker. If you click "report issue" you can fill in the form and send it to save your new issue. You will receive emails with the progress every time someone is working on your issue. The link to the issue tracker is on the main page.

Please check the other issues before creating a new one in order to avoid duplicates.

If there's no category to file the new issue please use a category that is appropriate or similar. The maintainer of the issue will create a new category if this is reasonable.

2D Physics

Why is a body that I destroy still available in the world?

During the update of the physical world and during the solving of constraints and collisions the world is locked for changes from outside. You can check the lock status by using the IsLocked-Property of the world object. If you try to remove a body from the world when the world is locked the method call of destroy is ignored. This issue will be resolved in a future version (see issue #28 in the bug tracker).

Language: English
Personal tools