Message2499

Author matthiaskrgr
Recipients
Date 2013-08-14.18:36:36
Content
This is a very old bug. :)
To prevent bots from going "through" obstacles, we use so called
collision-rectangles which the bots cannot walk through.

(Almost) Every obstacle has such a collision rectangle assigned to it, the
problem with the door is that it has two door-posts which would need two
collision-rectangles for this obstacle which is not yet supported in any way.
So we only have one collision rectabgle for the door which means that the droids
will be able to walk "through" one of the posts.
History
Date User Action Args
2013-08-14 18:36:36matthiaskrgrsetmessageid: <1376505396.9.0.620713914707.issue676@freedroid.org>
2013-08-14 18:36:36matthiaskrgrlinkissue676 messages
2013-08-14 18:36:36matthiaskrgrcreate