Commit graph

  • fea63f764a ultima carta Jannes Höke 2016-05-25 04:36:47 +0200
  • 9e98de41c8 add plurals to es_ES (incomplete) Jannes Höke 2016-05-25 04:25:10 +0200
  • 9f88f7ff32 make zh_TW compatible with plurals Jannes Höke 2016-05-25 04:15:04 +0200
  • 6877063a2c make zh_HK compatible with plurals Jannes Höke 2016-05-25 04:08:35 +0200
  • fb86f6df05 add plurals to it_IT (incomplete) Jannes Höke 2016-05-25 03:59:22 +0200
  • 5a71cbaae0 singular first place Jannes Höke 2016-05-25 03:46:25 +0200
  • f43cfc2190 fix english plurales Jannes Höke 2016-05-25 03:14:07 +0200
  • 7672e1b47a remove logging call Jannes Höke 2016-05-25 03:01:37 +0200
  • 7c250c6f79 don't record played cards if stats not enabled Jannes Höke 2016-05-25 03:01:25 +0200
  • bcaea68ef9 Merge pull request #12 from TiagoDanin/Update-pt_BR Jannes Höke 2016-05-24 17:10:06 +0200
  • 3ba225e7a5
    Update pt_BR (Add plurals) TiagoDanin 2016-05-24 10:02:17 -0500
  • 6901e7f4d0 implement plurals, update de_DE translation to use plurals Jannes Höke 2016-05-24 15:49:23 +0200
  • c54ffd83e5 update translator names and links Jannes Höke 2016-05-24 11:25:20 +0200
  • 2041e3cb1f add icon attributions to source command Jannes Höke 2016-05-24 09:57:48 +0200
  • 72515e37ed fix games first place stats Jannes Höke 2016-05-24 09:57:23 +0200
  • d5cac440ec use icons for draw and pass Jannes Höke 2016-05-24 09:57:05 +0200
  • 23adfe2cb6 Merge pull request #11 from TiagoDanin/master Jannes Höke 2016-05-24 09:46:07 +0200
  • de177e1137
    Small update in translations TiagoDanin 2016-05-23 12:57:41 -0500
  • 962f550f96
    Add me to the Translators.md imlonghao 2016-05-23 20:11:26 +0800
  • 06ae098a5f
    add locale: zh_CN imlonghao 2016-05-23 20:08:02 +0800
  • 4a51c7bfb6 change loglevel to INFO Jannes Höke 2016-05-23 13:30:57 +0200
  • 7fd3c662a5 fix issue where people would join a game twice Jannes Höke 2016-05-23 13:14:42 +0200
  • ecc0b3adc7 add id_ID locale Jannes Höke 2016-05-23 13:08:43 +0200
  • e7e3fbf4ce add locales: es_ES, zh_HK, zh_TW Jannes Höke 2016-05-23 12:20:31 +0200
  • 0c3f623cd9 small fixes & translation updates Jannes Höke 2016-05-23 01:53:23 +0200
  • 0e680c6e30 update it_IT and add pt_BR Jannes Höke 2016-05-23 00:45:44 +0200
  • c7b6649438 add italian translations (big thanks to Carola and nick!) Jannes Höke 2016-05-22 23:32:43 +0200
  • 9234e3858f add italian translations (big thanks to Carola and nick!) fix-code Jannes Höke 2016-05-22 23:32:43 +0200
  • c477701b75 Merge pull request #8 from jh0ker/fix-code Jannes Höke 2016-05-22 19:24:59 +0200
  • ba47f4c19e final version? Jannes Höke 2016-05-22 19:21:51 +0200
  • 4cdffffa5f Optional multi-translations Jannes Höke 2016-05-22 17:02:27 +0200
  • 005445c4dd add database file to gitignore Jannes Höke 2016-05-22 14:47:26 +0200
  • 6c610c1aeb settings UI added, save locale to database Jannes Höke 2016-05-22 14:45:51 +0200
  • cddf13dc5d add __ function to translate complete stack, add dummy decorators to pull locales from db Jannes Höke 2016-05-22 03:13:05 +0200
  • 5ece46527a locales are working, added de_DE locale Jannes Höke 2016-05-21 21:41:38 +0200
  • becc7e28dc fix broken method call Jannes Höke 2016-05-21 18:56:58 +0200
  • a02813477a more stable first-card drawing Jannes Höke 2016-05-21 18:56:27 +0200
  • 73365f49fc draw method reset draw counter on empty deck Jannes Höke 2016-05-21 18:55:53 +0200
  • d5b76c5c12 fix result list generation Jannes Höke 2016-05-21 18:55:03 +0200
  • a39fa85b3b more translation supprt Jannes Höke 2016-05-20 18:35:21 +0200
  • aee310ec9c handle empty decks on player join Jannes Höke 2016-05-20 18:34:27 +0200
  • 0dcd1f6cdc use regular formatting Jannes Höke 2016-05-20 17:55:08 +0200
  • 2316ab8a1c pot formatting Jannes Höke 2016-05-20 17:53:01 +0200
  • 8af8852d05 initial translation support Jannes Höke 2016-05-19 23:18:05 +0200
  • 204b057810 add encoding Jannes Höke 2016-05-19 23:15:46 +0200
  • 9936d97373 update test_end_game Jannes Höke 2016-05-19 21:29:07 +0200
  • 424219d825 fix end_game Jannes Höke 2016-05-19 21:28:04 +0200
  • c9f7c09a46 update readme Jannes Höke 2016-05-19 20:57:32 +0200
  • 6204868a18 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) Jannes Höke 2016-05-19 20:52:50 +0200
  • 8343737cb4 initial commit for AI opponent using ISMCTS ismcts Jannes Höke 2016-05-16 16:55:40 +0200
  • a6f2c07403 increase workers to 32 Jannes Höke 2016-05-08 19:40:58 +0200
  • 132cf9d993 udpate readme Jannes Höke 2016-05-08 18:57:40 +0200
  • f82b9ce6c0 hint on close command on game start Jannes Höke 2016-05-08 18:52:10 +0200
  • 9b62f9b116 limit timer resetting even further Jannes Höke 2016-05-08 18:38:31 +0200
  • ae311ea0cf next.user Jannes Höke 2016-05-08 17:52:06 +0200
  • b75667bb86 reset at correct position and display right name Jannes Höke 2016-05-08 17:46:41 +0200
  • 512d752997 make game endings more smooth Jannes Höke 2016-05-08 17:46:14 +0200
  • d85934b789 actually check for waiting time, not always 90sex Jannes Höke 2016-05-08 17:17:51 +0200
  • 4c1a5537eb fix waiting time display and reset Jannes Höke 2016-05-08 17:13:01 +0200
  • 1d10388d8e reduce waiting time for repeated skipping and remove after four successive skips Jannes Höke 2016-05-08 17:03:29 +0200
  • 2b8c01002f some code optimization Jannes Höke 2016-05-08 15:49:41 +0200
  • 842fca0021 add license information (#4) Jannes Höke 2016-05-08 14:39:13 +0200
  • 880d43f471 add license information (#4) Jannes Höke 2016-05-08 14:38:38 +0200
  • 686cf3facb move to AGPL (#4) Jannes Höke 2016-05-08 14:37:25 +0200
  • 9b4f4a43ea on skip, add card to players hand Jannes Höke 2016-05-02 12:10:35 +0200
  • 9dc387dadd on leave, return cards to deck Jannes Höke 2016-05-02 12:10:16 +0200
  • 1b1edf508d change time limit to 90 seconds Jannes Höke 2016-05-01 18:41:40 +0200
  • 0cf7b70454 use actual game creator, make skip available to every player Jannes Höke 2016-05-01 18:23:59 +0200
  • 76b869fce7 timelimit on skip command Jannes Höke 2016-04-30 13:27:41 +0200
  • 27fff4b2e1 game endings cleaner, time limit on skip command Jannes Höke 2016-04-30 13:26:50 +0200
  • c57b278c1e remove black from colors Jannes Höke 2016-04-30 12:20:44 +0200
  • dde30a14d7 answer async with timeout Jannes Höke 2016-04-30 12:20:36 +0200
  • 281511e0fd display next player on leave Jannes Höke 2016-04-30 11:43:26 +0200
  • 1844d1d40a move result builders and utility functions to seperate files Jannes Höke 2016-04-29 17:02:50 +0200
  • ab615f354c special card representation improved Jannes Höke 2016-04-29 16:21:03 +0200
  • 3b590d9fca adjust for python-telegram-bot 4.0.1 Jannes Höke 2016-04-29 11:12:56 +0200
  • 6a0f3cd8c5 Merge pull request #3 from imlonghao/patch Jannes Höke 2016-04-29 08:05:01 +0200
  • 971fe8ef88
    Kicked out of games once he win imlonghao 2016-04-29 00:17:14 +0800
  • 9487fdf7f6 Merge pull request #2 from imlonghao/patch Jannes Höke 2016-04-27 16:12:50 +0200
  • 0ecf3370e3
    Fix issue when joining a closed game, send message via send_async, send message to the sender in same case. imlonghao 2016-04-27 21:47:11 +0800
  • cb6c2f2557 Merge pull request #1 from imlonghao/startnum Jannes Höke 2016-04-26 20:39:14 +0200
  • 6777e0f40c
    Change to start number of cards from 2 to 7 imlonghao 2016-04-27 00:20:15 +0800
  • 67daa82ece moar commands, leave always, asynchronous sending, game switching [untested] Jannes Höke 2016-04-26 17:53:29 +0200
  • c1ef321cc3 experimental: multiple games Jannes Höke 2016-04-24 02:11:37 +0200
  • c22e91eafa allow leaving game if two or less players are in game Jannes Höke 2016-04-23 22:30:21 +0200
  • ded3c7684b make sendmessage and answerinlinequery asynchronous Jannes Höke 2016-04-23 22:13:15 +0200
  • 317b4662d1 add newline in help text Jannes Höke 2016-04-20 01:32:02 +0200
  • f79ce4e0fa update draw and pass sticker Jannes Höke 2016-04-20 00:58:12 +0200
  • 9a763936cd use stickers instead of text/link results Jannes Höke 2016-04-20 00:55:56 +0200
  • f04d8d32e5 add new images Jannes Höke 2016-04-20 00:55:31 +0200
  • a118704e48 update ptb version Jannes Höke 2016-04-19 02:40:27 +0200
  • 2a637da75f forcefully remove player if he leaves the group Jannes Höke 2016-04-19 02:22:42 +0200
  • 746a9ff745 implement simple anti-cheat system Jannes Höke 2016-04-19 01:26:38 +0200
  • 28863876da switch codebase to bot-api-2.0 and minor improvements Jannes Höke 2016-04-19 00:45:27 +0200
  • b17dcf5cdc catch error when trying to join ended game Jannes Höke 2016-04-19 00:42:23 +0200
  • daa211b692 do not begin with special card Jannes Höke 2016-04-19 00:41:48 +0200
  • c5c314a9b1 use color emoji Jannes Höke 2016-04-19 00:41:23 +0200
  • bc9c057d57 fix bluffing again Jannes Höke 2016-04-19 00:40:57 +0200
  • 95fe601f6d scale thumbs to 80px height Jannes Höke 2016-04-19 00:39:54 +0200
  • 5df4e1fd30 rule fixes and interface optimizations Jannes Höke 2016-03-31 16:07:35 +0200