| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | feat: handle window resizes | giuseppegadola | 2023-05-24 |
| | | | | | | | Resize the popup when the window is resized. Related: #32 #11 Fixes #24 | ||
| * | feat(commands): added `PetsRemove` and `PetsRemoveAll` | Giuseppe Gadola | 2023-03-14 |
| | | |||
| * | feat(pets): new pet: slime | Giuseppe Gadola | 2023-03-06 |
| | | |||
| * | refactor: PetsSleepToggle to PetsIdleToggle | Giuseppe Gadola | 2023-03-04 |
| | | | | | The word "sleep" is changed to "idle" in the whole project for readability. | ||
| * | feat(pets): added dog | Giuseppe Gadola | 2023-03-01 |
| | | |||
| * | chore: licensing issue | Giuseppe Gadola | 2023-02-25 |
| | | |||
| * | Adding the ability to sleep pets, stopping their movement | Kyle Mendes | 2023-02-16 |
| | | |||
| * | feat(commands): added hide and pause commands | Giuseppe Gadola | 2023-02-15 |
| | | |||
| * | refactor(commands): validation and autocompletion | Giuseppe Gadola | 2023-02-14 |
| | | |||
| * | refactor(warning): refactor warnings and add some command validation | Giuseppe Gadola | 2023-02-14 |
| | | |||
| * | feat(commands): autocomplete for PetsKill | Giuseppe Gadola | 2023-02-14 |
| | | |||
| * | refactor(commands): get available pets one time | Giuseppe Gadola | 2023-02-14 |
| | | |||
| * | feat(options): added the random options for the PetsNew command | Giuseppe Gadola | 2023-02-13 |
| | | |||
| * | feat(commands): command to create pet with custom options and autocompletion | Giuseppe Gadola | 2023-02-12 |
| | | |||
| * | refactor(commands): PetsNew spawns a pet with the default style and type | Giuseppe Gadola | 2023-02-12 |
| | | |||
| * | feat(pets): ability to kill pets by name | Giuseppe Gadola | 2023-02-10 |
| | | |||
| * | feat(commands): added the list pets command | Giuseppe Gadola | 2023-02-10 |
| | | |||
| * | feat(pets): ability to remove pets | Giuseppe Gadola | 2023-02-10 |
| | | |||
| * | refactor: going with OOP approach | Giuseppe Gadola | 2023-02-10 |
| | | | | | | - creating a pet metatable/class - storing all the pets in a table with 'pet' objects | ||
| * | feat: one pet walks | Giuseppe Gadola | 2023-02-10 |
| | | |||
| * | feat: toggle/multiple instances | Giuseppe Gadola | 2023-02-10 |
| Ability to spawn multiple popups simultanuosly and close them. | |||