LB Booster
General >> Announcements >> LB Booster version 1.85 released
http://lbb.conforums.com/index.cgi?board=announcements&action=display&num=1346861795
LB Booster version 1.85 released
Post by Richard Russell on Sep 5th, 2012, 4:16pm
I'm pleased to announce the release of LB Booster version 1.85; it may be downloaded from here:
http://www.lbbooster.com/LBB.exe (IDE/compiler)
http://www.lbbooster.com/LBBRUN.exe (optional runtime engine)
This version adds a few new features and addresses a few issues which have been identified since the last release, including:
A new command-line switch -C has been added, which compiles the specified program to an EXE. This would be useful in conjunction with an alternative IDE.
If a Windows Constant isn't recognised an error is reported. The database of constants has been improved.
Foreign language Unicode text (e.g. Arabic) can be entered directly into the editor using a suitable keyboard.
A bug causing the IDE Find and Replace commands to crash occasionally when the string isn't found has been fixed.
Labels can include the ampersand (&) character, e.g. [start&again] (an undocumented feature of Liberty BASIC).
The NAME statement raises a (trappable) error if the file rename operation failed.
Sprite backgrounds are perfectly transparent (in version 1.84 they had a transparency of 255/256!).
BACKGROUND automatically zeroes the offsets (i.e. it does a BACKGROUNDXY 0 0).
Negative values of UpperLeftX and UpperLeftY are treated the same as zero, i.e. the window is centered.
Richard.
Re: LB Booster version 1.85 released
Post by tsh73 on Sep 5th, 2012, 7:54pm
Thanks for keeping it even better!
Re: LB Booster version 1.85 released
Post by James on Sep 19th, 2012, 08:16am
Great job!