Commit Graph
127 Commits
Author SHA1 Message Date
lotodore 48f87f0dd8 New external dependency: tinyxml. 2011-02-08 14:40:14 +00:00
lotodore 54bc7aaa8d Do not use own "daemon(...)" function. 2011-01-09 11:07:08 +00:00
lotodore b6d2e61fd8 Fixing native Windows build. 2010-12-20 18:27:48 +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 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
lotodore 920fcda79c Use -std=gnu++0x instead of -std=c++0x for better backward compatibility. 2010-11-20 17:41:12 +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 14cc84f399 Lib path fixes for official server. 2010-11-01 09:46:56 +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
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
lotodore 6155eea797 Trying to fix windows build. 2010-10-19 19:40:00 +00:00
lotodore 76f182d808 More cross compiling fixes. 2010-10-19 18:12:15 +00:00
lotodore 9283818507 More cross compiling fixes. 2010-10-19 17:54:58 +00:00
lotodore 777bf952f9 Fix wrong case problem with cross compiling. 2010-10-19 17:54:21 +00:00
lotodore caaafc1ed6 More cross compiling fixes. 2010-10-19 17:53:04 +00:00
lotodore 3b1ed27175 Reformatting .pro files, adding test skeleton. 2010-10-13 17:47:16 +00:00
lotodore 81b5629b33 Support static boost libs on Linux. 2010-10-11 16:58:16 +00:00
lotodore a0669db0b6 Revert this - Qt binary release no longer supports mach architecture on Mac. 2010-10-09 19:31:46 +00:00
lotodore 806d4d2506 Mac build file changes. Try to build for 10.5 (Leopard). 2010-10-09 19:06:34 +00:00
lotodore b92ea1d5cb Changes for mingw-w64 build. 2010-10-09 08:41:52 +00:00
lotodore dfb27a0674 Win32 link fixes. 2010-08-28 09:24:54 +00:00
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