aboutsummaryrefslogtreecommitdiff
path: root/util/master/servers.jst
Commit message (Expand)AuthorAge
* Send long announce as POST, show OS in useragentproller2014-01-07
* Rename names -> can_see_far_names in announceproller2013-12-03
* Remove link to #, add unlimited_player_transfer_distance to announceproller2013-12-03
* Masterserver uptime fixproller2013-11-05
* Masterserver fixesproller2013-11-04
* Masterserver show privs and js autoloadproller2013-11-04
* Add a "More..." link when the serverlist is filteredShadowNinja2013-11-03
* Only show servers with at least master.min_clients clientsShadowNinja2013-11-03
* Use a doT.js template for the serverlistShadowNinja2013-11-03
VORBIS_INCLUDE_DIR vorbis/vorbisfile.h) # MSVC built ogg/vorbis may be named ogg_static and vorbis_static find_library(OGG_LIBRARY NAMES ogg ogg_static) find_library(VORBIS_LIBRARY NAMES vorbis vorbis_static) find_library(VORBISFILE_LIBRARY NAMES vorbisfile vorbisfile_static) # Handle the QUIETLY and REQUIRED arguments and set VORBIS_FOUND # to TRUE if all listed variables are TRUE. include(FindPackageHandleStandardArgs) find_package_handle_standard_args(VORBIS DEFAULT_MSG OGG_INCLUDE_DIR VORBIS_INCLUDE_DIR OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY) else(NOT GP2XWIZ) find_path(VORBIS_INCLUDE_DIR tremor/ivorbisfile.h) find_library(VORBIS_LIBRARY NAMES vorbis_dec) find_package_handle_standard_args(VORBIS DEFAULT_MSG VORBIS_INCLUDE_DIR VORBIS_LIBRARY) endif(NOT GP2XWIZ) if(VORBIS_FOUND) if(NOT GP2XWIZ) set(VORBIS_LIBRARIES ${VORBISFILE_LIBRARY} ${VORBIS_LIBRARY} ${OGG_LIBRARY}) else(NOT GP2XWIZ) set(VORBIS_LIBRARIES ${VORBIS_LIBRARY}) endif(NOT GP2XWIZ) else(VORBIS_FOUND) set(VORBIS_LIBRARIES) endif(VORBIS_FOUND) mark_as_advanced(OGG_INCLUDE_DIR VORBIS_INCLUDE_DIR) mark_as_advanced(OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY)