Search:

Type: Posts; User: Andru

Page 1 of 17 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    256

    If you use only one thread it's better to use...

    If you use only one thread it's better to use event for waiting command "search new path" instead of creating the thread every time, because it takes additional time. Anyway you can extend this idea...
  2. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: Answered here...

    Answered here on official forum.
  3. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: ZenGL 0.3.11 Changelog: - fixed stack...

    ZenGL 0.3.11

    Changelog:
    - fixed stack problem when loading some png-files with indexed color format with alpha
    - fixed crash of snd_Free after few calls with active sound streams
    - fixed...
  4. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: ZenGL 0.3.10 Changelog: - [Direct3D9]now...

    ZenGL 0.3.10

    Changelog:
    - [Direct3D9]now scissor_* functions use SetScissorRect and D3DRS_SCISSORTESTENABLE
    - [Direct3D]fixed saving texture data when pass texture to rtarget_Add
    - fixed some...
  5. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: For 2D glBegin/glEnd is faster than glDrawArrays,...

    For 2D glBegin/glEnd is faster than glDrawArrays, because of no need in actions with memory for preparing buffer.
  6. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: Because commercial projects on Windows should use...

    Because commercial projects on Windows should use it, if you want to avoid a lot of problems with crappy drivers and stupid users without vendor drivers at all(sometimes they have only standard...
  7. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: ZenGL 0.3.9 Changelog: - [Android]fixed...

    ZenGL 0.3.9

    Changelog:
    - [Android]fixed problem with 30fps rendering on Nexus and probably other Tegra-based devices
    - [Android]added libGLU.so, now triangulation should work
    - fixed...
  8. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: ZenGL 0.3.8 Changelog: - [iOS]fixed bug with...

    ZenGL 0.3.8

    Changelog:
    - [iOS]fixed bug with button Hide on virtual keyboard and iOS 6
    - [Direct3D9]disabled Direct3D9Ex by default because of slow tex_GetData on AMD and Intel videocards
    ...
  9. Replies
    1
    Views
    2,312

    If BASS distribute as .so library, then call in...

    If BASS distribute as .so library, then call in console:


    ldd libBASS.so
    it will show all dependencies for it, and I think problem is here.
  10. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: ZenGL 0.3.7 Changelog: - [Win32]fixed range...

    ZenGL 0.3.7

    Changelog:
    - [Win32]fixed range check error in wnd_Update
    - [iOS]fixed resolution for iPhone application running on iPad with retina
    - [Android]fixed exiting from application
    -...
  11. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: Maybe someday I will take a look on it, but this...

    Maybe someday I will take a look on it, but this is just an a bit modified Android, so I don't see any problem to run there ZenGL. Support for any special buttons I think can be easily done via...
  12. Thread: Android Support

    by Andru
    Replies
    45
    Views
    9,026

    ZenGL won't work out of the box with Android x86...

    ZenGL won't work out of the box with Android x86 for the next reasons:
    - internal define ANDROID is only for arm-linux(but can be changed easily)
    - additional libraries compiled only for ARM...
  13. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: Special release ZenGL 0.3.6: End of the World...

    Special release ZenGL 0.3.6: End of the World which has late a bit because of problem with compilation some object files for different platforms :)

    Changelog:
    - [Android]fixed incorrect work of...
  14. Add {$LINKLIB m} to unit where you use Vampyre.

    Add {$LINKLIB m} to unit where you use Vampyre.
  15. Anyone interested in Pascal support can use my...

    Anyone interested in Pascal support can use my version of header and wrapper named MagicZen and placed on extra page with other additions for ZenGL.
  16. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: Wrapper for Magic Particles (http://astralax.com)...

    Wrapper for Magic Particles has been resurrected :) New version based on Magic Particles 2.18 and as any other addition it can be grabbed from extra-page.
    ...
  17. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: ZenGL 0.3.5 Changelog: - commercial license...

    ZenGL 0.3.5

    Changelog:
    - commercial license no more available and main license changed to zlib license
    - [MacOS X]fixed problem with fullscreen

    download
  18. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: ZenGL 0.3.4 Changelog: - [Android]added...

    ZenGL 0.3.4

    Changelog:
    - [Android]added tex_Restore*, font_RestoreFromFile, rtarget_Restore, emitter2d_RestoreAll and video_Restore functions
    - [Android]implemented restoring of resources for...
  19. Replies
    32
    Views
    4,967

    Seems this is a problem of NVIDIA blob(currently...

    Seems this is a problem of NVIDIA blob(currently your videocard is GeForce 8600GT?) and initializing OpenGL context with custom options, when you use already created window with unknown visualinfo....
  20. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: ZenGL 0.3.3 Changelog: - [Windows] fixed...

    ZenGL 0.3.3

    Changelog:
    - [Windows] fixed TOPMOST window style in windowed mode
    - fixed broken ogg decoding in 0.3.2
    - mem_Free now will assign nil to Memory
    - rewritten and fixed a lot of...
  21. Thread: Prometheus News

    by Andru
    Replies
    36
    Views
    12,952

    Sticky: Seems everybody now wants to provide mobile OS's...

    Seems everybody now wants to provide mobile OS's support... where have you been few years ago when this was not a "mainstream"? :) Anyway, I wish you fun with development :)
  22. Thread: News

    by Andru
    Replies
    104
    Views
    30,218

    Sticky: Time for new improvements and bugfixes - ZenGL...

    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
    -...
  23. Replies
    32
    Views
    4,967

    When I download some SDK/etc., I'm waiting that...

    When I download some SDK/etc., I'm waiting that it will work and compile out of the box, and Asphyre is not. That is why I wrote about relative paths, because it will work at least for standard demos...
  24. Replies
    5
    Views
    12,503

    They are definitely kidding... broken hints in...

    They are definitely kidding... broken hints in GTK(and this make some problems to using IDE), a lot of things for debugging are missing and so on... 1.0 is way too far.
  25. Replies
    32
    Views
    4,967

    So far GNU/Linux version works fine :) But demos...

    So far GNU/Linux version works fine :) But demos can't be compiled out of the box. First of all - path like /Develop/Asphyre... are you serious? GNU/Linux is not a MacOS X :) Better to use relative...
Results 1 to 25 of 407
Page 1 of 17 1 2 3 4
http://flippulseimages.com/Photos/naval-orange.html