Anders Jenbo
|
48dbb47d70
|
🌐 Apply static translations
|
2021-04-29 01:21:28 +02:00 |
|
Anders Jenbo
|
187d547fb8
|
🌐 Remove unused string from the translation list
|
2021-04-28 01:58:00 +02:00 |
|
John Törnblom
|
e0dddf508a
|
Add automatically translated string literals (#1694)
|
2021-04-25 18:14:58 +02:00 |
|
Anders Jenbo
|
2bd13451a1
|
♻️Apply point positioning to all remaning entities
|
2021-04-25 01:25:48 +02:00 |
|
Anders Jenbo
|
e4cfad3196
|
♻️Use points instead of individual fileds for player structure
|
2021-04-24 04:46:08 +02:00 |
|
Anders Jenbo
|
a32ac83090
|
🎨 cleanup trivial trype comparisons
|
2021-04-23 02:48:25 +02:00 |
|
Anders Jenbo
|
aa290b6f63
|
🎨 Add missing braces
|
2021-04-22 00:31:39 +02:00 |
|
Anders Jenbo
|
593c6a6f17
|
🎨 Drop unused param and rename random_ to GenerateRnd
|
2021-04-22 00:08:19 +02:00 |
|
Anders Jenbo
|
d024f79b0e
|
🧹 performance-unnecessary-value-param
|
2021-04-22 00:08:19 +02:00 |
|
Jmgr
|
1d84156509
|
Simplify bitshift divisions/multiplications
|
2021-04-21 05:31:17 +02:00 |
|
qndel
|
ec74917cb4
|
class sounds cleanup
|
2021-04-20 23:35:16 +02:00 |
|
Anders Jenbo
|
bb4e1960e7
|
🎨 modernize-use-nullptr
|
2021-04-19 16:02:05 +02:00 |
|
Anders Jenbo
|
997c1dba55
|
🚚 Split up all.h in to proper header relations
|
2021-04-16 01:04:54 +02:00 |
|
Anders Jenbo
|
67a7ff98c5
|
🚨 Clean up compiler warnings
|
2021-04-16 01:04:54 +02:00 |
|
Anders Jenbo
|
f450d6a125
|
🚚 Move defines to there proper files
|
2021-04-16 01:04:54 +02:00 |
|
Juliano Leal Goncalves
|
28ad9d43c5
|
🎨 Rename 'plr_class' enum to 'HeroClass'
Members were renamed as well for readability.
|
2021-04-12 20:00:53 +02:00 |
|
Juliano Leal Goncalves
|
7d95bfed39
|
♻️ Convert 'plr_class' to a scoped enumeration
|
2021-04-12 20:00:53 +02:00 |
|
Anders Jenbo
|
e7ae8ddd04
|
🚚 Move all enums to there respective headers
|
2021-04-10 16:30:00 +02:00 |
|
Anders Jenbo
|
b46750ace3
|
♻️ Change _qflags to a meaningful bool
|
2021-04-10 07:31:53 +02:00 |
|
Anders Jenbo
|
61244c4d93
|
♻️ Rearange and apply more enums
|
2021-04-10 05:24:01 +02:00 |
|
Anders Jenbo
|
20186e0370
|
🎨 Replace TRUE/FALSE with true/false
fix
Fix
fix
|
2021-04-09 15:13:02 +02:00 |
|
Anders Jenbo
|
93d42b62b8
|
♻️ Change BOOL to bool
|
2021-04-09 15:13:02 +02:00 |
|
Anders Jenbo
|
bfb3c11c2b
|
🎨 Change namespace to devilution
|
2021-04-06 15:21:25 +02:00 |
|
Anders Jenbo
|
630e507f63
|
🚚 Apply namespace
|
2021-04-06 15:21:25 +02:00 |
|
Anders Jenbo
|
2362ff82f7
|
✨ Add black text color
|
2021-03-27 23:04:19 +01:00 |
|
Juliano Leal Goncalves
|
800dbce066
|
♻️ Move options-related structs to new 'options.h' file
|
2021-03-27 03:26:44 +01:00 |
|
Anders Jenbo
|
a69a76941e
|
♻️ Clean up InitCutscene
|
2021-03-24 21:50:19 +01:00 |
|
Anders Jenbo
|
d2a10a717e
|
♻️ Renmae "Enable All Quests for Single Player" to !"Randomize Quests"
|
2021-03-21 22:50:53 +01:00 |
|
Gleb Mazovetskiy
|
70d1d633bd
|
Get rid of SCREEN_X / SCREEN_Y
GlobalOutputBuffer() now returns a clipped subregion
|
2021-03-17 23:37:58 +01:00 |
|
Anders Jenbo
|
8b8caf5a7e
|
🐛 Fix quests not activating on Windows
Compare _uniqtype instead mName
Fixes #1152
|
2021-03-13 09:09:47 +01:00 |
|
Trihedraf
|
049b9325c4
|
Add ini toggle for All Quests for Single Player. Disabled by default.
|
2021-03-12 08:32:01 +01:00 |
|
Anders Jenbo
|
e636376acd
|
[diablo] 🐛 Reset the Black Mushroom dialogs between sessions
Pepin will be to eager to speak about this quest if the previous session
had gotten to stage 2 of the quest (but not compleated it).
|
2021-03-11 01:40:13 +01:00 |
|
Anders Jenbo
|
d6ec6395e0
|
♻️ change QuestTalkData in to an array of _speech_id
This gets rid of casting QuestTalkData to DWORD/int in various parts of
the code.
|
2021-03-11 01:40:13 +01:00 |
|
Gleb Mazovetskiy
|
d55a1c8a7d
|
Pass CelOutputBuffer to game text printing (#1095)
* Pass CelOutputBuffer to game text printing
* DrawHalfTransparentRectTo: minor cleanup
|
2021-03-03 18:20:24 +01:00 |
|
Anders Jenbo
|
70ca20b59f
|
Clean up Hellfire special cases
|
2021-02-25 05:50:24 +01:00 |
|
Anders Jenbo
|
5593ca2982
|
Fix loading order of poison water palette
Fixes #593
|
2021-02-21 18:47:16 +01:00 |
|
qndel
|
ab9911064f
|
unify checks for single and multiplayer
|
2021-02-18 22:32:01 +01:00 |
|
Anders Jenbo
|
757fd4d33d
|
Full document and further clean up minitext.cpp
|
2021-01-24 23:45:53 +01:00 |
|
Anders Jenbo
|
35c2061ba3
|
Fix items morphing in Diablo
|
2021-01-22 22:35:18 +01:00 |
|
Anders Jenbo
|
01590d3757
|
Merge a section of the Hellfire item and quest code
|
2021-01-07 02:29:06 +01:00 |
|
Anders Jenbo
|
e609e170d0
|
Merge a large chunk of Hellfire the code paths
|
2021-01-06 08:07:20 +01:00 |
|
Trihedraf
|
d5b80cb6e7
|
Add --allquests debug switch for Singleplayer (#959)
|
2020-12-31 04:34:03 +01:00 |
|
Anders Jenbo
|
61b2d0de95
|
Merge branch 'master' of github.com:diasurgical/devilution
|
2020-12-16 02:24:39 +01:00 |
|
qndel
|
7f7ae623df
|
Goe (#2163)
* proper random_ comparisons
* proper mienemy comparisons
* add mienemy/micaster enum
* GOE enum
|
2020-12-04 19:16:58 +01:00 |
|
Anders Jenbo
|
38dbcf7641
|
Format source
|
2020-12-02 00:52:38 +01:00 |
|
Anders Jenbo
|
4ae75753c8
|
Merge branch 'master' of github.com:diasurgical/devilution
|
2020-11-09 01:24:02 +01:00 |
|
qndel
|
c94c04d049
|
some cleanup (#2146)
|
2020-11-04 03:33:40 +01:00 |
|
Anders Jenbo
|
330074e840
|
Clean up menu animation code
|
2020-10-31 21:41:06 +01:00 |
|
Anders Jenbo
|
72e2637061
|
Merge branch 'master' of github.com:diasurgical/devilution
|
2020-10-25 17:38:06 +01:00 |
|
Gleb Mazovetskiy
|
ec329e645c
|
Fix all "no-write-strings" warnings
|
2020-10-25 15:37:51 +01:00 |
|