Note to self:
Keep a list of commits for Joel.
Unfortunately no; I didn’t think of that. Is there a way to ask Subscript for all commits by me? I can confirm that I was inactive from about mid-January until last week, due to being overly busy on a new contract.
Thus spake pgeerkens:
Note to self:
Keep a list of commits for Joel.
This is only necessary while we’re still using Subversion, btw.
Once we switch over to Git, the thing to do would be to put all
work for one thing on its own branch, and just have me merge the
branch (or, tell me which commits to cherry-pick).
Unfortunately no; I didn’t think of that. Is there a way to ask
Subscript for all commits by me? I can confirm that I was inactive from
about mid-January until last week, due to being overly busy on a new
contract.
Did you make all of these commits on one branch? If so, I an find them
that way.
–
J.
EverythinG is on VASSAL-src/branches/pgeerkens. There are a couple of small independent changes not related to HexGridNumbering (such as the extension to SendToLocation), but those will be obvious from context (if not, just ask and I will assist)
Thus spake pgeerkens:
EverythinG is on VASSAL-src/branches/pgeerkens. There are a couple of
small independent changes not related to HexGridNumbering (such as the
extension to SendToLocation), but those will be obvious from context (if
not, just ask and I will assist)
Thanks. I’ll start in on them soon.
–
J.
I was looking through my sub-tree, and identifed two small enhancements unrelated to HexGridNumbering:
#7624: Implemented an AutoExec GlobalKeyCommand in AutoExecGKC and GameModule
#7625: Implemented SendToNamedLocation (instead of just grid coordinates) in SendToLocation.
The baseline should be v3_1_15 in both cases.