Gleb Mazovetskiy
|
c57644970f
|
Move `UiFlags` and `UiPanels` into their own files
The first breaks circular dependency between `DiabloUI` and `text_render`.
The latter one moves `UiPanels` to a more appropriate place.
|
4 years ago |
Gleb Mazovetskiy
|
7e1fea6f76
|
clang-format all files in {Source,test}/
Also includes a few manual tweaks to comments and newlines for better results.
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
|
4 years ago |
Gleb Mazovetskiy
|
213abdda71
|
debug.cpp Fix `-Wswitch`
|
4 years ago |
Anders Jenbo
|
56170b3372
|
Clean up id normalization
|
4 years ago |
qndel
|
53f89fb9d9
|
debug fps command (#3418)
|
4 years ago |
Andrew James
|
796e2813cf
|
Use scoped enums for DungeonFlags/BFLAG (#3135)
|
4 years ago |
qndel
|
46ed79ad42
|
add megatiles to tiledata (#3211)
|
4 years ago |
qndel
|
7250aeae66
|
tweak automap colors
|
4 years ago |
qndel
|
e567953bc9
|
Sharing automap exploration in multiplayer
|
4 years ago |
qndel
|
5193abebcb
|
add objectindex to tiledata
|
4 years ago |
qndel
|
00307c7dad
|
add more stuff to tiledata
|
4 years ago |
Anders Jenbo
|
c6468522c8
|
Fix buffer overflow when sending game messages as chat
|
5 years ago |
qndel
|
c44ae7b0d4
|
Faster and better debug unique drop
Drop unique debug command tweak
|
5 years ago |
Anders Jenbo
|
4f791948ff
|
Fix missing switch cases
|
5 years ago |
obligaron
|
a99a824647
|
Introduce playerinfo debug command and remove d hotkey
|
5 years ago |
obligaron
|
ccbdf3bf55
|
Introduce questinfo debug command and remove PrintDebugQuest Keybinding
|
5 years ago |
obligaron
|
3368ff5a3b
|
Introduce iteminfo debug command and remove ItemInfo Keybinding
|
5 years ago |
obligaron
|
f9192d2312
|
Remove debug command line argument -^ (Enable debug tools) and added
scrollview debug command
|
5 years ago |
obligaron
|
5d315b46b0
|
Merge coords and cursorcoords in tiledata debug command
|
5 years ago |
obligaron
|
9678d002d3
|
Reduce exported functions in debug.h
|
5 years ago |
Juliano Leal Goncalves
|
379a27b64a
|
♻️ Convert 'ItemType' enum to enum class
🎨 Rename 'ItemType' elements to enum class standards
|
5 years ago |
qndel
|
a0461bd1c0
|
stop displaying 0's in tiledata debug command
|
5 years ago |
qndel
|
d05316c67d
|
tiledata debug command
|
5 years ago |
qndel
|
a3603d824e
|
debug X toggle
|
5 years ago |
Anders Jenbo
|
064a70a9b1
|
Fix double encoding of monster names
|
5 years ago |
Anders Jenbo
|
cd79f0204d
|
🚨 Fix compiler warnings
|
5 years ago |
obligaron
|
f957c3a099
|
Allow to spawn more than 8 monsters
|
5 years ago |
obligaron
|
7d86991534
|
debug spawn command with configurable monster count
|
5 years ago |
qndel
|
d47d2e3030
|
debug monster commands
|
5 years ago |
Juliano Leal Goncalves
|
ce23cd6bce
|
🚚 Rename 'QuestData' global array to 'QuestsData'
This will allow us to disambiguate from the 'QuestDataStruct' after the 'Struct' suffix is removed.
|
5 years ago |
obligaron
|
be4aeca196
|
DebugCmdWarpToLevel: Use correct WM_DIABTOWNWARP instead of the up-to-town WM_DIABTWARPUP
|
5 years ago |
obligaron
|
2e07a59582
|
DebugCmdLoadMap: Fix transition from level to map
|
5 years ago |
obligaron
|
82a5af7332
|
DebugCmdWarpToLevel: Fix transition from map to level
|
5 years ago |
qndel
|
96d784912f
|
fix currlevel in map command
|
5 years ago |
Juliano Leal Goncalves
|
01823e1324
|
♻️ Replace 'cursmx' and 'cursmy' globals with single 'cursPosition'
|
5 years ago |
Anders Jenbo
|
4044fadeb5
|
Clean up some players references
|
5 years ago |
Anders Jenbo
|
eb04c5f554
|
Fix GCC 6.2 builds
|
5 years ago |
Anders Jenbo
|
de01f15398
|
Make debug compatible with GCC 6.2
|
5 years ago |
obligaron
|
369829164d
|
DebugCmdResetLevel: Use stoul for parameter seed parsing
|
5 years ago |
obligaron
|
d954a9751c
|
Log executed debug commands with result
|
5 years ago |
obligaron
|
cc881a1c85
|
Add "seedinfo" debug command
|
5 years ago |
obligaron
|
ec54654bee
|
Debug command restart can now set a specific seed
|
5 years ago |
qndel
|
8436e1f641
|
Merge pull request #2711 from qndel/show_coords
|
5 years ago |
obligaron
|
a40bd8d3b9
|
DebugCmdLoadMap: Show Map Ids
|
5 years ago |
obligaron
|
b83528161f
|
DebugCmdQuest: Show Quest ids
|
5 years ago |
obligaron
|
a27ab517dc
|
Enable multiline DiabloMsg and use it in debug.cpp
|
5 years ago |
BC Ko
|
4df798808e
|
2435 refactor global variable Items part 2 (#2673)
|
5 years ago |
Anders Jenbo
|
7ed3db5f68
|
Add command for revealing the map
|
5 years ago |
Anders Jenbo
|
83cce4bb69
|
Improve quest debug command
Add quest to quest log
take all as the quest id for activating all quests
|
5 years ago |
qndel
|
58367c7e32
|
talkto debug command (#2666)
|
5 years ago |