← Back to team overview

mudlet-makers team mailing list archive

[Bug 1675994] [NEW] Regression: addMapMenu broke

 

Public bug reported:

This works on 2.1 and does not on 3.0:

addMapMenu("create exit stub")
addMapEvent("nw", "createExitStub", "create exit stub", "northwest")
addMapEvent("n", "createExitStub", "create exit stub", "north")
addMapEvent("ne", "createExitStub", "create exit stub", "northeast")
addMapEvent("e", "createExitStub", "create exit stub", "east")
addMapEvent("se", "createExitStub", "create exit stub", "southeast")
addMapEvent("s", "createExitStub", "create exit stub", "south")
addMapEvent("sw", "createExitStub", "create exit stub", "southwest")
addMapEvent("w", "createExitStub", "create exit stub", "west")
addMapEvent("u", "createExitStub", "create exit stub", "up")
addMapEvent("d", "createExitStub", "create exit stub", "down") 

It should add a right-click menu to the mapper.

** Affects: mudlet
     Importance: Medium
         Status: Confirmed

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1675994

Title:
  Regression: addMapMenu broke

Status in Mudlet:
  Confirmed

Bug description:
  This works on 2.1 and does not on 3.0:

  addMapMenu("create exit stub")
  addMapEvent("nw", "createExitStub", "create exit stub", "northwest")
  addMapEvent("n", "createExitStub", "create exit stub", "north")
  addMapEvent("ne", "createExitStub", "create exit stub", "northeast")
  addMapEvent("e", "createExitStub", "create exit stub", "east")
  addMapEvent("se", "createExitStub", "create exit stub", "southeast")
  addMapEvent("s", "createExitStub", "create exit stub", "south")
  addMapEvent("sw", "createExitStub", "create exit stub", "southwest")
  addMapEvent("w", "createExitStub", "create exit stub", "west")
  addMapEvent("u", "createExitStub", "create exit stub", "up")
  addMapEvent("d", "createExitStub", "create exit stub", "down") 

  It should add a right-click menu to the mapper.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1675994/+subscriptions


Follow ups