Page 11 of 25
Re: PureBasic 5.20 beta 7 is ready to test !
Posted: Fri Jul 26, 2013 3:08 am
by kenmo
Thanks much, Fred and team!
Re: PureBasic 5.20 beta 7 is ready to test !
Posted: Fri Jul 26, 2013 9:38 am
by blueznl
Downloading now...
Re: PureBasic 5.20 beta 7 is ready to test !
Posted: Sat Jul 27, 2013 2:16 am
by said
Great stuff! Thanks Fred & team ... awaiting for the documentation

Re: PureBasic 5.20 beta 7 is ready to test !
Posted: Sat Jul 27, 2013 12:48 pm
by zxtunes.com
Do I understand correctly that now all the sprites are 3D?
Re: PureBasic 5.20 beta 7 is ready to test !
Posted: Sun Jul 28, 2013 7:36 am
by USCode
What version of SQLite does 5.20 use? SQLite is frequently updated.
Latest version is: 3.7.17 and has been out since May:
http://www.sqlite.org/changes.html
Re: PureBasic 5.20 beta 7 is ready to test !
Posted: Sun Jul 28, 2013 11:00 am
by Olby
You can always query SQLite release number using this nifty code:
Code: Select all
UseSQLiteDatabase()
If OpenDatabase(0,":memory:","","")
DatabaseQuery(0,"SELECT sqlite_version(),substr(sqlite_source_id(),1,19);")
If NextDatabaseRow(0)
Debug "SQLite v"+GetDatabaseString(0,0)+" ("+GetDatabaseString(0,1)+")"
EndIf
EndIf
With PB 5.20 b7 I get:
"SQLite v3.7.15.2 (2013-01-09 11:53:05)"
Posted: Mon Jul 29, 2013 2:31 pm
by benubi
Hello Fred and all !!!!
That's the greatest beta I have ever seen. I am sorry that I do not write so much normaly. Also I am sorry that I have a wishlist beside my comments
3D ) Please Fred, include those Event-Binders into the 3D lib. It would be so useful and such a great comfort to have them there too !!! BindMenu3Devent() ... That would be verry nice! Also thank you for the nice update in the 3D lib.
Network ) Please Fred, I'd like a procedure to tell if the Connection is an IPv4 or IPv6 ... like GetIPVersion(Connection/ConnectionID) or something. I know your philosophy is to say "If it can be made in 2 lines of code, do it yourself" -- but it's not that eazy, espacialy if you have to write a code arround with structures and a control mechanism. Such a function would be a usefull tool to prevent memoryleaks, or bad reads. Am I too lazy :/
I just started to experiment with the beta n°7 ... I have to check the Modules / Runtime / New Sprites (...) hehehe. Like I wrote before : that is the greatest PB beta I've seen yet !!!
Re: PureBasic 5.20 beta 7 is ready to test !
Posted: Mon Jul 29, 2013 5:07 pm
by Olby
I see Fred is hammering those bugs away for a stable 5.20. Well done master! You are really working hard from what I see here; barely manage to keep up with reading [Done] bug reports.

(beer)
Re: PureBasic 5.20 beta 7 is ready to test !
Posted: Mon Jul 29, 2013 7:00 pm
by USCode
Olby wrote:I see Fred is hammering those bugs away for a stable 5.20. Well done master! You are really working hard from what I see here; barely manage to keep up with reading [Done] bug reports.

(beer)
He's been a bugs madman! Thanks Fred!
Re: PureBasic 5.20 beta 8 is ready to test !
Posted: Thu Aug 01, 2013 1:24 pm
by Fred
Beta 8 is available

Re: PureBasic 5.20 beta 8 is ready to test !
Posted: Thu Aug 01, 2013 2:35 pm
by ts-soft
I love it

Re: PureBasic 5.20 beta 8 is ready to test !
Posted: Thu Aug 01, 2013 3:17 pm
by NikitaOdnorob98
Debug output is now an editorgadget()
Great!

Re: PureBasic 5.20 beta 8 is ready to test !
Posted: Thu Aug 01, 2013 4:48 pm
by Deluxe0321
NikitaOdnorob98 wrote:Debug output is now an editorgadget()
Great!

awesome

Re: PureBasic 5.20 beta 8 is ready to test !
Posted: Thu Aug 01, 2013 7:42 pm
by DoubleDutch
Thanks.

Re: PureBasic 5.20 beta 8 is ready to test !
Posted: Thu Aug 01, 2013 8:30 pm
by bamsagla
Hey everyone,
nice to see the steps to the new 5.20 - many thanks for your work.
Would love to see the
MDI-window-resize-flickering-bug fixed for the final 5.20.
Anyway - it's getting even better and better!
Harry.