Re: [Scid-users] Questions

2019-12-24 Thread Mike Curtis
Try sc_import instead.


On 12/24/19, Shawn K. Quinn  wrote:
> On 12/23/19 07:09, Maurice McCarthy wrote:
>> Thus the old program pgnscid is now redundant.
>
> No, it's still useful for converting PGN files from the command line.
> You can't automate mouse clicks.
>
> --
> Shawn K. Quinn 
> http://www.rantroulette.com
> http://www.skqrecordquest.com
>
>
> ___
> Scid-users mailing list
> Scid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scid-users
>


___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


Re: [Scid-users] Double Moves in Linux Version

2016-01-25 Thread Mike Curtis
This appears to be "Bug 78" which was fixed on 5/30/2015:

http://sourceforge.net/p/scid/bugs/78/

On Sat, Jan 23, 2016 at 8:29 AM, James K. Williams <
james.k.willi...@comcast.net> wrote:

> I have Scid version 4.6.0 on my Linux laptop. When I enter moves, say, by
> moving the e-pawn from e2 to e4, the pawn moves as it should but when I
> release the mouse, the pawn immediately jumps back to e2 on its own and
> repeats the move to e4. It's annoying and almost makes me dizzy after
> entering many moves like this. How can I stop that so it moves only once?
>
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


Re: [Scid-users] Chess Fonts

2013-05-13 Thread Mike Curtis
On Thu, May 9, 2013 at 2:53 AM, Fulvio f...@libero.it wrote:

 Hi Mike,
 i would like to:
 1) add a img/boards/ReadMe.txt and a img/pieces/ReadMe.txt (both with
 CRLF) that explains to users how to create their own board textures and
 piece images: file format and size, naming conventions, etc... (i really
 hope that someone will draw a nice anime piece set :-)
 2) add the 75 size to the all the sets (missing in Alpha, Bauhaus, Eboard,
 Fantasy2, Leipzig) and to the ::BoardSizes array
 3) there are still some button images (bookmark, autoplay, engine, finish,
 comment, ReviewGame*, ::rep::_*) that need to be renamed to tb_* and moved
 to the img/buttons dir

 Could i ask you to do this?
 Bye,
 Fulvio


Thanks, but I'm still debugging the previous versions.
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


[Scid-users] Delay refresh while speeding through game

2013-04-11 Thread Mike Curtis
Here is another approach for making the interface more responsive.


0001-Delay-refresh-while-speeding-through-game.patch
Description: Binary data
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


[Scid-users] DevNull speedup options for TextBuffer class and sc_game pgn -format

2013-04-09 Thread Mike Curtis
55.f8=Q Nc7+ 156.Kf7 Bxf8 157.Bxf8 Kc6 158.Nf4 Kd7 159.g5 Nb5 160.g6 Nd4
161.g7 Nf5 162.g8=Q Nh6+ 163.Bxh6 1-0

puts [time { sc_game pgn -format color } 1]
280.0621 microseconds per iteration

puts [time { sc_game pgn -format DevNull } 1]
43.8223 microseconds per iteration


0001-DevNull-speedup-options-for-TextBuffer-class-and-sc_.patch
Description: Binary data


long_game.pgn
Description: application/chess-pgn


test
Description: Binary data
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


Re: [Scid-users] X11 library: not found

2013-03-24 Thread Mike Curtis
On Sat, Mar 23, 2013 at 12:35 PM, Ben St-Pierre benbon...@gmail.com wrote:

 
 http://sourceforge.net/tracker/?func=detailaid=3538838group_id=26963atid=389081

 I just tried to answer this, but it seems I can't.

 Sent minimooch an email instead, linking to this conversation.


My configure requires the path /usr/lib/i386-linux-gnu, which I've been
adding manually.

I've created a patch to expedite the process.

Attribution goes to Oliver Korff who maintains the Debian package.

 * The configure script needed to locate the architecture dependent
