Без опису

Luiz 7747d25b93 Merge branch 'dev' into 'master' 11 роки тому
QWClient.cpp 416c5b5e40 Code adjusted for compiling on QT5 11 роки тому
QWClient.h d4a3773445 Repo up again. 11 роки тому
QWClientPrivate.cpp 749066b327 Remove tmp files if downloads aren't finished and the map changes. 11 роки тому
QWClientPrivate.h d4a3773445 Repo up again. 11 роки тому
QWPack.cpp d4a3773445 Repo up again. 11 роки тому
QWPack.h d4a3773445 Repo up again. 11 роки тому
QWTables.cc 416c5b5e40 Code adjusted for compiling on QT5 11 роки тому
QWTables.h d4a3773445 Repo up again. 11 роки тому
README.md a39a5ef9d6 Added README.md 11 роки тому
quakedef.h d4a3773445 Repo up again. 11 роки тому
qwclient.pro d4a3773445 Repo up again. 11 роки тому
qwclient_global.h d4a3773445 Repo up again. 11 роки тому

README.md

libqwclient

Compiling

$ qmake $ make

Installing

# make install

Usage

  1. Link libqwclient.so to your project;
  2. #include <qwclient.h>;
  3. Read tru the QWClient class to see what virtual methods can be redefined to create your own bot;
  4. Don't forget to call the run() method of QWClient in order to keep the client running.

Example

For a live sample check out the QuakeWorld Bot project at https://gitlab.netdome.biz/community-messaging-project/qwbot.