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
/
turn
/
AbstractTurnControl.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
Disable pause function in network mode
Matthias Schiffer
2011-06-21
Major refactoring of RoundControl and TurnControl
Matthias Schiffer
2011-06-20
Fixed a bunch of network synchronization bugs
Matthias Schiffer
2011-06-19
Make NetworkRoundControl test work
Matthias Schiffer
2011-06-19
Added NetworkRoundControlTest and started NetworkRoundControl and NetworkTurn...
Matthias Schiffer
2011-06-19
Added table update event to turn control and round control
Matthias Schiffer
2011-06-18
Pausing now possible during AI turns
Bennet Gerlach
2011-06-13
Viele viele Kommentare, einige zu lange oder zu komplexe Methoden gefixt
Ida Massow
2011-06-09
Man kann den Timer einstellen
Ida Massow
2011-06-08
Implement pause function
Matthias Schiffer
2011-06-08
Moved timer code to AbstractTurnControl
Jannis Harder
2011-06-07
Always operate on cloned hands in the turn controls
Matthias Schiffer
2011-06-01
Changed Event to IEvent in AbstractTurnControl
Bennet Gerlach
2011-06-01
Abstract turn control has player, doesn't need hand
Bennet Gerlach
2011-05-31
Metric fixes
Bennet Gerlach
2011-05-31
Base AI is now able to meld initially properly
Bennet Gerlach
2011-05-30
Implemented dummy AI
Jannis Harder
2011-05-29
Created dummy base AI control
Jannis Harder
2011-05-29
Created interface and abstract base class for turn control
Jannis Harder