Page 1 of 1

Beta-12 released

Posted: Thu Jun 25, 2009 11:34 pm
by Heiko
Fixes lots of bugs in Beta-11 and has a number of improvements.
Most functions now accept an optional first parameter windowName e. g. echo( "chat", "Hi there") will echo to the window "chat". selectString("chat", "Tom", 1) will select "Tom" in window "chat". selectString( "Tom",1) will select "Tom" in the main window. If the windowName parameter is not used, all functions behave like they used to and refer to the main window.
setFgColor("chat",255,0,0) sets the current writing color to red in the console "chat".

new functions:
setBold( windowName, true/false ) windowName is optional
setItalics( windowName, true/false )
setUnderline( windowName, true/false )

If some function doesn't accept the new generalized windowName calling conventions, please report this as a bug (if this makes sense for this function).

Linux: http://mudlet.git.sourceforge.net/git/g ... 7ad;sf=tgz
WIndows download: http://sourceforge.net/project/showfile ... _id=295238
Ubuntu download: https://launchpad.net/~mudlet-makers/+archive/ppa
Mac download: http://sourceforge.net/project/showfile ... _id=295238

Re: Beta-12 released

Posted: Sun Jun 28, 2009 11:58 am
by Heiko
Bugs: Beta-11 and Beta-12 contain a display bug that may print single lines twice under certain conditions. This will be fixed in the next release. However, this bug does not affect gameplay or triggers.

Re: Beta-12 released

Posted: Wed Jul 01, 2009 10:09 pm
by Heiko
The display bugs have been fixed now. You find the new source code in git.
I'll update the windows installer tomorrow and call it Beta-12b.

I'm also looking into the MacOSX copy & paste problem.

Re: Beta-12 released

Posted: Thu Jul 02, 2009 1:24 pm
by Sivan
Heiko wrote:The display bugs have been fixed now. You find the new source code in git.
I'll update the windows installer tomorrow and call it Beta-12b.
Will there be an Ubuntu build as well?

Re: Beta-12 released

Posted: Thu Jul 02, 2009 5:04 pm
by Vadi
Sure. I've updated the package and send it for building - should be available via the update manager in a few h.

Re: Beta-12 released

Posted: Fri Jul 03, 2009 1:57 am
by Sivan
Vadi wrote:Sure. I've updated the package and send it for building - should be available via the update manager in a few h.
Thanks Vadi

Re: Beta-12 released

Posted: Sat Jul 04, 2009 12:22 am
by Caled
Could someone please remind me of two things:

1. There is a git push, or git pull - some command that lets me update my mudlet from git without needing to create a new folder to put the newer one into. I don't understand how to use it.

2. Someone did explain to me how to uninstall something in ubuntu - there is some command I need to enter into the terminal before I just delete it. Unfortunately, I forgot to save a log of that irc session, so I don't know how to do it. I currently have 12 versions of mudlet installed and would really like to clean that up :?