Beta-12 released

Post Reply
User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Beta-12 released

Post 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

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Beta-12 released

Post 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.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Beta-12 released

Post 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.

Sivan
Posts: 49
Joined: Tue Jun 23, 2009 3:54 am

Re: Beta-12 released

Post 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?

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Beta-12 released

Post by Vadi »

Sure. I've updated the package and send it for building - should be available via the update manager in a few h.

Sivan
Posts: 49
Joined: Tue Jun 23, 2009 3:54 am

Re: Beta-12 released

Post 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

Caled
Posts: 403
Joined: Thu Apr 09, 2009 4:45 am

Re: Beta-12 released

Post 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 :?

Post Reply