Skip to content

GA release 0.7.5

Compare
Choose a tag to compare
@chunying chunying released this 03 Apr 07:36
· 284 commits to master since this release
  • upgrade packages for all supported platforms:
    SDL (2.0.3), SDL2_ttf (2.0.12), ffmpeg (2.2), vorbis (1.3.4),
    opus (1.1), x264 (20140330), vpx (1.3.0), live555 (2014.03.25)
  • server: add preliminary key-stroke blocking feature
  • server: core audio hook support on Windows
  • server: disable game audio on server side (hook-mode)
  • client: preliminary android version implemented, toolchain provided
  • client: SDL use OpenGL hardware renderer by default
  • client: fix RTP over UDP packet drops in high speed LAN
  • client: resizable client window
  • client: support alt-enter switching between full-screen
  • client config: enable hardware renderer by default
  • client config: enable multi-thread decoder by default
  • dependency: fix compile errors on Mac OS X 10.9 (without brew)
  • other minor improvements bug fixes