| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kildclient-3.1.0.exe | 2016-12-10 | 14.8 MB | |
| kildclient-3.1.0.exe.asc | 2016-12-10 | 833 Bytes | |
| README.txt | 2016-12-10 | 1.1 kB | |
| kildclient-3.1.0.tar.gz | 2016-12-10 | 2.1 MB | |
| kildclient-3.1.0.tar.gz.asc | 2016-12-10 | 833 Bytes | |
| Totals: 5 Items | 16.9 MB | 0 | |
Changes in version 3.1.0
------------------------
- A list of available languages for spell checking is now displayed
instead of having to manually enter the language code.
- It's now possible to set a default file name for log files using
the Preferences>Edit default world menu.
- Added the $world->getinput() and $world->setinput() functions set
retrieve and set the current input in the command entry box.
- Bug fixed: the list of recent commands is now displayed again when
the "down" button next to the input box is clicked.
- Bug fixed: OnServerData hooks can now be exported just like other
hooks.
- Bug fixed: KildClient no longer crashes when an error happens
during TLS negotiation.
- Some strings that weren't displayed in the local language under
Windows are now displayed properly translated.
- The deprecated functions getwindowsize(), minimize() and path()
have been removed. If your code still uses them, they'll have to
be replaced by $window->getsize(), $window->minimize() and
$world->path(), respectively.