Page 8 of 12 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 111

Thread: News

  1. #71
    good work
    added two new demos
    i can't find them

  2. #72
    i can't find them
    That was for C/C++("12 - Render into Texture" and "14 - Sound")

  3. #73
    ZenGL 0.2.9 has been released, and this is the last one release of 0.2.x branch, no more fixes in future for this branch.

    - [Direct3D]fixed disappearing of window caption
    - [Windows]fixed handling WM_DISPLAYCHANGE

    download
    Last edited by Andru; 30-05-2012 at 11:53 AM.

  4. #74
    ZenGL 0.3 beta 4, the last one beta before release, I hope

    - [GNU/Linux]implemented handling of event RRScreenChangeNotify for determinating resolution change
    - [Android]added zglNativeInit, now zgl_Get( DIRECTORY_HOME/DIRECTORY_APPLICATION ) will work from Main function
    - [Android]fixed tex_GetData
    - [Direct3D]fixed disappearing of window caption
    - [Direct3D]implemented support of Direct3D9Ex
    - [OpenGL ES]fixed tex_SetMask for NPOT textures and tex_SetData when Stride is not equal to zero
    - fixed zglModPlug and added Android support
    - one more fix for file_Find and zip-archives
    - fixed logging when zip-archive is opened
    - correct deinitialization of resources queue on exit

    download

  5. #75
    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

  6. #76

  7. #77
    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.

  8. #78
    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

  9. #79
    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.

  10. #80
    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

Page 8 of 12 FirstFirst ... 678910 ... LastLast

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
  •