Tasks needed for containers: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kiheru
Added new task and bug fixing sections
imported>Kiheru
Fixed addressing description
Line 12: Line 12:


== Fixing the bugs ==
== Fixing the bugs ==
Nested slot access code has been in use by the server for a while now, but as there are no items in the game that use deeper than ''player->item->slot'' nesting there may be bugs lurking in the code. Thorough testing is needed for the new container items.
Nested slot access code has been in use by the server for a while now, but as there are no items in the game that use deeper than ''player->slot->item'' nesting there may be bugs lurking in the code. Thorough testing is needed for the new container items.


The client is capable of showing container items' content windows in the side panel, but as there are no items in the game that use those, the code has seen no testing for half a year and it is ''almost certain'' that there are issues that needs fixing.
The client is capable of showing container items' content windows in the side panel, but as there are no items in the game that use those, the code has seen no testing for half a year and it is ''almost certain'' that there are issues that needs fixing.