← Back to team overview

mudlet-makers team mailing list archive

[Bug 1675994] Re: 3.0 regression: addMapMenu broke

 

Migrating issues to Github, please follow the new discussion here:
https://github.com/Mudlet/Mudlet/issues/509

This issue needs to be closed and there is no appropriate status, so
will set it to "Opinion" just for migration purposes.

** Bug watch added: github.com/Mudlet/Mudlet/issues #509
   https://github.com/Mudlet/Mudlet/issues/509

** Changed in: mudlet
       Status: Confirmed => Opinion

-- 
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:
  3.0 regression: addMapMenu broke

Status in Mudlet:
  Opinion

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


References