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 |
obligaron
|
55d4b018ae
|
Add "arrow" debug command
|
5 years ago |
obligaron
|
036f387682
|
Add "exit" debug command
|
5 years ago |
obligaron
|
be21eebb08
|
Add "visit" debug command
|
5 years ago |
obligaron
|
b5090ac817
|
Fix debug help command string length check
|
5 years ago |
qndel
|
6fca66ad8a
|
debug commands: dropitem/dropunique
|
5 years ago |
qndel
|
ed6e7a661b
|
debug command: refill
|
5 years ago |
qndel
|
0ca5b4af34
|
stop gold from displaying red
|
5 years ago |
qndel
|
22dcca798e
|
tweak debug spells command (#2642)
|
5 years ago |
obligaron
|
46844c03cb
|
Debug Commands: Ensure that between command and parameters only a space is allowed
|
5 years ago |
Anders Jenbo
|
5ddcd90ff9
|
Make NetSendCmdQuest() take a quest structure as input
|
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
|
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 |
obligaron
|
36f13b34dc
|
Add debug text commands
|
5 years ago |
Anders Jenbo
|
90960f0c14
|
Remove dead code
|
5 years ago |
Anders Jenbo
|
77b72da276
|
♻️Use monster by reference when possible
|
5 years ago |
Anders Jenbo
|
ef6275caac
|
Clean up private function names
|
5 years ago |
Anders Jenbo
|
bc51e1616d
|
🎨 Apply clang-tidy
|
5 years ago |
Anders Jenbo
|
20262e4569
|
🚚 Move local symbols in to anon namespace
|
5 years ago |
Anders Jenbo
|
903d4bd2e1
|
Scope all for loops
This caused 7 of the loops to be rewriteen using range by clang-tidy
|
5 years ago |