[Mudlet-makers] [Bug 1225591] [NEW] Blank spaces in an echo before text in trigger context are stripped

2013-09-14 Thread Vadim Peretokin
Public bug reported: Steps to reproduce: make a new trigger put echo("\n hi\n hi") into it output will be: You see exits leading northeast, east (open door), west (open door), northwest, up, and down. hi hi Blank spaces before text in the echo are being stripped, and this is an undesirable

[Mudlet-makers] [Bug 1225581] Re: setArea error msg does not fill in area in question

2013-09-14 Thread Vadim Peretokin
** Summary changed: - setArea error msg does not fill in area + setArea error msg does not fill in area in question ** Tags added: quality -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1225581 Tit

[Mudlet-makers] [Bug 1225581] [NEW] setArea error msg does not fill in area

2013-09-14 Thread Vadim Peretokin
Public bug reported: I noticed this in the errors view: [MAP ERROR:]TRoom::setArea(): No area created! requested area ID=%1. Note: area IDs must be > 0 The issue at hand is: QString error = "TRoom::setArea(): No area created! requested area ID=%1. Note: area IDs must be > 0"; ** Affects: mudle

[Mudlet-makers] [Bug 1109862] Re: db:set doesn't work

2013-09-14 Thread Vadim Peretokin
This has been fixed in latest mudlet-lua as of right now. ** Changed in: mudlet Milestone: None => 3.0 ** Changed in: mudlet Assignee: (unassigned) => Vadim Peretokin (vperetokin) ** Changed in: mudlet Status: New => Fix Committed -- You received this bug notification because y

[Mudlet-makers] [Bug 1098745] Re: db:add() doesn't work

2013-09-14 Thread Vadim Peretokin
This has been fixed in latest mudlet-lua as of right now. ** Changed in: mudlet Status: New => Fix Committed ** Changed in: mudlet Milestone: None => 3.0 ** Changed in: mudlet Assignee: (unassigned) => Vadim Peretokin (vperetokin) -- You received this bug notification because y

[Mudlet-makers] [Bug 1225548] [NEW] Setting the alias' substitution to pattern crashes Mudlet

2013-09-14 Thread Vadim Peretokin
Public bug reported: Setting the substitution field to the alias itself, a mistake humans are prone to do, will crash Mudlet. ** Affects: mudlet Importance: Medium Status: Confirmed ** Tags: crash ** Summary changed: - Latest git crashes when setting room coordinates before the

[Mudlet-makers] [Bug 1224063] Re: ZIP package installation (master branch)

2013-09-14 Thread Brian Salcedo
Patch was tested with a few different packages (some without folders and some with) and the ones with folders inside would get stuck resulting in having to close Mudlet, where upon re-opening it the package would not be installed. As soon as it encounters a folder inside a package, it would be unab

[Mudlet-makers] [Bug 1224063] Re: ZIP package installation (master branch)

2013-09-14 Thread Brian Salcedo
** Description changed: - QDir class was not being used properly. + This does not affect Mudlet 2.1 - Only Mudlet from git. + Creation of subdirectories when using libzip to extract a ZIP package fails. ZIP package installation fails to complete when a subdirectory was unable to be created.