Anders Jenbo
|
a6292e23ff
|
🐛 Set the default save game state
|
5 years ago |
Anders Jenbo
|
a1dabf3aba
|
🐛 Fix Hellfire save games corrupting game state in Windows
|
5 years ago |
Stephen C. Wills
|
a80aa286d3
|
Fixed data type of quest _qmsg in save files. (#1475)
|
5 years ago |
qndel
|
b94ef06791
|
fix enums
|
5 years ago |
Gleb Mazovetskiy
|
26a9930a70
|
Stop relying on buffer padding in CelBlitSafeTo
|
5 years ago |
Gleb Mazovetskiy
|
db3eaacfcf
|
Stop relying on buffer padding in cursor rendering
Follow-up to #1173
|
5 years ago |
Anders Jenbo
|
c4a5a5af3b
|
📈 Add Better Code Hub config
|
5 years ago |
Anders Jenbo
|
53a3657b29
|
🚚 Move tests to a standard folder
|
5 years ago |
Anders Jenbo
|
224f06ca03
|
Split up OperateShrine (#1459)
|
5 years ago |
Anders Jenbo
|
819fd40376
|
🎨 Consistent enum value style (#1458)
|
5 years ago |
Anders Jenbo
|
e7ae8ddd04
|
🚚 Move all enums to there respective headers
|
5 years ago |
Anders Jenbo
|
76c8f776c4
|
Revert "Remove top and bottom buffer borders"
This reverts commit effaf68ec6.
|
5 years ago |
Gleb Mazovetskiy
|
effaf68ec6
|
Remove top and bottom buffer borders
They're no longer needed
|
5 years ago |
Anders Jenbo
|
52401c9677
|
💚 Correct include headers
|
5 years ago |
Anders Jenbo
|
dc84643fe6
|
🚚 Move dx.cpp and sound.cpp back in to Source now that the name space is clean
|
5 years ago |
Anders Jenbo
|
ba6b031fa1
|
✅ Enable all remaning assertions (#1453)
|
5 years ago |
Anders Jenbo
|
9d037bafff
|
🚨 Fix remaning clang warnings
|
5 years ago |
Anders Jenbo
|
b7c06834f8
|
🔥 Goodby TravisCI
|
5 years ago |
Anders Jenbo
|
b46750ace3
|
♻️ Change _qflags to a meaningful bool
|
5 years ago |
Anders Jenbo
|
6530780980
|
🎨 Apply enums to towners
|
5 years ago |
Anders Jenbo
|
2732aea1b2
|
♻️ Use GameInfo instead of individual globals
|
5 years ago |
Anders Jenbo
|
61244c4d93
|
♻️ Rearange and apply more enums
|
5 years ago |
Gleb Mazovetskiy
|
7ce1deb514
|
Migrate game_controller.cpp to SDLUniquePtr
|
5 years ago |
Gleb Mazovetskiy
|
218aab57f1
|
Remove the raw pointer ScaleSurfaceToOutput
|
5 years ago |
Gleb Mazovetskiy
|
d966a1380e
|
Migrate DiabloUI/art to SDLSurfaceUniquePtr
|
5 years ago |
Gleb Mazovetskiy
|
bb5cadf19d
|
Migrate text_draw to SDLSurfaceUniquePtr
|
5 years ago |
Gleb Mazovetskiy
|
8b7a183f39
|
Migrate credits.cpp to SDLSurfaceUniquePtr
|
5 years ago |
Gleb Mazovetskiy
|
b89d200ef9
|
Add std::unique_ptr specializations for SDL types
|
5 years ago |
Epifanov Ivan
|
fde936195c
|
Use custom IME handler on Vita (#1442)
|
5 years ago |
Gleb Mazovetskiy
|
eeccf6b5d6
|
Fix MSVC build with -DNONET=1
Not sure why this worked on Linux without this stub
|
5 years ago |
Gleb Mazovetskiy
|
08d04d068d
|
CMake: Link libzt to ${BIN_TARGET}
BIN_TARGET is devilutionx by default but is devilutionx.elf on Switch and 3DS
|
5 years ago |
Anders Jenbo
|
c87955b67f
|
🔥 Remove fake bool types
|
5 years ago |
Anders Jenbo
|
4f8b5e2f5f
|
🎨 Correct style of true comparisons
|
5 years ago |
Anders Jenbo
|
36ebd857ad
|
🎨 Correct style of false comparisons
|
5 years ago |
Anders Jenbo
|
20186e0370
|
🎨 Replace TRUE/FALSE with true/false
fix
Fix
fix
|
5 years ago |
Anders Jenbo
|
93d42b62b8
|
♻️ Change BOOL to bool
|
5 years ago |
Anders Jenbo
|
4ee84aea1a
|
♻️ Change BOOLEAN to bool
fixup BOOLEAN
|
5 years ago |
FluffyQuack
|
9c850a1ab0
|
🐮 Removed redundant init of gameplay variables from config.
|
5 years ago |
qndel
|
b845f2d8f2
|
small griswold cleanup (#1440)
|
5 years ago |
Gleb Mazovetskiy
|
08c34400d3
|
pack_test: Minor fixes
1. Use EXPECT instead of ASSERT when comparing items so that we see all
diffs.
2. Avoid a UBSAN error in ComparePackedItems.
|
5 years ago |
Gleb Mazovetskiy
|
461da3cda0
|
Optimize ItemStruct sizeof: 360 -> 296
Can likely be optimized further
|
5 years ago |
Gleb Mazovetskiy
|
ec4da72f9e
|
Optimize TownerStruct
1. Remove unused fields.
2. Optimize used fields for size.
3. Rename `_tVar1` to `_tTalkingToPlayer`.
|
5 years ago |
Gleb Mazovetskiy
|
cafa956bf3
|
Reduce sizes of THEME_LOC (20->10) and ThemeStruct
|
5 years ago |
Gleb Mazovetskiy
|
29b5526064
|
dMonster array: int -> int16_t
|
5 years ago |
Anders Jenbo
|
6fcca51ec6
|
🐛 Fix loading missiles
|
5 years ago |
Gleb Mazovetskiy
|
4e92c86682
|
Fix audio distortion on Windows (default to winmm)
|
5 years ago |
Gleb Mazovetskiy
|
cc75b7a948
|
loadsave: Fix off-by-one in RemoveEmptyLevelItems
Refs #1367
|
5 years ago |
Anders Jenbo
|
779e6cf950
|
♻️ Apply more enums
|
5 years ago |
Geoffroy Warin
|
b54df1af38
|
add an ini option to configure gamepad deadzone
|
5 years ago |
Gleb Mazovetskiy
|
5059ce4085
|
Fix narrowing conversion warnings on SDL1
|
5 years ago |