"cockatrice/translations/cockatrice_pl.ts" did not exist on "df7bcf179df5c1a5fed8c889816e0aa2cf1e4962"
- 14 Jun, 2014 1 commit
-
-
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 20 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
-
Gavin Bisesi authored
addition of advanced filtering features in deck editor
-
Gavin Bisesi authored
Fix Linux and BSD section formatting
-
Gavin Bisesi authored
RNG Update
-
Fabio Bas authored
-
Fabio Bas authored
-
- 09 Jun, 2014 1 commit
-
-
Mark Morschhäuser authored
-
- 30 May, 2014 1 commit
-
-
Mark Morschhäuser authored
-
- 18 May, 2014 2 commits
-
-
Mark Morschhäuser authored
-
Mark Morschhäuser authored
-
- 17 May, 2014 1 commit
-
-
Gavin Bisesi authored
Add Tab shortcut for next phase
-
- 24 Apr, 2014 2 commits
-
-
sylvanbasilisk authored
removed LEFT/RIGHT increment/decrement while the card database/quicksearch edit have focus. LEFT/RIGHT increment/decrement remains while the deck view has focus. also, now the card database delegates focus the quicksearch editor so that any characters typed while the card database has focus will narrow the search down using the quicksearch filter. `control`+`alt`+`-`/`=` now increment/decrement the mainboard and `control`+`alt`+`[`/`]` now increment/decrement the sideboard (alt could not be used alone as OSX inserts special characters using alt.
-
sylvanbasilisk authored
in the case of AND'ed filter terms, returning true from acceptCardAttr will be equivalent to ignoring the disabled term, but in the case of OR'ed terms, returning true will incorrectly cause all cards to be accepted. the fix is to test for whether the term is enabled before calling acceptCardAttr and continue if disabled.
-
- 25 Mar, 2014 4 commits
-
-
sylvanbasilisk authored
-
sylvanbasilisk authored
Conflicts: cockatrice/src/carddatabasemodel.cpp cockatrice/src/carddatabasemodel.h cockatrice/src/decklistmodel.cpp cockatrice/src/decklistmodel.h cockatrice/src/tab_deck_editor.cpp cockatrice/src/tab_deck_editor.h
-
sylvanbasilisk authored
-
sylvanbasilisk authored
this should fix the compilation issue mentioned by mattkelly
-