Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Add configuration and socket server

Compare
Choose a tag to compare
@McSinyx McSinyx released this 06 Mar 15:13
· 47 commits to master since this release

Compare the the previous stable release 0.4:

  1. Add INET, STREAM socket server
  2. Add support for configuration files and command line options for:
    • Graphics (resolution, fps, OpenGL)
    • Sound (mute and music volume)
    • User control via keyboard and mouse
    • Socket server (address and headless server)
  3. Fix several bugs and improve codebase:
    • Retain game state after pauses
    • Add manual close-range attack by moving mouse cursur around the hero
    • Specify constants imports and clean up (checked by pyflakes)
    • Add more power to Agent Orange
  4. Relicense to AGPLv3