/client/trunk Developers: crowbert

Login name:
crowbert
Total Commits:
6 (0.1%)
Lines of Code:
68 (0.0%)
Most Recent Commit:
2020-09-14 18:03

Activity by Clock Time

Activity by Hour of Day for crowbert

Activity by Day of Week for crowbert

Activity in Directories

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

Activity of crowbert

Most Recent Commits

crowbert 2020-09-14 18:03 Rev.: 21435

add --script=SCRIPT_NAME command-line option (not tested on Windows)

18 lines of code changed in 3 files:

  • ChangeLog (+3)
  • common: script.c (+2 -2)
  • gtk-v2/src: main.c (+13)
crowbert 2020-09-01 22:52 Rev.: 21330

Client-side scripting: Fix 'request map' command in cases where the square is unknown.

2 lines of code changed in 1 file:

  • common: script.c (+2 -1)
crowbert 2020-09-01 22:47 Rev.: 21329

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:

  • common: script.c (+3 -3)
crowbert 2020-09-01 22:34 Rev.: 21328

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:

  • common: script.c (+45 -1)
Generated by StatSVN 0.7.0