PDA

View Full Version : thinBasic version 1.6.0.7 (preview only)



ErosOlmi
07-05-2008, 14:21
Hi all.

New thinBasic version 1.6.0.7 just released only as preview version.
This release is just for updating TBGL module from Petr. The rest are few changes and many undocumented new UI module features I'm still working on, so too much premature to release info.

Regards
Eros

_________________________________________________
As usual, list of changes can be found in thinBasic help on-line at:
http://www.thinbasic.com/public/products/thinBasic/help/html/version_underdevelopment.htm

Download from official web site:
http://www.thinbasic.com/index.php?option=com_docman&task=cat_view&gid=19&Itemid=66
or from mirror site
http://www.thinbasic.org/public/applications/thinbasic/thinBasic_1.6.0.7.zip

catventure
07-05-2008, 14:44
Hi,

The new "some" and "all" checks looks interesting!

catventure.

ErosOlmi
07-05-2008, 15:04
:D
Are logical operators taken from SQL syntax.

Petr Schreiber
07-05-2008, 16:12
But very nice ones!,

also the UDT parsing speed improvment sounds good, how do you do that :D


Petr

ErosOlmi
07-05-2008, 16:14
also the UDT parsing speed improvment sounds good, how do you do that :D

Did you notice any difference?
Not 100% sure UDT parsing speed is really visible in all cases.

Petr Schreiber
07-05-2008, 16:27
The difference is not remarkable in all benchmark samples,

but for 2 tests, in UDT_Nested_001.tBasic for example, I get about nice 13%.


Thanks,
Petr

Petr Schreiber
07-05-2008, 16:32
Note regarding TBGL,

in SampleScripts/Viewports you can find two new ( very basic ) examples:

tbgl_customcoordinates.tbasic - shows how to take advantage of custom coordinate system for function chart rendering
tbgl_testOf3DViewports.tbasic - demonstrates that latest TBGL has no problem with picture proportions in case of any shape of viewport



Bye,
Petr

ErosOlmi
07-05-2008, 16:38
The difference is not remarkable in all benchmark samples,
but for 2 tests, in UDT_Nested_001.tBasic for example, I get about nice 13%.


Yes you are right.
I forgot to say that improvements are mainly visible in nested multilevel structures where more parsing steps take place.

kryton9
07-05-2008, 18:04
Thanks Eros and Petr, downloading the latest update now.