Skip to content

Releases: pvpgn/pvpgn-magic-builder

PvPGN Magic Builder v2.31

24 Apr 11:29
Compare
Choose a tag to compare
  • add support for Visual Studio 2022
  • fix i18n

PvPGN Magic Builder v2.30

18 Dec 18:36
Compare
Choose a tag to compare
  • add libcurl which is required for develop branch
  • fix generate Visual Studio solution + use relative paths in project files;
    now debugging is working as expected, pvpgn can be running immediately after open pvpgn.sln in Debug, Release or RelWithDebInfo configuration

PvPGN Magic Builder v2.29

05 Jun 00:58
Compare
Choose a tag to compare
  • fix prepare projects for Visual Studio solution by build_pvpgn_dev.bat
  • build RelWithDebInfo configuration instead of Release by default
    RelWithDebInfo binaries are optimized as if they were built as Release but they also contain debug information and generate .pdb files like Debug does

PvPGN Magic Builder v2.28

04 Jun 22:47
Compare
Choose a tag to compare
  • Add a feature to build PvPGN x64 binaries
  • Update databases libs including latest x64
  • Fix locate Visual C++, show error message even if Visual Studio is installed but Visual C++ is not
  • Patched Pandemonium Portal for D2GS 1.13d #25
  • Delete non-exist tinycdb and test projects from pvpgn_build_dev.bat

PvPGN Magic Builder v2.27

02 Feb 20:26
Compare
Choose a tag to compare
  • Add Visual Studio 2019 support

PvPGN Magic Builder v2.26

18 Nov 12:56
Compare
Choose a tag to compare
  • Update forbidden link to md5sum.exe
  • Fix filelist.txt, it's generated automatically now

PvPGN Magic Builder v2.25

02 Mar 06:48
Compare
Choose a tag to compare

Starting from v2.x Magic Builder supports only PvPGN-PRO.

Major changes from v1.66

  • full support for PvPGN-PRO (with Lua)
  • Windows XP is unsupported due to VC++ 2015
  • rapid download for PvPGN source code from Git
  • latest versions of MySQL, PostgreSQL, SQLite, zlib, cmake
  • fix Visual Studio selection and minimal requirements starting from Visual Studio 2015
  • fix database version selection
  • add restriction for invalid program path
  • new rebuild flag cmake_only that allows stop program after cmake configuration (it used in AppVeyor for the PvPGN repository)
  • extract translation files into different files, each with native encoding
  • add Spanish, Ukrainian translations
  • add D2GS 1.13c multithreaded version from https://github.com/tesseract2048/d2gs (don't use it if you don't know how)
  • add D2GS 1.12a / 1.13d
  • add feature to build Debug version with _.pdb symbol files using a file "rebuild_pvpgn__debug.bat"; it's necessary to auto-generate a dump when crash pvpgn
  • add script build_pvpgn_dev.bat that generates ready to use PvPGN Visual Studio projects
  • produce statically linked executables (no need MSVC*.dll anymore?) https://pvpgn.pro/vc_redist.html
  • exclude all third-party programs from the repository and download it on demand (cmake, wget, etc.)
  • feature to select Git branch to download source code from

PvPGN Magic Builder v1.66 SVN

31 Jan 09:50
Compare
Choose a tag to compare

STALE PROGRAM VERSION THAT CAN BUID ONLY PVPGN 1.99-SVN
AND ONLY WITH OLD VISUAL STUDIO (2013 and earlier)

Source code of PvPGN 1.99 is included.

It requires one of the following VC++ versions installed:

  • Visual C++ 2005 (Express is not supported)
  • Visual C++ 2008 (Express is supported)
  • Visual C++ 2010 (Express is supported)
  • Visual C++ 2012 (Express is supported)
  • Visual C++ 2013 (Express is supported)

Works on Windows XP and later.