8095 Commits (ab8aef47ee76e16c7c60501d73672ea607c692a5)

Author SHA1 Message Date
Krzysztof Pawlik 43cc74c94e Do not translate chat box commands. 2 years ago
Krzysztof Pawlik 48d0b9da18 Fix typo: "unkown" -> "unknown". 2 years ago
Krzysztof Pawlik 6bc478a694 Reuse two strings, add missing translation. 2 years ago
Gleb Mazovetskiy e350d9be06 Remove SNetGet/SetLastError 2 years ago
Gleb Mazovetskiy 876055b272 Migrate effect.cpp data to TSV 2 years ago
Gleb Mazovetskiy cfdade5f37 Simplify txtdata parsing with a helper class 2 years ago
Gleb Mazovetskiy f566359e4f Migrate item data to txtdata/ 2 years ago
obligaron 48b2b7a50c Fix MSVC warnings in utils\* 2 years ago
Krzysztof Pawlik 46eeb43601 Fix: add missing " to the include line. 2 years ago
Gleb Mazovetskiy be34dd0cb7 Add `dev.level.seed()` debug command 2 years ago
obligaron b810c808f5 Msg: Change OnXYZ to get a Player reference instead of a player index 2 years ago
Gleb Mazovetskiy 99fea0d1c5 Migrate unique monsters to data files 2 years ago
Anders Jenbo 4c2ca1effd Remove bad translation key 2 years ago
Gleb Mazovetskiy 2eae121931 Migrate monstdat to a data file 2 years ago
Gleb Mazovetskiy 0d19c1b773 Slightly optimize loading same-sprite monsters 2 years ago
ephphatha a592683f74 Use player references when drawing player markers on the automap 2 years ago
ephphatha 3b458376bb Use a pointer to a player instance instead of network id for cursor hovering 2 years ago
obligaron 45f8647892 Fix MSVC warnings in utils\* 2 years ago
obligaron 95940a4c7e Fix MSVC warnings in engine\render\* 2 years ago
Gleb Mazovetskiy a2b94cc03c Lua: Migrate and organize the rest of debug cmds 2 years ago
Anders Jenbo af295b9f48 Fix warnings with conversion between size_t and int for playerId 2 years ago
Gleb Mazovetskiy 5fc6ce608f Lua: Overhaul events 2 years ago
obligaron 2b15eb8d03 Fix MSVC warnings from headers 2 years ago
Gleb Mazovetskiy b265bbdbb4 Skip console autocomplete when navigating history 2 years ago
Gleb Mazovetskiy e02dc1f9dd Console input: Word-wrap-related cursor fixes 2 years ago
qndel 4fa97dd6de
fix calculating length remaining till hitting limit (#6786) 2 years ago
Gleb Mazovetskiy c4d819a54f Lua: Show signatures of native (non-C) functions 2 years ago
obligaron 631111f405 Fix MSVC warnings in themes.cpp 2 years ago
obligaron 9bf1fd48b0
Fix a few MSVC warnings (#6782) 2 years ago
Gleb Mazovetskiy c5a5dc9f5c Fix a few MSVC warnings 2 years ago
staphen 7df7b35123 Clean up warnings and debugger errors related to the Lua console 2 years ago
Gleb Mazovetskiy 4f23762308 Console: Fix crash when there is too much input 2 years ago
Gleb Mazovetskiy cec1f1f37c Lua: Implement sandbox 2 years ago
Gleb Mazovetskiy 8bffbedcb4 Migrate some debug.cpp commands to Lua 2 years ago
Gleb Mazovetskiy b30b712cbb Lua: Add basic autocomplete in the console 2 years ago
Gleb Mazovetskiy e10f46864e clang-format: single-line functions and if guards 2 years ago
Gleb Mazovetskiy 4a7fa5d13e Lua console: Add a prelude file 2 years ago
Gleb Mazovetskiy 03893ea27a Lua: Add `inspect` package 2 years ago
Gleb Mazovetskiy 3812d63178 Lua: Fix audio module registration 2 years ago
Gleb Mazovetskiy dbfa204944 Lua: Set `warn` function 2 years ago
Anders Jenbo 4fe90f7b74 Add audio functionality to Lua 2 years ago
Anders Jenbo 8f2990d1e7 Expose engine version to Lua 2 years ago
Anders Jenbo bb2e189327 Convert _sfx_id in to class enum 2 years ago
staphen 7b8dad456e Add asserts to Displacement::magnitude() 2 years ago
Gleb Mazovetskiy 5d9d5c6872 Lua: `require` supports loads from assets 2 years ago
Gleb Mazovetskiy 026907e4b9 `Displacement#distance`: Use a naive hypot impl 2 years ago
Gleb Mazovetskiy 17d5f05ada Fix some compilation warnings 2 years ago
Gleb Mazovetskiy cc0d2e2caf lua.cpp: Use backslash directory separator 2 years ago
Gleb Mazovetskiy 165f95e38f Require lua/init.lua to succeed 2 years ago
Gleb Mazovetskiy a9c0f5764c Console: Use a REPL environment to run code 2 years ago