Gleb Mazovetskiy
fd02564a85
magic_enum: Customize enums where they're declared
...
This necessitates dependencies on `magic_enum` in more
places but avoids obscure hard-to-debug errors, such
as the one seen in the DOS port PR.
7 months ago
Andrettin
76feb78b4e
Parse Text/Speech Data from TSV ( #8138 )
7 months ago
Andrettin
0c3fe1345c
Parse Quest Data from TSV
7 months ago
staphen
b761d3fef2
Validate network data when importing quest deltas
10 months ago
qndel
24f108f193
fix many typos ( #7322 )
2 years ago
Anders Jenbo
211e99b420
Correct translation comment
2 years ago
Anders Jenbo
4c2ca1effd
Remove bad translation key
2 years ago
Anders Jenbo
bb2e189327
Convert _sfx_id in to class enum
2 years ago
staphen
a55728848e
Fix transcript of Warlord of Blood lore for Monk and Bard
3 years ago
staphen
27dfaeb9dc
Use herosounds for class-specific quest speech IDs
3 years ago
staphen
02694d27bb
Remove extra spaces from Monk/Bard quest text to match other classes
3 years ago
Anders Jenbo
74d985de58
Fix spelling of Pepin ( #4967 )
4 years ago
Anders Jenbo
5e28fe4201
Update textdat.cpp
4 years ago
Gleb Mazovetskiy
dae2d30c1e
Fix a typo in Hellfire book text
...
Fixes a typo in "Journal: The tirade"
A tab instead of space meant that this was rendered as "arefull"
4 years ago
Juliano Leal Goncalves
9f4438fa22
🚚 Rename 'TextDataStruct' struct to 'Speech' ( #2805 )
5 years ago
Anders Jenbo
bc59218d0d
More clang-tidy/Android Studio cleanups
5 years ago
Yuri Pourre
38b39efd79
Missing transcriptions ( #1341 )
5 years ago
Yuri Pourre
2b298e04cc
Update barmaids' transcription after Tumayto revision
5 years ago
Anders Jenbo
68249d07e3
Correct false positives translation warnings
...
Fixes #2053
5 years ago
Anders Jenbo
9e2206a673
Format code
5 years ago
Anders Jenbo
6acb49bea4
Render quest and menu text using common text rendering
5 years ago
arcas
6502a3ca4d
Adding resources for translation ( #1973 )
5 years ago
Yuri Pourre
1ec46931e1
Add blacksmith's missing transcriptions ( #1203 )
5 years ago
Anders Jenbo
b69d18f12d
🌐 Enable translation of all remaning strings
5 years ago
John Törnblom
e0dddf508a
Add automatically translated string literals ( #1694 )
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
630e507f63
🚚 Apply namespace
5 years ago
Anders Jenbo
6f1498d315
🚚 Move structures to there respective headers
5 years ago
Yuri Pourre
929e9aaefb
Add healer's missing transcriptions ( #1212 )
5 years ago
Anders Jenbo
39a15d428b
💬 Tow minor subtitle corrections
5 years ago
Yuri Pourre
3fcc6e1362
Add barmaid's unused/missing transcriptions ( #1092 )
...
* Add barmaid's missing transcriptions
* Add _speech_ids
5 years ago
Anders Jenbo
44a4224aad
🐛 Fix audio enum order
5 years ago
Yuri Pourre
00778bf2a6
Add transcriptions for the drunk guy
5 years ago
Yuri Pourre
d5fb1789e6
Add enums for cow sounds
5 years ago
Yuri Pourre
1a062be845
Add transcription of deadguy
5 years ago
pionere
f5c1079d6f
eliminate unused code
5 years ago
qndel
4ff2c05bc6
fix vanilla typo
5 years ago
Anders Jenbo
d20eddf48e
Unifcy a chunk of Hellfire's code pathts
5 years ago
Anders Jenbo
e073422ce7
Unify executable for Spawn and Retail
...
The game will now autodetect if it should run in shareware mode or full
retail based on the found mpq file. Additionally it can beforced in the
shareware mode with --spawn even if the retail data is found.
This simplifies a lot of the spagetty code and lets us better refactor,
also worth noteing is that we won't have to setup a secound set of build
tests.
5 years ago
Anders Jenbo
3157885502
Correct shareware ifdefs
6 years ago
Anders Jenbo
1ba96a6777
Add doxygen description to remaining engine files
6 years ago
Anders Jenbo
c384711a5f
Backport cleanups from hellfire branch
6 years ago
Anders Jenbo
187a021b30
More documentation from sanctuary/notes ( #2026 )
6 years ago
Anders Jenbo
3c276a3cd3
Add documentation
...
- Add file documentation to about 1/4 of the files in Source
- Copy over a lot of the documentation from the sanctuary/notes repo
- Standardise all the existing documentation
- Create a configuration for Doxygen
- Add more documentation (engine.cpp is now fully documented)
6 years ago
Anders Jenbo
20621a0642
add all.h and use in place of diablo.h ( #2005 )
...
Now diablo.h is treated in the same way as all other header files of
Source, as it only contains the declarations of global variables and
functions of diablo.cpp.
Besides consistency, this also enables mods to include diablo.h just
like any other header file without having to include every header file
(and without having to include C++ specific aspects of the now all.h).
6 years ago
Anders Jenbo
d503434731
[hellfire] alltext
6 years ago
Anders Jenbo
c97388386c
Correct textdat.cpp for shareware version
...
This fixes all speech missing for towners.
7 years ago
Anders Jenbo
68d51e7d27
Implementing Spawned Shareware version
7 years ago
Anders Jenbo
6fba17eec5
Correct GLOBAL types based on PSX SYM 3
7 years ago