Remove finished items from TODO, add new ones

This commit is contained in:
Vortrex
2021-04-04 23:15:44 -05:00
parent 96dc03a2c8
commit e70e6dd048

19
TODO.md
View File

@@ -1,18 +1,16 @@
* Ice cream job * Ice cream job
* VC: -862.39, -578.35, 11.10 * VC: -862.39, -578.35, 11.10
------------------------------------------------------ ------------------------------------------------------
* Change structure of item types to include only **one** set of items
* Use a new table for game-specific data (model, obj pos/rot/scale, etc)
------------------------------------------------------
* Cut down on engine/lights/lock messages. * Cut down on engine/lights/lock messages.
* Account settings to toggle tips * Account settings to toggle tips
* Get coords for more bus routes. * Get coords for more bus routes.
* Change mouse cursor/camera net events to force state instead of toggle on client end
* Add more jobs * Add more jobs
------------------------------------------------------ ------------------------------------------------------
For grand opening: For grand opening:
- Get remaining interiors set up for the businesses/houses in Vice City - Get remaining interiors set up for the businesses/houses in Vice City
- Add command help option. Pick sub option:
- Put as optional arg in command handler func like the LU script
- Or put in commandData class (probably this one)
- Add police officer commands logic
- Tutorial - Tutorial
- Pick up item (grab bottle of beer off ground) - Pick up item (grab bottle of beer off ground)
- Equip item (switch to bottle of beer item) - Equip item (switch to bottle of beer item)
@@ -25,9 +23,14 @@ For grand opening:
------------------------------------------------------ ------------------------------------------------------
* Look into using TLS instead of SSL for SMTP email usage. * Look into using TLS instead of SSL for SMTP email usage.
------------------------------------------------------ ------------------------------------------------------
* Add display for player's actual time (like Steam overlay has) * Item management commands
* Item Types
* Create
* Set base price
* Set model
* Set drop position offset
* Set drop rotation offset
------------------------------------------------------ ------------------------------------------------------
* Change structure of item types to include only **one** set of items
* Use a new table for game-specific data (model, obj pos/rot/scale, etc)
------------------------------------------------------ ------------------------------------------------------
* Change pizza delivery job to pick a random house door instead of pre-established places on the street. * Change pizza delivery job to pick a random house door instead of pre-established places on the street.