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

Have a command that toggles throw ball with mouse on #376

Closed
wants to merge 745 commits into from
Closed

Have a command that toggles throw ball with mouse on #376

wants to merge 745 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 20, 2022

  1. Added red dog with fire

    Eric Simmons committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6bbe389 View commit details
    Browse the repository at this point in the history
  2. Add new duck names

    KComrade53 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    30b90ff View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Change PetCollection.pets to be a getter

    By using a getter, `pets` on `allPets` can be accessed using `.pets` rather than
    needing to call it as a method (`.pets()`)
    KComrade53 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    407a11d View commit details
    Browse the repository at this point in the history
  2. Change relevant pet fields to getters

    For pet type class methods that just return private values, replace the methods
    with getter methods so that the fields can be accessed on the pets without
    parentheses.
    
    E.g. `pet.name` instead of `pet.name()`
    KComrade53 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    9dc91da View commit details
    Browse the repository at this point in the history
  3. Consistent use of

    KComrade53 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0ba28cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #284 from KComrade53/kc/pet-names

    Add new duck names
    tonybaloney committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    bd6ff63 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #285 from KComrade53/kc/pets-getter

    Change PetCollection.pets to be a getter
    tonybaloney committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    a23e14e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de82255 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #286 from KComrade53/kc/pet-type-getters

    Change relevant pet fields to getters
    tonybaloney committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    e2c527f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Added new pet names

    ShabanaNaik committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    45cd9cc View commit details
    Browse the repository at this point in the history
  2. Update names.ts

    ShabanaNaik committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    379ab98 View commit details
    Browse the repository at this point in the history
  3. Updated pets names

    ShabanaNaik committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    5393cf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Add "chicken" as type

    MhouneyLH committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    915ba6d View commit details
    Browse the repository at this point in the history
  2. Add pet names

    9112Michael committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    a493828 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    56df94b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    5bac818 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #287 from ShabanaNaik/new-pet-names

    Added new pet names
    tonybaloney committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b2a11fe View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    82b3099 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #289 from 9112Michael/9112Michael

    Add pet names
    tonybaloney committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    60ba3c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Modify activation events

    tonybaloney committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    30d7988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe3263 View commit details
    Browse the repository at this point in the history
  3. Update bundle

    tonybaloney committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c611b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b80b6b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #290 from joyceerhl/dev/joyceerhl/avoid-star-activ…

    …ation
    
    Avoid `*` activating extension
    tonybaloney committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1065478 View commit details
    Browse the repository at this point in the history
  6. Updated name.ts

    I have added a few new pet names of snake, duck, and crab.
    simransia committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    9aac9c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. adding white cat option

    Dpschu2 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c4de7c8 View commit details
    Browse the repository at this point in the history
  2. cat color fix

    Dpschu2 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    9a15f3d View commit details
    Browse the repository at this point in the history
  3. Second Commit

    simransia committed Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    5be399f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #293 from simransia/patch-1

    Updated name.ts
    tonybaloney committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    954634f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #294 from Dpschu2/white-cat

    adding white cat option
    tonybaloney committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    feb531e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    fe71757 View commit details
    Browse the repository at this point in the history
  2. lint the extensions file

    tonybaloney committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f8fc3a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    839ad60 View commit details
    Browse the repository at this point in the history
  4. Use l10n

    tonybaloney committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    18f10a2 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    tonybaloney committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    8b5f42b View commit details
    Browse the repository at this point in the history
  6. Stage main bundle

    tonybaloney committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ac75fc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    3cf0aed View commit details
    Browse the repository at this point in the history
  2. Run lint:fix

    marcduiker committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    acbb8ff View commit details
    Browse the repository at this point in the history
  3. Removed gifs that are being updated

    Eric Simmons committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    692e296 View commit details
    Browse the repository at this point in the history
  4. Updated gifs with better margins

    Eric Simmons committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    19f12d4 View commit details
    Browse the repository at this point in the history
  5. Removed gifs that are being updated

    Eric Simmons committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9b07968 View commit details
    Browse the repository at this point in the history
  6. Updated gifs with better margins

    Eric Simmons committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d680252 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    tonybaloney committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c62dcd1 View commit details
    Browse the repository at this point in the history
  8. Describe who mod is

    tonybaloney committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    cbbaa8d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #296 from marcduiker/add-mod-the-dotnetbot

    Add Mod and refactor to smaller files
    tonybaloney committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1d4f67b View commit details
    Browse the repository at this point in the history
  10. Update package.json

    tonybaloney committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    86a0f03 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Fixes rethrow bug

    tonybaloney committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    5df16d8 View commit details
    Browse the repository at this point in the history
  2. Lint and recompile

    tonybaloney committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    508fd4a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #298 from tonybaloney/fix_ball_rethrow

    Fixes rethrow bug where pets won't chase the second ball and original chase isn't cancelled.
    tonybaloney committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8d13213 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e0ab2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d9d069 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #300 from tonybaloney/reset_previous_ball_state

    Reset previous ball on rethrow
    tonybaloney committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    131fd97 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #299 from tonybaloney/fix_cat_sizing

    Fix brown cat ratio for run and change spritesheet
    tonybaloney committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    99a8457 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    1dc9ac4 View commit details
    Browse the repository at this point in the history
  2. Docs outline

    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c472ae2 View commit details
    Browse the repository at this point in the history
  3. Setup pipeline

    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    3f83cc6 View commit details
    Browse the repository at this point in the history
  4. Push on master only

    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1438616 View commit details
    Browse the repository at this point in the history
  5. Change default position

    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1051781 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #303 from tonybaloney/tonybaloney-patch-1

    Change default position
    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    86b060e View commit details
    Browse the repository at this point in the history
  7. Setup docs site

    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4d09b13 View commit details
    Browse the repository at this point in the history
  8. Cleanup bug reporting

    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    131ebef View commit details
    Browse the repository at this point in the history
  9. Merge pull request #301 from tonybaloney/add_docs

    Add docs site
    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a71ee0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9d92cc View commit details
    Browse the repository at this point in the history
  11. Set homepage

    tonybaloney committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    28959e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. readme update

    AnderMendoza committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8e443e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e90c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #305 from AnderMendoza/master

    Readme Update
    tonybaloney committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    cee543c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    32a0012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e01b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    647145e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84798f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    df84699 View commit details
    Browse the repository at this point in the history
  2. Fix Lint

    Harry-Hopkinson committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    7653ad8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    06405d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f23dc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    808e7f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b5c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5cfca7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f798e View commit details
    Browse the repository at this point in the history
  5. Add download badges

    tonybaloney committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0289b13 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    87bbae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ecf00 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    tonybaloney committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    44f7068 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Setup Crowdin

    andrii-bodnar committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c3e5f77 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    7de97a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1445f69 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    9a47934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bd5049 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #307 from Luke-G-Cordova/master

    Added pet interaction, Dynamic throwing!
    tonybaloney committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    c5ea3d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11810ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58ca104 View commit details
    Browse the repository at this point in the history
  6. Update docs and changelog

    tonybaloney committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    9584a3a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #314 from tonybaloney/throw-as-configuration

    Throw ball with mouse as option
    tonybaloney committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    73dc4af View commit details
    Browse the repository at this point in the history
  8. Update version

    tonybaloney committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    7651976 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d766cf5 View commit details
    Browse the repository at this point in the history
  10. Move to l10n

    tonybaloney committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    12b00a1 View commit details
    Browse the repository at this point in the history
  11. Update l10n keys

    tonybaloney committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    17c7782 View commit details
    Browse the repository at this point in the history
  12. Lint sources

    tonybaloney committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    5c535cd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Update CI to build VSIX

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    839d6eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    037d378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    482f764 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #276 from tonybaloney/web_extension

    Setup vscode.dev web extension entry points
    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2acf52f View commit details
    Browse the repository at this point in the history
  5. Don't repeat loops

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d78036e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e5ec23 View commit details
    Browse the repository at this point in the history
  7. Update crowdin.yml

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    54e42b1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #316 from tonybaloney/fix_black_and_white_cat

    Fix black and white cat glitching on jump and landing
    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0306f3c View commit details
    Browse the repository at this point in the history
  9. Update package.nls.json

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    37b5c6f View commit details
    Browse the repository at this point in the history
  10. Update crowdin.yml

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    42f0bbf View commit details
    Browse the repository at this point in the history
  11. Update crowdin.yml

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9cdb47b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ba6d44 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe1b63f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d00d88 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fb9aa72 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b575e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6a89485 View commit details
    Browse the repository at this point in the history
  18. Add missing statics

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bd3d42c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    90a53f1 View commit details
    Browse the repository at this point in the history
  20. Lint fixes

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1857ca9 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #318 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    76021c3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5415c45 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fccba9e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8e86aed View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    67ac6ca View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    63baf32 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9391bda View commit details
    Browse the repository at this point in the history
  28. fix chinese translation

    qiyang13 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4774049 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #320 from andrii-bodnar/master

    Improve Crowdin integration
    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7c2bce4 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #321 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4b5b41c View commit details
    Browse the repository at this point in the history
  31. Merge pull request #322 from qiyang13/chinese_translation

    fix chinese translation
    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cc38ebc View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0cdd58f View commit details
    Browse the repository at this point in the history
  33. Update dog.ts

    tonybaloney committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1d6e375 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update bundle

    tonybaloney committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f8acfec View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tonybaloney committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3f316f5 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    tonybaloney committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    62257ed View commit details
    Browse the repository at this point in the history
  4. Merge pull request #283 from EricEnergy/Add-Red-Dog-With-Fire

    Added Red Dog w/Fire
    tonybaloney committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9fb1eea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53c0f18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b3f154 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #327 from andrii-bodnar/fix/crowdin-upload-transla…

    …tions
    
    Enable translations upload from Repo to Crowdin
    tonybaloney committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5662341 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    24d7abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7b27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc483a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #328 from andrii-bodnar/chore/add-contribution-gui…

    …deline
    
    Add the translation contribution guideline
    tonybaloney committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8282f50 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #331 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    98ccd30 View commit details
    Browse the repository at this point in the history
  6. Rat pet prototype.

    piotrszleg committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    864a09b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Add step to run lint before raising a PR

    The PR check fails for lint issues. It will be better to fix them beforehand.
    deepesh-verma committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    2e51c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb4f81 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Update release notes

    tonybaloney committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    80d5bbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134fb55 View commit details
    Browse the repository at this point in the history
  3. Prettier

    tonybaloney committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    87c0752 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    9689304 View commit details
    Browse the repository at this point in the history
  2. Add beta flag

    tonybaloney committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c508a1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #336 from tonybaloney/vscode_dev_redirection

    Exclusively use extension URIs and not paths.
    tonybaloney committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8003e68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46a1b4a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #337 from tonybaloney/ignore_node_modules

    Ignore node_modules from bundled VSIX
    tonybaloney committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    056cf47 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Update versions

    tonybaloney committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    61bcde9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d803b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6538414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aee6869 View commit details
    Browse the repository at this point in the history
  5. feat: add chicken-folder

    MhouneyLH committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ddc0352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7800cab View commit details
    Browse the repository at this point in the history
  7. feat: add swipe-state

    MhouneyLH committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    bec859a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #338 from gulyapulya/master

    Add new pet chicken animations
    tonybaloney committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    76aca9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfbcb20 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7017b21 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. fix: compiled the project

    MhouneyLH committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a9c3ec8 View commit details
    Browse the repository at this point in the history
  2. chore: run linter

    MhouneyLH committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4baf824 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Merge pull request #339 from MhouneyLH/master

    Add new pet chicken
    tonybaloney committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0ad77ab View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Add fox graphics

    nikelasi committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    59d18b9 View commit details
    Browse the repository at this point in the history
  2. Add fox as spawnable pet

    nikelasi committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    46b3ce2 View commit details
    Browse the repository at this point in the history
  3. Add snow (white) fox

    nikelasi committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    b58ae56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34d371a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    89ee5fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5fc9d13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2469c5f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Merge pull request #345 from darkterminal/master

    docs(translate): adding new l10n indonesian language
    tonybaloney committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e91169e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970811a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1abc03 View commit details
    Browse the repository at this point in the history
  4. Change fox speed to fast

    nikelasi committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b6859d8 View commit details
    Browse the repository at this point in the history
  5. Crop fox gifs

    nikelasi committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    64243a6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #343 from NicholasJohansan/add-fox

    Add Fox Pet
    tonybaloney committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    63c1546 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    281488f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #346 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    2e05d99 View commit details
    Browse the repository at this point in the history
  9. Add gray cat

    nikelasi committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    fe2f806 View commit details
    Browse the repository at this point in the history
  10. Add lightbrown color

    nikelasi committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7be6774 View commit details
    Browse the repository at this point in the history
  11. Add light brown cat

    nikelasi committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1737676 View commit details
    Browse the repository at this point in the history
  12. Update language packs

    tonybaloney committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    98aa9d3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #347 from NicholasJohansan/add-cat-variants

    Add gray and light brown cat
    tonybaloney committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    07023df View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    872fe48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #348 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bb31ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a07b1a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    cf907d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0fa36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #353 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b58e5d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    26b1a8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #354 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d613e69 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Run animation.

    piotrszleg committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    acc4492 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Update package.json

    tonybaloney committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    320b97f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    tonybaloney committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    24a589b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa19f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a650f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6e7c9c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Brown and white rat.

    piotrszleg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    7e9a6d7 View commit details
    Browse the repository at this point in the history
  2. Linting

    piotrszleg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    69dadce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e41ed2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4d385a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #356 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    dc4a130 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    03078ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #359 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b8d6e79 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    9e42f50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #361 from tonybaloney/l10n_crowdin_translations

    Improve Italian translations
    tonybaloney committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    5596c79 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    b3a31cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97346ff View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    98d7fe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11ceb27 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Fix typo in chicken message

    ming-00 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3c929a4 View commit details
    Browse the repository at this point in the history
  2. Add swedish translation

    ming-00 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2232ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    304051c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c281cc View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    3a12a9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #366 from Harry-Hopkinson/Verify-Gifs-Filename-Linter

    Verify Gifs Filename Linter
    tonybaloney committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9f9f701 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #369 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    06d7877 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #370 from ming-00/fix-message-typo

    Fix typo in chicken message
    tonybaloney committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f723184 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    115e102 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    21bb216 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #371 from ming-00/add-swedish

    Add Swedish translation
    tonybaloney committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9fa55bb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. package.json fix

    piotrszleg committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    db0fd42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e0aa22 View commit details
    Browse the repository at this point in the history
  3. Added rat to gifs test.

    piotrszleg committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    246b757 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    84b8066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f1f8a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    1987106 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #372 from tonybaloney/l10n_crowdin_translations

    New Crowdin translations
    tonybaloney committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7fd7ff5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    3ced594 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    d6fb4f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131eb0c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Merge pull request #382 from AndreasWintherMoen/size-small

    Add pet size small
    tonybaloney committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    381735e View commit details
    Browse the repository at this point in the history
  2. rebundle

    tonybaloney committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9438f30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949d952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db3549b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #332 from piotrszleg/rat

    Rat pet
    tonybaloney committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9cfa0c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d7c0c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a764dfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dcc295 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3999f86 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e92038 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #385 from AndreasWintherMoen/remove-main-bundle

    Gitignore build file and DS_Store
    tonybaloney committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    eaeae88 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    310165e View commit details
    Browse the repository at this point in the history
  2. Delete main-bundle

    Harry-Hopkinson committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    01ab7df View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    c992e5c View commit details
    Browse the repository at this point in the history
  2. Remove comments

    Harry-Hopkinson committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    3ba41cc View commit details
    Browse the repository at this point in the history