Search found 19 matches

by Beliar
Thu May 19, 2011 7:05 am
Forum: Geyser Layout Manager
Topic: Requests/Bugs
Replies: 19
Views: 22042

Re: Requests/Bugs

Ok, I'll added that code with a minor modification:
Code: [show] | [select all] lua
   if cons.fontSize then
      me:setFontSize(cons.fontSize)
   elseif container then
      me:setFontSize(container.fontSize)
   else
      me:setFontSize(8)
   end
by Beliar
Thu May 19, 2011 6:57 am
Forum: Mudlet Mapper
Topic: Swimming delay
Replies: 9
Views: 6711

Re: Swimming delay

I fixed that locally be replacing the code in the "swim exit" trigger with this: send("swim " .. speedWalkDir[speedWalkCounter], false) mmp.pause("on") tempTimer(2.5, [[mmp.pause("off")]]) It works well enough here, though one may have to test what delay works...
by Beliar
Fri May 13, 2011 6:12 am
Forum: General Forum
Topic: Whats Your Gui Look like?
Replies: 114
Views: 405905

Re: Whats Your Gui Look like?

Lusternia:
LusterGui_2.png
LusterGui.png
by Beliar
Thu May 12, 2011 8:25 am
Forum: General Forum
Topic: Mudlet-2.0-rc5 released
Replies: 10
Views: 8627

Re: Mudlet-2.0-rc5 released

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
by Beliar
Thu May 12, 2011 7:36 am
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15706

Re: Mudlet-2.0-rc4 released

Ok, updated it. The LuaGlobal.lua in the link I posted will of course still be the old version. So you need to overwrite the contents of it with those that Heiko posted.
by Beliar
Wed May 11, 2011 7:24 am
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15706

Re: Mudlet-2.0-rc4 released

Just a note, there have been other changes since fixing that bug. While they probably work you may want to go here, if you only want that fix: https://github.com/Beliaar/mudlet-lua/t ... ins_bugfix

[edit]
changed url
[/edit]
by Beliar
Sat May 07, 2011 5:19 am
Forum: Help Forum
Topic: More trigger help
Replies: 11
Views: 8107

Re: More trigger help

Is the "Send" in the first line capitalized in your code as well? Then thats the problem.
by Beliar
Fri May 06, 2011 6:27 am
Forum: Geyser Layout Manager
Topic: The Geyser Layout Manager
Replies: 32
Views: 72342

Re: The Geyser Layout Manager

I never intended it to be separate - it uses the same CSS as the mudlet manual after all, and I didn't know that there was a page for that in the wiki. I will see what I can do to add that there.

Edit:
http://wiki.mudlet.org/w/Manual:Geyser
by Beliar
Thu May 05, 2011 7:15 am
Forum: Geyser Layout Manager
Topic: The Geyser Layout Manager
Replies: 32
Views: 72342

Re: The Geyser Layout Manager

I have made some additions to Geyser: - Removed TIledImage - Added setTiledBackgroundImage method to Geyser.Label, which does (mostly) the same as TiledImage, only its faster - Added classes to align windows horizontally or vertically and automatically stretching them to fit. - Added simple Manual/T...
by Beliar
Sat Apr 30, 2011 10:35 am
Forum: Help Forum
Topic: Scripts that I can't turn off
Replies: 4
Views: 4155

Re: Scripts that I can't turn off

Well, if the script contains functions they won't be gone, even if you deactivate the script. You will have to find where these functions are called and deactivate them or comment the line. If you want any windows that were created to disappear you will have to close and reopen the profile or mudlet.