Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 68 (100.0%) | 11.3 |
common/ | 4 (66.7%) | 52 (76.5%) | 13.0 |
gtk-v2/src/ | 1 (16.7%) | 13 (19.1%) | 13.0 |
/ | 1 (16.7%) | 3 (4.4%) | 3.0 |
add --script=SCRIPT_NAME command-line option (not tested on Windows)
18 lines of code changed in 3 files:
Client-side scripting: Fix 'request map' command in cases where the square is unknown.
2 lines of code changed in 1 file:
Client-side scripting: Some commands can send a lot of data, and this data was
silently truncated. Now the full data is sent.
3 lines of code changed in 1 file:
Client-side scripting: Add support for commands with tags: drop, take, apply
The script will get tag numbers by requesting the inventory. These could
already be used with:
issue mark <tag>
issue lock <tag>
With this commit, that is expanded to now include
issue drop <tag> [<count>]
issue take <tag> [<count>]
issue apply <tag>
45 lines of code changed in 1 file: