Commit Graph
2664 Commits
Author SHA1 Message Date
lotodore 2fec7d18ea Adding report avatar feature to network protocol. 2010-12-24 11:36:21 +00:00
floty 29e16e3489 create log in session; put some include from header to cpp 2010-12-20 20:30:12 +00:00
lotodore c88fe3220d Win64 fix. 2010-12-20 18:31:30 +00:00
lotodore b6d2e61fd8 Fixing native Windows build. 2010-12-20 18:27:48 +00:00
lotodore d44d3ce2cf Fixing download libs scripts. Note that the support for these may be dropped because a cross compiler is now used for the official builds. 2010-12-20 16:45:00 +00:00
floty 0e46188ff3 some bugfixes in Log and guiLog 2010-12-18 23:10:10 +00:00
floty 4f89969bd3 implementing first function in new log.cpp 2010-12-17 23:18:30 +00:00
doitux ba155d0f90 changelog preparation for 0.8.2 2010-12-17 15:12:09 +00:00
floty 4e2a989031 bugfix guilog, adding new log in local_engine 2010-12-15 23:01:10 +00:00
doitux 798839b5c7 add #include guilog.h to get last changes compiled 2010-12-14 21:14:49 +00:00
floty 6b3ed95b1a Log -> guiLog (delete old log.h and log.cpp) 2010-12-13 22:11:26 +00:00
floty ad055022f3 Log -> guiLog 2010-12-13 22:09:48 +00:00
doitux 41b0186279 bugfix for #0000022: Notification window kept open when game finishes 2010-12-13 18:16:01 +00:00
doitux 7087c38b89 bugfix for #0000024: Ignore player window appears on double right click 2010-12-13 16:19:37 +00:00
doitux df186db369 add report bad avatar function 2010-12-11 00:58:40 +00:00
doitux dbf889b363 smooth scaled small avatars in lobby dialog 2010-12-10 22:44:28 +00:00
floty 06771c8848 implementing tables für sqlite-logging 2010-12-06 20:42:34 +00:00
lotodore 06dffdd9e3 Do not use C++0x on Mac until Mac OSX Lion is released (current gcc is too old). 2010-11-28 10:40:44 +00:00
lotodore 026adae06b Updating asn1c to latest git version. 2010-11-28 00:14:03 +00:00
lotodore 0ad0f355e0 Trying to integrate sqlite3 for other OSes. 2010-11-27 23:45:10 +00:00
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