Search found 45 matches

by ekalin
Sun Jun 10, 2018 3:09 am
Forum: KildClient
Topic: kildclient uses a lot of memory
Replies: 7
Views: 20308

Re: kildclient uses a lot of memory

Version 3.0.0 is somewhat old - it was released in 2014.

I can't remember when was the last time I made some improvements to memory management. It might as well have been before that, but it might be worth to at least check if the behavior still exists in the latest version.
by ekalin
Sat Apr 21, 2018 5:01 pm
Forum: KildClient
Topic: Coding
Replies: 1
Views: 8202

Re: Coding

I'm not sure I can relate your question to KildClient.
by ekalin
Sat Apr 07, 2018 6:04 pm
Forum: KildClient
Topic: KildClient 3.1.0 spellcheck doesn't work [Windows]
Replies: 5
Views: 13344

Re: KildClient 3.1.0 spellcheck doesn't work [Windows]

As I said before, it's a known problem, for which there is no solution yet.
by ekalin
Sat Apr 07, 2018 6:03 pm
Forum: KildClient
Topic: How do you change the window colors and font?
Replies: 1
Views: 8202

Re: How do you change the window colors and font?

Go to World->Edit. Then select the Display->Colors category. Chaging the colors there should work, unless the MUD you're connecting to does something unusual.
by ekalin
Sat Apr 07, 2018 6:01 pm
Forum: KildClient
Topic: Get rid of the line tooltip
Replies: 1
Views: 8212

Re: Get rid of the line tooltip

Go to World->Edit. In the Edit World dialog, select the Display->Main Window category, then unselect "Display tooltips with the time when the line was received".
by ekalin
Tue Dec 26, 2017 10:37 am
Forum: KildClient
Topic: KildClient 3.2.0 released
Replies: 0
Views: 15637

KildClient 3.2.0 released

KildClient version 3.2.0 has been released today. Go to the download page to download it. This version fixes bugs with handling of non-English characters (accented characters, other alphabets and writing systems) in trigger and aliases. They should now work correctly with those characters. See the d...
by ekalin
Sun Jul 30, 2017 1:44 pm
Forum: KildClient
Topic: Disable Perl?
Replies: 8
Views: 20867

Re: Disable Perl?

I've added (commit 170d887) the possibility of changing the character used to run Perl commands, so you can select a character that you don't normally use.

It's in the "Advanced" section because of the possibility of breaking existing code as described in the previous messages.
by ekalin
Mon Jan 09, 2017 4:49 pm
Forum: KildClient
Topic: KildClient 3.1.0 spellcheck doesn't work [Windows]
Replies: 5
Views: 13344

Re: KildClient 3.1.0 spellcheck doesn't work [Windows]

I can confirm the problem.

It seems to be a problem with one of the libraries used to provide spell checking. I've seen other reports of the same problem, but not a solution yet.

I'll try to investigate more deeply later and hopefully find a solution or work-around.
by ekalin
Sat Dec 10, 2016 6:26 pm
Forum: KildClient
Topic: KildClient version 3.1.0 released
Replies: 0
Views: 14268

KildClient version 3.1.0 released

KildClient version 3.1.0 has been released today.

Go to the download page to download it.

This version contains mostly bug fixes. See what's changed.
by ekalin
Mon Jul 18, 2016 7:51 pm
Forum: KildClient
Topic: Stuck with aliases
Replies: 2
Views: 9846

Re: Stuck with aliases

First, the alias must start with / so that it is executed as a Perl command. Otherwise you'll be sending text to the MUD server. You also need to escape the $ in $target, otherwise the value of the $target variable will be replaced - generating the warnings about unitialized values. Lastly, Perl syn...