add --script=SCRIPT_NAME command-line option (not tested on Windows)
18 lines of code changed in 3 files:
Resolve assertion error described in bug 878 by scaling pixmaps[0] to the chosen tileset's size.
20 lines of code changed in 3 files:
Allow for the face set to define the tile size, rather than assume 32x32.
This works for 24x24, and presumably can be extended to larger tile sizes as well, e.g. 64x64.
9 lines of code changed in 2 files:
Correct incorrect selection of current face set in config menu.
5 lines of code changed in 2 files:
don't modify const char for connection strting
7 lines of code changed in 1 file:
strip leading and trailing whitespace from connection string
1 lines of code changed in 1 file:
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: