doitux
2f76bb82f9
BeRo refactoring
2007-08-07 00:05:29 +00:00
doitux
0e8899df48
BeRo refactoring
2007-08-07 00:04:21 +00:00
doitux
722ab71189
BeRo refactoring
2007-08-06 22:58:47 +00:00
doitux
c8207f9b8e
BeRo refactoring
2007-08-06 22:39:46 +00:00
lotodore
a7cdb38ab8
Don't use old factory functions for preflop/flop/turn/river.
2007-08-06 21:46:03 +00:00
lotodore
0aef0d9e42
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
doitux
96419b3588
std::vector<boost::shared_ptr<BeRoInterface> > implemented
2007-08-06 20:35:26 +00:00
doitux
562e8760f5
waitforservertostartgamedialog removed
2007-08-06 12:10:55 +00:00
doitux
ae434a59e6
2007-08-06 12:05:00 +00:00
doitux
1dbff19430
localberopostriver bugfix
2007-08-06 09:50:54 +00:00
doitux
e612b77b1b
more polymorphie steps for BeRo (sry lotodore for last buggy rev)
2007-08-05 23:57:16 +00:00
doitux
b68b8d48dd
more polymorphie steps for BeRo
2007-08-05 13:07:23 +00:00
doitux
ce61172ab3
more polymorphie steps for BeRo
2007-08-04 22:19:40 +00:00
doitux
0a0a24433e
more polymorphie steps for BeRo - local game --> unstable
2007-08-04 22:05:12 +00:00
doitux
07f8a2aaeb
more polymorphie steps for BeRo - local game --> unstable
2007-08-04 21:30:20 +00:00
doitux
1f00b3f458
more polymorphie steps for BeRo
2007-08-04 12:08:10 +00:00
doitux
421ca6c62d
more polymorphie steps for BeRo
2007-08-04 11:37:26 +00:00
doitux
993465a213
first polymorphie steps for BeRo (BettingRounds)
2007-08-04 01:30:59 +00:00
doitux
0cd9c9c769
licence removed from translation because of ram problems during compile resources.qrc
2007-08-03 22:50:51 +00:00
doitux
5188f708fa
italian translation added
2007-08-03 21:48:08 +00:00
lotodore
0da29b3874
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.
...
However, if the admin player leaves, a new game can only be started if all players have left before (this is a bug, admin status should be passed to another player).
2007-08-02 20:52:13 +00:00
lotodore
f11998c28c
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.
...
Not yet as service/daemon, because testing is easier with a simple console app.
2007-07-30 23:22:58 +00:00
lotodore
5d13dd7803
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
doitux
212dbd3b9a
2007-07-29 19:50:45 +00:00
doitux
01704c4f33
updated nl and ptbr language
2007-07-27 17:07:55 +00:00
lotodore
bd08245c1c
(Hopefully) solved the player number problem, when players join and leave an existing game. Numbers are now assigned on game start, not before. Note: Network play is not compatible to the current official version.
2007-07-24 14:55:14 +00:00
doitux
561b974cdc
hungarian translation added
2007-07-19 12:17:54 +00:00
doitux
0bb29f8618
return added ;-)
2007-07-15 20:29:22 +00:00
doitux
0106ebc72c
numpad enter works now
2007-07-12 19:08:32 +00:00
doitux
9d2e411454
shortcut fixed
2007-06-25 22:47:32 +00:00
eflist
c06c2e769f
some translation-updates (shortcuts)
2007-06-25 17:33:59 +00:00
eflist
daa3810b89
updated translation german
2007-06-25 01:05:50 +00:00
eflist
67efc40495
styles repaired on mac-plattform
2007-06-25 00:25:52 +00:00
eflist
7347745c8d
2007-06-24 23:38:46 +00:00
eflist
7c8d65ca1c
some changes for better integration on the mac-plattform
2007-06-24 23:01:16 +00:00
doitux
787e5f2188
tabwidgets fontsize fix
2007-06-24 21:44:21 +00:00
doitux
084351d941
slovak translation added
2007-06-22 20:22:27 +00:00
doitux
60c5146ddf
translation update
2007-06-22 17:21:59 +00:00
doitux
6ffc835c99
wider 3d sound
2007-06-22 07:57:28 +00:00
doitux
5bd29e3a78
2007-06-17 20:11:09 +00:00
doitux
cb35285738
2007-06-17 01:11:48 +00:00
doitux
6970b61cc7
2007-06-17 01:11:05 +00:00
doitux
49da842fe0
0.5
2007-06-17 00:46:52 +00:00
doitux
4a9fd0fb45
german update
2007-06-16 23:02:45 +00:00
doitux
1e493a8276
2007-06-16 22:08:52 +00:00
lotodore
9aaca43608
Also call audioDone. Just in case.
2007-06-16 10:18:47 +00:00
lotodore
f3143d1b15
Fixed access violation when audio is closed and reopened. SDL_mixer does not allow this :-(
2007-06-16 10:13:28 +00:00
lotodore
6b5a754e7b
Forgot resetting audioEnabled.
2007-06-16 09:58:27 +00:00
lotodore
5c63a12104
All sounds are now only played if sound output is on (even the ping in network game). Audio is only initialized if it is enabled. Fixed double sounds in network games. Simplified fading out cards on fold.
2007-06-16 09:48:23 +00:00
lotodore
af9f799b51
Fixed dealer position for network games.
2007-06-15 23:00:11 +00:00