riiablo/core
Collin Smith 3c7b35bc5d Added support for generating items for vendor inventory
Created vendor generator which uses reflection to access item data and generate items
Added stub item generation for armor and weapons
Changed visibility of ItemGrid#addItem to protected (from public)
ItemGrid#addItem vis will revert when drain function is moved up class hierarchy
Modified signatures of VendorGrid#place* methods and function
VendorGrid#place* now returns boolean if the item can be placed
VendorGrid#place* stores available coords in input coords parameter
Added columns for base item vendor entries and noted issue with hratli
Added Excel#getEntryClass to retrieve the entry class type via reflection
VendorPanel populates tabs using "akara" columns
2020-07-12 16:11:28 -07:00
..
gen/com/riiablo/net/packet Created experimental Netty impl of a TCP D2GS server 2020-06-27 00:30:15 -07:00
src/com/riiablo Added support for generating items for vendor inventory 2020-07-12 16:11:28 -07:00
build.gradle