eb62635e02
Additional irc stuff - list of nicks, leaving/joining players. Not complete yet, renames are missing, as well as special stuff like being kicked.
lotodore2007-09-27 20:59:00 +00:00
a40b6dba5d
new blinds settings implementation (I)
doitux2007-09-27 20:40:40 +00:00
73cf938496
adds activePlayerList and runningPlayerList (XIX): bugfixes
doitux2007-09-27 20:36:02 +00:00
6d30e324e0
adds activePlayerList and runningPlayerList (XVIII)
doitux2007-09-27 18:07:03 +00:00
78bf4820af
Changed network code for new player lists.
lotodore2007-09-27 14:17:07 +00:00
4f7d7ee277
adds activePlayerList and runningPlayerList (XVI)
doitux2007-09-26 22:27:05 +00:00
f41245f310
adds activePlayerList and runningPlayerList (XV) - !!! BROKEN !!! - last sable rev866
doitux2007-09-26 20:11:49 +00:00
1f21fe815e
adds activePlayerList and runningPlayerList (XIV) - !!! BROKEN !!! - last sable rev866
doitux2007-09-26 19:45:58 +00:00
7bbf76fe5d
Added irc support for lobby dialog. Takes some time to connect before messages can be sent/received. No special stuff yet, no user list, no connection notifications. Still work in progress.
lotodore2007-09-26 11:48:33 +00:00
6c19233c18
adds activePlayerList and runningPlayerList (XIII) - BUGGY!!! - last sable rev866
doitux2007-09-26 10:13:10 +00:00
8ac5673c00
adds activePlayerList and runningPlayerList (XII) - BUGGY!!! - last sable rev866
doitux2007-09-26 00:08:45 +00:00
0ea06c8a96
adds activePlayerList and runningPlayerList (XI) - BUGGY!!! - last sable rev866
doitux2007-09-25 21:46:38 +00:00
0dcd313c9d
Irc thread can now be properly terminated. Separate initialization from connecting. Add callback class for irc stuff.
lotodore2007-09-25 21:26:22 +00:00
bcc5966a68
adds activePlayerList and runningPlayerList (X) - !!! BROKEN !!! - last stable rev is 866
doitux2007-09-25 18:00:05 +00:00
af5b7f45dd
adds activePlayerList and runningPlayerList (IX)
doitux2007-09-25 13:10:10 +00:00
4efd19c758
adds activePlayerList and runningPlayerList (VIII) - BUGGY!!! - last sable rev856
doitux2007-09-25 12:43:58 +00:00
42a8358243
adds activePlayerList and runningPlayerList (VII) - BUGGY !!! please checkout rev856 for game play
doitux2007-09-25 11:01:48 +00:00
96b47972d4
adds activePlayerList and runningPlayerList (VI)
doitux2007-09-25 09:52:58 +00:00
f39a7d393a
adds activePlayerList and runningPlayerList (V)
doitux2007-09-25 09:07:36 +00:00
f6a316fc2e
adds activePlayerList and runningPlayerList (IV)
doitux2007-09-24 21:09:36 +00:00
876508c540
adds activePlayerList and runningPlayerList (III)
doitux2007-09-24 14:57:37 +00:00
cbd716d53e
jpeg and gif support for static qt temporarly disabled for compatibility reasons
doitux2007-09-24 10:32:08 +00:00
d03f114b46
adds activePlayerList and runningPlayerList (II)
doitux2007-09-24 10:02:17 +00:00
84c857cbff
adds activePlayerList and runningPlayerList
doitux2007-09-23 21:30:51 +00:00
8f029d2ea4
bugfix: segfault in kicker detection
doitux2007-09-23 17:07:52 +00:00
d52ff7e830
implement manual blindslist saving in settingsdialog
doitux2007-09-23 01:29:22 +00:00
5c1847adf4
add read/writeIntList support for ConfigFile (for blindslist)
doitux2007-09-22 23:58:17 +00:00
e9b9693ad9
check AppDataDir at startup
doitux2007-09-17 23:06:10 +00:00
f3f6dd1a08
chat-tab removed for local games (not disabled)
doitux2007-09-17 21:51:44 +00:00
b7aa1614be
reverse FKey order option added
doitux2007-09-17 08:38:09 +00:00
7a398b0d29
jpeg and gif support added
doitux2007-09-15 22:35:35 +00:00
4a9c405d13
Increment config rev (because of problem with data-dir), new svn beta release (windows, switch back from mingw to msvc, the later is WAY smaller).
lotodore2007-09-15 11:57:15 +00:00
7d4972af75
Using static OpenSSL lib with msvc.
lotodore2007-09-15 11:32:27 +00:00
54f8b511c3
Scan new avatars for network games.
lotodore2007-09-14 15:26:19 +00:00
0b394c7a58
raise blinds fix thx to Bernd17
doitux2007-09-14 08:17:44 +00:00
e8eddd3b1b
Show avatars in network games. User defined avatars are not transfered yet, but this is already prepared for integration.
lotodore2007-09-09 00:00:19 +00:00
b71ae4ac17
check for avatarfile size function added
doitux2007-09-08 23:03:22 +00:00
1e7500fcf6
qt_untranslated.ts update to 4.3.1
doitux2007-09-08 17:51:41 +00:00
db208190be
Added avatar manager which will help when transfering and caching avatars. Using boost::filesystem. MD5 sum is used to identify avatars, different types of files are possible. Avatar cache (and the avatars provided) use for example <md5sum>.png as file names, so that no additional storage for the md5sum is required. A cache directory with write permissions is required, however, as avatars are not cached in RAM.
lotodore2007-09-08 16:26:10 +00:00
2f1e371e4f
Added code to calculate the MD5 sum of a file. To be used for avatars.
lotodore2007-09-08 13:38:06 +00:00
d0898ed336
Now using openssl on windows instead of ms crypto api. Can't stand all these handles for the crypto api, openssl will be required later anyway. MD5 sums will be used when transfering avatars for efficient caching - avatars are identified by their MD5 sum. Sorry for making it even harder to compile on windows...
lotodore2007-09-08 11:00:46 +00:00
783536f6b7
lobbychat class added
doitux2007-09-07 20:26:13 +00:00
78a2db39a1
adds NickList to lobbydialog
doitux2007-09-07 18:30:51 +00:00
94c8bb14ec
libircclient compiles on linux; german translation update; tabfixes for windows
doitux2007-09-07 18:00:52 +00:00
75c02ec8c0
Now using the prepared password dialog.
lotodore2007-09-07 10:18:06 +00:00
e50f9708af
dutch, german translation update; string updates; IRC server configuration added; password-dialog to join a private game; return-event for chat-input (chat-classes not implementet)
doitux2007-09-07 08:58:36 +00:00
9d0edc5eee
Major redesign: The game can not be left without disconnecting from the server. This happens if a player is kicked, if he wishes to leave, or for other reasons. Error packets from the server will always cause a disconnect, however.
lotodore2007-09-06 19:09:05 +00:00
9f6bf5206e
The checkbox "fill up with computer players" is now working (protocol has been changed to implement this). Lobby dialog is now also used after joining the game. Leaving game not possible yet.
lotodore2007-09-05 19:14:34 +00:00
d789162a2a
New version of the boost timer (addon lib).
lotodore2007-09-05 00:06:20 +00:00
0900d3844b
Fixed a bunch of compiler warnings (mingw compiler).
lotodore2007-09-04 23:37:32 +00:00
6e7f2c06fc
Fixed nasty GUI update bug in game list. Fixed compiler warning.
lotodore2007-09-04 17:38:13 +00:00
46fe52aeb7
Added third party library libircclient (without modifications, license is LGPL). Added preliminary irc thread. Still work in progress.
lotodore2007-09-04 15:05:02 +00:00
9ed217609b
Internet game lobby dialog shows now overview of games and whether they are private. Now showing connection progress before the internet game lobby.
lotodore2007-09-04 12:44:11 +00:00