~rleek/eobot

eobot gui now removes/adds players, npcs, drops instead of redrawing entire list
update native-windows-gui
apply changes for building gui
use name in drop constructor
removed title from gui
fixed cpu usage in gui
fixed thread sleep time for tui
packets, characters, npcs, and drops are displaying in gui
move all data from welcome response into client
add playerid to client and assign it after welcome
remove drops from map struct
made socket non blocking and we now tick ever 50ms
got basic ui setup
renamed eo to eobot-core
added crates for cmd and gui front ends
moved bot into its own crate
actually load the map file
fixed another clippy error
fixed clippy errors
removed some unused functions
forgot to commit map files
Made character field on client not optional
Added map loading code
Added temporary talk handler
Fixed PacketReader::GetEndString
Added config for printing sequence
Next