Page 1 of 9

Mudlet-1.2.0-pre6 released

Posted: Mon Aug 23, 2010 10:36 am
by Heiko
We've released a new preview for windows MAC coming up shortly, Linux -> latest source code from git

Windows: pre6
http://sourceforge.net/projects/mudlet/files

- Geyser fix
- Linux compile fix
- lots of new functions for the mapper to make mapping on the fly possible for MUDs without a map db


Mac (pre7)
http://ixokai.io/get/Mudlet-mac-1.2.0-pre7.zip

new features: in 1.2.0-pre5
- scroll bug fixed
- fully working gmcp support
- a bunch of special functions for advanced system needs

new features: in previous previews:
- mapper now shows environment colors
- a number of new scripting functions for the mapper to allow for more advanced mapper scripts like area locking, room and area lookups etc.
- new resetProfile() function that resets your currently connected profile without disconnecting fro the MUD
- functions to allow command line scripting
- misc. bugfixes and functions

Re: Mudlet-1.2.0-pre4 released

Posted: Mon Aug 23, 2010 8:06 pm
by Heiko
new update Mudlet-1.2.0-pre4

new functions and misc fixes

- new mudlet-lua framework gets loaded correctly now
- Geyser gets loaded correctly

- getPath(from, to) returns true if a path can be found, otherwise false. The chosen path can be retrieved from the table speedWalkPath

- gotoRoom() returns false properly now, if no such path can be found

Re: Mudlet-1.2.0-pre4 released

Posted: Mon Aug 23, 2010 8:15 pm
by Heiko

Re: Mudlet-1.2.0-pre4 released

Posted: Tue Aug 24, 2010 5:03 am
by tsuujin
is that "new update for windows! Linux and mac later"
or
"new update for windows and linux! Mac later"?

If the later, where's the source?

Re: Mudlet-1.2.0-pre4 released

Posted: Tue Aug 24, 2010 10:57 pm
by Vadi
git has been updated now.

Re: Mudlet-1.2.0-pre4 released

Posted: Tue Aug 24, 2010 11:04 pm
by Heiko
I hope that I haven't forgotten anything, but git should be up to date now. If there are missing files, let me know.
On compiling:
- you can only use qmake for the time being. cmake cannot be used.
- you cannot do a make install currently. Mudlet needs to be started from within the src directory with ./mudlet on Linux
The reason is the new LuaGlobal.lua loading code which was necessary after LuaGlobal got improved massively + Geyser was added.

If you run into problems, let me know.

You need a bunch of Lua dependencies and as soon as the GMCP patch will get included (prolly tonight or tomorrow) there's even more dependencies. If you have missing dependencies Mudlet will still work in most cases, but some Lua scripts that depend on certain modules will not work. On startup Mudlet shows error messages if it cannot load the Lua dependencies.

Re: Mudlet-1.2.0-pre4 released

Posted: Wed Aug 25, 2010 11:30 pm
by Vadi
I needed to install nvidia-current-dev, libboost1.40-dev, and libqt4-opengl-dev on Ubuntu in order to compile the latest.

Re: Mudlet-1.2.0-pre4 released

Posted: Fri Aug 27, 2010 8:27 pm
by Heiko
ixokai made the mac package: available here: http://sourceforge.net/projects/mudlet/ ... p/download

Re: Mudlet-1.2.0-pre4 released

Posted: Sat Aug 28, 2010 5:29 pm
by Iocun
Thanks a lot! I'm still having several problem with this mac version though. The Line Delta bug is still there for me, and I can't get the mapper to work. Specifically, when I open the mapper, it looks like this:
Image
I.e. randomly jumbled graphics from what's behind the Mudlet window. Also, once I close the mapper window, I can't open it again (the Map button simply doesn't react anymore after the first time).

Is there an earlier mac version that already has a mapper (I might have missed that). In that case I could see if it works with that earlier version.

Re: Mudlet-1.2.0-pre4 released

Posted: Sat Aug 28, 2010 5:32 pm
by Heiko
Ixokai will need to look into the openGL issue, but what line delta bug are you talking about?