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
/
HumanTurnControl.java
Age
Commit message (
Expand
)
Author
2011-06-21
Sorting stones on hand now sets the view to display the appropriate
Bennet Gerlach
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-19
Correctly show invalid sets
Matthias Schiffer
2011-06-18
Feedback
Jannis Harder
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-06
Double ist das neue float
Ida Massow
2011-06-01
Boolean to boolean in HumanTurnControl
Bennet Gerlach
2011-06-01
Abstract turn control has player, doesn't need hand
Bennet Gerlach
2011-05-31
kleine fixes
Ida Massow
2011-05-31
Metric fixes
Bennet Gerlach
2011-05-31
View: Refactor bottom panel display
Matthias Schiffer
2011-05-31
HumanTurnControl: Fix method length
Matthias Schiffer
2011-05-30
Fixed a few warnings
Ida Massow
2011-05-29
Created dummy base AI control
Jannis Harder
2011-05-29
Added TurnControlFactory
Jannis Harder
2011-05-29
Created interface and abstract base class for turn control
Jannis Harder