PureBasic 6.21 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
mk-soft
Always Here
Always Here
Posts: 6201
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.21 beta 2 is out !

Post by mk-soft »

Thanks ;)
Not everything tested, but with complex code modules ActiveScript and RAD EventDesigner everything runs with ASM and C-Backend ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: PureBasic 6.21 beta 2 is out !

Post by Psychophanta »

Thanks.
In the bugfixes list there are some repeated lines.
Engine3D: [Done] PB 6.20 Win64 OGL Orthographic cameras + Sprites
Engine3D: [Done] 5.20 LTS Camera ViewPort not correctly updated w Sprites
Engine3D: [Done] PB 6.20 Win64 OGL Orthographic cameras + Sprites
Engine3D: [Done] 5.20 LTS Camera ViewPort not correctly updated w Sprites
Engine3D: [Done] PB 6.20 Win64 OGL Orthographic cameras + Sprites
Engine3D: [Done] 5.20 LTS Camera ViewPort not correctly updated w Sprites
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Little John
Addict
Addict
Posts: 4773
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 6.21 beta 2 is out !

Post by Little John »

I tested several source codes with PB 6.21 beta 2 (x64) on Windows 11, and did not encounter any problems. 👍
Many thanks :!:
User avatar
skywalk
Addict
Addict
Posts: 4210
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 6.21 beta 2 is out !

Post by skywalk »

Same here on Windows 11, my apps work fine.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.21 beta 2 is out !

Post by Quin »

Woot! Thanks Fred!
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: PureBasic 6.21 beta 2 is out !

Post by Andre »

I just checked the beta 2 of PB6.21 with my two large GeoWorld project codes (together 150,000 lines), and after a small code change according to the more strict syntax check (=> https://www.purebasic.fr/english/viewtopic.php?p=637145), they both run fine. Thank you :D
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
miso
Enthusiast
Enthusiast
Posts: 407
Joined: Sat Oct 21, 2023 4:06 pm
Location: Hungary

Re: PureBasic 6.21 beta 2 is out !

Post by miso »

I got some struggles with the 2ddrawing and the 2d sprite engine, but I'm not sure yet, maybe I just have to draw things in a different way. (Beta 2)
[Solved, I had to change my draws.] Also Thanks for beta 3, seems good so far.
Last edited by miso on Sun Mar 30, 2025 8:03 pm, edited 1 time in total.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.21 beta 3 is out !

Post by Fred »

2025-03-30: Another beta is available with some more bug fixes, especially on macro side, so be sure to give it a try ! A few new stuff has been added too:

Code: Select all

- Added: #PB_Image_BlackAlphaBackground and #PB_Image_BlackAlphaBackground for SaveImage() when saving a 32-bit image into lower depth
- Added: LoadImage() now supports 32-bit BMP files when alpha channel is found
- Added: OSVersion() now support  Windows Server 2016, Windows Server 2019, Windows Server 2022 and Windows Server 2025
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: PureBasic 6.21 beta 3 is out !

Post by Psychophanta »

Thanks!
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.21 beta 3 is out !

Post by Quin »

Woot! Thanks Fred!
nsstudios
Enthusiast
Enthusiast
Posts: 309
Joined: Wed Aug 28, 2019 1:01 pm
Location: Serbia
Contact:

Re: PureBasic 6.21 beta 3 is out !

Post by nsstudios »

If any possible, it would be nice if when replying to a post that mentions inconsistent behavior with "fixed", there was an explanation of the new behavior as well, since I often feel unsure of what the new behavior is meant to be.
Especially if the post reports different cases of inconsistency, it would help a lot to know which of the inconsistencies were fixed and in which way.
E.g., if we take an older post about if (map("non existent key") situation, consistency fix could mean that maps don't create new keys if a non-existing key is accessed, or that they are always created no matter what, just as an example.
Thanks for some nice updates!
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.21 beta 3 is out !

Post by Fred »

I usually explain when there is an ambiguity, but feel free to ask of you want more info
nsstudios
Enthusiast
Enthusiast
Posts: 309
Joined: Wed Aug 28, 2019 1:01 pm
Location: Serbia
Contact:

Re: PureBasic 6.21 beta 3 is out !

Post by nsstudios »

That's fair. Thank you. :)
Fred wrote: Sun Mar 30, 2025 10:48 pm I usually explain when there is an ambiguity, but feel free to ask of you want more info
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.21 beta 4 is out !

Post by Fred »

2025-04-03: Another fix batch with some old bugs squashed ! We don't expect much regression, so please give it a try to this version so the final will be great.

Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.21 beta 4 is out !

Post by Quin »

Woot! Thanks as always, Fred!
Post Reply