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

Item Inventory Support #53

Closed
ethanmoffat opened this issue Jan 9, 2017 · 1 comment
Closed

Item Inventory Support #53

ethanmoffat opened this issue Jan 9, 2017 · 1 comment

Comments

@ethanmoffat
Copy link
Owner

Support item inventory management. Remove old code and item handling.

This is going to be a larger project since the old code for items touches a lot of different areas. Potential ToDo list for items:

  1. Convert old EOLib.Net.API.Item code (and PacketAPICallbackManager) to new controller/action paradigm across EOLib and EndlessClient
  2. Create new Inventory Panel (EOLib.HUD.Panels.InventoryPanel) based on old code (see Old directory in Panels)
    a. This will involve creating inventory items, item management control, handling drop/junk, etc.
    b. Do not need to support equipping or using items in this section
  3. New panel should automatically be hooked up since it is already used in HudPanelFactory
@ethanmoffat ethanmoffat added this to the Up to Speed milestone Jan 9, 2017
@ethanmoffat
Copy link
Owner Author

This was split into #138 and #139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant