PDA

View Full Version : thinBasic beta 1.7.10.2



ErosOlmi
16-02-2010, 13:40
thinBasic Beta 1.7.10.2
Download from: http://www.thinbasic.biz/projects/thinbasic/thinBasic_1.7.10.2.zip

PDF version of help file: http://www.thinbasic.biz/projects/thinbasic/thinBasic_Help(PDF).zip (about 6Mb)

This beta supersede any other beta versions so far.

Not much changes but I wanted to release them.


thinAir: Michael Hartlef generously created a very good and professional help file for thinAir. Thanks Michael.
thinAir: opening thinAir using right click on a script from shell will keep previous workspace opened files
Core: improved ARRAY SORT ... adding ASFILES clause
Core: fixed numeric casting in numeric expressions
Core: fixed END FUNCTION checking during pre-parsing phase
Oxygen module: updated to the latest available on SVN server
TBGL module: updated to the latest available on SVN server


Regards
Eros

Petr Schreiber
16-02-2010, 15:02
Thanks Eros,

on the TBGL side, there is new command introduced, suggested by Mike:

tbgl_GetVSyncMaxFramerate


It serves to retrieve the maximum framerate application can achieve when in TBGL_UseVSync(1) mode.


Petr

P.S. The command does not appear highlighted in the IDE, simply visit thinAir/Syntax and manually run thinBasic.CreateSyntaxIni.tBasic and re-start thinAir to see the effect.
Maybe this script could be automagically executed when new thinBasic build is produced?

ErosOlmi
16-02-2010, 15:25
P.S. The command does not appear highlighted in the IDE, simply visit thinAir/Syntax and manually run thinBasic.CreateSyntaxIni.tBasic and re-start thinAir to see the effect.
Maybe this script could be automagically executed when new thinBasic build is produced?

Yes, sorry. I got TBGL after recompiling the whole project so new keyword was not added. Will be next update.

ErosOlmi
17-02-2010, 14:55
Version beta 1.7.10.2 updated in order to fix a bad bug found today where the parser was not correctly recognizing "END FUNCTION"