PureBasic 5.60 final is available !

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

Re: PureBasic 5.60 beta 7 is available

Post by Fred »

Here was the framedelay round code I used if someone wants the 'browser' behaviour:

Code: Select all

FrameDelay = GetImageFrameDelay(0)
If FrameDelay = 0      ; if it's 0, we we fall back to 100ms
  FrameDelay = 100
ElseIf FrameDelay <= 30 ; Browsers doesn't seems to honor under 30ms delay
  FrameDelay = 30     
EndIf
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: PureBasic 5.60 beta 7 is available

Post by davido »

@Fred,

Would it be possible for your 'framedelay round code' find its way into the manual?
DE AA EB
WilliamL
Addict
Addict
Posts: 1224
Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA

Re: PureBasic 5.60 beta 7 is available

Post by WilliamL »

Added: SetImageFrameDelay()
Renamed: ImageFrameDelay() to GetImageFrameDelay()

If FrameDelay = 0 ; if it's 0, we we fall back to 100ms
FrameDelay = 100
ElseIf FrameDelay <= 30 ; Browsers doesn't seems to honor under 30ms delay
FrameDelay = 30
EndIf

GIF code is working great with the new additions. :)
MacBook Pro-M1 (2021), Sonoma 14.4.1, PB 6.10LTS M1
Fred
Administrator
Administrator
Posts: 16680
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.60 beta 8 is available

Post by Fred »

- beta 8 is available and fix toolbar regression on Window
Krix
User
User
Posts: 65
Joined: Fri Mar 11, 2005 6:24 pm
Location: Toronto

Re: PureBasic 5.60 beta 8 is available

Post by Krix »

Fred, are you guys looking into the speed issues with engine3d/physics? Do you think there will be a fix with the final v5.60?
Fred
Administrator
Administrator
Posts: 16680
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.60 final is available !

Post by Fred »

We are very happy to announce the release of PureBasic 5.60 ! Thank you all for the feedback and tests, we hope you will enjoy the new features :D
Fred
Administrator
Administrator
Posts: 16680
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.60 beta 8 is available

Post by Fred »

Krix wrote:Fred, are you guys looking into the speed issues with engine3d/physics? Do you think there will be a fix with the final v5.60?
Unfortunately, it didn't make it for 5.60, we will investigate this strange case for the next bug fix release.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PureBasic 5.60 final is available !

Post by RSBasic »

Thanks Image
Image
Image
User avatar
useful
Enthusiast
Enthusiast
Posts: 369
Joined: Fri Jul 19, 2013 7:36 am

Re: PureBasic 5.60 final is available !

Post by useful »

Image
Dawn will come inevitably.
Fredi
Enthusiast
Enthusiast
Posts: 143
Joined: Wed Jul 23, 2008 10:45 pm

Re: PureBasic 5.60 final is available !

Post by Fredi »

Thank you Fred :D
User avatar
majikeyric
Enthusiast
Enthusiast
Posts: 181
Joined: Mon Oct 21, 2013 5:21 pm
Location: France
Contact:

Re: PureBasic 5.60 final is available !

Post by majikeyric »

Thanks Fred !!!! :)
User avatar
skywalk
Addict
Addict
Posts: 3995
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 5.60 final is available !

Post by skywalk »

Thanks for the quick fixes!
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: PureBasic 5.60 final is available !

Post by davido »

@Fred and Team,

Excellent. Thank you, very much. :D
DE AA EB
Armoured
Enthusiast
Enthusiast
Posts: 348
Joined: Mon Jan 26, 2004 11:39 am
Location: ITALY
Contact:

Re: PureBasic 5.60 final is available !

Post by Armoured »

Fred there is a chance to see the SpriteQuality() bug fixed in the next release?
Ground0
User
User
Posts: 40
Joined: Fri Jun 09, 2006 10:20 pm
Location: Stilli, Schweiz
Contact:

Re: PureBasic 5.60 final is available !

Post by Ground0 »

Thx Fred :-)

My favorite change is the Base64 String things :-)
The IDE is also growing good. One feature it would nice to see is to have more than one Window ... Currently using to have a full 2 Screen Setup on 24" & 29" Screen Setup a lot of Kwrite window ...

Greetings
Sys 1 HW: Ryzen 7 3700X, 32GB RAM, RX 5700, NVME 512GiB And SATA 2TiB OS: openSUSE Tumbleweed x64
Sys 2 HW: 7 1700X, 16GB RAM, R7 360, SSD 480GiB & 1TiB OS: "
Sys 3 NB: HP envy X360, 5 2500U ,16GB RAM, NVME 256Gib OS: " zus. Win. 10 x64
Post Reply