PvPGN Magic Builder v2.25
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