Commit Graph
75 Commits
Author SHA1 Message Date
Mark Morschhäuser 312acb3402 Recompiled usermanual. 2014-06-25 09:16:00 +02:00
Mark Morschhäuser 3a82669b61 Added Mac OS X build instructions. 2014-06-21 19:24:13 +02:00
Mark Morschhäuser 3863a05f49 Updated Windows build howto. 2014-06-20 09:59:45 +02:00
Mark Morschhäuser a22a703fe8 Merge branch 'win32' of https://github.com/VanNostrand/Cockatrice into win32 2014-06-18 13:44:37 +02:00
Mark Morschhäuser 0497239cef Added MSVC compiler flags to cmake file. 2014-06-18 13:42:14 +02:00
Mark Morschhäuser 391e480d7a Restored MSVC linkflags after cmake update. 2014-06-18 12:11:58 +02:00
Mark Morschhäuser 929bcb55da Fixed bug in filtertree.cpp 2014-06-18 12:10:15 +02:00
Mark Morschhäuser 8708c96695 Merge remote-tracking branch 'origin/master' into win32
Conflicts:
	cockatrice/CMakeLists.txt
	oracle/CMakeLists.txt
2014-06-18 12:09:32 +02:00
Mark Morschhäuser f042b80e0f Updated Usermanual.pdf 2014-06-15 10:43:04 +02:00
Mark Morschhäuser 06f25ff546 Removed pthread information due to fixes in the buildsystem. 2014-06-15 10:41:23 +02:00
Mark Morschhäuser 901b0d51d5 Slightly changed two captions. 2014-06-15 10:40:12 +02:00
Mark Morschhäuser ccab97ca7d RNG: added additional checks (which forced an interface redesign), updated comments 2014-06-09 13:31:21 +02:00
Mark Morschhäuser 197dd0f3c8 Remove useless bound checks. 2014-05-30 11:48:07 +02:00
Mark Morschhäuser bf6ec478cb Dealt with SFMT compile warnings. 2014-05-18 11:10:29 +02:00
Mark Morschhäuser 69201460e6 Included climits for UINT_MAX non-aware compilers. 2014-05-18 10:54:41 +02:00
Mark Morschhäuser 0c65fdf3dd Defined a common prefix for the Qt directory 2014-05-11 14:09:54 +02:00
Mark Morschhäuser f964dcc656 Added additional bound checks. 2014-03-20 15:37:21 +01:00
Mark Morschhäuser fbf54b62bc Test if macro already exists to shutup warning. 2014-03-18 20:41:39 +01:00
Mark Morschhäuser d968f04b02 Improved file handling from commit e33debcb. 2014-03-18 12:10:46 +01:00
Mark Morschhäuser da59b51c5e Fixed deletion of startmenu folder on uninstall + code indent 2014-03-12 10:04:31 +01:00
Mark Morschhäuser e2615a0ff0 Fixed warning C4018 <,> signed/unsigned mismatch 2014-03-12 09:34:25 +01:00
Mark Morschhäuser 7c606af63e Fixed warning regarding virtual function overrides. Using C++ standard.
See http://msdn.microsoft.com/en-us/library/bb384874(v=vs.90).aspx
2014-03-12 09:11:01 +01:00
Mark Morschhäuser eebdc1b50e Updated NSIS uninstall section. 2014-03-11 17:47:40 +01:00
Mark Morschhäuser a52d774593 Updated NSIS installer. 2014-03-11 17:41:17 +01:00
Mark Morschhäuser a7c957dfca Fixed CMake files for MSVC++ linker. 2014-03-11 17:15:51 +01:00
Mark Morschhäuser 32ad8ed24c Fixed MSVC++ compile error due to sqrt() usage. 2014-03-11 16:57:54 +01:00
Mark Morschhäuser 80da61dcbb Fix MSVC++ compile error caused by missing round() in math.h 2014-03-11 16:10:55 +01:00
Mark Morschhäuser 6e9f81461a Fixed VC++ 'M_PI' : undeclared identifier error. 2014-03-11 15:19:29 +01:00
Mark Morschhäuser 49227ad44c Fixed VC "'*/' found outside of comment" warning. 2014-03-11 15:04:26 +01:00
Mark Morschhäuser e33debcbff Changed C to Qt file handling. VC warns because fopen may be unsafe. 2014-03-11 15:02:15 +01:00
Mark Morschhäuser 4eb845d438 Throw exception if RNG is used with invalid bounds. 2014-03-11 09:41:37 +01:00
Mark Morschhäuser 9a20e5e2e2 Commented a pitfall in case of RNG replacement. 2014-03-11 08:18:54 +01:00
Mark Morschhäuser 800f7e6373 Use distribution function with rejection sampling. 2014-03-10 14:13:46 +01:00
Mark Morschhäuser 424513eb90 Forgot to add lower bound in RNG generation. 2014-03-08 17:45:59 +01:00
Mark Morschhäuser a15eb6f29f Updated SFMT RNG code, removed Qt RNG 2014-03-08 17:08:40 +01:00
Mark Morschhäuser 91138b7e84 Improved Linux/BSD section in the usermanual. 2014-01-24 14:00:29 +01:00
Mark Morschhäuser 69fe801034 Changed Arch Linux to Arch Linux (AUR). 2013-05-15 22:10:06 +02:00
Mark Morschhäuser 562de0553f Fixed compile warnings due to missing \n at EOF. 2013-05-15 21:31:47 +02:00
Mark Morschhäuser 187fa23fef Improved/added Linux/BSD compilation documentation. 2013-05-15 21:30:48 +02:00
Mark Morschhäuser 8484de4277 Added TODO list 2013-05-11 18:48:01 +02:00
Mark Morschhäuser 0022425687 Fixed implicit conversions from double to int warnings regarding
QPainter.drawRect()
2013-05-11 17:41:11 +02:00
Mark Morschhäuser 314db1f464 Changed sets.xml URL due to w32-qt ssl problem 2013-05-09 19:53:13 +02:00
Mark Morschhäuser cf70843d0b Merge branch 'master' into smallfix 2013-05-09 19:46:24 +02:00
Mark Morschhäuser 382394b54c Add usermanual.pdf to startmenu if created. 2013-05-09 08:17:11 +02:00
Mark Morschhäuser f801f4f64d Changed default server to woogerworks 2013-05-08 23:56:09 +02:00
Mark Morschhäuser 66f4041cb3 Updated usermanual to installer changes. 2013-05-08 20:48:05 +02:00
Mark Morschhäuser 90b64a257f Installer shows GPL, appends git hash, uses solid lzma now. 2013-05-08 20:46:57 +02:00
Mark Morschhäuser 204f457e2b Updated COPYING (GPLv2) with GPLv2 from GNU.org (trivial) 2013-05-08 20:45:38 +02:00
Mark Morschhäuser 284d2a8615 Merge branch 'documentation' 2013-05-08 15:09:37 +02:00
Mark Morschhäuser 6bf0045967 Installer: added usermanual, use default paths, add timestamp to exe. 2013-05-08 13:42:50 +02:00
Mark Morschhäuser 91366a6f43 Fixed the Windows howto, it uses the official nsis script now. 2013-05-08 13:41:43 +02:00
Mark Morschhäuser a176cf0940 Moved the CentOS6 Howto into the usermanual. 2013-05-08 11:26:51 +02:00
Mark Morschhäuser 1a63fa233e Added a Windows compilation howto. 2013-05-08 10:53:56 +02:00
Mark Morschhäuser 6e85f15688 Added some linebreaks. 2013-05-08 09:35:42 +02:00
Mark Morschhäuser 9284a9e40f Merge branch 'documentation' 2013-05-07 22:58:10 +02:00
Mark Morschhäuser dd4ffc0f8a Added Dragon's Maze to sets.xml 2013-05-07 12:07:23 +02:00
Mark Morschhäuser 8359b5a451 Merge branch 'oracle-fixes' 2013-04-21 19:20:22 +02:00
Mark Morschhäuser f53fff9a7b create_sets_xml.sh now creates the correct header for sets.xml. 2013-04-21 18:31:23 +02:00
Mark Morschhäuser 9dd5697213 Restored picture/set url entries from 2011-01-26. 2013-04-21 18:22:11 +02:00
Mark Morschhäuser 8bd247e681 Fixed spoiler list parsing, oracle works again. 2013-04-21 17:31:07 +02:00
Mark Morschhäuser b179f446f5 Get sets.xml directly from github. 2013-04-21 17:30:08 +02:00
Mark Morschhäuser bd861bbff1 Removed two unused variables. 2013-04-21 15:53:27 +02:00
Mark Morschhäuser b45a4f1282 Completed dokuwiki import. 2013-04-14 12:27:21 +02:00
Mark Morschhäuser 8ee75331b5 Added chapter Playing Online 2013-04-14 12:11:08 +02:00
Mark Morschhäuser 654b25bfec Completed "Getting Started" of the Usermanual. 2013-04-03 12:29:19 +02:00
Mark Morschhäuser 1fbb5df7dd Added script that generates sets.xml output 2013-04-03 11:48:47 +02:00
Mark Morschhäuser b40a5896d4 Updated sets.xml - maybe it is too complete now. 2013-04-03 11:46:54 +02:00
Mark Morschhäuser 4f042681bb fixed the github url 2013-04-03 11:40:28 +02:00
Mark Morschhäuser e769f5df94 New LaTeX usermanual: added first pt. from cockatrice.de dokuwiki 2013-04-02 22:30:28 +02:00
Mark Morschhäuser e3b1e801be Added current sets.xml 2013-04-02 18:29:56 +02:00
Mark Morschhäuser b5d5e94649 Added documentation/howto for card database. 2013-04-02 18:29:43 +02:00
Mark Morschhäuser cf98f0cf17 Added shortcuts documentation. 2013-04-02 18:29:12 +02:00
Mark Morschhäuser 94b0593623 Added FAQ from cockatrice wiki. 2013-04-02 18:27:22 +02:00
Mark Morschhäuser be7c287322 Added internet howto for own server on CentOS. 2013-04-02 18:27:10 +02:00
Mark Morschhäuser 1bf4f74a50 Fixed duplicate case compile error 2013-04-02 12:04:37 +02:00