libX11.so libs. Therefor the appropriate paths had to be
appended. (Closes: #633146)

 -- Oliver Korff o...@xynyx.de  Sat, 09 Jul 2011 20:16:42 +0200

  * After locating the libX11.so on all additional ports, the
FTBFS bug should now be closed. Only the location of libX11.so
for s390x could not be discovered. I made a wild guess...
My apologies to Nobuhiro Iwamatsu, he had to reopen this issue.

  -- Oliver Korff o...@xynyx.de Tue, 02 Aug 2011 13:21:22 +0200


0001-Fix-the-X11-paths-in-configure.patch
Description: Binary data
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


Re: [Scid-users] X11 library: not found

2013-03-23 Thread Mike Curtis
On Wed, Mar 13, 2013 at 10:55 AM, Jai Dayal dayals...@gmail.com wrote:

 Hi,
   I can never compile scid.  I am on Ubuntu 12.10.
   I installed the tcl8.5-dev and tk8.5-dev; I have X11-dev installed as
 well.  however when I configure scid I get

 Renaming Makefile to Makefile.bak
 Tcl/Tk version: 8.5
 Your operating system is: Linux 3.5.0-25-generic
 Location of tcl.h: /usr/include/tcl8.5
 Location of tk.h: /usr/include/tcl8.5
 Location of Tcl 8.5 library: /usr/lib
 Location of Tk 8.5 library: /usr/lib
 Location of X11 library: not found
 Checking if your system already has zlib installed: yes.
 Using Makefile.conf.

 Why?


Ubuntu has added several lines to SCID's configure script:

 set x11Path {
 /usr/lib
 /usr/X11/lib
 /usr/X11R6/lib
 /usr/local/X11/lib
 /usr/local/X11R6/lib
 /usr/X/lib
 /usr/local/X/lib
 /usr/openwin/lib
 /usr/lib/x86_64-linux-gnu
+/usr/lib/arm-linux-gnueabi
+/usr/lib/arm-linux-gnueabihf
+/usr/lib/i386-gnu
+/usr/lib/x86_64-kfreebsd-gnu
+/usr/lib/i386-kfreebsd-gnu
+/usr/lib/mips-linux-gnu
+/usr/lib/mipsel-linux-gnu
+/usr/lib/powerpc-linux-gnu
+/usr/lib/s390-linux-gnu
+/usr/lib/sparc-linux-gnu
+/usr/lib/i386-linux-gnu
+/usr/lib/ia64-linux-gnu
+/usr/lib/alpha-linux-gnu
+/usr/lib/powerpc-linux-gnuspe
+/usr/lib/sh4-linux-gnu
+/usr/lib/s390x-linux-gnu
+/usr/lib/sparc64-linux-gnu
 }

This patch probably solves the Support Request:
Error with Config while installing in Mint Cinnamon - ID: 3538838
http://sourceforge.net/tracker/?func=detailaid=3538838group_id=26963atid=389081

*Mike
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


Re: [Scid-users] Build binary and put it in Ubuntu repos - ID: 2406515

2013-03-23 Thread Mike Curtis

 Submitted:
 Bernhard ( b_koenig ) - 2008-12-08 05:43:08 PST

 Details:

 Could you put a new binary for Ubuntu into the Ubuntu repos
 (or any other debian apt repo for that matter)?
 The Ubuntu community is really missing the new scid updates because
 scid is currently stuck at 3.6.1 (from 2004) in their repos.



The MOTU Developers have maintained current SCID releases from Ubuntu 10.04
to present.

Scid 4.2 http://packages.ubuntu.com/lucid/games/scid
Scid 4.3 http://packages.ubuntu.com/oneiric/games/scid
Scid 4.3 http://packages.ubuntu.com/precise/games/scid
Scid 4.3 http://packages.ubuntu.com/quantal/games/scid

Thanks to the Master of the Universe, I think we can close out the Feature
Request:
Build binary and put it in Ubuntu repos - ID: 2406515
http://sourceforge.net/tracker/?func=detailaid=2406515group_id=26963atid=389083
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


[Scid-users] Show arrows for the last move when playing - ID: 2021192

2013-03-23 Thread Mike Curtis

 Submitted:
 Nobody/Anonymous ( nobody ) - 2008-07-17 22:36:49 PDT

 Details:
 Show arrows for the last move when playing especially for the online play.


Here is some code which satisfies the Feature Request:
Show arrows for the last move when playing - ID: 2021192
http://sourceforge.net/tracker/?func=detailaid=2021192group_id=26963atid=389083

tcl/board.tcl
 proc  ::board::lastMoveHighlight {w} {
   $w.bd delete highlightLastMove
   if { ! $::highlightLastMove } {return}
   set moveuci [ sc_game info previousMoveUCI ]
   if {[string length $moveuci] = 4} {
 set moveuci [ string range $moveuci 0 3 ]
 set square1 [ ::board::sq [string range $moveuci 0 1 ] ]
 set square2 [ ::board::sq [string range $moveuci 2 3 ] ]
 ::board::mark::DrawRectangle $w.bd $square1 $::highlightLastMoveColor
$::highlightLastMovePattern
 ::board::mark::DrawRectangle $w.bd $square2 $::highlightLastMoveColor
$::highlightLastMovePattern
+if { ! $::arrowLastMove } {return}
+::board::mark::DrawArrow $w.bd $square1 $square2
$::highlightLastMoveColor
   }
 }


start.tcl
 # Hightlight the last move played
+set arrowLastMove 0
 set highlightLastMove 1


tcl/menus.tcl
+$m.entry.highlightlastmove add checkbutton -label
OptionsMovesHighlightLastMoveArrow -variable ::arrowLastMove -command
updateBoard
 set helpMessage($m.entry,9) OptionsMovesHighlightLast


tcl/menus.tcl
 foreach i {boardSize boardStyle language ::pgn::showColor \
   ::pgn::indentVars ::pgn::indentComments \
   ::pgn::shortHeader ::pgn::boldMainLine ::pgn::stripMarks \
   ::pgn::symbolicNags ::pgn::moveNumberSpaces ::pgn::columnFormat
myPlayerNames \
   tree(order) tree(autoSave) optionsAutoSave
::tree::mask::recentMask \
   ecoFile suggestMoves showVarPopup showVarArrows glistSize
glexport \
   blunderThreshold autoplayDelay animateDelay boardCoords boardSTM
\
   moveEntry(AutoExpand) moveEntry(Coord) \
-  translatePieces highlightLastMove highlightLastMoveWidth
highlightLastMoveColor \
+  translatePieces arrowLastMove highlightLastMove
highlightLastMoveWidth highlightLastMoveColor \


tcl/menus.tcl
-  foreach tag { Color Width Display } {
+  foreach tag { Color Width Display Arrow } {
 configMenuText .menu.options.entry.highlightlastmove [tr
OptionsMovesHighlightLastMove$tag $oldLang]
OptionsMovesHighlightLastMove$tag $lang
   }


tcl/lang/catalan.tcl
+menuText K OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/czech.tcl
+menuText C OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/deutsch.tcl
+menuText D OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/english.tcl
+menuText E OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/francais.tcl
+menuText F OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/greek.tcl
+menuText G OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/hungary.tcl
+menuText H OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/italian.tcl
+menuText I OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/nederlan.tcl
+menuText N OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/norsk.tcl
+menuText O OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/polish.tcl
+menuText P OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/portbr.tcl
+menuText B OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/russian.tcl
+menuText R OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/serbian.tcl
+menuText Y OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/spanish.tcl
+menuText S OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/suomi.tcl
+menuText U OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


tcl/lang/swedish.tcl
+menuText W OptionsMovesHighlightLastMoveArrow include Arrow 0 {Include
Arrow with Highlight}


*Mike
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users