Aucune description

Klumpp, Paul-Dieter 6e530aba28 new url il y a 7 ans
QWClient.cpp 416c5b5e40 Code adjusted for compiling on QT5 il y a 10 ans
QWClient.h d4a3773445 Repo up again. il y a 10 ans
QWClientPrivate.cpp b21289a65a Use checksum from error message sent from server il y a 8 ans
QWClientPrivate.h b21289a65a Use checksum from error message sent from server il y a 8 ans
QWPack.cpp d4a3773445 Repo up again. il y a 10 ans
QWPack.h d4a3773445 Repo up again. il y a 10 ans
QWTables.cc 416c5b5e40 Code adjusted for compiling on QT5 il y a 10 ans
QWTables.h d4a3773445 Repo up again. il y a 10 ans
README.md 6e530aba28 new url il y a 7 ans
quakedef.h d4a3773445 Repo up again. il y a 10 ans
qwclient.pro d4a3773445 Repo up again. il y a 10 ans
qwclient_global.h d4a3773445 Repo up again. il y a 10 ans

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://gogs.netdome.biz/community-messaging-project/qwbot