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
/
control
/
RoundControl.java
Age
Commit message (
Expand
)
Author
2011-05-29
Rauskommen ist in der View zu sehen, genauso wie Farben
Ida Massow
2011-05-27
Checking whether redealing is allowed
Jannis Harder
2011-05-27
GameControl tests, temporary handler in SettingsControl and small
Jannis Harder
2011-05-27
Implemented redealing in RoundControl
Jannis Harder
2011-05-27
Test redealing in RoundControl
Jannis Harder
2011-05-26
Remove player labels at the table edges
Matthias Schiffer
2011-05-25
Fix two warnings
Matthias Schiffer
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
Moved displaying of win panel in game control
Jannis Harder
2011-05-24
Fixed drawing single cards before the initial meld
Jannis Harder
2011-05-24
Renamed win() and fixed end of round tests
Jannis Harder
2011-05-24
Implemented routine to check if initial melds are possible
Jannis Harder
2011-05-24
Implemented special case round end (heap empty)
Jannis Harder
2011-05-24
Fixed invalid moves without laying out stones and cleaned up rule
Jannis Harder
2011-05-21
Rauskommen fertig und getestet
Ida Massow
2011-05-18
Move some static player data to a player settings class
Matthias Schiffer
2011-05-18
GameState ist jetzt RoundState
Ida Massow
2011-05-16
Test und implementierung von tableSetDifference, getestet und alles :-)
Ida Massow
2011-05-16
Fix dealing stones for more than 2 rows
Matthias Schiffer
2011-05-10
Define hand size constants in model
Matthias Schiffer
2011-05-10
Round Control letzter Kommentar
Ida Massow
2011-05-10
Added all missing comments
Jannis Harder
2011-05-10
Set correct player names :)
Matthias Schiffer
2011-05-10
WinPanel funktioniert und ist getestet und überhaupt ist alles ganz toll
Ida Massow
2011-05-10
Ehhhhh... fix stone positions in the correct place.
Matthias Schiffer
2011-05-09
Angefangener Test für Hand-Steine-verschwinden-fix
Ida Massow
2011-05-08
getPlayer entfernt, weil es getNthNextPlayer gibt. Warnings beseitigt.
Ida Massow
2011-05-06
Add winning notification and fix test...
Matthias Schiffer
2011-05-05
Add stone dealing to RoundControl and fix some tests... again.
Matthias Schiffer
2011-05-05
Add some endOfTurn handling to RoundControl
Matthias Schiffer
2011-05-05
Added missing calls to startTurn
Jannis Harder
2011-05-05
Show player name labels
Matthias Schiffer
2011-05-05
Implement tableDifference (and fix test...)
Matthias Schiffer
2011-05-05
Table Difference Test gebaut, anfang Implementierung round control
Ida Massow
2011-05-05
Implemented stone display in both controls, tested (weniger Mock-Mist)
Bennet Gerlach
2011-05-04
Test für RoundControl fertig
Ida Massow
2011-05-04
Dealen fertig und getestet
Ida Massow
2011-05-04
Test für Austeilen geschrieben, eine Menge getSize hinzugefügt
Ida Massow