
KRconLinux
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
KRconLinux is a KDE tool for querying and managing game servers like Half-Life mods (Counter Strike, Dod, etc.), Quake series, and more. It features a console to send rcon commands, a server log receiver, an (incomplete) IRC bot to monitor the games, and a chat console to interact with the players inside the game. It is capable of listing the available server maps and changing them, establishing server settings via configuration files, changing the current server password, updating and modifying the server ban list, kicking and banning players, and changing server variables.
http://krconlinux.linuxgaming.net
Coder
13 years ago
In file included from mainwindowbase.cpp:43:
mainwindowbase.ui.h: In member function `virtual void
MainWindowBase::BStartBot_clicked()':
mainwindowbase.ui.h:1063: warning: deprecated conversion from string constant
to `char*'
mainwindowbase.ui.h: In member function `virtual QString
MainWindowBase::send_command(QString)':
mainwindowbase.ui.h:1389: warning: unused variable `char*buf'
mainwindowbase.cpp: In constructor `MainWindowBase::MainWindowBase(QWidget*,
const char*, unsigned int)':
mainwindowbase.cpp:3644: error: `spacer4' undeclared (first use this function)
mainwindowbase.cpp:3644: error: (Each undeclared identifier is reported only
once for each function it appears in.)
mainwindowbase.cpp:3802: error: `spacer6' undeclared (first use this function)
mainwindowbase.cpp:3811: error: `spacer1' undeclared (first use this function)
mainwindowbase.cpp:3865: error: `spacer5' undeclared (first use this function)
mainwindowbase.cpp:4054: error: `spacer7' undeclared (first use this function)
mainwindowbase.cpp:4193: error: `spacer3' undeclared (first use this function)
mainwindowbase.ui.h: In member function `virtual void
MainWindowBase::ListView2_rightButtonClicked(QListViewItem*, const QPoint&,
int)':
mainwindowbase.ui.h:863: warning: unused parameter `const QPoint&punto'
mainwindowbase.ui.h:863: warning: unused parameter `int column'
make[2]: *** [mainwindowbase.o] Error 1
KDE 3.4, Slackware-current
Report
panis
11 years ago
You surely need to let know the compiler old qtlibs path...
I compiled it with:
./configure --with-qt-includes=/usr/include/qt3 --with-qt-libs=/usr/share/qt3/lib/
On a debian Lenny (Kde 3.5.7), all worked perfectly.
May it helped.
Report
Steels
14 years ago
only bug:
there must be some error in the parsing of the information received from the hlds, from i would get a player named playerid=0, frags 0mp_roundtime=5, ping mp_startmoney=... and other cvars where they dont belong, in map, players, add-ons and anticheat fields.
i hope u can fix that!
nice job
Report
krconlinux
14 years ago
If it does, could you email me the ip address of the server with this behaviour?.
Thanks.
Report
Steels
14 years ago
Mi email de telefonica no va, y habras oido que la telefonica entera esta en las blacklist de mailboxes por spam, asi k no tengo email ahora. Pero podemos ponernos en contacto por msn, y pongo el server y miras si encuentras el fallo. mi msn: steels at steels.no-ip.com
saludos!
Report