Skip to content

Releases: ThinBASIC/thinBasic_TBGL

TBGL v1.11.7.1

13 Sep 11:45
a94203d
Compare
Choose a tag to compare

Optimized:

  • tbgl_m15DrawModel enabled texturing even when it was not necessary

Added:

  • automatic generation of call tips for thinAir
  • releases are already UPXed

TBGL v1.11.6.2

17 Apr 15:48
9e97c85
Compare
Choose a tag to compare

Fixes:

  • crash in case of dragging TBGL window, in some scenarios

Added:

  • automatic generation of call tips for thinAir
  • releases are already UPXed

TBGL v1.11.2.3

24 Jan 18:20
ccf863a
Compare
Choose a tag to compare

New feature for gBuffers:

  • added TBGL_tRGB_f32 and TBGL_tRGBA_f32 data types
  • added support for these in tbgl_gBufferDefineFromArray and tbgl_gBufferRender

TBGL v1.11.2.2

11 Jan 21:32
c9f37b7
Compare
Choose a tag to compare

Dear users,

this release addresses #19 by:

  • fixing all sprite rendering issues
  • taking measures to prevent this particular issue to happen again

TBGL v1.11.2.1

02 Jan 16:35
97a850a
Compare
Choose a tag to compare

Dear users,

this release addresses #18 by:

  • fixing tbgl_gBufferDefineFromArray crash in case of incorrect parameters
  • adding detailed error message in case of inconsistent parameters for tbgl_gBufferDefineFromArray

Release for thinBasic 1.10.6.0

21 Jan 06:31
7692927
Compare
Choose a tag to compare

Improved Pixel perfect mode for tbgl_rendermatrix2D
Improved tbgl_mouseGetPosX and tbgl_mouseGetPosY enhanced to support tbgl_rendermatrix2D coordinates
Improved The need to call tbgl_resetKeyState has been removed
New tbgl_mouseInClient function to check cursor presence in client area.