Added support to play against a winboard engine
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1918 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
		
							parent
							
								
									0eb804c777
								
							
						
					
					
						commit
						4c6c780c57
					
				@ -68,7 +68,7 @@
 | 
			
		||||
        <PackageName Value="LCL"/>
 | 
			
		||||
      </Item2>
 | 
			
		||||
    </RequiredPackages>
 | 
			
		||||
    <Units Count="17">
 | 
			
		||||
    <Units Count="19">
 | 
			
		||||
      <Unit0>
 | 
			
		||||
        <Filename Value="fpchess.lpr"/>
 | 
			
		||||
        <IsPartOfProject Value="True"/>
 | 
			
		||||
@ -156,6 +156,16 @@
 | 
			
		||||
        <IsPartOfProject Value="True"/>
 | 
			
		||||
        <UnitName Value="ltelnetex"/>
 | 
			
		||||
      </Unit16>
 | 
			
		||||
      <Unit17>
 | 
			
		||||
        <Filename Value="mod_winboard.pas"/>
 | 
			
		||||
        <IsPartOfProject Value="True"/>
 | 
			
		||||
        <UnitName Value="mod_winboard"/>
 | 
			
		||||
      </Unit17>
 | 
			
		||||
      <Unit18>
 | 
			
		||||
        <Filename Value="winboardconn.pas"/>
 | 
			
		||||
        <IsPartOfProject Value="True"/>
 | 
			
		||||
        <UnitName Value="winboardConn"/>
 | 
			
		||||
      </Unit18>
 | 
			
		||||
    </Units>
 | 
			
		||||
  </ProjectOptions>
 | 
			
		||||
  <CompilerOptions>
 | 
			
		||||
 | 
			
		||||
@ -9,7 +9,7 @@ uses
 | 
			
		||||
  Interfaces, // this includes the LCL widgetset
 | 
			
		||||
  Forms, lnetbase, mainform, chessdrawer, chessgame, chessconfig,
 | 
			
		||||
  chesstcputils, chessmodules, mod_samecomputer, mod_fics, mod_kcchess, 
 | 
			
		||||
selectPromotionPiece, ltelnetex
 | 
			
		||||
selectPromotionPiece, ltelnetex, winboardConn, mod_winboard
 | 
			
		||||
  {$ifdef FPCHESS_WEBSERVICES}
 | 
			
		||||
  ,IDelphiChess_Intf
 | 
			
		||||
  {$endif};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user