Releases: pvpgn/pvpgn-magic-builder
Releases · pvpgn/pvpgn-magic-builder
PvPGN Magic Builder v2.31
PvPGN Magic Builder v2.30
- 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 openpvpgn.sln
inDebug
,Release
orRelWithDebInfo
configuration
PvPGN Magic Builder v2.29
- fix prepare projects for Visual Studio solution by
build_pvpgn_dev.bat
- build
RelWithDebInfo
configuration instead ofRelease
by default
RelWithDebInfo
binaries are optimized as if they were built asRelease
but they also contain debug information and generate .pdb files likeDebug
does
PvPGN Magic Builder v2.28
- 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
- Add Visual Studio 2019 support
PvPGN Magic Builder v2.26
- Update forbidden link to md5sum.exe
- Fix filelist.txt, it's generated automatically now
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
PvPGN Magic Builder v1.66 SVN
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.