| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add 🦊 to nvimHEADmain | ache | 2025-02-27 |
| | | |||
| * | docs(help): auto generate docs | github-actions[bot] | 2024-07-25 |
| | | |||
| * | chore: update readme | giusgad | 2024-07-25 |
| | | |||
| * | docs(help): auto generate docs | github-actions[bot] | 2024-01-03 |
| | | |||
| * | chore: merge pr from JustAnAverageGuy | Giuseppe Gadola | 2024-01-03 |
| |\ | | | | | Fix typo in README.md | ||
| | * | Fix typo in README.md | JustAnAverageGuy | 2024-01-03 |
| | | | | | | | Corrected the spelling of "override" in "ovveride" | ||
| | * | Fix typo in README.md | JustAnAverageGuy | 2024-01-03 |
| |/ | | | Fixed the typo "wether" -> "whether" | ||
| * | feat: handle window resizes | giuseppegadola | 2023-05-24 |
| | | | | | | | Resize the popup when the window is resized. Related: #32 #11 Fixes #24 | ||
| * | docs(help): auto generate docs | github-actions[bot] | 2023-03-15 |
| | | |||
| * | feat(pets): added vscode-pets' pets | Giuseppe Gadola | 2023-03-15 |
| | | |||
| * | feat(pets): added more slime styles | Giuseppe Gadola | 2023-03-14 |
| | | |||
| * | feat(commands): added `PetsRemove` and `PetsRemoveAll` | Giuseppe Gadola | 2023-03-14 |
| | | |||
| * | feat(pets): add split_die animation for slime | Giuseppe Gadola | 2023-03-08 |
| | | |||
| * | feat(pets): new slime animation | Giuseppe Gadola | 2023-03-08 |
| | | |||
| * | docs(help): auto generate docs | github-actions[bot] | 2023-03-08 |
| | | |||
| * | refactor(animations): explicitly decleare first action | Giuseppe Gadola | 2023-03-07 |
| | | |||
| * | refactor(animations): repeat current action with next_actions[1] | Giuseppe Gadola | 2023-03-07 |
| | | |||
| * | feat(pets): new pet: slime | Giuseppe Gadola | 2023-03-06 |
| | | |||
| * | feat(pets): spawn pets at random columns instead of left | Giuseppe Gadola | 2023-03-06 |
| | | |||
| * | feat(animations): added left movements | Giuseppe Gadola | 2023-03-06 |
| | | |||
| * | fix: extend pet-specific table to not raise errors | Giuseppe Gadola | 2023-03-05 |
| | | |||
| * | chore(media): resize dog images | Giuseppe Gadola | 2023-03-04 |
| | | | | | resized the dog images to have the same ground level for other pets (might change in the future) | ||
| * | refactor(animations): pet-specific set_next_col() | Giuseppe Gadola | 2023-03-04 |
| | | |||
| * | refactor: PetsSleepToggle to PetsIdleToggle | Giuseppe Gadola | 2023-03-04 |
| | | | | | The word "sleep" is changed to "idle" in the whole project for readability. | ||
| * | refactor: pet-specific values | Giuseppe Gadola | 2023-03-04 |
| | | | | | Now using a file for each pet type for the pet-specific information like next_actions or sleep_actions | ||
| * | chore: merge pull request #28 from dimchee/main | Giuseppe Gadola | 2023-03-02 |
| |\ | | | | | refactor: shell ls to vim.fs.dir | ||
| | * | refactor: shell ls to vim.fs.dir | dimchee | 2023-03-01 |
| |/ | |||
| * | docs(readme): updated spacing | Giuseppe Gadola | 2023-03-01 |
| | | |||
| * | docs(help): auto generate docs | github-actions[bot] | 2023-03-01 |
| | | |||
| * | feat(pets): added dog | Giuseppe Gadola | 2023-03-01 |
| | | |||
| * | docs(help): auto generate docs | github-actions[bot] | 2023-02-25 |
| | | |||
| * | chore: licensing issue | Giuseppe Gadola | 2023-02-25 |
| | | |||
| * | docs(help): auto generate docs | github-actions[bot] | 2023-02-25 |
| | | |||
| * | chore: licensing issue | Giuseppe Gadola | 2023-02-25 |
| | | |||
| * | chore: update gitignore | Giuseppe Gadola | 2023-02-25 |
| | | |||
| * | chore: fix issue_template | Giuseppe Gadola | 2023-02-24 |
| | | |||
| * | chore: update issue template | Giuseppe Gadola | 2023-02-24 |
| | | |||
| * | chore: update bug report issue | Giuseppe Gadola | 2023-02-24 |
| | | |||
| * | chore: bug report templates | Giuseppe Gadola | 2023-02-24 |
| | | |||
| * | docs(help): auto generate docs | github-actions[bot] | 2023-02-24 |
| | | |||
| * | docs(readme): updates and hologram fork | Giuseppe Gadola | 2023-02-24 |
| | | |||
| * | fix: pets spawning in the wrong position in splits | Giuseppe Gadola | 2023-02-24 |
| | | |||
| * | fix: handle window/tab switches | Giuseppe Gadola | 2023-02-24 |
| | | | | | | Reload the popup when window/buffer is changed or there is any similar error. Related to #17 and #19. | ||
| * | chore: add funding | Giuseppe Gadola | 2023-02-24 |
| | | |||
| * | fix: crash when using `:only` or `:checkhealth` | Giuseppe Gadola | 2023-02-23 |
| | | | | | | safe call for image:display() and if something goes wrong puts pets in hidden state. Pets need to be unhidden via `:PetsHideToggle`. Related to #17 | ||
| * | refactor: state variables to module level | Giuseppe Gadola | 2023-02-23 |
| | | |||
| * | refactor: using vim.tbl_contains instead of utils.table_includes | Giuseppe Gadola | 2023-02-19 |
| | | |||
| * | fix: spaces overflow - merge pull request #13 from matthewsia98/@@@ | Giuseppe Gadola | 2023-02-18 |
| |\ | |||
| | * | fix @@@ | Matthew Sia | 2023-02-18 |
| |/ | |||
| * | fix: fixed pets not disappearing when killed while paused | Giuseppe Gadola | 2023-02-17 |
| | | |||