Search found 22 matches

by visionok
Thu Apr 08, 2021 10:37 pm
Forum: General Forum
Topic: Linux Oddities
Replies: 6
Views: 15747

Re: Linux Oddities

Yeah that works, thanks!
by visionok
Thu Apr 01, 2021 8:39 pm
Forum: Help Forum
Topic: searchRoomExact() ?
Replies: 6
Views: 3686

Re: searchRoomExact() ?

Great, thanks! One thing I've been meaning to ask about the documentation is that quite a bit of the content is duplicated across different pages. Eg the mapper functions are listed in: https://wiki.mudlet.org/w/Manual:Lua_Functions https://wiki.mudlet.org/w/Manual:Mapper_Functions (and maybe elsewh...
by visionok
Mon Mar 29, 2021 11:40 am
Forum: Help Forum
Topic: searchRoomExact() ?
Replies: 6
Views: 3686

Re: searchRoomExact() ?

I'm really not sure how to do what you asked, although it is something that I ought to learn. It explains why the package I'm using Aardwolf Mudlet Module had code that used searchRoomExact() commented out. In the meantime I have resolved this problem by using the database - I have already made a da...
by visionok
Fri Mar 26, 2021 3:44 pm
Forum: Help Forum
Topic: searchRoomExact() ?
Replies: 6
Views: 3686

searchRoomExact() ?

Has searchRoomExact() been implemented yet? I'm using v4.11.1, when I enter the following in command line lua searchRoomExact("Entrance") I get an error: [ERROR:] object:<run lua code> function:<Alias4> <[string "return searchRoomExact("Entrance")"]:1: attempt to call g...
by visionok
Tue Mar 23, 2021 10:48 am
Forum: Help Forum
Topic: Global exits
Replies: 14
Views: 11798

Re: Global exits

So I've been using 4.11.1 for about a week now. In at least the first day or so the initGraph() time has been around the 300-500ms range. Now with the addition of some more rooms the time is around 200ms: TMap::initGraph() INFO: built graph with: 27785 ( 27785 ) locations(roomCount), and discarded 0...
by visionok
Wed Mar 17, 2021 8:03 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652534

Re: Mudlet features and API requests

3) Possible as of the latest update to Mudlet: https://wiki.mudlet.org/w/Manual:Lua_Functions#addCmdLineSuggestion Great stuff, it's good to see that the documentation is kept up to date. I tried this, when a connection is made, I call a function that adds a bunch of entries using addCmdLineSuggest...
by visionok
Tue Mar 16, 2021 12:37 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652534

Re: Mudlet features and API requests

The last post in here has been quite a while ago, but since this is pinned, it's still revelant right? Anyway some feature requests: A config option to toggle case-(in)sensitive search, in both the command line history search and the main window scrollback buffer search. Right now both are case-sens...
by visionok
Tue Mar 16, 2021 9:13 am
Forum: General Forum
Topic: Linux Oddities
Replies: 6
Views: 15747

Re: Linux Oddities

b) now it's no longer necessary to click twice to select/deselect rooms After having played with it a bit more, the above is partly true. AFAICT you don't have to click twice IF the mapper doesn't "lose focus". Doing something like right-click to bring up the context menu will cause the m...
by visionok
Mon Mar 15, 2021 3:42 pm
Forum: General Forum
Topic: Linux Oddities
Replies: 6
Views: 15747

Re: Linux Oddities

1) Yep, it works in 4.11.1 2) Admittedly I have been mostly using KDE. But tried on an Ubuntu based XFCE system that I have lying around and ALT + left click drag does the same as in KDE, ie drags the window around. The good news is that the other problems I mentioned have been fixed: a) clicking th...
by visionok
Sun Mar 14, 2021 8:39 pm
Forum: General Forum
Topic: Linux Oddities
Replies: 6
Views: 15747

Linux Oddities

Not sure whether this is the right place for this, but: I'm running 4.10.1 AppImage on Linux Mint 20. There are 2 issues: 1) In all Linux systems that I have used since around KDE 2.x, you can highlight some text then use middle-button on mouse to paste the selection , or CTRL-C to copy to clipboard...