Issue431

Title validator: check for label name duplications
Priority important Status resolved
Assigned To Mach3 Keywords editor
Linked issues level 28: bots not spawned on map labels but on non-rand WPs
View: 247
Watchers

Submitted on 2011-08-03 20h22 by matthiaskrgr, last changed by joseph.

Messages
Author: matthiaskrgr Date: 2011-08-03   20h22
The map validator should check for labels which have the same name and report these.
Author: ahuillet Date: 2011-08-03   20h25
"same name" = duplicated map labels.

The implication is that a map label describes a location in the world, and
therefore must be world-unique. This is an assumption made by the engine which
was recently broken by Matthias, by mistake. We have a level validator just for
this kind of things so it's sad that it doesn't cover the unicity of map labels.
Given that we've just been bitten by the issue, I think now is a good time to
add unicity checks to the level validator.
Author: ahuillet Date: 2011-08-04   08h55
Raising to *important* as we want that in the next release to avoid further
similar mistakes.
Author: ahuillet Date: 2011-08-09   11h08
See Review Request 1391 waiting for Fluzz' ACK
Author: joseph Date: 2011-08-16   07h02
Implemented in r4956
History
Date User Action Args
2011-08-16 07:02:59josephsetstatus: open -> resolved
nosy: - Mach3
messages: + msg1556
2011-08-09 11:08:25ahuilletsetmessages: + msg1546
2011-08-04 08:55:29ahuilletsetpriority: feature -> important
messages: + msg1468
2011-08-04 08:55:08ahuilletlinkissue247 linked
2011-08-04 08:55:04ahuilletsetlinked: + level 28: bots not spawned on map labels but on non-rand WPs
title: editor validator: check for label name dublications -> validator: check for label name duplications
2011-08-03 20:25:46ahuilletsetmessages: + msg1459
2011-08-03 20:22:23matthiaskrgrcreate