index
:
JRummikub
master
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jrummikub
/
model
/
RoundState.java
Age
Commit message (
Expand
)
Author
2011-06-22
Show in start turn panel if a player has redealed or drawn the last stone
Matthias Schiffer
2011-06-21
Added Javadoc comments to private methods in the model
Bennet Gerlach
2011-06-20
Added NetworkGameControl
Matthias Schiffer
2011-06-07
Make model fully serializable
Matthias Schiffer
2011-05-31
AIUtil now needs game settings, both hand and player do not anymore
Bennet Gerlach
2011-05-31
Tests für Sets mit mehr Farben, mehr Values, ...
Ida Massow
2011-05-29
Deal the correct number of jokers aka funny joker action
Jannis Harder
2011-05-25
Added test and implementation for an inspection turn before the first
Jannis Harder
2011-05-25
Tested and implemented scoring
Jannis Harder
2011-05-24
Calculate points on hand
Jannis Harder
2011-05-24
Select a random player for the first round
Jannis Harder
2011-05-24
Implemented special case round end (heap empty)
Jannis Harder
2011-05-24
Cleaned up RoundControl tests
Jannis Harder
2011-05-21
Rauskommen fertig und getestet
Ida Massow
2011-05-18
RoundControl: Create players from player settings list from game settings
Matthias Schiffer
2011-05-18
Move some static player data to a player settings class
Matthias Schiffer
2011-05-18
Add GameSettings with the initial meld threshold
Matthias Schiffer
2011-05-18
GameState ist jetzt RoundState
Ida Massow