Commit Graph
118 Commits
Author SHA1 Message Date
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
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
lotodore e0af9bf6c8 Added daemon code for linux - just for testing. Will be platform independent later. 2007-08-28 10:33:19 +00:00
doitux d8bfeadf64 fixed compilation problems in kdevelop 2007-08-25 07:54:54 +00:00
lotodore 1d1d6480a9 Make it compile. Network mode not working currently. 2007-08-19 20:58:57 +00:00
doitux 9afc115bc2 2007-08-11 15:10:14 +00:00
lotodore 9fb2c85f33 Added missing lib dependency. 2007-08-11 14:36:32 +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
lotodore 03ecc5b9cb Removed client code which is no longer needed now. Networking still somewhat broken. 2007-08-07 20:37:34 +00:00
lotodore f11998c28c Added console server app. First try. Depends on qt for locale-specific stuff. Cannot start a game yet, only join is possible. Cannot run multiple games yet.
Not yet as service/daemon, because testing is easier with a simple console app.
2007-07-30 23:22:58 +00:00