I have a number of chess puzzles in a pgn game list. Each game has a
starting FEN and the initial half-move (by the opponent), along with the
following moves in algebraic notation. I would like to be able to open each
puzzle with the board properly oriented for the 'second-half-move' response
by the challengee, i.e. inverted if the pgn shows White moves first and
non-inverted if the file shows Black moves first. Can someone tell me how I
might modify my pgn file entries to accomplish this in SCID vs. PC?

Jerry Isaacs <je...@sbranch.org>

On Tue, Jul 4, 2017 at 7:10 AM, <
scidvspc-users-requ...@lists.sourceforge.net> wrote:

> Send Scidvspc-users mailing list submissions to
>         scidvspc-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/scidvspc-users
> or, via email, send a message with subject or body 'help' to
>         scidvspc-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>         scidvspc-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Scidvspc-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Scidvspc-users Digest, Vol 60, Issue 1 (Steve A)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 4 Jul 2017 16:51:19 +1000
> From: Steve A <stevena...@gmail.com>
> To: Okechukwu Iwu <afo...@charter.net>
> Cc: scidvspc-users <scidvspc-users@lists.sourceforge.net>
> Subject: Re: [Scidvspc-users] Scidvspc-users Digest, Vol 60, Issue 1
> Message-ID:
>         <CAKDNZpFR3p6tSaHKDVdisX2VQScTen4zsyLJkkX7D_FgzpiZXw@mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Ok, i've fixed that. Funny bug... maybe tcl 'clock' behaviour has changed.
> S.A
>
> --- tcl/utils/date.tcl  (revision 2717)
> +++ tcl/utils/date.tcl  (working copy)
> @@ -188,12 +188,18 @@
>  }
>
>  proc ::utils::date::_layout {time} {
> +  set m [clock format $time -format "%m"]
>    set month [string trimleft [clock format $time -format "%m"] 0]
>    set year  [clock format $time -format "%Y"]
>
> -  foreach lastday {31 30 29 28} {
> -    if {[catch {clock scan "$year-$month-$lastday"}] == 0} { break }
> +  foreach lastday {29 30 31 32} {
> +    # 'clock' does not have a validation command (?), so make our own
> +    if {"$year-$m-$lastday" != [clock format [clock scan
> $year-$m-$lastday] -format {%Y-%m-%d}]} {
> +      break
> +    }
>    }
> +  incr lastday -1
> +
>
> On Mon, Jul 3, 2017 at 6:21 AM, Okechukwu Iwu <afo...@charter.net> wrote:
>
> > I just noticed that when saving a game, the calendar pop-up for June
> shows
> > 31 days! Using version 4.17
> > On Jul 1, 2017 8:08 AM, scidvspc-users-requ...@lists.sourceforge.net
> > wrote:
> > >
> > > Send Scidvspc-users mailing list submissions to
> > > scidvspc-users@lists.sourceforge.net
> > >
> > > To subscribe or unsubscribe via the World Wide Web, visit
> > > https://lists.sourceforge.net/lists/listinfo/scidvspc-users
> > > or, via email, send a message with subject or body 'help' to
> > > scidvspc-users-requ...@lists.sourceforge.net
> > >
> > > You can reach the person managing the list at
> > > scidvspc-users-ow...@lists.sourceforge.net
> > >
> > > When replying, please edit your Subject line so it is more specific
> > > than "Re: Contents of Scidvspc-users digest..."
> > >
> > >
> > > Today's Topics:
> > >
> > >    1. New Best Games widget / 4.18 shortly (Steve A)
> > >
> > >
> > > ----------------------------------------------------------------------
> > >
> > > Message: 1
> > > Date: Sat, 1 Jul 2017 20:31:36 +1000
> > > From: Steve A <stevena...@gmail.com>
> > > To: scidvspc-users <scidvspc-users@lists.sourceforge.net>
> > > Subject: [Scidvspc-users] New Best Games widget / 4.18 shortly
> > > Message-ID:
> > > <cakdnzpe2vbr-098g+imzzpklcmkhm_ak4q8w3oxvn7-zxu7...@mail.gmail.com>
> > > Content-Type: text/plain; charset="utf-8"
> > >
> > > Hi,
> > > I committed some code this weekend (a new Best Games window, aka the
> > > gamelist)
> > > and will probably make a release next weekend.
> > > So if anyone has any translation updates or bug reports - please let me
> > > know.
> > >
> > > Cheers, Steve
> > > -------------- next part --------------
> > > An HTML attachment was scrubbed...
> > >
> > > ------------------------------
> > >
> > > ------------------------------------------------------------
> > ------------------
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > >
> > > ------------------------------
> > >
> > > Subject: Digest Footer
> > >
> > > _______________________________________________
> > > Scidvspc-users mailing list
> > > Scidvspc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/scidvspc-users
> > >
> > >
> > > ------------------------------
> > >
> > > End of Scidvspc-users Digest, Vol 60, Issue 1
> > > *********************************************
> > ------------------------------------------------------------
> > ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > Scidvspc-users mailing list
> > Scidvspc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/scidvspc-users
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Scidvspc-users mailing list
> Scidvspc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scidvspc-users
>
>
> ------------------------------
>
> End of Scidvspc-users Digest, Vol 60, Issue 3
> *********************************************
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Scidvspc-users mailing list
Scidvspc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scidvspc-users

Reply via email to