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
/
network
/
ConnectionControl.java
Age
Commit message (
Expand
)
Author
2011-06-22
Fix nickname for Vysper server
Matthias Schiffer
2011-06-22
Don't emit connection lost events before the connection is built up
Matthias Schiffer
2011-06-22
Fixed threading issue
Jannis Harder
2011-06-22
Add proper handling for lost server connections
Matthias Schiffer
2011-06-22
Withdraw games on start
Matthias Schiffer
2011-06-22
GameOfferControl: Handle disappearing players correctly
Matthias Schiffer
2011-06-22
Integrated dedicated server
Jannis Harder
2011-06-21
Make sure the connection control doesn't emit any events after disconnect is ...
Matthias Schiffer
2011-06-21
Fix redealing in network mode
Matthias Schiffer
2011-06-21
Fix up GameSettings in ConnectionControl
Matthias Schiffer
2011-06-21
Fix unknown host error
Matthias Schiffer
2011-06-21
Fix NullPointerException on disconnect
Matthias Schiffer
2011-06-21
Fix message order in ConnectionControl
Matthias Schiffer
2011-06-21
Fix network mode
Matthias Schiffer
2011-06-21
Major refactoring of RoundControl and TurnControl
Matthias Schiffer
2011-06-20
Various ConnectionControl fixes
Matthias Schiffer
2011-06-20
Fix transmission of turn_end messages
Matthias Schiffer
2011-06-20
Fixed a bunch of network synchronization bugs
Matthias Schiffer
2011-06-20
Added NetworkGameControl
Matthias Schiffer
2011-06-20
Implemented login error messages
Bennet Gerlach
2011-06-19
Added NetworkRoundControlTest and started NetworkRoundControl and NetworkTurn...
Matthias Schiffer
2011-06-19
Fix warnings
Ida Massow
2011-06-19
Start game button in a network game sends an event
Bennet Gerlach
2011-06-19
Refactor ConnectionControl
Matthias Schiffer
2011-06-19
Tests für NetworkControl
Ida Massow
2011-06-18
Ca. 150 Zeilen überflüssigen Code entfernt
Ida Massow
2011-06-18
Fix many comments, fix tests, fix complexity
Ida Massow
2011-06-18
Created IConnectionControl and preliminary MockConnectionControl
Jannis Harder
2011-06-18
Finished network game setup (without starting)
Jannis Harder
2011-06-18
Implemented color changing in game begin panels
Jannis Harder
2011-06-18
Simplified ConnectionControl
Jannis Harder
2011-06-18
Fix leaveGame
Jannis Harder
2011-06-18
Moved filtering for UUIDs into ConnectionControl
Jannis Harder
2011-06-17
halbfertige netzwerkdinge
Ida Massow
2011-06-15
Start implementing color changing over network
Matthias Schiffer
2011-06-14
Implement joining games
Matthias Schiffer
2011-06-13
Kommentare und kleinere Umbauten
Ida Massow
2011-06-13
Implemented most of network settings control
Matthias Schiffer
2011-06-11
Transmit a whole GameSettings object with game offers
Matthias Schiffer
2011-06-11
Make game offers, withdrawals (untested) and requests work
Matthias Schiffer
2011-06-11
Netzwerk hat Panel mit laufenden Spielen und einem funktionierenden Abbrechen...
Ida Massow