Mudlet-2.0-rc5 released

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Mudlet-2.0-rc5 released

Post by Heiko »


User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet-2.0-rc5 released

Post by Vadi »

git tag?

Beliar
Posts: 19
Joined: Fri Apr 22, 2011 12:51 pm

Re: Mudlet-2.0-rc5 released

Post 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

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Mudlet-2.0-rc5 released

Post by Heiko »

fixed & git tagged

Yetzederixx
Posts: 186
Joined: Sun Nov 14, 2010 5:57 am

Re: Mudlet-2.0-rc5 released

Post by Yetzederixx »

FYI I installed it into win7 and it works fine!

csmall
Posts: 20
Joined: Wed Jan 12, 2011 9:36 pm

Re: Mudlet-2.0-rc5 released

Post 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.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet-2.0-rc5 released

Post by Vadi »

I have a feeling that the C:\mudletDebugStream is still in use in this version.

User avatar
demonnic
Posts: 884
Joined: Sat Dec 05, 2009 3:19 pm

Re: Mudlet-2.0-rc5 released

Post 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.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Mudlet-2.0-rc5 released

Post 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.

Sivan
Posts: 49
Joined: Tue Jun 23, 2009 3:54 am

Re: Mudlet-2.0-rc5 released

Post 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

Post Reply