Commit Graph
2644 Commits
Author SHA1 Message Date
floty 79f3a283b1 include SQLITE3-LIB 2010-11-27 23:31:47 +00:00
floty 8c136a6559 improvements of figures inside the rectangle 2010-11-21 21:46:41 +00:00
lotodore 920fcda79c Use -std=gnu++0x instead of -std=c++0x for better backward compatibility. 2010-11-20 17:41:12 +00:00
lotodore b9bec0b7fc Fixing WIN32 define, which is removed with -std=c++0x. 2010-11-20 16:53:39 +00:00
lotodore 2ab92b7bb1 Fixing WIN32 define, which is removed with -std=c++0x. 2010-11-20 16:20:38 +00:00
lotodore 20b212f10c Enabling use of C++0x-extensions while trying to reintegrate SCTP support. 2010-11-20 15:00:28 +00:00
lotodore ea6fe32724 Fixing typo. 2010-11-17 15:51:51 +00:00
lotodore 7fcfbab697 Updating Qt to 4.7.1 in Windows build script. 2010-11-16 22:23:35 +00:00
doitux 0f00b8c9b3 add new network notification messages 2010-11-14 19:26:53 +00:00
lotodore 8e8e173884 Adding new join game failed message if two players with the same ip address want to join a ranking game. 2010-11-14 18:26:50 +00:00
lotodore 61d8c416b0 Adding new join game failed reason. 2010-11-14 17:58:25 +00:00
lotodore d874c2e561 Adding new join game failed reason. 2010-11-14 17:57:56 +00:00
lotodore 23000e327b Check winner in ranking game test. 2010-11-14 15:49:16 +00:00
lotodore 1b419862cd Ranking game test now also checks whether database entries are correctly created. 2010-11-14 12:52:53 +00:00
lotodore f37104e6ec Kick players from a game when they try to start it without proper rights to do so (was ignored previously). 2010-11-14 01:13:23 +00:00
lotodore 58897ae786 Multiple connections in one ranking game from localhost are allowed (for testing). 2010-11-14 01:11:47 +00:00
lotodore 7f91cd091d Adding new test case to run a ranking game. 2010-11-14 01:10:24 +00:00
lotodore e69135f1e9 Run game test is now also run by default (although it takes about 10 minutes). 2010-11-13 12:44:40 +00:00
lotodore 39a235d020 Mark game as running when start process is initiated. 2010-11-13 12:37:28 +00:00
lotodore 55f7bb7132 Polishing test cases. 2010-11-13 12:36:22 +00:00
lotodore c583d19002 Adding test to let a game run until the end. 2010-11-13 01:43:23 +00:00
lotodore 6a60ed0ba7 Adding copyright notice. Note that all test cases are AGPL3. 2010-11-12 23:49:36 +00:00
lotodore 0da893e43c Adding test case for starting a normal game. 2010-11-12 23:34:50 +00:00
lotodore 7bc98689b8 Adding missing test file. 2010-11-12 22:44:11 +00:00
lotodore 67b01746da Adding tests for ranking games, fixing small issue when creating ranking games. 2010-11-12 22:43:17 +00:00
lotodore 5d22018534 Generic test code for creating games. 2010-11-12 19:50:11 +00:00
lotodore 85d26e79a4 Adding new java based test cases. 2010-11-12 12:13:56 +00:00
lotodore c352030c3c Removing console client. It no longer works, and won't be maintained any more. 2010-11-11 16:44:15 +00:00
lotodore d633321154 Fixing game create game ack text bug found through test case. 2010-11-11 00:45:30 +00:00
lotodore 0cb1d75ce3 Adding code for private chat messages (server side). These messages are not allowed within a game. Adding config option to disable brute force protection. 2010-11-07 08:24:31 +00:00
lotodore 6b179cd8ca Adding missing protocol files. 2010-11-07 07:41:27 +00:00
lotodore 59f9ba5fef Adding new chat type for private messages in lobby. 2010-11-07 07:26:56 +00:00
floty a1837a43f6 initialize some variables in constructor 2010-11-01 21:12:29 +00:00
lotodore 14cc84f399 Lib path fixes for official server. 2010-11-01 09:46:56 +00:00
lotodore 4278de6341 Do not search for /me, instead search for /me (with spacebar), so that typing things like /media will not activete the /me mode. 2010-10-31 14:13:47 +00:00
lotodore 6754d00db9 .so libs have higher priority. 2010-10-30 17:43:49 +00:00
lotodore 7176185950 Allow use of boost libs which are located in /opt/boost by setting PREFIX (for header and lib). 2010-10-30 17:27:56 +00:00
doitux b6a9ac4e02 make cppcheck happier in the gui ;-) 2010-10-28 08:19:52 +00:00
lotodore edad47b7f4 Making cppcheck even happier. 2010-10-28 08:04:36 +00:00
lotodore 74355c046d More changes for CppCheck. 2010-10-26 21:43:07 +00:00
lotodore 83da8559a4 Some changes to make CppCheck happier. 2010-10-26 21:32:39 +00:00
doitux 74a96a4354 optional add country flag to avatar feature (thx to drull) 2010-10-26 17:31:41 +00:00
doitux fbc623a704 bugfix: remove gametable really wanna quit messages when login fails 2010-10-26 08:37:52 +00:00
doitux be74ee34fb bugfix: double ignore list entrys after recall dialog. 2010-10-25 16:35:06 +00:00
lotodore 1886d91009 Randomize player list before starting the game. 2010-10-22 19:42:48 +00:00
doitux c4fa3243b0 add /me messages to chattools (thx drull) 2010-10-21 21:26:21 +00:00
doitux 33d308d4d6 add confirm close gametable patch 2010-10-20 21:12:49 +00:00
lotodore 78920df9cb Trying to fix the win64 build. 2010-10-19 20:18:08 +00:00
lotodore e38ea52f0e Trying to fix the win64 build. 2010-10-19 20:09:22 +00:00
lotodore d9a825f184 Trying to fix windows build. 2010-10-19 19:54:50 +00:00