Gleb Mazovetskiy
01ad1814ea
Make path finding index-based
...
Reduces the size of the `PathNodes` array from 28 KiB to just 8 KiB.
Also reduces the size of `pnode_tblptr` from `300 * sizeof(void *)` to
`300 * 2` bytes.
4 years ago
Felipe Wannmacher
1ca5e5681b
Added UWP to appveyor.yaml ( #3959 )
4 years ago
staphen
66beceba59
Remove NIGHTLY_BUILD and BINARY_RELEASE options
4 years ago
Oleksandr Kalko
69d8f3f266
Update Appveyor to VS2022
4 years ago
staphen
a3effd5e82
Add vcpkg.json to the project
5 years ago
staphen
60492ef954
Add proper graphics for gamepad
5 years ago
Gleb Mazovetskiy
acee2ef14c
🎉 Switch from SDL_mixer to SDL_audiolib
...
SDL_mixer can only stream a single music track
SDL_audiolib has unlimited streams.
With this change, we finally have streaming sounds (respecting
sfx_STREAM).
Audio options can now also be set via diablo.ini, which should help us
better diagnose the static noise issues.
5 years ago
Gleb Mazovetskiy
47b28bc892
🔨 AppVeyor: Switch to Visual Studio 2019
...
SDL_audiolib uses some C++17 features not supported in VS2019
5 years ago
Gleb Mazovetskiy
b64afd9bc0
🔨 AppVeyor: Update vcpkg before build
...
Fixes old version of libfmt
5 years ago
Gleb Mazovetskiy
62027b2ef3
🔨 AppVeyor: Use system (vcpkg) fmt
5 years ago
Anders Jenbo
911a682db7
Remove clone_depth from appveyor to let it find the version tag
5 years ago
Anders Jenbo
2788c9e84d
Make Appveyor compile 64bit builds
6 years ago
Anders Jenbo
ebe846d6ef
Get version from git ( #331 )
...
* Get version from git
For debug builds the textual version will be latest tag+short hash
* Configure nightly builds
7 years ago
Anders Jenbo
3f9691bf2c
Enable building with MSVC 2017 ( #75 )
7 years ago
Anders Jenbo
4b0a0be297
fix indentation
7 years ago
Anders Jenbo
ae7eebc728
Save nightly builds
7 years ago
Anders Jenbo
d5103ac0c1
Fix indentation
7 years ago
Anders Jenbo
31ce75dd1b
Fix indentation
7 years ago
Anders Jenbo
02d8a3338d
Retain nightly builds
7 years ago
Anders Jenbo
3558c98655
Update appveyor.yml
7 years ago
Anders Jenbo
45df94053c
Update appveyor.yml
7 years ago
aperturesecurity
42ce77ce05
Rebirth and Nuke
8 years ago
Stephen C. Wills
49c387cd7b
Fix appveyor.yml ( #98 )
8 years ago
Adam Stachowicz
adfdc26ea6
#59 : Add appveyor.yml ( #86 )
8 years ago