Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code #8

Merged
merged 20 commits into from
May 22, 2016
Merged

Fix code #8

merged 20 commits into from
May 22, 2016

Commits on May 19, 2016

  1. separate game logic from bot interface,

    introduce exceptions instead of boolean returns,
    remove repetitive code,
    begin unit tests,
    improve docstrings,
    update to python-telegram-bot==4.1.1,
    add ponyorm settings classes (unused)
    jh0ker committed May 19, 2016
    Configuration menu
    Copy the full SHA
    6204868 View commit details
    Browse the repository at this point in the history
  2. update readme

    jh0ker committed May 19, 2016
    Configuration menu
    Copy the full SHA
    c9f7c09 View commit details
    Browse the repository at this point in the history
  3. fix end_game

    jh0ker committed May 19, 2016
    Configuration menu
    Copy the full SHA
    424219d View commit details
    Browse the repository at this point in the history
  4. update test_end_game

    jh0ker committed May 19, 2016
    Configuration menu
    Copy the full SHA
    9936d97 View commit details
    Browse the repository at this point in the history
  5. add encoding

    jh0ker committed May 19, 2016
    Configuration menu
    Copy the full SHA
    204b057 View commit details
    Browse the repository at this point in the history
  6. initial translation support

    jh0ker committed May 19, 2016
    Configuration menu
    Copy the full SHA
    8af8852 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. pot formatting

    jh0ker committed May 20, 2016
    Configuration menu
    Copy the full SHA
    2316ab8 View commit details
    Browse the repository at this point in the history
  2. use regular formatting

    jh0ker committed May 20, 2016
    Configuration menu
    Copy the full SHA
    0dcd1f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee310e View commit details
    Browse the repository at this point in the history
  4. more translation supprt

    jh0ker committed May 20, 2016
    Configuration menu
    Copy the full SHA
    a39fa85 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. fix result list generation

    jh0ker committed May 21, 2016
    Configuration menu
    Copy the full SHA
    d5b76c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73365f4 View commit details
    Browse the repository at this point in the history
  3. more stable first-card drawing

    jh0ker committed May 21, 2016
    Configuration menu
    Copy the full SHA
    a028134 View commit details
    Browse the repository at this point in the history
  4. fix broken method call

    jh0ker committed May 21, 2016
    Configuration menu
    Copy the full SHA
    becc7e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ece465 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. add __ function to translate complete stack, add dummy decorators to …

    …pull locales from db
    jh0ker committed May 22, 2016
    Configuration menu
    Copy the full SHA
    cddf13d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c610c1 View commit details
    Browse the repository at this point in the history
  3. add database file to gitignore

    jh0ker committed May 22, 2016
    Configuration menu
    Copy the full SHA
    005445c View commit details
    Browse the repository at this point in the history
  4. Optional multi-translations

    jh0ker committed May 22, 2016
    Configuration menu
    Copy the full SHA
    4cdffff View commit details
    Browse the repository at this point in the history
  5. final version?

    jh0ker committed May 22, 2016
    Configuration menu
    Copy the full SHA
    ba47f4c View commit details
    Browse the repository at this point in the history