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

Snake cog #78

Merged
merged 32 commits into from
May 19, 2018
Merged

Snake cog #78

merged 32 commits into from
May 19, 2018

Commits on Apr 27, 2018

  1. Added the random_snake_name feature, created by Iceman

    Leon Sandøy committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    2360f21 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Added Antidote to the snake_cog.

    Leon Sandøy committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    c8c5cca View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Configuration menu
    Copy the full SHA
    a9293e9 View commit details
    Browse the repository at this point in the history
  2. Cleaned up the snake quiz

    Leon Sandøy committed May 10, 2018
    Configuration menu
    Copy the full SHA
    514a17f View commit details
    Browse the repository at this point in the history
  3. Cleaning up snake_quiz further and integrating it towards the new API…

    … for snake questions.
    Leon Sandøy committed May 10, 2018
    Configuration menu
    Copy the full SHA
    2375290 View commit details
    Browse the repository at this point in the history
  4. Bugfixes for Antidote and Quiz

    Leon Sandøy committed May 10, 2018
    Configuration menu
    Copy the full SHA
    55eec4e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. Implemented the zzzen of pythhhon, by prithaj and andrew.

    Leon Sandøy committed May 12, 2018
    Configuration menu
    Copy the full SHA
    01e04af View commit details
    Browse the repository at this point in the history
  2. Added the snake facts feature by Andrew and Prithaj. Also cleaned up …

    …some code smell.
    Leon Sandøy committed May 12, 2018
    Configuration menu
    Copy the full SHA
    36f2de7 View commit details
    Browse the repository at this point in the history
  3. Implemented the snake_videos feature. Also made a fix for a bug with …

    …https sessions on local aiohttp
    Leon Sandøy committed May 12, 2018
    Configuration menu
    Copy the full SHA
    5bcb305 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Configuration menu
    Copy the full SHA
    c6acf33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5cf21e View commit details
    Browse the repository at this point in the history
  3. Implemented the hatch feature from Momo and Kels PR

    Leon Sandøy committed May 13, 2018
    Configuration menu
    Copy the full SHA
    5b3535f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Implemented the snakemefeature from the momo and kel PR, with big mod…

    …ifications. It no longer uses markov, it was just too slow to get it to do something interesting. It can also be passed a message to snakify that instead.
    Leon Sandøy committed May 14, 2018
    Configuration menu
    Copy the full SHA
    9c14d52 View commit details
    Browse the repository at this point in the history
  2. Started on Snakes and Ladders, but want to refactor it to use reactio…

    …ns. Fixed up the perlin noise gen to generate random snake attributes.
    Leon Sandøy committed May 14, 2018
    Configuration menu
    Copy the full SHA
    4f4f45f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdda2a8 View commit details
    Browse the repository at this point in the history
  4. Snakes and Ladders implemented and rewritten to use reactions for con…

    …trols.
    Leon Sandøy committed May 14, 2018
    Configuration menu
    Copy the full SHA
    1a6c194 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0244dbd View commit details
    Browse the repository at this point in the history
  6. made the snek draw feature even more fabulous.

    Leon Sandøy committed May 14, 2018
    Configuration menu
    Copy the full SHA
    9a7a2aa View commit details
    Browse the repository at this point in the history
  7. SAL, get_snek, perlin

    Leon Sandøy committed May 14, 2018
    Configuration menu
    Copy the full SHA
    701547d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Fixing some minor problems with startup log spam. The bot will now on…

    …ly try to post to DEVLOG if it's not in debug mode. Also added the new snake API endpoints and prepping for database handling of all snek related datapoints.
    Leon Sandøy committed May 15, 2018
    Configuration menu
    Copy the full SHA
    1aba2d9 View commit details
    Browse the repository at this point in the history
  2. Merging master for some bugfixes

    Leon Sandøy committed May 15, 2018
    Configuration menu
    Copy the full SHA
    68e8a69 View commit details
    Browse the repository at this point in the history
  3. Pointed all relevant functions at their respective snake API endpoint…

    …s. Tested. All the data is now in our database, and everything appears to work.
    Leon Sandøy committed May 15, 2018
    Configuration menu
    Copy the full SHA
    1b81818 View commit details
    Browse the repository at this point in the history
  4. Added the guessing game by Ava and eivl

    Leon Sandøy committed May 15, 2018
    Configuration menu
    Copy the full SHA
    d8572e8 View commit details
    Browse the repository at this point in the history
  5. Trailing comma, baby

    Leon Sandøy committed May 15, 2018
    Configuration menu
    Copy the full SHA
    1a179ec View commit details
    Browse the repository at this point in the history
  6. Added snake cards.

    Leon Sandøy committed May 15, 2018
    Configuration menu
    Copy the full SHA
    b261043 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Added the snakes.about command, and cleaned up the cog. Still got a c…

    …ouple of bugs with snake_card, but other than that this is done.
    Leon Sandøy committed May 16, 2018
    Configuration menu
    Copy the full SHA
    2e9c3e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba9e30 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Some fixes for the snake cards. Cards now use the converter on the sn…

    …ake input, so it can disambiguate just like .get. Also made the special cases like bob ross available to both .get and .card
    Leon Sandøy committed May 18, 2018
    Configuration menu
    Copy the full SHA
    d784ca0 View commit details
    Browse the repository at this point in the history
  2. Some fixes to address Volcyy's review.

    Leon Sandøy committed May 18, 2018
    Configuration menu
    Copy the full SHA
    1f19b28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb3d110 View commit details
    Browse the repository at this point in the history
  4. Addressing comments by gdude on the site PR

    Leon Sandøy committed May 18, 2018
    Configuration menu
    Copy the full SHA
    18663a7 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Changes requested by Joseph

    Leon Sandøy committed May 19, 2018
    Configuration menu
    Copy the full SHA
    9f5f0ce View commit details
    Browse the repository at this point in the history