Gleb Mazovetskiy
2d3ee0f5fd
Emscripten: Add a basic index.html based on emrun
...
Based on stripped down emrun output
4 years ago
Gleb Mazovetskiy
fe7e38695d
Emscripten SDK support
...
Adds support for the Emscripten SDK via CMake.
4 years ago
staphen
25d3b36c96
Do not send CMD_REMSHIELD when another player runs out of mana
4 years ago
staphen
8a6feeb231
Reduce stack size on 3DS
4 years ago
obligaron
8c850cea98
Show Hardware Cursor only if supported
4 years ago
Matthias Kastner
e496e1c4bb
Update Fedora build dependencies
...
Add gmock and cpp-static libraries to Fedora build instructions.
4 years ago
obligaron
bac5c1a2e5
Fix compiling tests with sdl 1
4 years ago
staphen
a6458d2716
Prevent erroneous diagonal traversal in span filling algorithm
4 years ago
staphen
18f031dea4
Use span filling algorithm for FillTransparencyValues
4 years ago
Anders Jenbo
237caadf74
Make the rendere non optional on devices that do not support recreating it
...
asd
4 years ago
Anders Jenbo
7d239d9f89
Scale resolution to true values
4 years ago
Anders Jenbo
1a247a55f0
Rotate portrait resolutions
4 years ago
obligaron
b9c98ef116
settingsmenu: In list selection show option description
4 years ago
Anders Jenbo
98cd3613a8
Add libgmock-dev to Debian dependencies
4 years ago
Anders Jenbo
95b2467ea5
Disable recreation of the rendere on Apple systems ( #3785 )
4 years ago
Gleb Mazovetskiy
3e595d02a1
Fix asset bundling on Apple systems
...
The `target_sources` command was changed in the test overhaul PR but
that was incorrect.
4 years ago
obligaron
9a14edfcd9
Add OptionEntries for Hardware Cursor
4 years ago
Anders Jenbo
a6e778a8ca
Update building.md
4 years ago
Gleb Mazovetskiy
41cb1b5cfb
CMake: Do not build tests when cross-compiling
...
We may want to in the future but for now disable this.
4 years ago
Gleb Mazovetskiy
c07172d8b7
building.md: Add googletest
4 years ago
Gleb Mazovetskiy
2efa5e4ee2
CMake: Place tests where everything else is
...
This should hopefully fix DLL lookup on Windows (#3778 )
4 years ago
Anders Jenbo
bd86c37d0d
Add googletest
4 years ago
Gleb Mazovetskiy
9bc9bb6d33
Fix demomode file comments
4 years ago
Gleb Mazovetskiy
1f2d67f98b
Fix demomode line endings
4 years ago
Gleb Mazovetskiy
f48fb47fe1
.gitattributes: Do not let git change line endings
4 years ago
ephphatha
530604c529
Prefer DX11 renderer if running on windows with vsync active
...
This works around a bug in DX9 on Win11.
4 years ago
Anders Jenbo
0d44d955e5
Fix builds for M1 Mac
4 years ago
Gleb Mazovetskiy
076b0c0c05
Overhaul tests
...
1. Adds a `libdevilution_so` target when tests are enabled.
2. Each test file is now a separate binary target linked against `libdevilutionx_so` (can now run tests in parallel).
3. Tests are now defined in a separate `test/CMakeLists.txt` file.
4. Building the tests is now controlled by the standard `BUILD_TESTING` option (defined by CTest).
5. Tests are now built by default.
6. On CI, test errors are now reported.
Also:
* `.clang-format`: Enable SortIncludes in tests
* `path_test.cpp`: Fix -Wsign-compare
4 years ago
Gleb Mazovetskiy
f5d8f513cb
AssetsPath: Default to exe dir
...
Also adds `SetAssetsPath`, for use by tests.
4 years ago
Gleb Mazovetskiy
1210dcc7e4
Clean up CLI argument parsing
4 years ago
Gleb Mazovetskiy
02902e5188
language.cpp: Fix -Wwrite-strings
4 years ago
Gleb Mazovetskiy
d3a523fa0b
paths.cpp: Remove `AppPath`
...
It was redundant.
4 years ago
NikoVP
d3d86fa1d3
Update Bulgarian translation
4 years ago
staphen
c386b04c10
[3DS] Adjust video flags to force hardware surface
4 years ago
Adam Heinermann
1484b4d8cf
Implement Discord rich presence ( #3711 )
4 years ago
Trihedraf
652f14506b
Add ProMotion support for iPhone 13 Pros
4 years ago
Gianluca Boiano
c2cd6b3ac2
Update Italian localization
4 years ago
Gleb Mazovetskiy
afc0017cef
CMake: Move assets to Assets.cmake
4 years ago
Gleb Mazovetskiy
eb557e598b
tools/segmenter/README.md: Windows instructions
4 years ago
staphen
d4a13bd669
Improve CMake logic for version suffix
4 years ago
Joerg Wissen
45c634213c
Fixed typo in Reju potion pickup ( #3757 )
4 years ago
qndel
d2ba033d84
fix collision of bodies in butcher chamber/hell
4 years ago
ephphatha
8b07f27bde
Remove CowOffsets, always treat cows as 4 tile sprites
4 years ago
obligaron
7b2f651bb2
Allow QuickMessages to contain multiple entries/lines
4 years ago
obligaron
e852fc18d4
Support MultiKey entries in ini
...
Support MultiKey entires in ini
4 years ago
ephphatha
a1652bd5d6
Interleave non-regional fallback locales after last regional variation
4 years ago
ephphatha
c0ec4a845a
Restore fallback for non-regional translation
...
Also adds an explicit check for en given this the base translation for the application and will never have a .mo/.gmo file.
4 years ago
ephphatha
5fa9213adc
Handle multiple language preferences on windows
...
This removes the fallback functionality to non-regional translation files as I was unsure how best to handle that.
4 years ago
obligaron
8a4d4b6375
Add OptionEntries for Audio
4 years ago
obligaron
9e6aa7c8d6
Add OptionEntries for Poition Pickup
4 years ago