Version 1.9.15.0

<< Click to Display Table of Contents >>

Navigation:  What's new > 2015 - Version history >

Version 1.9.15.0

Date

Module

What

ID

Description

Thanks to:




 



2015.01.11

 

 

 

--- thinBasic version 1.9.15.0 ---

 

---

TBGL

Updated

 

Module updated to the latest version available on thinBasic SVN server.

Introduction of large arsenal of functions for state-safe programming, see more in TBGL help file

Petr Schreiber

---

Oxygen

Updated

 

Module updated to the latest version available on thinBasic community forum

Charles Pegge

 

Inno SetUp

Setup

 

thinBasic Setup application is now created with Inno Setup Compiler version 5.5.5

 

 

Core

Compiler

 

thinBasic Core engine is now compiled using PB10.04

 

 

UPX

 

 

All thinBasic executables and modules are compressed with UPX 3.91

 

 

 

 

 

 

 

2015.01.10

UI

FIX

 

Dialog_BrowseForFolder GPF

 

2015.01.07

Core

NEW

 

TimeEndPeriod function added

 

 

Core

NEW

 

TimeBeginPeriod function added

 

2015.01.06

UI

NEW

 

Dialog_GetH function added

 

 

UI

NEW

 

Dialog_GetW function added

 

 

UI

NEW

 

Dialog_GetY function added

 

 

UI

NEW

 

Dialog_GetX function added

 

2014.12.27

thinAir

Improved

 

Improved Template dialog

 

 

thinAir

NEW

 

Template files are now standard XML files allowing future better implementations

Petr Schreiber

 

thinAir

Improved

 

Template dialog completely re-coded

 

2014.12.15

Core

NEW

 

Gost_KeyGen function added

 

 

Core

NEW

 

Gost_Decrypt function added

 

 

Core

NEW

 

Gost_Encrypt function added

 

2014.12.11

Core

NEW

 

Type_Exists function added

ReneMiner

 

Core

NEW

 

CountOf alias of Ubound added

ReneMiner

 

Core

NEW

000478

HEAP_ReAllocByStr function added

ReneMiner

2014.12.08

Console

Improved

000482

Printl, Console_PrintLine, Console_WriteLine can  now have color and cursor position optional parameters

Petr Schreiber

 

Console

Improved

000482

Print, Console_Print, Console_Write can  now have color and cursor position optional parameters

Petr Schreiber

2014.12.07

 

Improved

 

Date$ new format option: 3

 

2014.11.20

ThinBundle

NEW

 

Bundle process completely recoded. See thinBundle how to use

New #BUNDLE Version options

New #BUNDLE Icon option

New #BUNDLE Name option

 

2014.11.10

Core

Improved

 

Numeric UDT elements can be passed as BYREF in standard subs/functions.

Still to test strings and check type methods.

ReneMiner

2014.11.08

TBASS

FIX

 

Fixed TBASS_ChannelSeconds2Bytes. Despite BASS library documentation says function returns a QUAD, in reality it returns a DWORD

martin

2014.11.01

Core

Improved

 

Added PTR option in PARSE ... function in order to speed up parsing of big string uffers (above 10MB strings). Input string buffer will be destroyed when exiting PARSE ... function

 

2014.10.30

Core

NEW

 

Added variadic function parameters. See Functions/Subs topic

ReneMiner

2014.10.28

Core

FIX

 

ARRAY SCAN ... PTR ... was returning absolute position instead of relative to starting scan position

ReneMiner

2014.10.22

Core

NEW

 

Added CountOf function

 

 

Core

NEW

 

Added variadic numeric function parameters

ReneMiner