292 Commits (8ac618dfcfd79e0013406cfa4405d2e98b972628)

Author SHA1 Message Date
obligaron ee42d2ab66 Add missiles to tile data debug command 1 year ago
obligaron 4f9e063197 Change GetDebugGridText text from char to string 1 year ago
Eric Robinson f1d48d7124
Debug: Insivible (#7543) 1 year ago
Gleb Mazovetskiy 8c39edfe7e Add `dev.display.tileData('microTiles')` 1 year ago
Gleb Mazovetskiy e9c29fa806 Switch to ankerl::unordered_dense 2 years ago
staphen ce60a17fd5 Fix OOB when debugging megatile data near the edge of the dungeon 2 years ago
Eric Robinson 0ac30d101d
Refactor TileHasAny() (#7085) 2 years ago
Gleb Mazovetskiy a2b94cc03c Lua: Migrate and organize the rest of debug cmds 2 years ago
Gleb Mazovetskiy 8bffbedcb4 Migrate some debug.cpp commands to Lua 2 years ago
Gleb Mazovetskiy 3ea4996367 Add a basic Quake-style console 2 years ago
Gleb Mazovetskiy de6eac137b Split up lua bindings a bit 2 years ago
tetektoza e81407071f Debug: Add possibility to specify amount of gold in TakeGold cmd 2 years ago
tetektoza b5c3d4f1c6 Debug: Add possibility to specify amount of gold in GiveGold cmd 2 years ago
Gleb Mazovetskiy 493aaf554e Add a lua debug command 2 years ago
Gleb Mazovetskiy 88bbf4f913 Improve DiabloMsg handling 2 years ago
Gleb Mazovetskiy d1d27c8368 Rename error -> diablo_msg 2 years ago
tetektoza 41c5175444 Clip parsed level from debug console to 50 2 years ago
staphen 7855dae582 Indicate network validation success or failure in iteminfo 3 years ago
Eric Robinson bc3a421622
Debug: Revise Text (#6625) 3 years ago
Eric Robinson 058a0d132d
Debug: Improved iteminfo command (#6623) 3 years ago
KPhoenix 6dd8ce26a0 Debug: Convert DiabloMsg to EventPlrMsg 3 years ago
DakkJaniels 3d3cc31ebb add missing continue 3 years ago
DakkJaniels aba9d79a1a
Fix spawn and spawnu (#6594) 3 years ago
Gleb Mazovetskiy 62e9aa0448 `MissilePosition`: Use `WorldTilePosition` 3 years ago
Gleb Mazovetskiy 5355146d51 Use structured bindings 3 years ago
Gleb Mazovetskiy ebe8c6e576 Add `tl::expected` and use it in `ParseInt` 3 years ago
Gleb Mazovetskiy 8c1a847f41 Remove utils/stdcompat/string_view.hpp 3 years ago
Gleb Mazovetskiy e9b5ec77f9 Remove AppendStrView 3 years ago
Gleb Mazovetskiy 62d067b653 Remove utils/stdcompat/abs.hpp 3 years ago
Gleb Mazovetskiy 53db86ee9a Use `std::from_chars` instead of `std::stoi` 3 years ago
Gleb Mazovetskiy 8101e2c0ba Add `c_any_of` and friends 3 years ago
Gleb Mazovetskiy 1167b92692 Remove uses of `std::tolower` 3 years ago
staphen 1cb367ab91 Move seedinfo to text commands 3 years ago
staphen 48caf5004f [Debug] Add more data to seedinfo 3 years ago
qndel c362808165
debug path command (#6101) 3 years ago
Gleb Mazovetskiy 4fa3732526 Add missing <cstdint> includes 3 years ago
obligaron bf86114ec3 Sync learned/changed spells 3 years ago
obligaron 7985a9211d Change Player::_pSplLvl to uint8_t 3 years ago
Anders Jenbo 3af438db93 Debug: Improve rendering of light gird 3 years ago
Anders Jenbo 6c893e4977 Remove unused code 3 years ago
obligaron 40bb3aeb45 Replace earflag with DeathReason 3 years ago
obligaron 590c990c80 Introduce Item::getName 3 years ago
obligaron 4cdd7ff2d9 Replace ReturnLevel/LevelTyp/LvlPosition 3 years ago
obligaron 0d2e43daa8 Add search monster/item/object debug commands 3 years ago
Gleb Mazovetskiy 1a1a282d9a Use C FILE instead of C++ streams throughout 3 years ago
KPhoenix 5794aefded Refactor debug commands 3 years ago
KPhoenix d813f13700 `enum spell_id` -> `enum class SpellID` 3 years ago
Gleb Mazovetskiy 1788d2f8ec Remove miniwin 3 years ago
obligaron 0c3b434d76 Make debug command restart compatible with multiplayer 3 years ago
KPhoenix c16b4932b1
Debug: Add maxstats and minstats command (#5539) 3 years ago