Anders Jenbo
|
72656b3011
|
Move path and palette to the engine folder
|
4 years ago |
Anders Jenbo
|
99181fd709
|
Move more files to the engine folder
|
4 years ago |
Anders Jenbo
|
b870ebf115
|
order src files
|
4 years ago |
Anders Jenbo
|
6d56058708
|
Move level generation to subfolder
|
4 years ago |
Gleb Mazovetskiy
|
c6e107433a
|
CMake: Fix SimpleIni on vcpkg
|
4 years ago |
Gleb Mazovetskiy
|
73f9dd45ab
|
Move embedded dialog assets to the MPQ
If we can't find `devilutionx.mpq`, we can't render a dialog either,
because the MPQ contains the fonts.
|
4 years ago |
Gleb Mazovetskiy
|
563ee3af7c
|
Optimize `FormatInteger`
|
4 years ago |
Gleb Mazovetskiy
|
220d38aa5c
|
Direct PCX rendering
|
4 years ago |
Gleb Mazovetskiy
|
978bae1a15
|
Add a helper for loading PCX as CEL from path
|
4 years ago |
Gleb Mazovetskiy
|
2b161e5535
|
An option to convert fonts to CEL in-memory
Reduced RAM usage by 200 KiB with no performance drop, perhaps even an
improvement.
|
4 years ago |
Gleb Mazovetskiy
|
5eeaa76a75
|
Move PCX code to utils/pcx.cpp
|
4 years ago |
Anders Jenbo
|
718c46e7fe
|
Remove use of tempstr
|
4 years ago |
Anders Jenbo
|
a48f89007d
|
Implement stash
|
4 years ago |
qndel
|
48f102eff1
|
Chat log
|
4 years ago |
qndel
|
9ba64ad08b
|
TRN rewrite + bugfix (#4056)
* working new TRN system
* apply TRNs to all unique missiles
|
4 years ago |
Gleb Mazovetskiy
|
1519e995cf
|
Move store graphics out of `stores.cpp`
These graphics are used in various places outside of `stores.cpp`.
|
4 years ago |
Gleb Mazovetskiy
|
6bcac742ed
|
CMake: Link gperftools directly to the binary
Not sure why this is necessary but it fixes the gperf build
|
4 years ago |
Gleb Mazovetskiy
|
e12adf689e
|
Fix windows build
|
4 years ago |
Anders Jenbo
|
6b2481a76c
|
Touch support on all SDL2 platforms
|
4 years ago |
Andrew James
|
fb8467b045
|
Move platform specific locale lookup code to platform directory (#3862)
|
4 years ago |
obligaron
|
419fe7b7ec
|
Change Keymapper to OptionCategory/OptionEntry
|
4 years ago |
Gleb Mazovetskiy
|
cacf55bb34
|
CMake: Split out platform libraries
|
4 years ago |
Gleb Mazovetskiy
|
0a0baf0c64
|
CMake: Move more platform config to platforms/
Moves platform libraries, compile definitions, and compile options to
the platform CMake files.
|
4 years ago |
Gleb Mazovetskiy
|
3e0a295dd3
|
CMake: Simpler Threads workaround for the 3DS
|
4 years ago |
Gleb Mazovetskiy
|
6dd4c08d4b
|
CMake: Make -static-libstdc++ configurable
|
4 years ago |
Gleb Mazovetskiy
|
97a5609cff
|
CMake: Move libdevilutionx to Source/
|
4 years ago |