712 Commits (6980355c00c706c8b669e1d9e2fb39f071e76047)
 

Author SHA1 Message Date
Andy Newjack e255b43c10 hella warnings cleanup pt 1. remove unused imports, allow deadcode and unused results 4 years ago
jake 57a44fde16 Merge pull request 'clean_empty_room' (#118) from clean_empty_room into master 4 years ago
Andy Newjack 49849e7904 assume get neighbours was successful 4 years ago
Andy Newjack 7a3f0db3bf try if-let 4 years ago
Andy Newjack c8a6823b82 remove unwraps 4 years ago
Andy Newjack 49aee7af26 remove rooms when player disconnects 4 years ago
Andy Newjack d64528d679 Merge branch 'master' of http://git.sharnoth.com/jake/elseware 4 years ago
jake 2e46567987 Merge pull request 'add room password handling' (#115) from room_password into master 4 years ago
Andy Newjack 36ee49d28e remove unwrap 4 years ago
jake 8174da0154 Merge pull request 'changinglobbies' (#116) from changinglobbies into master 4 years ago
Andy Newjack 6f83db4441 Merge branch 'master' of http://git.sharnoth.com/jake/elseware 4 years ago
mht8355 7c6cdd30cc better code 4 years ago
mht8355 880bfc620a added some error handling 4 years ago
jake d1ec1d7359 Merge pull request 'don't rely on map file data to have monster area' (#117) from fix_monster_area_gaps into master 4 years ago
jake 68e75a55f0 don't rely on map file data to have monster area 4 years ago
mht8355 a24381bc66 sends the client a message when selected lobby = current lobby 4 years ago
Andy Newjack a83aa2d9df and i oop braces 4 years ago
mht8355 062fed231a change_lobby added for changing lobbies and leaving a room 4 years ago
Andy Newjack 906a2dcd16 add room password handling 4 years ago
mht8355 d206814394 added change_lobby 4 years ago
jake c28adcd7e5 Merge pull request 'item drops' (#112) from itemdropsforreal into master 4 years ago
jake 6458fad89f fix tech drop tests 4 years ago
jake b22ce086f7 guess I needed this PartialEq for the tests 4 years ago
jake a32a7130f4 cleanup 4 years ago
jake 02c9cdc276 drop techs 4 years ago
jake 91c44628ea fix meseta drops 4 years ago
jake bd195a2ffd remove unwrap 4 years ago
jake 4a526e7673 basic item drop logic 4 years ago
jake 663797e55b remove unneeded PartialEq derive 4 years ago
jake 375c97c95d add MapsError to ShipError 4 years ago
jake 160fc7f10b pub ItemDrop 4 years ago
jake 0eb9035bad make TechniqueDisk and Tool Copy 4 years ago
jake 0e3b305f95 add some vars to MapEnemy, error types to misc map functions, and MapArea -> u8 4 years ago
jake d773002eaa rawmapenemy unknown3 -> map_area 4 years ago
jake dcef56dcac add get_room/get_lobby to ClientLocation 4 years ago
jake c7c9cd0bec Merge pull request 'use thiserror' (#111) from thiserror into master 4 years ago
jake 9f4a9a4f2c use thiserror 4 years ago
jake 008e8ebebc Merge pull request 'refactor_packety_things' (#109) from refactor_packety_things into master 4 years ago
jake 2886f537ba simplify leaving lobby packet sending 4 years ago
jake 628ad056b4 functions to create room joining packets 4 years ago
jake a8b7e4fa4e HashMap<ClientId, ClientState> -> Clients 4 years ago
jake 728ac715c0 move lobby joining packet creations to their own functions 4 years ago
jake 07403fe815 move block_selected 4 years ago
jake 0b04701156 move message packet handlers 4 years ago
jake 832a53821d move settings 4 years ago
jake 90d0af87a4 move chat functionality 4 years ago
jake f38e3357f4 move room packet handlers to own file 4 years ago
jake 4a01beb9e8 move validate_login 4 years ago
jake 881b7c8e46 begin moving packet handlers to own module, send_player_to_lobby 4 years ago
jake b4399c7e7e Merge pull request 'new_char_configs' (#106) from new_char_configs into master 4 years ago