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
/
ITurnControl.java
Age
Commit message (
Expand
)
Author
2011-06-21
Fixed some comment and metrics warnings
Jannis Harder
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-20
Kommentare, Kommentare
Ida Massow
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-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-05-31
Removed unused import
Jannis Harder
2011-05-31
Mini-Korrektur
Ida Massow
2011-05-31
Metric fixes
Bennet Gerlach
2011-05-31
Fixed all warnings (comments) but one, one TODO important
Ida Massow
2011-05-31
Base AI is now able to meld initially properly
Bennet Gerlach
2011-05-30
Fixed a few warnings
Ida Massow
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