- 15 Jun, 2014 1 commit
-
-
Fabio Bas authored
* add multiverse id to cards.xml * remove pictures urls from cards.xml TBD: * fix/clean oracle’s gui * add support in cockatrice
-
- 14 Jun, 2014 16 commits
-
-
Fabio Bas authored
-
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
* Used http://www.woogerworks.com/files/sets.xml as a base * update version * use mtgjson.com as source * adapted some sets name (es: 6E => 6ED) Caveats: * Not all previous sets are present (e.g.: WOTC, WMCQ, WRL); they were not present in woogerworks’s sets.xml anyway
-
Fabio Bas authored
Problem: Split card are imported as 2 different cards; need to find some way to join them
-
Fabio Bas authored
-
Gavin Bisesi authored
Cmake overhaul
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
* Used http://www.woogerworks.com/files/sets.xml as a base * update version * use mtgjson.com as source * adapted some sets name (es: 6E => 6ED) Caveats: * Not all previous sets are present (e.g.: WOTC, WMCQ, WRL); they were not present in woogerworks’s sets.xml anyway
-
Fabio Bas authored
Problem: Split card are imported as 2 different cards; need to find some way to join them
-
Fabio Bas authored
-
Fabio Bas authored
-
- 13 Jun, 2014 1 commit
-
-
Fabio Bas authored
Protobuf depends on pthread under unix, but cmake’s FindProtobuf doesn’t add -lpthread to link flags
-
- 12 Jun, 2014 4 commits
- 11 Jun, 2014 3 commits
- 10 Jun, 2014 15 commits
-
-
Fabio Bas authored
-
Fabio Bas authored
* Use automoc instead of a manual list of headers * Remove Qt4 detection * Created missing .cpp for .h files (for automoc detection) * Remove pthread linking * Forcing -lprotobuf is not needed for mingw; msvc only?
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
* Remove cockatrice_HEADERS (obsoleted by automoc) * Remove compilation flags definition and Qt4 finding calls * Make use of CMAKE_INSTALL_PREFIX * use INSTALL(TARGETS) in place of INSTALL(PROGRAM) * Osx: create a proper application bundle * Added comments
-
Fabio Bas authored
* Remove cockatrice_HEADERS (obsoleted by automoc) * Remove compilation flags definition and Qt4 finding calls * Make use of CMAKE_INSTALL_PREFIX * use INSTALL(TARGETS) in place of INSTALL(PROGRAM) * Osx: create a proper application bundle * Added comments
-
Fabio Bas authored
* Remove cockatrice_HEADERS (obsoleted by automoc) * Remove compilation flags definition and Qt4 finding calls * Make use of CMAKE_INSTALL_PREFIX * use INSTALL(TARGETS) in place of INSTALL(PROGRAM) * Osx: create a proper application bundle * Added comments
-
Fabio Bas authored
* define CMAKE_INSTALL_PREFIX * define compilation flags * find needed libraries * enable Qt4’s automoc * Added comments
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Gavin Bisesi authored
Fix compiling on OSX
-
ctrlaltca authored
-