This website requires JavaScript.
Explore
Help
Sign In
sco
/
pokerth
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
2f76bb82f9684309e943a887ea8e37da81a267f9
pokerth
/
src
T
History
doitux
2f76bb82f9
BeRo refactoring
2007-08-07 00:05:29 +00:00
..
config
2007-06-16 22:08:52 +00:00
core
Added console server app. First try. Depends on qt for locale-specific stuff. Cannot start a game yet, only join is possible. Cannot run multiple games yet.
2007-07-30 23:22:58 +00:00
engine
BeRo refactoring
2007-08-07 00:05:29 +00:00
gui
BeRo refactoring
2007-08-07 00:05:29 +00:00
net
Removed dependencies on old preflop/flop/turn/river interface from networking. Compiles, but networking is BROKEN. Also includes first try of computer players for networking, which is broken, too.
2007-08-06 21:38:09 +00:00
game_defs.h
Went over netpacket.cpp - additional checks, check function in base class. More restrictive concerning size of packets.
2007-07-29 23:45:10 +00:00
game.cpp
Fixed dealer position for network games.
2007-06-15 23:00:11 +00:00
game.h
Client engine should now be completely thread safe. const int& -> int. Player CardsValue is now returned as copy, not the array itself.
2007-06-11 17:48:22 +00:00
gamedata.h
It is now possible to start the network game with a player number below the maximum player count.
2007-06-11 19:46:18 +00:00
playerdata.cpp
The console server can now be fully used for a single game. The first player to join the game is admin, he can start the game and kick players.
2007-08-02 20:52:13 +00:00
playerdata.h
The console server can now be fully used for a single game. The first player to join the game is admin, he can start the game and kick players.
2007-08-02 20:52:13 +00:00
pokerth_server.cpp
Added console server app. First try. Depends on qt for locale-specific stuff. Cannot start a game yet, only join is possible. Cannot run multiple games yet.
2007-07-30 23:22:58 +00:00
pokerth.cpp
styles repaired on mac-plattform
2007-06-25 00:25:52 +00:00
session.cpp
The console server can now be fully used for a single game. The first player to join the game is admin, he can start the game and kick players.
2007-08-02 20:52:13 +00:00
session.h
The console server can now be fully used for a single game. The first player to join the game is admin, he can start the game and kick players.
2007-08-02 20:52:13 +00:00