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
Jannis Harder 8a3e4c3e26 Finished side panel info
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@501 72836036-5685-4462-b002-a69064685172
2011-06-20 03:19:02 +02:00
..
GameSettings.java Continued side panel 2011-06-20 02:19:47 +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 Finished side panel info 2011-06-20 03:19:02 +02:00
IRoundState.java Make model fully serializable 2011-06-07 16:59:06 +02:00
IStoneTray.java Correctly show invalid sets 2011-06-19 00:14:27 +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 Make model fully serializable 2011-06-07 16:59:06 +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 Correctly show invalid sets 2011-06-19 00:14:27 +02:00
Table.java Make model fully serializable 2011-06-07 16:59:06 +02:00