[Mudlet-makers] [Bug 982720] Re: (c|d|h)echo("main", "something") does not work

2012-12-31 Thread Vadim Peretokin
** Changed in: mudlet Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/982720 Title: (c|d|h)echo("main", "something") does not work Status in Mudlet the

[Mudlet-makers] [Bug 1079100] Re: decho fails to render certain input

2012-12-31 Thread Vadim Peretokin
** Changed in: mudlet Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1079100 Title: decho fails to render certain input Status in Mudlet the MUD client

[Mudlet-makers] [Bug 969820] Re: Mapper should remember zoom & infobar status

2012-12-31 Thread Heiko
** Changed in: mudlet Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/969820 Title: Mapper should remember zoom & infobar status Status in Mudlet the MU

[Mudlet-makers] [Bug 1094812] Re: Crash trying to unzip too early when installing script on new profile

2012-12-31 Thread Heiko
** Changed in: mudlet Status: New => Fix Released -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1094812 Title: Crash trying to unzip too early when installing script on new profile Status

Re: [Mudlet-makers] [Bug 1094965] [NEW] sf doesn't compile on Linux/Mac

2012-12-31 Thread Heiko
fixed Am 31.12.2012 23:59, schrieb Vadim Peretokin: > Public bug reported: > > Two problems: > > filePath; = ui->filePath->text(); > > Should be: > > filePath = ui->filePath->text(); > > JlCompress::compressDir(zip, tempDir ); > > Should be: > > #ifdef Q_OS_WIN > JlCompress::compressDir(z

Re: [Mudlet-makers] [Bug 1094965] [NEW] sf doesn't compile on Linux/Mac

2012-12-31 Thread Heiko
fixed Am 31.12.2012 23:59, schrieb Vadim Peretokin: > Public bug reported: > > Two problems: > > filePath; = ui->filePath->text(); > > Should be: > > filePath = ui->filePath->text(); > > JlCompress::compressDir(zip, tempDir ); > > Should be: > > #ifdef Q_OS_WIN > JlCompress::compressDir(z

Re: [Mudlet-makers] [Bug 1094962] [NEW] Iterators are invalidated when removing lines from TBuffer.

2012-12-31 Thread Heiko
This function is only used to delete a single element which is safe. Consequently, this hasn't been a practical issue, but it's a good call anyways. I've applied your patch. Thanks. Am 31.12.2012 23:44, schrieb Ahmed Charles: > Public bug reported: > > Calling erase invalidates the iterator pas

Re: [Mudlet-makers] [Bug 1094961] [NEW] Windows: Installing package via package manager results in wrong package path

2012-12-31 Thread Heiko
that was due to a regression because of your modules sync patch -> invalid now Am 31.12.2012 23:41, schrieb Vadim Peretokin: > Public bug reported: > > When installing a package through the package installer gui, the name of > the listed package and the parent folder becomes the path name with >

[Mudlet-makers] [Bug 1094961] Re: Windows: Installing package via package manager results in wrong package path

2012-12-31 Thread Ahmed Charles
The previous comment is referring to: bool Host::installPackage( QString fileName, int module ) -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1094961 Title: Windows: Installing package via package

[Mudlet-makers] [Bug 1094961] Re: Windows: Installing package via package manager results in wrong package path

2012-12-31 Thread Ahmed Charles
It would be best to use: http://qt- project.org/doc/qt-4.8/qfileinfo.html#baseName or http://qt- project.org/doc/qt-4.8/qfileinfo.html#completeBaseName -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1

[Mudlet-makers] [Bug 1094962] Re: Iterators are invalidated when removing lines from TBuffer.

2012-12-31 Thread Vadim Peretokin
Tested it out on gcc and deleteLine(), setConsoleBufferSize() both still work so far. -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1094962 Title: Iterators are invalidated when removing lines fro

[Mudlet-makers] [Bug 1094965] [NEW] sf doesn't compile on Linux/Mac

2012-12-31 Thread Vadim Peretokin
Public bug reported: Two problems: filePath; = ui->filePath->text(); Should be: filePath = ui->filePath->text(); JlCompress::compressDir(zip, tempDir ); Should be: #ifdef Q_OS_WIN JlCompress::compressDir(zip, tempDir ); #endif ** Affects: mudlet Importance: High Status

[Mudlet-makers] [Bug 1079100] Re: decho fails to render certain input

2012-12-31 Thread Vadim Peretokin
** Changed in: mudlet Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1079100 Title: decho fails to render certain input Status in Mudlet the MUD client:

[Mudlet-makers] [Bug 969820] Re: Mapper should remember zoom & infobar status

2012-12-31 Thread Vadim Peretokin
** Changed in: mudlet Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/969820 Title: Mapper should remember zoom & infobar status Status in Mudlet the MUD

[Mudlet-makers] [Bug 982720] Re: (c|d|h)echo("main", "something") does not work

2012-12-31 Thread Vadim Peretokin
** Changed in: mudlet Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/982720 Title: (c|d|h)echo("main", "something") does not work Status in Mudlet the M

[Mudlet-makers] [Bug 1094963] [NEW] Issues with Coffeemud engine

2012-12-31 Thread Vadim Peretokin
Public bug reported: There are several issues notable when trying Mudlet on coffeemud.net: - room descriptions don't appear - passive prompts don't render right The situation improves a bit when you force MXP off in Mudlet, so it could be that the game is doing it's MXP way wrong - but no idea,

[Mudlet-makers] [Bug 1094963] Re: Issues with Coffeemud engine

2012-12-31 Thread Vadim Peretokin
** Attachment added: "01-01-2013#08-45-38.dat" https://bugs.launchpad.net/mudlet/+bug/1094963/+attachment/3471621/+files/01-01-2013%2308-45-38.dat -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/10

[Mudlet-makers] [Bug 1094963] Re: Issues with Coffeemud engine

2012-12-31 Thread Vadim Peretokin
** Attachment added: "01-01-2013#08-44-04.dat" https://bugs.launchpad.net/mudlet/+bug/1094963/+attachment/3471620/+files/01-01-2013%2308-44-04.dat -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/10

[Mudlet-makers] [Bug 1094961] [NEW] Windows: Installing package via package manager results in wrong package path

2012-12-31 Thread Vadim Peretokin
Public bug reported: When installing a package through the package installer gui, the name of the listed package and the parent folder becomes the path name with backslashes and periods stripped out: C:Documents and SettingsbubDesktopmyalias. Confirmed on Windows XP. ** Affects: mudlet Impo

[Mudlet-makers] [Bug 1094962] [NEW] Iterators are invalidated when removing lines from TBuffer.

2012-12-31 Thread Ahmed Charles
Public bug reported: Calling erase invalidates the iterator passed to it and therefore, using that iterator again (like incrementing or dereferencing or passing it to a function) isn't allowed. The patch below also provides greater efficiency, since the elements that are not being removed don't m

[Mudlet-makers] [Bug 1094812] Re: Crash trying to unzip too early when installing script on new profile

2012-12-31 Thread Vadim Peretokin
This happens only on Linux and Macs because we use LuaZip on them, on Windows QuaZip uses the C++ function directly so it has no need for LuaGlobal to be initialized. The solution shouldn't be to remove default *.zips for Linux and Macs though. -- You received this bug notification because you ar