Page 2 of 12

Re: PureBasic 6.21 beta 2 is out !

Posted: Sat Mar 22, 2025 2:54 pm
by mk-soft
Thanks ;)
Not everything tested, but with complex code modules ActiveScript and RAD EventDesigner everything runs with ASM and C-Backend ...

Re: PureBasic 6.21 beta 2 is out !

Posted: Sat Mar 22, 2025 8:40 pm
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

Re: PureBasic 6.21 beta 2 is out !

Posted: Sun Mar 23, 2025 2:40 pm
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 :!:

Re: PureBasic 6.21 beta 2 is out !

Posted: Sun Mar 23, 2025 8:14 pm
by skywalk
Same here on Windows 11, my apps work fine.

Re: PureBasic 6.21 beta 2 is out !

Posted: Mon Mar 24, 2025 7:28 am
by Quin
Woot! Thanks Fred!

Re: PureBasic 6.21 beta 2 is out !

Posted: Sat Mar 29, 2025 2:02 pm
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

Re: PureBasic 6.21 beta 2 is out !

Posted: Sat Mar 29, 2025 6:30 pm
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.

Re: PureBasic 6.21 beta 3 is out !

Posted: Sun Mar 30, 2025 6:51 pm
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.

Re: PureBasic 6.21 beta 3 is out !

Posted: Sun Mar 30, 2025 7:44 pm
by Psychophanta
Thanks!

Re: PureBasic 6.21 beta 3 is out !

Posted: Sun Mar 30, 2025 8:18 pm
by Quin
Woot! Thanks Fred!

Re: PureBasic 6.21 beta 3 is out !

Posted: Sun Mar 30, 2025 8:36 pm
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!

Re: PureBasic 6.21 beta 3 is out !

Posted: Sun Mar 30, 2025 10:48 pm
by Fred
I usually explain when there is an ambiguity, but feel free to ask of you want more info

Re: PureBasic 6.21 beta 3 is out !

Posted: Mon Mar 31, 2025 7:48 am
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

Re: PureBasic 6.21 beta 4 is out !

Posted: Thu Apr 03, 2025 4:46 pm
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.

Re: PureBasic 6.21 beta 4 is out !

Posted: Thu Apr 03, 2025 5:31 pm
by Quin
Woot! Thanks as always, Fred!