| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix AppVeyor IA32 builds
> The default target platform name (architecture) is that of the host and is provided in the CMAKE_VS_PLATFORM_NAME_DEFAULT variable.
AppVeyor uses AMD64. Oops.
* del cmakecache
* -
* +
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update CI
* Reduce one build to minimum cmake version
* Update compile instructions with new minimum versions
* Update more guides
* Run debug build with VS 2017
Co-authored-by: Peter Bell <peterbell10@live.co.uk>
|
|
|
|
|
|
| |
* Skip release builds outside master
* Remove tab character
|
|
|
|
| |
Caching the entire build folder would overwrite the symlinked Plugins, webadmin etc.
|
|
|
| |
Make links to the original Server subfolder's items from the per-configuration Server subfolder.
|
| |
|
| |
|
|
|
|
|
|
| |
* Add test dependency missing for MSVC builds.
* Appveyor builds tests and tools
|
| |
|
|
|
|
|
| |
* As a result, fixed an issue where GetPowerLevel didn't consider block
entities behind it (only GetFrontPowerLevel did)
|
| |
|
| |
|
|
|