Page 4 of 20

Re: new features/functions in 1.2.0-pre8

Posted: Sun Jan 02, 2011 10:06 pm
by Heiko
I've switched the html MUD stream logger to a buffer dump logger and I'm planning on adding a "copy to HTML" option to the copy popup menu.

Re: new features/functions in 1.2.0-pre8

Posted: Sun Jan 02, 2011 11:17 pm
by Yetzederixx
A preemptive add! I was just going to ask for this :)

Re: new features/functions in 1.2.0-pre8

Posted: Mon Jan 03, 2011 1:33 am
by Omni
Yetzederixx wrote:A preemptive add! I was just going to ask for this :)
Good thing I asked when I did. :D

Re: new features/functions in 1.2.0-pre8

Posted: Tue Jan 04, 2011 10:02 pm
by Heiko
added more features:

- copy text selection as HTML
- log buffer as HTML (i.e. the actual screen instead of the previously used MUD stream)
- 2D map viewer

Image

The new features are now pretty much completed and Mudlet-1.2.0-rc1 will be released tomorrow.

Re: new features/functions in 1.2.0-pre8

Posted: Wed Jan 12, 2011 3:23 pm
by Sidd
Is this released yet?

Re: new features/functions in 1.2.0-pre8

Posted: Fri Jan 14, 2011 8:00 am
by Riluo
^
I heard it has spell checker added also and would love to test it out. Any news on how or where I can get a copy of 1.2.0-pre8 please.

Thanks

Re: new features/functions in 1.2.0-pre8

Posted: Fri Jan 14, 2011 11:52 am
by Omni
Riluo wrote:^
I heard it has spell checker added also and would love to test it out. Any news on how or where I can get a copy of 1.2.0-pre8 please.

Thanks
Heiko wrote:I've updated git and uploaded the latest source code for testing. There's lots of new stuff that needs testing - especially some of the backbone code has been changed in order to comply better with Linux system qt installs (you can try to use your system libs instead of the sdk, but switch back to the sdk if you experience bugs)

to get the latest source code: http://mudlet.git.sourceforge.net/git/g ... EAD;sf=tgz

compile notes: cmake is not supported at the moment, use qmake

Re: new features/functions in 1.2.0-pre8

Posted: Fri Jan 14, 2011 9:06 pm
by Heiko
I've uploaded a new snapshot for windows http://sourceforge.net/projects/mudlet/ ... e/download
This contains the current development version except for the spell checker because I couldn't make it compile on windows quickly enough. Those who want that have to wait a bit longer. The mapper is still under development. I've started on the visual map editor and better support for LPC MUDs with huge grid maps. More to come when it's ready.

Re: new features/functions in 1.2.0-pre8

Posted: Sat Jan 15, 2011 1:30 pm
by Caled
I apologise if it is already compatible, but can
createMapper()
be added into Geyser?

I'd like to tie my inline mapper to a Geyser container.

Re: new features/functions in 1.2.0-pre8

Posted: Sat Jan 15, 2011 1:40 pm
by Vadi
It will be added once Heiko updates mudlet-lua from git. It's already added there.