Commit Graph
102 Commits
Author SHA1 Message Date
lotodore d63b048a45 Fixing mingw build issues. Use dll version of boost on Windows. Use official mingw gcc 4.5 with dynamic libs. This means that all boost build issues should be fixed, even on Windows. 2010-08-22 16:24:40 +00:00
lotodore 5f84bbc411 Fixing issue with boost 1.44. However, Windows build using boost 1.44 is currently broken due to thread issues. 2010-08-22 10:53:27 +00:00
lotodore 7be2094dac Trying to fix mingw issue. 2010-08-02 21:48:20 +00:00
lotodore deee0e8853 Fixing mingw libs. 2010-07-10 06:40:55 +00:00
doitux 1150d08a8a libboost_system missing fedora bugfix (thx to vdw) 2010-06-01 20:08:33 +00:00
doitux e4d4149247 fix bsd qmake project file bug. thx coldz 2010-04-04 12:05:58 +00:00
lotodore bb3d7617bc Fixing mingw build errors. 2010-04-02 10:59:38 +00:00
lotodore 9063f2c9e1 Trying to use gsasl utf-8 support with libidn. 2010-03-24 12:23:20 +00:00
doitux 857cbf357e add delay between hands option for network/internet game 2009-10-23 23:12:33 +00:00
lotodore 7ae35122b8 Adding more server side gsasl stuff. Client side now broken. 2009-10-18 20:53:58 +00:00
lotodore 1f7f045d15 Starting gsasl integration to perform challenge response authentication. Note that gsasl 1.3 is required (previous versions are not supported). Authentication is currently broken. 2009-10-11 09:20:17 +00:00
lotodore 1b23d9e609 Moving db stuff to a separate lib due to dependency trouble with ld. 2009-09-26 21:01:06 +00:00
lotodore 0e5e8baa22 Still trying to fix build dependencies. 2009-09-26 20:43:09 +00:00
lotodore e1535f403e Trying to fix lib dependencies. 2009-09-26 20:35:43 +00:00
lotodore c59a8274e1 Integration of the db backend library. 2009-09-26 20:05:46 +00:00
lotodore 8dbb11db92 Mac OS: Using snow leopard as build platform. PowerPC architecture no longer supported. SDK set to 10.5 (leopard) due to problems compiling boost. Hopefully still runs on 10.4 (tiger), but I cannot check... 2009-09-18 23:38:57 +00:00
lotodore fbf9320b49 Windows build fix. 2009-08-18 14:52:05 +00:00
doitux 6a6e56ae5b removes debug from svn pro files 2009-08-17 23:23:01 +00:00
doitux 91c4304b78 refactoring chat-system 2009-08-17 23:20:58 +00:00
lotodore 3d65eaedd0 Fixing MacOS build. 2009-08-14 16:09:44 +00:00
doitux 43b694e4f8 linux linking libpokerth_protocol fix 2009-08-02 19:24:34 +00:00
lotodore 945c4a102a Completely rewriting all NetPacket stuff to use ASN.1. Finally this big chunk of work is completed. Compiles and links fine, but still partly non-functional.
PLEASE NOTE: This is NOT COMPATIBLE to 0.7.x, because it is a new network protocol.
2009-08-02 15:11:40 +00:00
doitux b6fd57c0fe start 0.8 svn! remove debug/release config options from pro files (need
to be set via CONFIG+= qmake command option now)
2009-07-05 12:26:12 +00:00
lotodore 4b5d78af81 The client network code was rewritten to use boost::asio. Some optimization is still required, and some code files can now be removed. 2009-06-14 22:07:41 +00:00
lotodore 22720a83f2 Small project file fixes. 2009-05-10 22:34:07 +00:00
lotodore ac4c2e9aef Integrating precompiled headers support (might speed up compilation). Currently disabled (in .pro files). 2009-05-07 22:36:51 +00:00
lotodore e813c49fe5 Changing windows build to boost 1.39 with mingw gcc 4.4. Windows build system needs update. 2009-05-06 21:24:14 +00:00
lotodore 60b5d45c53 Adopting changes from asio branch. Currently broken. 2009-05-04 21:11:29 +00:00
lotodore 7272e77d97 Fixing MacOS build. 2009-04-11 11:37:45 +00:00
lotodore 3e8f92050a Adding asio define to stop compiler warnings. 2009-04-10 18:56:23 +00:00
lotodore 49cd98e31e Fixing boost linking for mingw. 2009-04-09 22:15:16 +00:00
doitux de78d04b87 linux fixes for new boost::regex 2009-04-09 16:38:44 +00:00
doitux e860dbc1e9 kfreebsd patch 2009-04-09 16:19:56 +00:00
lotodore a7e7cdb47b Updated project files for MacOS. 2009-03-22 21:20:34 +00:00
lotodore 1bb674f8b7 Always use static Qt with jpeg/gif plugins on Windows. 2009-03-21 12:32:46 +00:00
lotodore ebce3ee214 Warning: Enables debug mode.
More steps towards downloading avatars from external server. This is currently BROKEN.
2009-03-21 01:39:00 +00:00
lotodore e8f9d917f8 Fixed Windows build issues. 2009-03-02 19:24:16 +00:00
lotodore ab046cc1fb Fixed linefeeds. 2009-02-28 11:29:28 +00:00
lotodore 5374f1d102 Use boost 1.38 on Windows. Requires update of Windows build scripts, but these are currently broken anyway, because the new g++ 4.3.3 SJLJ TDM mingw compiler causes a crash during exception unwinding when the client is disconnected by the server. Need to switch to the Dwarf2 compiler. 2009-02-28 00:52:45 +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 82b758e5a7 Clarifying build error messages (patch by coldz, thanks). 2009-02-10 23:21:04 +00:00
lotodore 23c9bf136b Updated release paths for mingw. 2008-12-21 21:39:47 +00:00
lotodore eaefc64dd4 Fix mingw boost version. Release build. 2008-12-21 21:14:14 +00:00
floty dae1eb1605 calcHandsChance 2008-10-17 09:49:36 +00:00
lotodore a9133233fa Enable debug build for mingw. 2008-09-02 19:54:33 +00:00
lotodore 4e72da5a24 Use boost 1.36.0 on windows. 2008-09-02 19:20:15 +00:00
lotodore a2ad3a3573 Back to release mode for mingw build script, until the lib-not-found problem is solved. 2008-08-06 20:23:27 +00:00
doitux aea6b39327 next steps for startwindow 2008-06-08 21:18:29 +00:00
doitux d59860b69d pro files patch for BSD (thx jbriz) 2008-05-30 18:26:01 +00:00
doitux 22b3b91d0b 0.6.2 NOW!!! 2008-05-21 20:47:17 +00:00