aboutsummaryrefslogtreecommitdiff
path: root/lua/pets/commands.lua
Commit message (Collapse)AuthorAge
* feat(options): added the random options for the PetsNew commandGiuseppe Gadola2023-02-13
|
* feat(commands): command to create pet with custom options and autocompletionGiuseppe Gadola2023-02-12
|
* refactor(commands): PetsNew spawns a pet with the default style and typeGiuseppe Gadola2023-02-12
|
* feat(pets): ability to kill pets by nameGiuseppe Gadola2023-02-10
|
* feat(commands): added the list pets commandGiuseppe Gadola2023-02-10
|
* feat(pets): ability to remove petsGiuseppe Gadola2023-02-10
|
* refactor: going with OOP approachGiuseppe Gadola2023-02-10
| | | | | - creating a pet metatable/class - storing all the pets in a table with 'pet' objects
* feat: one pet walksGiuseppe Gadola2023-02-10
|
* feat: toggle/multiple instancesGiuseppe Gadola2023-02-10
Ability to spawn multiple popups simultanuosly and close them.