vlad
|
a07ea153ae
|
load animation into correct `Dead` slot - fixes crash on killing petrified monsters -
fixes https://github.com/diasurgical/devilutionX/issues/2633
|
5 years ago |
Anders Jenbo
|
766774bc53
|
Use loops to spawn needed golems
|
5 years ago |
qndel
|
a97d64af1b
|
Update Source/debug.cpp
|
5 years ago |
Anders Jenbo
|
783e946fd3
|
Make enabeling quests a command
|
5 years ago |
Anders Jenbo
|
47b5527430
|
Move ToggleLighting() to a command
|
5 years ago |
Anders Jenbo
|
5be9b1529e
|
Do not use mana in god mode
|
5 years ago |
Anders Jenbo
|
408c6e43b6
|
Don't echo quick commands
|
5 years ago |
Anders Jenbo
|
d07b2204d3
|
Remove -j argument
Use the changelevel command instead
|
5 years ago |
Anders Jenbo
|
6c7cc31f38
|
Move debug only logs to versbose logs
|
5 years ago |
Anders Jenbo
|
4a1e4c599b
|
Port debug vision to a command
|
5 years ago |
Anders Jenbo
|
f931778b90
|
Remove debug_mode_key_w
Replaced by debug commands
|
5 years ago |
Anders Jenbo
|
6bc8475e8c
|
Clean up debug commands for loading levels
|
5 years ago |
Anders Jenbo
|
3f1038abdf
|
Fix changing map frin a setmap
|
5 years ago |
Anders Jenbo
|
4c6a5bab56
|
Clean up god mode
|
5 years ago |
Vladimir Olteanu
|
bfcc57783c
|
Remove Surface::{Alloc,Free}, introduce OwnedSurface
|
5 years ago |
Vladimir Olteanu
|
01b55c7bf3
|
Introduce TTFWrap::RenderText_Solid
|
5 years ago |
Vladimir Olteanu
|
2d4a205fef
|
Introduce SDL::CreateRGBSurfaceWithFormat
|
5 years ago |
Vladimir Olteanu
|
5d54f8d322
|
Introduce SDLWrap::CreateRGBSurface
|
5 years ago |
Vladimir Olteanu
|
7f766f0a67
|
Simplify CharacterIsDelimiter
|
5 years ago |
Vladimir Olteanu
|
ebee3a23c5
|
RenderUTF8_Solid_Wrapped: remove manual memory management
|
5 years ago |
Vladimir Olteanu
|
252c5316d8
|
Have RenderUTF8_Solid_Wrapped return SDLSurfaceUniquePtr
|
5 years ago |
BC Ko
|
14b7e3bdc1
|
2435 refactor missiles part 2 (#2635)
|
5 years ago |
obligaron
|
36f13b34dc
|
Add debug text commands
|
5 years ago |
obligaron
|
6be94ceb3f
|
Move DiabloHotkeyMsg to control.cpp and use IsChatAvailable
|
5 years ago |
obligaron
|
13ab3e0ba9
|
Handle chat visible logic seperated from multiplayer (own function)
|
5 years ago |
BC Ko
|
40c804c0ba
|
Replace QuestStatus() with IsAvailable() in QuestStruct
|
5 years ago |
Vladimir Olteanu
|
286eb7144a
|
Get rid of InitHash
|
5 years ago |
BC Ko
|
e5434e03b3
|
2602 Use range-based for-loop for Quests (#2612)
|
5 years ago |
qndel
|
6ce32f8d6a
|
fix incorrect golem removal
|
5 years ago |
BC Ko
|
b9927c7ceb
|
refactor CheckTown() and CheckRportal()
|
5 years ago |
BC Ko
|
aa109b14b4
|
refactor UpdateMissileVelocity
refactor MI_ResurrectBeam
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
|
5 years ago |
obligaron
|
26e61b363b
|
demo: Centralize options override
|
5 years ago |
obligaron
|
77f9bded9e
|
Introduce demo namespace
|
5 years ago |
qndel
|
ad6f9cb8e5
|
fix menu click offset
|
5 years ago |
qndel
|
3dbc120320
|
optimized packing/unpacking inventory items (#2610)
|
5 years ago |
qndel
|
30de22f026
|
fix displayed save number
|
5 years ago |
Vladimir Olteanu
|
f1490b7826
|
Fix mem leak in storm.cpp
|
5 years ago |
Vladimir Olteanu
|
ef5af325d6
|
Make CaptureFile return ofstream
|
5 years ago |
Vladimir Olteanu
|
5e5737370f
|
dvlnet: pass smartptrs to lambdas that free buffers
|
5 years ago |
Vladimir Olteanu
|
8fcd21e0b5
|
music.cpp: make musicBuffer a unique_ptr
|
5 years ago |
Vladimir Olteanu
|
61fac447cf
|
Fix mem leak in game_controller.cpp
|
5 years ago |
Vladimir Olteanu
|
1709a97387
|
Fix mem leak in joystick.cpp
|
5 years ago |
Anders Jenbo
|
dc059dadb8
|
Restrict access to Hive and Crypt in multiplayer
|
5 years ago |
Anders Jenbo
|
9b2cbbdb38
|
Clean up checks for open warp gates
|
5 years ago |
Anders Jenbo
|
17f1991b45
|
Clean up towners.cpp
|
5 years ago |
Anders Jenbo
|
6ba7895956
|
Fix farmer not leaving town after finishing his quest
|
5 years ago |
Anders Jenbo
|
fcbf2802cb
|
Fix Celia's dialog when reciving Theodor
|
5 years ago |
Anders Jenbo
|
3878c06bd0
|
Fix Complete Nut's dialog when reciving the gray suit
|
5 years ago |
Anders Jenbo
|
a8a16d6083
|
Make Celia go home after stating so
When reciving Theodor Celia stats that she will be going home.
This makes her not spawn after the quest is done, same as the farmer.
|
5 years ago |
Anders Jenbo
|
a3527b5f54
|
Update towner graphics when compleating quests
Previously Celia and the Complete Nut would not update there graphics
before your next visit to down, despite reciving there descried item.
|
5 years ago |