before big code modification (moving player color in Board)

This commit is contained in:
2006-01-28 13:23:01 +00:00
parent 213b1e3bf0
commit 313cf91ef5
32 changed files with 487 additions and 278 deletions

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
F-Index
D-Index
</TITLE>
@ -13,7 +13,7 @@ F-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="F-Index";
parent.document.title="D-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,13 +73,26 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="../suicideChess/Move.html#fromSquare()"><B>fromSquare()</B></A> -
<DT><A HREF="../suicideChess/Board.html#display()"><B>display()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function can be used to display the board
Black pieces are displayed in uppercase letters.
<DT><A HREF="../suicideChess/Move.html#display()"><B>display()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the <A HREF="../suicideChess/Square.html" title="class in suicideChess"><CODE>Square</CODE></A> to move from in a Move
<DD>Displays a move in great details.
<DT><A HREF="../suicideChess/Board.html#doMove(suicideChess.Move)"><B>doMove(Move)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This methods takes a <A HREF="../suicideChess/Move.html" title="class in suicideChess"><CODE>Move</CODE></A> and applies it (updating the bitboard)
<DT><A HREF="../suicideChess/ComputerPlayer.html#doMove(suicideChess.Board)"><B>doMove(Board)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/ComputerPlayer.html" title="class in suicideChess">ComputerPlayer</A>
<DD>This asks the computer to compute a move
<DT><A HREF="../suicideChess/XBoardProtocol.html#doMove(suicideChess.Move)"><B>doMove(Move)</B></A> -
Static method in class suicideChess.<A HREF="../suicideChess/XBoardProtocol.html" title="class in suicideChess">XBoardProtocol</A>
<DD>Sends a move message to XBoard
</DL>
<HR>
@ -133,7 +146,7 @@ Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>