Commit Graph
130 Commits
Author SHA1 Message Date
lotodore b4a1ce8bd5 Dedicated server no longer depends on qt. Added code for utf-8 conversion on windows and linux (without qt). Some small issues remain (like the data-dir and charset for the server). 2007-10-01 00:33:05 +00:00
lotodore 80227f4e88 Removed exception-cpp-files. Fixed compilation with latest mingw. 2007-09-29 09:16:39 +00:00
doitux c469eb5848 turkish translation added 2007-09-27 10:53:23 +00:00
doitux 878ab1cf84 2007-09-27 08:43:41 +00:00
doitux cbd716d53e jpeg and gif support for static qt temporarly disabled for compatibility reasons 2007-09-24 10:32:08 +00:00
doitux b7bbd17951 start manual blinds order feature 2007-09-21 00:13:47 +00:00
doitux 7a398b0d29 jpeg and gif support added 2007-09-15 22:35:35 +00:00
lotodore 7d4972af75 Using static OpenSSL lib with msvc. 2007-09-15 11:32:27 +00:00
doitux a1704992e1 new avatars added. translation strings updated. 2007-09-11 09:32:49 +00:00
lotodore bfa2426bc2 Fixed compiling on mingw. With mingw, boost needs to be patched. See http://lists.boost.org/Archives/boost/2007/06/124040.php
Hope this is fixed in the next release of boost.
2007-09-09 09:43:51 +00:00
doitux 26390ac1a7 myQtHelper->getDataPath() removed 2007-09-08 22:01:30 +00:00
lotodore 601455794d Changed debug/release settings. 2007-09-08 18:03:10 +00:00
lotodore 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...
2007-09-08 11:00:46 +00:00
doitux 783536f6b7 lobbychat class added 2007-09-07 20:26:13 +00:00
doitux 95467e0b96 checkBox_fillUpWithComputerOpponents added; some startnetworkgamedialog behaviour changes 2007-09-03 22:51:00 +00:00
lotodore 40151ac51e Fixed debug/release problems with mingw. 2007-09-02 22:05:05 +00:00
lotodore 86d6acc090 Fixed library check. 2007-09-01 15:32:19 +00:00
lotodore 09db256768 Fixing vc compilation. 2007-09-01 14:48:18 +00:00
lotodore 1f6a10e2d1 Changes for mingw32 compatibility. Gave up using GetAddrInfoW. getaddrinfo is dynamically bound, gethostbyname is used if it is not available.
VC compilation is broken.

Make sure to use the dynamic boost-thread lib with mingw, as thread specific pointers are used!
2007-09-01 14:04:41 +00:00
floty 26397dee94 patch for qmake (64bit system) 2007-09-01 13:38:50 +00:00
floty a0e78485df bugfix: allin-bug 2007-08-31 13:09:07 +00:00
doitux 264b6a0583 next steps remove resources_qrc 2007-08-29 21:10:33 +00:00
doitux a79aa7708d 2007-08-28 01:10:41 +00:00
doitux d8bfeadf64 fixed compilation problems in kdevelop 2007-08-25 07:54:54 +00:00
doitux c4f62eb53f adds createInternetGameDialog 2007-08-21 23:31:09 +00:00
doitux 23963e4ac5 add GameLobbyDialog 2007-08-20 21:23:03 +00:00
lotodore 1d1d6480a9 Make it compile. Network mode not working currently. 2007-08-19 20:58:57 +00:00
doitux 260182f570 start anti-peek feature 2007-08-19 12:33:24 +00:00
doitux 9afc115bc2 2007-08-11 15:10:14 +00:00
lotodore b18152c0b8 New build system - lib, game and server. Tested on windows, but does not yet work without modifications, as it does not consider dependencies (this has stupid limitations, see http://trolltech.com/developer/task-tracker/index_html?id=79706&method=entry ). Also, the debugging files (.pdb) are overwritten for each project, the projects would need to be in separate directories for this to work. 2007-08-11 14:18:48 +00:00