Next generation of PvPGN server
Find a file
2016-10-03 23:48:47 -07:00
cmake/Modules Use standard typedefs from <cstdint> 2016-08-11 22:47:12 -07:00
conf Use singleton class for ad banner 2016-08-11 17:42:24 -07:00
docs Update ports.md 2016-09-07 10:46:08 -07:00
files Fix casing on ver-IX86-1.mpq 2016-08-04 21:42:32 -07:00
lua Update quiz.lua 2016-08-18 09:40:05 +03:00
man Removed Makefiles 2014-08-12 17:08:46 +02:00
scripts Update validate.bat script - English should not be checked 2014-07-17 18:17:17 +04:00
src Merge pull request #257 from RElesgoe/master 2016-09-10 15:55:35 -07:00
.gitignore Remove dynamic exception specification from functions in luawrapper.cpp and luawrapper.h 2016-08-05 01:37:19 -07:00
.travis.yml Export variables in Travis CI .yml 2016-08-13 04:33:59 -07:00
appveyor.yml Update appveyor.yml 2016-08-29 00:18:05 +03:00
CMakeLists.txt - Use wide functions instead of narrow functions when using WinAPI 2016-08-12 18:34:04 -07:00
config.h.cmake Use standard typedefs from <cstdint> 2016-08-11 22:47:12 -07:00
ConfigureChecks.cmake Use standard typedefs from <cstdint> 2016-08-11 22:47:12 -07:00
COPYING reorganize files, only pvpgn source here now 2014-02-03 11:02:09 +04:00
CREDITS reorganize files, only pvpgn source here now 2014-02-03 11:02:09 +04:00
IGNOREME reorganize files, only pvpgn source here now 2014-02-03 11:02:09 +04:00
NEWS reorganize files, only pvpgn source here now 2014-02-03 11:02:09 +04:00
README.DEV Update README.DEV 2015-03-23 01:33:40 -07:00
README.md Update README.md 2016-10-03 23:48:47 -07:00
UPDATE reorganize files, only pvpgn source here now 2014-02-03 11:02:09 +04:00
version-history.txt •Corrected language errors 2014-04-13 10:56:51 -07:00

Player vs Player Gaming Network - PRO

PvPGN is a free and open source cross-platform server software that supports Battle.net and and Westwood Online game clients. PvPGN-PRO is a fork of the official PvPGN project, whose development stopped in 2011, and aims to provide continued maintenance and additional features for PvPGN.

License (GPL version 2) Language (C++) Language (Lua) Github Releases (by Release)

Compiler (Microsoft Visual C++) Compiler (LLVM/Clang) Compiler (GCC)

Build Status Build status

Deleaker helps us to find leaks.

Tracking

By default, tracking is enabled and is only used for the purpose of sending informational data (e.g. server description, homepage, uptime, amount of users) to tracking servers. To disable tracking, set track = 0 in conf/bnetd.conf.

Building

See docs/ports.md for operating systems and compilers that have been confirmed to work with PvPGN. Any operating system that supports WinAPI or POSIX, and any C++11 compliant compiler should be able to build PvPGN.

Windows

Use Magic Builder.

Linux

apt-get install git install cmake make build-essential zlib1g-dev
apt-get install liblua5.1-0-dev #Lua support
apt-get install mysql-server mysql-client libmysqlclient-dev #MySQL support
cd /home
git clone https://github.com/pvpgn/pvpgn-server.git
cmake -D CMAKE_INSTALL_PREFIX=/usr/local/pvpgn -D WITH_MYSQL=true -D WITH_LUA=true ../
make
make install

Full instructions: Русский | English

License

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.