GeeXLab 0.29.1.0 released

Started by JeGX, September 20, 2019, 03:18:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

Downloads:
- https://www.geeks3d.com/geexlab/downloads/


Release notes:

- win64
  https://www.geeks3d.com/hacklab/20190920/geexlab-0-29-1-released-for-windows-64-bit/

- linux64
  https://www.geeks3d.com/hacklab/20190920/geexlab-0-29-1-released-for-linux-x64/

- Raspberry Pi:
  https://www.geeks3d.com/hacklab/20190920/geexlab-0-29-1-released-for-raspberry-pi/
 
- macOS:
  https://www.geeks3d.com/hacklab/20190920/geexlab-0-29-1-released-for-macos/

- TinkerBoard:
  https://www.geeks3d.com/hacklab/20190920/geexlab-0-29-1-released-for-tinker-board/



Changelog:
Quote
Version 0.29.1.0 - 2019.09.19
* (2019.09.19) [Vulkan plugin] fixed an issue with swapchain resize.
* (2019.09.19) [Vulkan plugin] fixed a buffer overflow (vkCmdCopyBuffer-size) in
  vertex/index buffer creation.
+ (2019.09.19) [Raspberry Pi] added SDL2/audio support in the FFmpeg plugin.
  OMX/IL is disabled.
+ (2019.09.11) added screenshot support to the Vulkan renderer (via
  do_screenshot(), do_screenshot_v{2, 3, 4, 5}() of gh_utils).
! (2019.09.11) fixed / improved gh_imgui.input_text() function.
! (2019.09.11) improved the calculation of text width in gh_font.get_text_width().
* (2019.09.11) fixed bug in do_screenshot_v4() and do_screenshot_v5() of gh_utils in Lua.
+ (2019.09.09) added support of seeking in the FFmpeg plugin.
+ (2019.09.09) FFmpeg plugin + audio is now available on TinkerOS (Tinker Board).
! (2019.09.07) the FFmpeg plugin has been updated with latest version 4.20 of FFmpeg SDK
  and latest SDL2 2.0.10 SDK (for audio).
! (2019.09.06) [RPi + X11 + GL2.1] Python 3 plugin is compiled with Python 3.7.3 libs.
* (2019.09.06) bugfix: Python 2 and Python 3 plugins: the Python plugin was stopped when
  Py_GetPythonHome() returned a NULL value. It's no longer the case
  (this bug was visible on the latest Raspbian/Buster).
! (2019.09.05) [Linux] PhysX 4 plugin: the CPU scene dispatcher is now initialized with
  the correct number of CPU threads (for example 16 with a RyZen 7 1700 CPU).
+ (2019.09.05) added several key codes in the keyboard mapping on Linux (and RPi + X11):
   KC_TAB, KC_ESCAPE, KC_RETURN, KC_DELETE, KC_INSERT, KC_HOME, KC_PGUP, KC_PGDOWN,
   KC_LSHIFT, KC_RSHIFT, KC_LCONTROL, KC_RCONTROL, KC_NUMLOCK, KC_LMENU and KC_LMENU.
* (2019.09.05) bugfix: fixed a minor initialization bug in gh_bullet3, gh_physx3
  and gh_physx4. Now get_version() works even if start() function is not called before.
! (2019.09.05) [Windows / Linux] updated ImageMagick plugin with latest version 7.0.8-63.
- (2019.09.05) ftgl plugin removed from linux version (compilation errors...).
! (2019.09.04) improved slider_1i(), slider_1f(), slider_4f(), vslider_1f(), vslider_1i(),
  color_edit_4f() and color_picker_4f() of gh_imgui lib.
* (2019.09.04) bugfix: fixed a crash in gh_sqlite3.db_exec() when an error is detected by SQLite3.
+ (2019.09.04) added pack_rgba_u8() and unpack_rgba_u8() to gh_utils.
+ (2019.09.02) added tree_node_ex() and tab_item_begin_v2() to gh_imgui.
* (2019.08.26) fixed a the title bar update in the PRO version.