Skip to content
Snippets Groups Projects
Select Git revision
  • 8439227e8d3441956fe49a6fdb32a2389d5cd7c5
  • master default protected
  • secondcolor
  • next
  • ceilingz-fixes
  • teampowerstones
  • jingleoptions
  • togglejingles
  • mapload-refactor
  • emeraldhunt-fix
  • fixcoronalist
  • respawndelaygametyperule
  • ld413-mp-fix
  • dashmode-ctf-monitors
  • udmf-specials
  • polyobj-waypoint-thinker-optimise
  • udmf-base
  • renderswitch
  • kill-zshift
  • findvar
  • software-clownery
  • SRB2_release_2.2.0
  • SRB2_release_2.1.25
  • SRB2_release_2.1.24
  • SRB2_release_2.1.23
  • SRB2_release_2.1.22
  • SRB2_release_2.1.21
  • SRB2_release_2.1.20
  • SRB2_release_2.1.19
  • SRB2_release_2.1.18
  • td-release-v1.0.0
  • SRB2_release_2.1.17
  • SRB2_release_2.1.16a
  • SRB2_release_2.1.16
  • SRB2_release_2.1.15
  • SRB2_release_2.1.14
  • SRB2_release_2.1.12
  • SRB2_release_2.1.11
  • SRB2_release_2.1.10
  • SRB2_release_2.1.9
  • SRB2_release_2.1.8
41 results

lua_hooklib.c

Blame
  • Forked from STJr / SRB2
    Source project has a limited visibility.
    KNOWNBUG 848 B
    
    Known bugs in libpng version 1.2.46
    
    1. February 23, 2006: The custom makefiles don't build libpng with -lz.
    
       STATUS: This is a subject of debate. The change will probably be made
       as a part of a major overhaul of the makefiles in libpng version 1.4.0.
    
    2. February 24, 2006: The Makefile generated by the "configure" script
       fails to install symbolic links
       libpng12.so => libpng12.so.0.1.2.9betaN
       that are generated by the custom makefiles.
    
    3. September 4, 2007:  There is a report that pngtest crashes on MacOS 10.
    
       STATUS: workarounds are
          1) Compile without optimization (crashes are observed with
             -arch i386 and -O2 or -O3, using gcc-4.0.1).
          2) Compile pngtest.c with PNG_DEBUG defined (the bug goes away if
             you try to look at it).
          3) Ignore the crash.  The library itself seems to be OK.