This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
JRummikub/src/jrummikub/model
Matthias Schiffer 843b37aa80 Fix some bugs concerning the display of invalid sets
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@511 72836036-5685-4462-b002-a69064685172
2011-06-20 15:11:51 +02:00
..
GameSettings.java Kommentare, Kommentare 2011-06-20 04:39:54 +02:00
GameState.java Make model fully serializable 2011-06-07 16:59:06 +02:00
Hand.java Removed AIUtil 2011-06-17 22:12:43 +02:00
IHand.java AIUtil now needs game settings, both hand and player do not anymore 2011-05-31 03:45:32 +02:00
IPlayer.java Kommentare, Kommentare 2011-06-20 04:39:54 +02:00
IRoundState.java Added NetworkGameControl 2011-06-20 03:59:04 +02:00
IStoneTray.java Kommentare, Kommentare 2011-06-20 04:39:54 +02:00
ITable.java Remove return value of Table.pickUpStone() 2011-05-10 16:53:44 +02:00
Player.java Finished side panel info 2011-06-20 03:19:02 +02:00
PlayerSettings.java Display open games correctly 2011-06-14 02:43:55 +02:00
Position.java Make model fully serializable 2011-06-07 16:59:06 +02:00
RoundState.java Added NetworkGameControl 2011-06-20 03:59:04 +02:00
Score.java Make model fully serializable 2011-06-07 16:59:06 +02:00
Sizeable.java More javadocs for the model 2011-05-02 04:46:00 +02:00
Stone.java Implemented getResult and abort in TurnLogic 2011-06-17 17:41:55 +02:00
StoneColor.java Allow setting stone colors to use 2011-05-31 03:02:31 +02:00
StoneHeap.java Implement pause function 2011-06-08 21:58:16 +02:00
StoneSet.java Viele viele Kommentare, einige zu lange oder zu komplexe Methoden gefixt 2011-06-13 16:29:09 +02:00
StoneTray.java Fix some bugs concerning the display of invalid sets 2011-06-20 15:11:51 +02:00
Table.java Make model fully serializable 2011-06-07 16:59:06 +02:00