Updated Textbox.lua and DebugConsole.lua to handle ctrl-BACKSPACE (delete to...
Updated Textbox.lua and DebugConsole.lua to handle ctrl-BACKSPACE (delete to beginning of line) and ctrl-DELETE (delete to end of line) keybindings. Updated the RandomActor and RandomObject dialogs. The RandomActor.lua: autofocuses on the random actor placement button when opened. Placed actors are full clones for the currently generated actor, with special handling for escorts.
Showing
- game/engines/default/engine/DebugConsole.lua 9 additions, 3 deletionsgame/engines/default/engine/DebugConsole.lua
- game/engines/default/engine/ui/Textbox.lua 14 additions, 8 deletionsgame/engines/default/engine/ui/Textbox.lua
- game/modules/tome/dialogs/debug/RandomActor.lua 11 additions, 29 deletionsgame/modules/tome/dialogs/debug/RandomActor.lua
- game/modules/tome/dialogs/debug/RandomObject.lua 1 addition, 23 deletionsgame/modules/tome/dialogs/debug/RandomObject.lua
- game/modules/tome/dialogs/debug/SummonCreature.lua 1 addition, 1 deletiongame/modules/tome/dialogs/debug/SummonCreature.lua
Please register or sign in to comment