Page 1 of 2 12 LastLast
Results 1 to 10 of 111

Thread: News

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ZenGL 0.2.1

    This is the first bugfix release in 0.2.x branch, which will be supported till next major stable release Also there was started wiki and ZenGL(0.3.x branch in svn) now can work on Windows Mobile even with OpenGL ES 1.0(thanks to Vad for testing and help)!

    Changelog:
    - [Direct3D]slightly optimized render
    - now ZenGL will check for GL_EXT_texture_filter_anisotropic for using anisotropic filtering
    - fixed snd_LoadFromMemory
    - now closing the application will reset all states and so on
    - LOG_FILE can be gotten only before execution zgl_Init
    - fixed col2d_RectVsCircle and col2d_RectInCircle
    - fixed Unicode text input when application compiled by Delphi 2009+

    download

  2. #2
    ZenGL 0.2.2

    New bugfix release of stable branch.

    Changelog:
    - [Linux]now DIRECTORY_HOME will return $XDG_CONFIG_HOME
    - [Linux]updated libjpeg to version 8c and built for compatibility with older distributives
    - [Windows]fixed autopause under Windows 7 for minimized window via dockbar
    - [Direct3D]now scr_Flush works as in GL-version
    - fixed loading some wav's
    - fixed file_GetExtension for situation when Directory has dot in name
    - tex_Del won't delete zeroTexture, which is returns as a result of tex_LoadFromFile/tex_LoadFromMemory if texture can't be loaded

  3. #3

    Just XCode 4.0 and ZenGL. Only Pascal, only hardcore!
    Last edited by Andru; 05-09-2011 at 07:36 PM.

  4. #4
    AAwww, now you're just teasing us

  5. #5
    Quote Originally Posted by Andru View Post
    Just XCode 4.0 and ZenGL. Only Pascal, only hardcore!
    Would you feel inclined to make a youtube tutorial? I have tried to get FPC working on my Macbook but it just became a too frustrating to do anything meaningful - e.g., using opengl or sdl - neither of which i have used in the past
    The views expressed on this programme are bloody good ones. - Fred Dagg

  6. #6
    "Video tutorials" is not mine... and I don't like such tutorials, this is not for true programmers at all I will update my wiki this week with new scripts for building fpc(for iOS SDK 4.3) and new steps with screens. Templates used by me with XCode4 I have got from here. Very useful articles BTW

    PS: now I have a bit free time, so I will try to prepare new public version of ZenGL. And iOS support have been tested not only by me, so... new release just waiting when I will beat my laziness
    Last edited by Andru; 06-09-2011 at 05:51 AM.

  7. #7
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    I've also read that readme files isn't for real programmers either, but where are those programmers now?

    I think Video Tutorials just take advantage of an extra medium. You get to see whats going on in the desktop that you couldn't see unless you were actually there. Anyone have a plane ticket to the Ukraine?

    Seriously I don't see how it's bad, unless you have a horrible kackle. The Germans seem to pull off a perfectly good video explaining their own projects. Then again it is nice to see visual demos of what your project is doing. Darthman does a great job with this for example. It also gets more people interested in your project, and for that alone it should be worth it.

    Just a few tips from a guy who has learned a few things over the past 10 years.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  8. #8
    First iOS game(which is uses ZenGL) finally released
    Last edited by Andru; 18-10-2011 at 01:07 PM.

  9. #9
    ZenGL 0.2.3

    One more bugfix release before releasing 0.3-dev branch

    Changelog:
    - [MacOS X]fixed start in fullscreen mode(dockbar didn't hide)
    - fixed Y-offset in tex_Draw for new lines
    - fixed memory leak in ogg loading function
    - proper values for mouse_DX/mouse_DY when CORRCT_RESOLUTION is used
    - fixed particles creation for EMITTER_TYPE_LINE
    - added EMITTER_TYPE_RING
    - fixed EMITTER_TYPE_CIRCLE
    - now zgl_Get( RESOLUTION_LIST ) works before zgl_Init

    download

  10. #10
    ZenGL 0.2.6

    New stable version is out!

    Changelog:
    - [Windows]removed passing Enter to text after key_BeginReadText
    - [Windows]fixed problem with Delphi 2009+
    - fixed problem with text rendering when there is no available first symbol in texture

    download

    One more interesting thing - ZenGL 0.3 got support of decoding theora video(in ogv container). You can see this in demo here(compiled for Windows).
    Last edited by Andru; 25-02-2012 at 07:21 PM.

Page 1 of 2 12 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
  •