No description
Find a file
Vadim Peretokin 4e87fdd5fe
Add feature: visual room creation (#2015)
* Added 'create room here' for the current players area

* Allow creation of rooms in other areas

* Make menu action translatable
2018-10-04 08:09:36 +02:00
.github Update contribution guidelines for translation PRs (#1733) 2018-06-11 15:01:21 +02:00
3rdparty Enable i18n interface language selection & remove bundled lua-yajl (#1975) 2018-09-27 07:21:58 +02:00
CI Remove testing upload for windows release 2018-10-03 09:23:37 +02:00
cmake Save profiles faster (#1629) 2018-05-15 09:19:10 +02:00
squish-tests Added Squish tests (#886) 2017-04-27 11:27:42 +02:00
src Add feature: visual room creation (#2015) 2018-10-04 08:09:36 +02:00
templates Update license to be GPLv2 or later. 2014-09-03 23:56:01 -07:00
translations Update for new translation strings (#2021) 2018-10-03 09:25:38 +02:00
.appveyor.yml Add secure variables for deployment to mudlet.org 2018-10-03 09:23:37 +02:00
.crowdin.yml Update Crowdin configuration file 2018-06-05 12:43:28 +02:00
.gitignore Enable i18n interface language selection & remove bundled lua-yajl (#1975) 2018-09-27 07:21:58 +02:00
.gitmodules Add autocompletion to code editor (#1666) 2018-08-13 18:57:30 +02:00
.travis.yml Enable i18n interface language selection & remove bundled lua-yajl (#1975) 2018-09-27 07:21:58 +02:00
CMakeLists.txt Enable i18n interface language selection & remove bundled lua-yajl (#1975) 2018-09-27 07:21:58 +02:00
COMPILE Update COMPILE 2017-05-14 10:40:35 +02:00
COPYING Move files to the root of the tree 2009-03-05 02:11:35 -05:00
mudlet.desktop Remove version information entirely (#1418) 2017-11-27 13:57:38 +01:00
mudlet.png Upped icon resolution 2017-10-02 13:48:07 +01:00
mudlet.svg Reduce mudlet.svg by 70% (#1476) 2017-12-22 09:30:51 +01:00
README.md Stop linking inactive gitter chat (#1911) 2018-08-20 21:34:40 +02:00
setup-windows-sdk.ps1 Fixup dependency technical debt (#1775) 2018-06-18 08:58:20 +02:00

Mudlet

AppVeyor Build status GitHub Build Status GitHub stars Discord

Mudlet is a quality MUD client, designed to take mudding to a new level.

Its a new breed of a client on the MUD scene with an intuitive user interface, a specially designed scripting framework, and a very fast text display. That, along with cross-platform capability and an open-source development model result in a very likable MUD client.

Easy to use client

Were big on usability, and as such, creating an easy to use client and interface is one of the defining goals of the project. This applies to both the power users and plain gamers everyone will feel at home with Mudlet, without having to waste too much time figuring out how to do something.

Designed for speed

Mudlet is designed and built to be very fast and efficient right from the start. Its scripting engine is designed to scale to large systems without bogging down and the text display is designed to handle thousands of lines in under a second. All in all, we are very serious about Mudlet being quick and take all measures to make it so.

Powerful Scripting

Mudlet features a scripting framework using Lua a small, fast and efficient scripting language. This allows Mudlet to leverage the existing community and large ecosystem of existing packages for Lua without the many drawbacks of creating a Mudlet specific scripting language. Best of all, the Lua API is seamlessly integrated in Mudlet and shared by all aliases, triggers, scripts, keybindings, buttons and other Mudlet components.

Cross-Platform love

We believe in making Mudlet available to people on all major platforms, and we work on keeping cross-platform compatibility right from start. Mudlet is available on Linux (both 32bit and 64bit), Windows, and Macs; work is currently in progress by one interested developer to add support for FreeBSD as a secondary platform i.e. we think it will work but the testing may be limited and your milage may vary.

And many other things…

Such as package creation / sharing, 3D mapper, and a moddable UI. Youre welcome to suggest new ideas and contribute code, too!

Compiling

Please see the compiling page on how to compile Mudlet on multiple platforms: Windows, macOS, and Linux OS.