Gleb Mazovetskiy
74b2c03793
Link `SDL2::SDLmain` correctly
...
The `SDL_main.h` header defines `main` to be `SDL_main` *when needed
by the target platform. This header must be included before defining
`main`.
The `SDL2::SDLmain` library should be linked only to the executable, not
to `libdevilutionx`.
4 years ago
Ivan Epifanov
8e6f511d6c
Add vita tcp network support
4 years ago
Anders Jenbo
d9e0658643
Clang-tidy: basic naming
5 years ago
Anders Jenbo
871f168ea0
Clang-tidy: bugprone-reserved-identifier
5 years ago
staphen
8fbe5efd9e
Switch custom RNG for libsodium
5 years ago
Anders Jenbo
e2ead2cc5e
Port engine to Android
...
Set the font path for Android
Do not check for FileExists on CharisSILB.ttf for Android, FileExists
will always fail as it doesn't detect files located in the APK
port
5 years ago
obligaron
6fb1b0fed9
Seperate main(...) for binary and tests
5 years ago
Gleb Mazovetskiy
1c2650b235
GPERF: Option to dump heap profile of the 1st game iteration
...
If `GPERF` and `GPERF_HEAP_FIRST_GAME_ITERATION` are set,
start tracking allocation in `main` and save the heap state of the first game iteration.
5 years ago
Anders Jenbo
8c821e98d3
🚚 Restructure files
5 years ago
Anders Jenbo
997c1dba55
🚚 Split up all.h in to proper header relations
5 years ago
Anders Jenbo
bfb3c11c2b
🎨 Change namespace to devilution
5 years ago
Anders Jenbo
a2656637e4
🎨 Format source
5 years ago
MrHuu
1fa8b6f4e4
[3DS] Initial port
5 years ago
Anders Jenbo
a5222a2684
Add unit tests and codecoverage
6 years ago
Anders Jenbo
40d272241b
Implement --data-dir for setting mpq path
...
This also implements a much cleaner version of diablo_parse_flags
Fixes #219
6 years ago
Christopher M. Hobbs
436e25207a
Add preliminary command line options to main.cpp
...
- Add -h, --help and --version
- Address most of Issue #219 .
6 years ago
Anders Jenbo
40cea40aa4
Remove windows call types collisions
6 years ago
rsn8887
3db7f4ee86
Enable networking and stdio on Switch platform
6 years ago
Anders Jenbo
18532e7c9b
Format SourceX and SourceS
...
Fixes #262
7 years ago
Anders Jenbo
4c314380ee
Correct line encoding
7 years ago
Benny Franco Dennis
c65107833a
asan off for macOS
7 years ago
Xadhoom
1aad10f04e
Fix headers in main.cpp
7 years ago
Xadhoom
f00e427ed2
Remove pch.h
7 years ago
Xadhoom
5283a9ffd1
Put everything into namespace dvl
7 years ago
Anders Jenbo
c77c97de9a
Fix some minor LLVM compatability issues
7 years ago
Xadhoom
4d557709e0
Clean headers for network code
7 years ago
Xadhoom
af47577446
Begin restructuring headers
7 years ago
Xadhoom
c0a9a85024
set default ASAN options to halt_on_error=0
7 years ago
Xadhoom
0332d81091
Unify including ../types.h everywhere; more fixes
7 years ago
nomdenom
063fc04b1a
Miniwin: Port to Linux with stubs
8 years ago