Page 1 of 2

Mudlet-2.0-rc5 released

Posted: Thu May 12, 2011 7:49 am
by Heiko

Re: Mudlet-2.0-rc5 released

Posted: Thu May 12, 2011 8:04 am
by Vadi
git tag?

Re: Mudlet-2.0-rc5 released

Posted: Thu May 12, 2011 8:25 am
by Beliar
Heiko, I did a change to TableUtils.lua in that bugfix too. That function is needed by geyser.
Code: [show] | [select all] lua
---Returns the index of the value in a table
function table.index_of(table, element)
  for index, value in ipairs(table) do
    if value == element then
      return index
    end
  end
  return nil
end

Re: Mudlet-2.0-rc5 released

Posted: Thu May 12, 2011 10:14 am
by Heiko
fixed & git tagged

Re: Mudlet-2.0-rc5 released

Posted: Thu May 12, 2011 5:02 pm
by Yetzederixx
FYI I installed it into win7 and it works fine!

Re: Mudlet-2.0-rc5 released

Posted: Sat May 14, 2011 12:03 pm
by csmall
Yay, git tags!! :)

mudlet 2.0-rc5 has been built for Debian systems and uploaded. It should be visible on the usual mirrors in a day or so.

Re: Mudlet-2.0-rc5 released

Posted: Sun May 15, 2011 7:41 am
by Vadi
I have a feeling that the C:\mudletDebugStream is still in use in this version.

Re: Mudlet-2.0-rc5 released

Posted: Sun May 15, 2011 7:59 am
by demonnic
It would seem so, since I didn't have it installed on this windows machine until just a little while ago, and now I have C:\mudletDebugStream.txt hanging about.

Re: Mudlet-2.0-rc5 released

Posted: Sun May 15, 2011 8:00 am
by Heiko
Vadi wrote:I have a feeling that the C:\mudletDebugStream is still in use in this version.
Yes, a ton of debug messages is being logged to a file, thus the performance goes down significantly.
I forgot to turn it off, but I'll upload a new version soon.

Re: Mudlet-2.0-rc5 released

Posted: Fri Jun 24, 2011 1:02 am
by Sivan
Heiko wrote:Yes, a ton of debug messages is being logged to a file, thus the performance goes down significantly.
I forgot to turn it off, but I'll upload a new version soon.
Has a new version been uploaded? The performance has gone down a lot. I'm using Ubuntu.

Thanks