Commit Graph
151 Commits
Author SHA1 Message Date
lotodore 39ff6819dd Chat cleaner changes. 2009-08-18 12:37:22 +00:00
lotodore 836ec60e6d Chat bot integration now fully functional. 2009-08-17 09:45:06 +00:00
lotodore 150d8930dc More work on lobby chat. Still not functional. 2009-08-15 13:43:00 +00:00
lotodore 94db67bbd5 Modifying protocol such that lobby chat and broadcasts are supported. DOES NOT COMPILE YET. 2009-08-15 08:38:56 +00:00
lotodore daea61fe73 Adding chat cleaner protocol files. 2009-08-14 14:57:17 +00:00
lotodore 240a95289c ASN.1 constraint fixes. 2009-08-04 21:41:10 +00:00
lotodore b81c02245f Fixing GUID constraints - for now. 2009-08-04 07:17:46 +00:00
lotodore 3f5cbc985a Proper constrains for game list new. 2009-08-04 06:59:58 +00:00
lotodore 982d6159a0 Adding game id to vote kick messages. 2009-08-03 21:56:20 +00:00
lotodore cf1d657412 Use md5 hash (not sha1) for now. 2009-08-01 20:53:54 +00:00
lotodore e4aed25e39 Adding missing message code when removed from the game. 2009-08-01 09:01:33 +00:00
lotodore 6bdb7b4a55 Enforce limits on utf8 strings. 2009-07-31 23:28:37 +00:00
lotodore 9cbd317ccf Do not send cards as ASN.1 SEQUENCE, this is too much overhead. 2009-07-31 22:38:58 +00:00
lotodore 66d4f5dafc Adding missing admin flag for ASN.1 2009-07-31 21:10:21 +00:00
lotodore 50af3598a3 Adding missing vote-kick messages to ASN.1 protocol definition. 2009-07-26 08:53:30 +00:00
lotodore 7513742d29 Adding missing asn.1 stuff. 2009-07-19 22:40:12 +00:00
lotodore 2451fef351 Updating asn1 spec to reduce memory usage. 2009-07-18 12:05:55 +00:00
lotodore 0d9a246fc1 More work on ASN.1 protocol spec. 2009-07-12 23:07:20 +00:00
lotodore 9c1792a0f3 More work on ASN.1 protocol spec. 2009-07-11 22:04:46 +00:00
lotodore c22eb1a535 Changes to ASN.1 notation. Compiles with asn1c, and the generated code has been tested on Mac OS and Windows. 2009-07-09 21:27:08 +00:00
lotodore 03a2bc41fe Adding new experimental ASN.1 protocol specification for PokerTH. 2009-06-28 21:59:45 +00:00
lotodore 41ab1ff83d Clarifying the usage of banip. 2009-05-12 20:25:31 +00:00
lotodore 47a9fc9588 Typo fixes. 2009-05-12 20:23:47 +00:00
lotodore d68827c606 Updating server irc commands. 2009-05-12 20:19:39 +00:00
lotodore 411ede3500 Updated windows build script, now using:
- tdm mingw gcc 4.4
- Qt 4.5.1
- boost 1.39
+ other minor updates.
Update of build tool still pending. The script will be changed to retrieve a stable revision instead of HEAD.
2009-05-04 23:14:07 +00:00
doitux e8a3973695 tab order fixes for settings, change 0.6.5 to 0.7 in styling howto 2009-04-15 12:20:34 +00:00
doitux cd229a9b98 small howto changes 2009-04-11 17:19:22 +00:00
lotodore 739deb8f9d Updating build docs: boost_regex is now required. 2009-04-11 15:41:32 +00:00
doitux 3abaaa94f7 linebreak changes etc 2009-04-07 21:22:44 +00:00
lotodore 58279b5967 Small fixes. 2009-04-07 20:49:41 +00:00
doitux ded97ff324 gui skinning howto updated 2009-04-05 23:25:41 +00:00
doitux f54e03d179 serverlist gui added 2009-04-05 12:32:16 +00:00
lotodore 6f99cb6c9c Some editorial fixes. 2009-04-04 19:41:14 +00:00
doitux b611eca1a0 add docs and comments in xml files for building styles 2009-04-04 00:35:18 +00:00
lotodore 2e8ab6b4d5 0.6.4 NOW 2009-03-22 20:12:52 +00:00
lotodore f2ec0b1ef4 Detect avatar file type for download. Not fully working yet. 2009-03-22 00:39:25 +00:00
lotodore 000dfa6011 Changes for release. 2009-03-21 12:45:23 +00:00
lotodore e8f9d917f8 Fixed Windows build issues. 2009-03-02 19:24:16 +00:00
lotodore 7b25cf12c8 Use TDM's g++ 4.3.3 mingw Dwarf2 compiler (instead of SJLJ, which seems to cause exception problems). 2009-02-28 11:28:57 +00:00
lotodore 8a02490262 Changes for boost 1.38.0 on Windows. 2009-02-22 20:43:45 +00:00
lotodore 8b63c84da3 Updated windows build scripts for mingw gcc 4.3.3 (TDM). 2009-02-18 20:03:10 +00:00
lotodore 8e131aae8b Proper patches for mingw gcc 4.3.3 (qt/boost). 2009-02-18 19:57:49 +00:00
lotodore 5ae32a1073 Adding Qt patch for mingw gcc 4.3.3. 2009-02-16 23:47:08 +00:00
lotodore 24c0ceb7b6 Use TDM's gcc mingw32 compiler on Windows. (Tired of waiting for official mingw releases.) There is still a small Qt issue (will be patched from the build script) and a boost date_time issue in the server (will also be patched from the build script). Anyway, this is finally gcc 4.3 on Windows :-). Hooray! 2009-02-16 15:51:46 +00:00
lotodore 26391b57d1 Console client: Several fixes, added handling of removed from game event. 2008-12-26 23:05:45 +00:00
lotodore 23c3ae3849 Enable sending of a global message box through the irc bot, to inform clients about server reboots. 2008-12-26 16:47:14 +00:00
lotodore 77bb02113a Let the server automatically perform call/all in without the client having to provide values. 2008-12-25 21:11:05 +00:00
lotodore ea2a1288be Console client: Support for additional network packets. Preparing game. 2008-12-22 23:03:15 +00:00
lotodore 10624d5399 Clarification: The password protection flag is not a general game flag. General flags should be in the game info block. 2008-12-19 12:10:50 +00:00
lotodore c89ecd9f8c Fixed windows build, because SDL downloads are back to usual again. New boost release. New gnutls version. 2008-12-15 17:47:40 +00:00