Results 1 to 10 of 111

Thread: News

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ZenGL 0.3 Release Candidate has been released. Next version will be stable release

    - [Direct3D]fixed tex_SetData and tex_GetData for Direct3D9 Ex mode
    - [GNU/Linux]added workaround for a crash in zgl_InitToHandle on NVIDIA drivers
    - u_GetUTF8ID now available from dynamic library
    - changed logic of pengine2d_AddEmitter

    download

  2. #2

  3. #3
    ZenGL 0.3.0 has been released.

    - [Android]added libraries compiled for armv6
    - [Android]added libtheoradec.so with libogg.so and libvorbis.so for decoding theora video
    - [Android]fixed exiting after back button press
    - [iOS]added libtheoradec for decoding theora video
    - optimized YUV to RGBA conversion for theora video decoding
    - emitters now can use the same textures without loading them every time
    - changed tex_Create
    - fixed clipping in some cases with camera
    - CLIP_INVISIBLE now has influence on emitters

    download

    Latest fixes for 0.3.x branch now will be available here:
    http://zengl.googlecode.com/svn/branches/0.3.x
    http://zengl.googlecode.com/svn/branches/0.3.x-d3d

    Further development of ZenGL will be stopped for awhile(few month?), only bugfixes and support will be available.
    Last edited by Andru; 22-07-2012 at 09:23 PM.

  4. #4
    really good work , i compiled some of the demos and they work fine , just a note : the demo10 (Tiles) has a big exe size ( 675kb) , i compile it with delphi and the size reduce to ~150kb

  5. #5
    the demo10 (Tiles) has a big exe size ( 675kb) , i compile it with delphi and the size reduce to ~150kb
    That is because there is zgl_textures_jpg included(I forgot to remove it) and compilation with FreePascal uses static linking with libjpeg, which is much faster than any other solution. But this can be disabled any time in zgl_config.cfg if you need.

  6. #6
    First bugfix release - ZenGL 0.3.1.

    Changelog:
    - [Windows, OpenGL]fixed problem with Ctrl+Alt+Delete and message "Cannot set fullscreen mode"
    - [GNU/Linux]removed dependency on newer GLIBC 2.14 when compile ZenGL with zip/jpeg/ogg support on newer systems with GLIBC 2.14+
    - [iOS]fixed resolution problem with iPhone applications running on iPad
    - fixed crash when cannot load some resources using res_* functions

    download

  7. #7
    Time for new improvements and bugfixes - ZenGL 0.3.2

    Changelog:
    - [Android] fixed keyboard hiding on Android 3.0+
    - [Android] fixed input of numbers
    - [Android] fixed multi-touch
    - [Direct3D] implemented tex_SetData for render targets
    - [Direct3D] fixed crash of tex_GetData with Direct3D9 Ex mode
    - fixed looping of sound stream
    - fixed sound pause/resume when APP_USE_AUTOPAUSE is in use
    - optimized loading of ogg sound files

    download

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •