Issue334

Title VALIDATOR: report lvls that do not connect to eachother
Priority minor Status open
Assigned To Keywords editor
Linked issues Watchers

Submitted on 2011-07-24 19h08 by tracker_migration, last changed by matthiaskrgr.

Messages
Author: tracker_migration Date: 2011-01-22   23h59
Submitted by salimiles
When on level 46 & 11 you will find east of them that level 24 is directly south of level 47.

When on level 24 there is no level north of it.
When on level 47 there is no level south of it.

There may be other errors like this, but this is one that I found.
Author: tracker_migration Date: 2011-02-14   08h34
Posted by kurtisevan
Fixed      http://rb.freedroid.org/r/903/
Author: tracker_migration Date: 2011-02-14   09h11
Posted by matthiaskrgr
Fix has been committed, (3908)  but I think we should avoid the actual problem somehow (perhaps by doing something that when we define level A next to B,  B get _automatically_ defined next to A at the corresponding edge).
Author: tracker_migration Date: 2011-02-17   11h32
Posted by matthiaskrgr
I think we should make the level editor report such errors.
Author: tracker_migration Date: 2011-02-28   17h35
Posted by ahuillet
The fix having been committed, this is no longer a bug.
Author: tracker_migration Date: 2011-03-02   08h58
Posted by fluzz
This is not so easy to add in the level validator. We can only find the error by looking at the neighbors connectivity. And by transitivity, the error can be due to far neighbors connected together. So we have to inspect the whole maps in order to find the error (by creating a graph ?).

However, it could be a good exercise for a GSoC candidate...

So, you can just close the ticket, or transfer it as a RFE... 
Author: tracker_migration Date: 2011-03-21   08h27
Posted by ahuillet
Not hugely important but I agree it should be done.
History
Date User Action Args
2011-07-26 11:59:41matthiaskrgrsetpriority: bug -> minor
keyword: + editor
2011-07-24 19:08:02tracker_migrationcreate