Black Shark Graphics Engine

Version 4.0
shark.engl@gmail.com
Channel in Telegram

Main Gallery Forum Download







Forum/Engine
Author Topic: Engine release 2.01
BlackShark

Messages: 8

16/05/21 15:09:03

I am glad to present a new minor version 2.01 of my engine:

  • TBSpinEdit, TBScrollBar - added pending scroll (begins in second after hold a button);
  • egl initialization fixed (EGLint define was wrong in header);
  • remove wgl;
  • TBCustomTable - generic method was removed because FPC 3.2.0 couldn't to compile it, only FPC 3.2.1;
  • TBCustomTable - wrong motion of cursor of selection moved by keyboard (up/down) was fixed;
  • TBCheckBox - remove very bad forgotten line;
  • TBlackSharkKDTree - min and max boundary reduced to (-max(single); max(single)), otherwise FPC couldn't to copy limit values from double to single;
  • new multisampling option: BSConfig.MultiSamplingSamples;
  • improve KD-tree test: added motion of objects, option of drawing of nodes the tree in every second, help-panel;
  • TBSTestScrollBox - brought back to normal state;
  • TBSTestMemo, TBSTestTrueTypeSmiles - excluded until because are not ready (TBSTestTrueTypeSmiles on Linux).