PureBasic 3.81 Beta 1 for Windows

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

PureBasic 3.81 Beta 1 for Windows

Post by Fred »

Dear PureBasic users,

The public beta for the new 3.81 version is available at http://www.purebasic.com/PureBasic_Upda ... Beta_1.zip . Here is the list of improvements/changes:

- Added: DatabaseUpdate(), DatabaseError()
- Added: Play/Stop/Resume/PauseMovie() for sprite rendered movies
- Added: Extends support for structure
- Added: Icon support and live image resize for DrawImage()
- Added: 2, 16 and 256 colors BMP support for Catch/LoadSprite()
- Added: Excellent SmartUpdate tool from fr34k to update quicky any PureBasic version
- Added: Last version of the Visual Designer by Berikco

- Changed: Labels are no more case-sensitive
- Changed: Default quality for SaveImage() and JPEG plugin is now '7'
- Changed: InitModule() and InitPalette() doesn't need the maximum parameter anymore
- Changed: PlayMovie() behaviour has changed for rendered movies

- Fixed: A memory leak in Sprite rendered movies
- Fixed: Requesters commands could lock other applications if no window were opened
- Fixed: Some interfaces definitions was wrong in the Residents
- Fixed: String constants with multiple constants items
- Fixed: KeyboardReleased(#PB_Key_All) wasn't working
- Fixed: Compiler bug with Interface in procedure and with string returns
- Fixed: ProcedureDLL bug when a string return type was specified
- Fixed: SetGadgetText() for StringGadget() could produce extra events
- Fixed: CopySprite() didn't work with Alpha-Sprites
- Fixed: Bug in the compiler optimizer with bytes and word in some very rare cases
- Fixed: JPEG and TIFF decoder bug in rare situation

The Linux 3.81 version will be released at the same time than official Windows one.

Once again, thanks to all the guys who helped a lot to make it possible....

Enjoy !

Fred.
Last edited by Fred on Tue Dec 09, 2003 12:43 am, edited 3 times in total.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Fred wrote: - Added: Excellent SmartUpdate tool from fr34k to update quicky any PureBasic version
I want to give a bit more info on that, as the helpfiles are not ready yet.
This tool is good for small updates, because it only downloads the files
that are actually needed. This is especially usefull, when a beta becomes
the final release, or for that .01 updates. In the future, there will also be
small fixes like librarys avaiable through this tool.
The GUI should pretty much explain itself.

For those who allready want to use it for this update, i've uploaded the
file here: http://freak.purearea.net/stuff/SmartUpdate.zip
(Just put it in the PB root dir, and run it, all PB closed of course.)


Some Info for all who use lot's of explorergadgets. The directory scan
code was reworked, and is now about 5x faster than before.

Timo
quidquid Latine dictum sit altum videtur
Doobrey
Enthusiast
Enthusiast
Posts: 218
Joined: Sat Apr 26, 2003 4:47 am
Location: Dullsville..population: me
Contact:

Post by Doobrey »

Looks like you`ve got your update code working quicker than me Freak..
I`m still nowhere near ready to release my update code as a userlib yet :cry: (lib about 50% done, 99% done on the update editor)

Anyway, nice work guys...can`t wait to play with the new linux version :twisted: :evil: :twisted:

@Fred, what is the status of the Amiga version? (dead/unsupported/sleeping ?)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PureBasic 3.81 Beta 1 for Windows

Post by PB »

> Added: Last version of the Visual Designer by Berikco

Is Berikco no longer doing the Visual Designer?
Or did you mean, the most recent version of the VD?
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Re: PureBasic 3.81 Beta 1 for Windows

Post by Berikco »

PB wrote:> Added: Last version of the Visual Designer by Berikco

Is Berikco no longer doing the Visual Designer?
Or did you mean, the most recent version of the VD?
Last version :)

Most recent is better ;)
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Lastest version, of course :)

Doobrey: I will probably release a new amiga just after the linux one.
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

You mean latest version.

I wonder, what that "extended support for structures" could be?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Try:

Code: Select all

Structure ColoredPoint Extends Point
  Color.l
EndStructure

MyPoint.ColoredPoint\x = 10
MyPoint\y = 100
MyPoint\Color = RGB(10,10,10)
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

Ooooh, I like that.
Door
New User
New User
Posts: 8
Joined: Tue Dec 02, 2003 2:14 pm

Post by Door »

- Added: Excellent SmartUpdate tool from fr34k to update quicky any PureBasic version
Will those of us who do not, and will not, have their development machines connected to the internet still be able to update PB with this new method? Based on what Freak said: " because it only downloads the files that are actually needed." it sounds like a lot of us PB users will no longer be able to access the updates since our development machines are not connected to the internet?
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

I think there still will be zipped updates of mayor releases (every .1th Version).
If not, you could still create an alias pb folder and copy this to the development environment.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Don't worry. There will be always both ways avaiable.

I don't like those *online-only* ways myself, where you can't install offline any more, because you can't take backups
and install from cd's. So we make both avaiable, and the choise is up to you.

Timo
quidquid Latine dictum sit altum videtur
Door
New User
New User
Posts: 8
Joined: Tue Dec 02, 2003 2:14 pm

Post by Door »

Thank you for the clarification :D
Franky
Enthusiast
Enthusiast
Posts: 213
Joined: Sat Apr 26, 2003 2:58 pm

Post by Franky »

Hi, what about the Spingadgetbug, when do you want to fix it?
Give Up everything but trying!
RJP Computing
Enthusiast
Enthusiast
Posts: 202
Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:

Post by RJP Computing »

freak wrote: snip...
Some Info for all who use lot's of explorergadgets. The directory scan
code was reworked, and is now about 5x faster than before.

Timo
Oh boy it is REALLY fast. Great improvement.

Any other non-documented features :wink:
-Ryan
RJP Computing

Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
Post Reply