steam-condenser 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +7 -7
- data/README.md +9 -2
- data/doc/A2M_GET_SERVERS_BATCH2_Packet.html +426 -0
- data/doc/A2S_INFO_Packet.html +260 -0
- data/doc/A2S_PLAYER_Packet.html +295 -0
- data/doc/A2S_RULES_Packet.html +296 -0
- data/doc/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +261 -0
- data/doc/AbstractL4DStats.html +978 -0
- data/doc/AbstractL4DWeapon.html +734 -0
- data/doc/Achievement.html +660 -0
- data/doc/AlienSwarmMission.html +1557 -0
- data/doc/AlienSwarmStats.html +965 -0
- data/doc/AlienSwarmWeapon.html +640 -0
- data/doc/AppNews.html +1442 -0
- data/doc/C2M_CHECKMD5_Packet.html +341 -0
- data/doc/CSSMap.html +806 -0
- data/doc/CSSStats.html +825 -0
- data/doc/CSSWeapon.html +889 -0
- data/doc/Cacheable.html +913 -0
- data/doc/Cacheable/ClassMethods.html +696 -0
- data/doc/DefenseGridStats.html +2559 -0
- data/doc/DoDSClass.html +1264 -0
- data/doc/DoDSStats.html +486 -0
- data/doc/DoDSWeapon.html +806 -0
- data/doc/Dota2BetaInventory.html +339 -0
- data/doc/Dota2Inventory.html +339 -0
- data/doc/Dota2Item.html +388 -0
- data/doc/Dota2Stats.html +366 -0
- data/doc/GameAchievement.html +1257 -0
- data/doc/GameClass.html +321 -0
- data/doc/GameInventory.html +1363 -0
- data/doc/GameItem.html +1339 -0
- data/doc/GameLeaderboard.html +1609 -0
- data/doc/GameLeaderboardEntry.html +629 -0
- data/doc/GameSchema.html +568 -0
- data/doc/GameServer.html +2405 -0
- data/doc/GameStats.html +1461 -0
- data/doc/GameWeapon.html +590 -0
- data/doc/GoldSrcServer.html +740 -0
- data/doc/GoldSrcSocket.html +850 -0
- data/doc/ItemSchema.html +780 -0
- data/doc/L4D2Map.html +739 -0
- data/doc/L4D2Stats.html +930 -0
- data/doc/L4D2Weapon.html +486 -0
- data/doc/L4DExplosive.html +374 -0
- data/doc/L4DMap.html +776 -0
- data/doc/L4DStats.html +530 -0
- data/doc/L4DWeapon.html +296 -0
- data/doc/M2A_SERVER_BATCH_Packet.html +430 -0
- data/doc/M2C_ISVALIDMD5_Packet.html +383 -0
- data/doc/M2S_REQUESTRESTART_Packet.html +382 -0
- data/doc/MasterServer.html +1070 -0
- data/doc/MasterServerSocket.html +293 -0
- data/doc/Module.html +194 -0
- data/doc/PacketFormatError.html +257 -0
- data/doc/Portal2Inventory.html +339 -0
- data/doc/Portal2Item.html +499 -0
- data/doc/Portal2Stats.html +368 -0
- data/doc/RCONAuthRequest.html +318 -0
- data/doc/RCONAuthResponse.html +305 -0
- data/doc/RCONBanError.html +247 -0
- data/doc/RCONExecRequest.html +318 -0
- data/doc/RCONExecResponse.html +407 -0
- data/doc/RCONGoldSrcRequest.html +363 -0
- data/doc/RCONGoldSrcResponse.html +367 -0
- data/doc/RCONNoAuthError.html +247 -0
- data/doc/RCONPacket.html +548 -0
- data/doc/RCONPacketFactory.html +300 -0
- data/doc/RCONSocket.html +669 -0
- data/doc/RCONTerminator.html +304 -0
- data/doc/RequestWithChallenge.html +233 -0
- data/doc/S2A_INFO2_Packet.html +371 -0
- data/doc/S2A_INFO_BasePacket.html +357 -0
- data/doc/S2A_INFO_DETAILED_Packet.html +370 -0
- data/doc/S2A_LOGSTRING_Packet.html +373 -0
- data/doc/S2A_PLAYER_Packet.html +417 -0
- data/doc/S2A_RULES_Packet.html +411 -0
- data/doc/S2C_CHALLENGE_Packet.html +370 -0
- data/doc/S2M_HEARTBEAT2_Packet.html +444 -0
- data/doc/Server.html +781 -0
- data/doc/SourceServer.html +776 -0
- data/doc/SourceSocket.html +366 -0
- data/doc/StatsAttribute.html +514 -0
- data/doc/SteamCondenser.html +155 -0
- data/doc/SteamCondenser/A2M_GET_SERVERS_BATCH2_Packet.html +413 -0
- data/doc/SteamCondenser/A2S_INFO_Packet.html +249 -0
- data/doc/SteamCondenser/A2S_PLAYER_Packet.html +281 -0
- data/doc/SteamCondenser/A2S_RULES_Packet.html +282 -0
- data/doc/SteamCondenser/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +250 -0
- data/doc/SteamCondenser/AbstractL4DStats.html +954 -0
- data/doc/SteamCondenser/AbstractL4DWeapon.html +703 -0
- data/doc/SteamCondenser/AlienSwarmMission.html +1494 -0
- data/doc/SteamCondenser/AlienSwarmStats.html +938 -0
- data/doc/SteamCondenser/AlienSwarmWeapon.html +614 -0
- data/doc/SteamCondenser/AppNews.html +1387 -0
- data/doc/SteamCondenser/C2M_CHECKMD5_Packet.html +327 -0
- data/doc/SteamCondenser/CSSMap.html +774 -0
- data/doc/SteamCondenser/CSSStats.html +799 -0
- data/doc/SteamCondenser/CSSWeapon.html +855 -0
- data/doc/SteamCondenser/Cacheable.html +698 -0
- data/doc/SteamCondenser/Cacheable/ClassMethods.html +531 -0
- data/doc/SteamCondenser/Community.html +134 -0
- data/doc/SteamCondenser/DefenseGridStats.html +2455 -0
- data/doc/SteamCondenser/DoDSClass.html +1209 -0
- data/doc/SteamCondenser/DoDSStats.html +470 -0
- data/doc/SteamCondenser/DoDSWeapon.html +774 -0
- data/doc/SteamCondenser/Error.html +156 -0
- data/doc/SteamCondenser/Error/PacketFormat.html +246 -0
- data/doc/SteamCondenser/Error/RCONBan.html +237 -0
- data/doc/SteamCondenser/Error/RCONNoAuth.html +236 -0
- data/doc/SteamCondenser/Error/Timeout.html +238 -0
- data/doc/SteamCondenser/Error/WebApi.html +339 -0
- data/doc/SteamCondenser/GameAchievement.html +1210 -0
- data/doc/SteamCondenser/GameClass.html +306 -0
- data/doc/SteamCondenser/GameInventory.html +1236 -0
- data/doc/SteamCondenser/GameItem.html +1282 -0
- data/doc/SteamCondenser/GameLeaderboard.html +1562 -0
- data/doc/SteamCondenser/GameLeaderboardEntry.html +604 -0
- data/doc/SteamCondenser/GameServer.html +2337 -0
- data/doc/SteamCondenser/GameStats.html +1416 -0
- data/doc/SteamCondenser/GameWeapon.html +566 -0
- data/doc/SteamCondenser/GoldSrcServer.html +716 -0
- data/doc/SteamCondenser/GoldSrcSocket.html +831 -0
- data/doc/SteamCondenser/L4D2Map.html +713 -0
- data/doc/SteamCondenser/L4D2Stats.html +906 -0
- data/doc/SteamCondenser/L4D2Weapon.html +466 -0
- data/doc/SteamCondenser/L4DExplosive.html +362 -0
- data/doc/SteamCondenser/L4DMap.html +746 -0
- data/doc/SteamCondenser/L4DStats.html +513 -0
- data/doc/SteamCondenser/L4DWeapon.html +284 -0
- data/doc/SteamCondenser/M2A_SERVER_BATCH_Packet.html +415 -0
- data/doc/SteamCondenser/M2C_ISVALIDMD5_Packet.html +368 -0
- data/doc/SteamCondenser/M2S_REQUESTRESTART_Packet.html +367 -0
- data/doc/SteamCondenser/MasterServer.html +1046 -0
- data/doc/SteamCondenser/MasterServerSocket.html +282 -0
- data/doc/SteamCondenser/Portal2Inventory.html +217 -0
- data/doc/SteamCondenser/Portal2Item.html +483 -0
- data/doc/SteamCondenser/Portal2Stats.html +353 -0
- data/doc/SteamCondenser/RCONAuthRequest.html +306 -0
- data/doc/SteamCondenser/RCONAuthResponse.html +293 -0
- data/doc/SteamCondenser/RCONExecRequest.html +306 -0
- data/doc/SteamCondenser/RCONExecResponse.html +392 -0
- data/doc/SteamCondenser/RCONGoldSrcRequest.html +349 -0
- data/doc/SteamCondenser/RCONGoldSrcResponse.html +354 -0
- data/doc/SteamCondenser/RCONPacket.html +530 -0
- data/doc/SteamCondenser/RCONPacketFactory.html +293 -0
- data/doc/SteamCondenser/RCONSocket.html +649 -0
- data/doc/SteamCondenser/RCONTerminator.html +292 -0
- data/doc/SteamCondenser/RequestWithChallenge.html +223 -0
- data/doc/SteamCondenser/S2A_INFO2_Packet.html +359 -0
- data/doc/SteamCondenser/S2A_INFO_BasePacket.html +342 -0
- data/doc/SteamCondenser/S2A_INFO_DETAILED_Packet.html +358 -0
- data/doc/SteamCondenser/S2A_LOGSTRING_Packet.html +358 -0
- data/doc/SteamCondenser/S2A_PLAYER_Packet.html +402 -0
- data/doc/SteamCondenser/S2A_RULES_Packet.html +396 -0
- data/doc/SteamCondenser/S2C_CHALLENGE_Packet.html +356 -0
- data/doc/SteamCondenser/S2M_HEARTBEAT2_Packet.html +430 -0
- data/doc/SteamCondenser/Server.html +754 -0
- data/doc/SteamCondenser/Servers.html +133 -0
- data/doc/SteamCondenser/SourceServer.html +752 -0
- data/doc/SteamCondenser/SourceSocket.html +355 -0
- data/doc/SteamCondenser/SteamGame.html +1802 -0
- data/doc/SteamCondenser/SteamGroup.html +969 -0
- data/doc/SteamCondenser/SteamId.html +4242 -0
- data/doc/SteamCondenser/SteamPacket.html +456 -0
- data/doc/SteamCondenser/SteamPacketFactory.html +521 -0
- data/doc/SteamCondenser/SteamPlayer.html +1696 -0
- data/doc/SteamCondenser/SteamSocket.html +679 -0
- data/doc/SteamCondenser/TF2BetaInventory.html +198 -0
- data/doc/SteamCondenser/TF2Class.html +1145 -0
- data/doc/SteamCondenser/TF2ClassFactory.html +263 -0
- data/doc/SteamCondenser/TF2Engineer.html +534 -0
- data/doc/SteamCondenser/TF2GoldenWrench.html +731 -0
- data/doc/SteamCondenser/TF2Inventory.html +217 -0
- data/doc/SteamCondenser/TF2Item.html +482 -0
- data/doc/SteamCondenser/TF2Medic.html +445 -0
- data/doc/SteamCondenser/TF2Sniper.html +357 -0
- data/doc/SteamCondenser/TF2Spy.html +531 -0
- data/doc/SteamCondenser/TF2Stats.html +670 -0
- data/doc/SteamCondenser/TimeoutError.html +249 -0
- data/doc/SteamCondenser/WebApi.html +999 -0
- data/doc/SteamCondenser/XMLData.html +171 -0
- data/doc/SteamCondenserError.html +153 -0
- data/doc/SteamGame.html +1859 -0
- data/doc/SteamGroup.html +1012 -0
- data/doc/SteamId.html +4369 -0
- data/doc/SteamPacket.html +469 -0
- data/doc/SteamPacketFactory.html +545 -0
- data/doc/SteamPlayer.html +1766 -0
- data/doc/SteamSocket.html +699 -0
- data/doc/StringIO.html +947 -0
- data/doc/TF2BetaInventory.html +315 -0
- data/doc/TF2Class.html +1194 -0
- data/doc/TF2ClassFactory.html +273 -0
- data/doc/TF2Engineer.html +558 -0
- data/doc/TF2GoldenWrench.html +760 -0
- data/doc/TF2Inventory.html +339 -0
- data/doc/TF2Item.html +499 -0
- data/doc/TF2Medic.html +465 -0
- data/doc/TF2Sniper.html +373 -0
- data/doc/TF2Spy.html +555 -0
- data/doc/TF2Stats.html +696 -0
- data/doc/WebApi.html +1021 -0
- data/doc/WebApiError.html +347 -0
- data/doc/XMLData.html +253 -0
- data/doc/_index.html +717 -0
- data/doc/class_list.html +53 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +328 -0
- data/doc/file.LICENSE.html +100 -0
- data/doc/file.README.html +136 -0
- data/doc/file_list.html +58 -0
- data/doc/frames.html +28 -0
- data/doc/index.html +136 -0
- data/doc/js/app.js +214 -0
- data/doc/js/full_list.js +173 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +3988 -0
- data/doc/methods_list.html +3900 -0
- data/doc/top-level-namespace.html +114 -0
- data/lib/steam-condenser/version.rb +1 -1
- data/lib/steam/community/cacheable.rb +105 -44
- data/lib/steam/community/dota2/dota2_beta_inventory.rb +27 -0
- data/lib/steam/community/dota2/dota2_inventory.rb +27 -0
- data/lib/steam/community/dota2/dota2_item.rb +33 -0
- data/lib/steam/community/game_inventory.rb +18 -16
- data/lib/steam/community/game_leaderboard.rb +2 -2
- data/lib/steam/community/game_stats.rb +1 -1
- data/lib/steam/community/portal2/portal2_inventory.rb +11 -9
- data/lib/steam/community/steam_game.rb +0 -2
- data/lib/steam/community/steam_group.rb +2 -7
- data/lib/steam/community/steam_id.rb +2 -7
- data/lib/steam/community/tf2/tf2_beta_inventory.rb +11 -8
- data/lib/steam/community/tf2/tf2_inventory.rb +11 -9
- data/lib/steam/community/xml_data.rb +8 -1
- data/lib/steam/packets/a2s_player_packet.rb +1 -1
- data/lib/steam/packets/a2s_rules_packet.rb +1 -1
- data/lib/steam/servers/master_server.rb +3 -2
- data/lib/steam/sockets/rcon_socket.rb +1 -2
- data/pkg/steam-condenser-1.2.0.gem +0 -0
- data/pkg/steam-condenser-1.2.0/Gemfile +3 -0
- data/pkg/steam-condenser-1.2.0/Gemfile.lock +30 -0
- data/pkg/steam-condenser-1.2.0/LICENSE +25 -0
- data/pkg/steam-condenser-1.2.0/README.md +47 -0
- data/pkg/steam-condenser-1.2.0/Rakefile +46 -0
- data/pkg/steam-condenser-1.2.0/lib/core_ext/stringio.rb +91 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/packet_format_error.rb +21 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/rcon_ban_error.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/rcon_no_auth_error.rb +21 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/steam_condenser_error.rb +11 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/timeout_error.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/errors/web_api_error.rb +57 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser.rb +18 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/community.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/servers.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam-condenser/version.rb +11 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_mission.rb +119 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_stats.rb +179 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_weapon.rb +49 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/app_news.rb +133 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/cacheable.rb +137 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_map.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_stats.rb +136 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_weapon.rb +69 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/defense_grid/defense_grid_stats.rb +237 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_class.rb +90 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_stats.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_weapon.rb +67 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_achievement.rb +109 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_class.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_inventory.rb +152 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_item.rb +99 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard.rb +201 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard_entry.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_stats.rb +175 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/game_weapon.rb +41 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_stats.rb +173 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_weapon.rb +56 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_map.rb +90 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_stats.rb +165 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_weapon.rb +38 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_explosive.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_map.rb +65 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_stats.rb +71 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_weapon.rb +26 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_inventory.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_item.rb +47 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_stats.rb +32 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_game.rb +182 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_group.rb +135 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_id.rb +513 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_beta_inventory.rb +22 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class.rb +92 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class_factory.rb +40 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_engineer.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_golden_wrench.rb +70 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_inventory.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_item.rb +47 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_medic.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_sniper.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_spy.rb +41 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_stats.rb +76 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/web_api.rb +129 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/community/xml_data.rb +17 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2m_get_servers_batch2_packet.rb +59 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_info_packet.rb +24 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_player_packet.rb +31 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_rules_packet.rb +32 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_serverquery_getchallenge_packet.rb +25 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/c2m_checkmd5_packet.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2a_server_batch_packet.rb +52 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2c_isvalidmd5_packet.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2s_requestrestart_packet.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_request.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_response.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_request.rb +28 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_response.rb +37 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_request.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_response.rb +34 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet.rb +57 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet_factory.rb +43 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_terminator.rb +29 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/request_with_challenge.rb +19 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info2_packet.rb +62 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_base_packet.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_detailed_packet.rb +61 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_logstring_packet.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_player_packet.rb +44 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_rules_packet.rb +48 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2c_challenge_packet.rb +35 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2m_heartbeat2_packet.rb +71 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet.rb +52 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet_factory.rb +108 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/game_server.rb +392 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/goldsrc_server.rb +74 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/master_server.rb +182 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/server.rb +104 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/servers/source_server.rb +98 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/goldsrc_socket.rb +142 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/master_server_socket.rb +30 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/rcon_socket.rb +94 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/source_socket.rb +78 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/sockets/steam_socket.rb +86 -0
- data/pkg/steam-condenser-1.2.0/lib/steam/steam_player.rb +143 -0
- data/pkg/steam-condenser-1.2.0/steam-condenser.gemspec +25 -0
- data/pkg/steam-condenser-1.2.0/test/core_ext/test_stringio.rb +59 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/invalid.xml +2 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/sonofthor.xml +882 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/status_goldsrc +3 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/status_source +3 -0
- data/pkg/steam-condenser-1.2.0/test/fixtures/valve-members.xml +231 -0
- data/pkg/steam-condenser-1.2.0/test/helper.rb +45 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_group.rb +83 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_steam_id.rb +111 -0
- data/pkg/steam-condenser-1.2.0/test/steam/communtiy/test_web_api.rb +98 -0
- data/pkg/steam-condenser-1.2.0/test/steam/packets/test_steam_packet.rb +37 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_game_server.rb +296 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_goldsrc_server.rb +59 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_master_server.rb +131 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_server.rb +72 -0
- data/pkg/steam-condenser-1.2.0/test/steam/servers/test_source_server.rb +126 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_goldsrc_socket.rb +127 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_master_server_socket.rb +42 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_rcon_socket.rb +109 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_source_socket.rb +77 -0
- data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_steam_socket.rb +97 -0
- data/steam-condenser.gemspec +3 -3
- data/test/steam/communtiy/test_cacheable.rb +100 -0
- data/test/steam/servers/test_master_server.rb +3 -3
- metadata +366 -15
@@ -0,0 +1,49 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2010-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/game_weapon'
|
7
|
+
|
8
|
+
# This class holds statistical information about weapons used by a player
|
9
|
+
# in Alien Swarm
|
10
|
+
#
|
11
|
+
# @author Sebastian Staudt
|
12
|
+
class AlienSwarmWeapon
|
13
|
+
|
14
|
+
include GameWeapon
|
15
|
+
|
16
|
+
# Returns the accuracy of the player with this weapon
|
17
|
+
#
|
18
|
+
# @return [Float] The accuracy of the player with this weapon
|
19
|
+
attr_reader :accuracy
|
20
|
+
|
21
|
+
# Returns the damage achieved with this weapon
|
22
|
+
#
|
23
|
+
# @return [Fixnum] The damage achieved with this weapon
|
24
|
+
attr_reader :damage
|
25
|
+
|
26
|
+
# Returns the damage dealt to team mates with this weapon
|
27
|
+
#
|
28
|
+
# @return [Fixnum] The damage dealt to team mates with this weapon
|
29
|
+
attr_reader :friendly_fire
|
30
|
+
|
31
|
+
# Returns the name of this weapon
|
32
|
+
#
|
33
|
+
# @return [String] The name of this weapon
|
34
|
+
attr_reader :name
|
35
|
+
|
36
|
+
# Creates a new weapon instance based on the assigned weapon XML data
|
37
|
+
#
|
38
|
+
# @param [Hash<String, Object>] weapon_data The data representing this weapon
|
39
|
+
def initialize(weapon_data)
|
40
|
+
super
|
41
|
+
|
42
|
+
@accuracy = weapon_data['accuracy'].to_f
|
43
|
+
@damage = weapon_data['damage'].to_i
|
44
|
+
@friendly_fire = weapon_data['friendlyfire'].to_i
|
45
|
+
@name = weapon_data['name']
|
46
|
+
@shots = weapon_data['shotsfired'].to_i
|
47
|
+
end
|
48
|
+
|
49
|
+
end
|
@@ -0,0 +1,133 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2010-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'multi_json'
|
7
|
+
|
8
|
+
require 'steam/community/web_api'
|
9
|
+
|
10
|
+
# This class represents Steam news and can be used to load a list of current
|
11
|
+
# news about specific games
|
12
|
+
#
|
13
|
+
# @author Sebastian Staudt
|
14
|
+
class AppNews
|
15
|
+
|
16
|
+
# Returns the Steam Application ID of the game this news belongs to
|
17
|
+
#
|
18
|
+
# @return [Fixnum] The application ID of the game this news belongs to
|
19
|
+
attr_reader :app_id
|
20
|
+
|
21
|
+
# Returns the name of the author of this news
|
22
|
+
#
|
23
|
+
# @return [String] The author of this news
|
24
|
+
attr_reader :author
|
25
|
+
|
26
|
+
# Returns the contents of this news
|
27
|
+
#
|
28
|
+
# This might contain HTML code.
|
29
|
+
#
|
30
|
+
# @note Depending on the setting for the maximum length of a news (see
|
31
|
+
# {.news_for_app}), the contents might be truncated.
|
32
|
+
# @return [String] The contents of this news
|
33
|
+
attr_reader :contents
|
34
|
+
|
35
|
+
# Returns the date this news item has been published
|
36
|
+
#
|
37
|
+
# @return [Time] The date this news has been published
|
38
|
+
attr_reader :date
|
39
|
+
|
40
|
+
# Returns the name of the feed this news item belongs to
|
41
|
+
#
|
42
|
+
# @return [String] The name of the feed this news belongs to
|
43
|
+
attr_reader :feed_label
|
44
|
+
|
45
|
+
# Returns the symbolic name of the feed this news item belongs to
|
46
|
+
#
|
47
|
+
# @return [String] The symbolic name of the feed this news belongs to
|
48
|
+
attr_reader :feed_name
|
49
|
+
|
50
|
+
# Returns a unique identifier for this news
|
51
|
+
#
|
52
|
+
# @return [Fixnum] A unique identifier for this news
|
53
|
+
attr_reader :gid
|
54
|
+
|
55
|
+
# Returns the title of this news
|
56
|
+
#
|
57
|
+
# @return [String] The title of this news
|
58
|
+
attr_reader :title
|
59
|
+
|
60
|
+
# Returns the URL of the original news
|
61
|
+
#
|
62
|
+
# This is a direct link to the news on the Steam website or a redirecting
|
63
|
+
# link to the external post.
|
64
|
+
#
|
65
|
+
# @return [String] The URL of the original news
|
66
|
+
attr_reader :url
|
67
|
+
|
68
|
+
# Loads the news for the given game with the given restrictions
|
69
|
+
#
|
70
|
+
# @param [Fixnum] app_id The unique Steam Application ID of the game (e.g.
|
71
|
+
# `440` for Team Fortress 2). See
|
72
|
+
# http://developer.valvesoftware.com/wiki/Steam_Application_IDs for
|
73
|
+
# all application IDs.
|
74
|
+
# @param [Fixnum] count The maximum number of news to load. There's no
|
75
|
+
# reliable way to load all news. Use a really great number instead.
|
76
|
+
# @param [Fixnum] max_length The maximum content length of the news. If a
|
77
|
+
# maximum length is defined, the content of the news will only be at
|
78
|
+
# most `max_length` characters long plus an ellipsis.
|
79
|
+
# @return [Array<AppNews>] An array of news items for the specified game with
|
80
|
+
# the given options
|
81
|
+
def self.news_for_app(app_id, count = 5, max_length = nil)
|
82
|
+
params = { :appid => app_id, :count => count, :maxlength => max_length }
|
83
|
+
data = WebApi.json('ISteamNews', 'GetNewsForApp', 2, params)
|
84
|
+
|
85
|
+
news_items = []
|
86
|
+
MultiJson.load(data, { :symbolize_keys => true })[:appnews][:newsitems].each do |news_data|
|
87
|
+
news_items << AppNews.new(app_id, news_data)
|
88
|
+
end
|
89
|
+
|
90
|
+
news_items
|
91
|
+
end
|
92
|
+
|
93
|
+
# Returns whether this news item originates from a source other than Steam
|
94
|
+
# itself (e.g. an external blog)
|
95
|
+
#
|
96
|
+
# @return [Boolean] `true` if this news item is from an external source
|
97
|
+
def external?
|
98
|
+
@external
|
99
|
+
end
|
100
|
+
|
101
|
+
# Returns a simple textual representation of this news item
|
102
|
+
#
|
103
|
+
# Will consist of the name of the feed this news belongs to and the title of
|
104
|
+
# the news.
|
105
|
+
#
|
106
|
+
# @return [String] A simple text representing this news
|
107
|
+
def to_s
|
108
|
+
"#@feed_label: #@title"
|
109
|
+
end
|
110
|
+
|
111
|
+
private
|
112
|
+
|
113
|
+
# Creates a new instance of an AppNews news item with the given data
|
114
|
+
#
|
115
|
+
# @param [Fixnum] app_id The unique Steam Application ID of the game (e.g.
|
116
|
+
# `440` for Team Fortress 2). See
|
117
|
+
# http://developer.valvesoftware.com/wiki/Steam_Application_IDs for
|
118
|
+
# all application IDs.
|
119
|
+
# @param [Hash<Symbol, Object>] news_data The news data extracted from JSON
|
120
|
+
def initialize(app_id, news_data)
|
121
|
+
@app_id = app_id
|
122
|
+
@author = news_data[:author]
|
123
|
+
@contents = news_data[:contents].strip
|
124
|
+
@data = Time.at(news_data[:date])
|
125
|
+
@external = news_data[:is_external_url]
|
126
|
+
@feed_label = news_data[:feedlabel]
|
127
|
+
@feed_name = news_data[:feedname]
|
128
|
+
@gid = news_data[:gid]
|
129
|
+
@title = news_data[:title]
|
130
|
+
@url = news_data[:url]
|
131
|
+
end
|
132
|
+
|
133
|
+
end
|
@@ -0,0 +1,137 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2009-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
# This module implements caching functionality to be used in any object class
|
7
|
+
# having one or more unique object identifier (i.e. ID) and using a `fetch`
|
8
|
+
# method to fetch data, e.g. using a HTTP download.
|
9
|
+
#
|
10
|
+
# @author Sebastian Staudt
|
11
|
+
module Cacheable
|
12
|
+
|
13
|
+
# When this module is included in another class it is initialized to make use
|
14
|
+
# of caching
|
15
|
+
#
|
16
|
+
# The original `new` method of the including class will be aliased with
|
17
|
+
# `create`, relaying all instantiations to the `new` method defined in
|
18
|
+
# {ClassMethods}. Additionally the class variable to save the attributes to
|
19
|
+
# cache (i.e. cache IDs) and the cache class variable itself are initialized.
|
20
|
+
#
|
21
|
+
# @param [Class] base The class to extend with caching functionality
|
22
|
+
# @see ClassMethods
|
23
|
+
def self.included(base)
|
24
|
+
base.extend ClassMethods
|
25
|
+
base.send :class_variable_set, :@@cache, {}
|
26
|
+
base.send :class_variable_set, :@@cache_ids, []
|
27
|
+
|
28
|
+
class << base
|
29
|
+
alias_method :create, :new
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
33
|
+
# This module implements functionality to access the cache of a class that
|
34
|
+
# includes the {Cacheable} module as class methods
|
35
|
+
#
|
36
|
+
# @author Sebastian Staudt
|
37
|
+
module ClassMethods
|
38
|
+
|
39
|
+
# Defines wich instance variables which should be used to index the cached
|
40
|
+
# objects
|
41
|
+
#
|
42
|
+
# @note A call to this method is needed if you want a class including this
|
43
|
+
# module to really use the cache.
|
44
|
+
# @param [Array<Symbol>] ids The symbolic names of the instance variables
|
45
|
+
# representing a unique identifier for this object class
|
46
|
+
def cacheable_with_ids(*ids)
|
47
|
+
class_variable_set(:@@cache_ids, ids)
|
48
|
+
end
|
49
|
+
|
50
|
+
# Returns whether an object with the given ID is already cached
|
51
|
+
#
|
52
|
+
# @param [Object] id The ID of the desired object
|
53
|
+
# @return [Boolean] `true` if the object with the given ID is already
|
54
|
+
# cached
|
55
|
+
def cached?(id)
|
56
|
+
id.downcase! if id.is_a? String
|
57
|
+
class_variable_get(:@@cache).key?(id)
|
58
|
+
end
|
59
|
+
|
60
|
+
# Clears the object cache for the class this method is called on
|
61
|
+
def clear_cache
|
62
|
+
class_variable_set :@@cache, {}
|
63
|
+
end
|
64
|
+
|
65
|
+
# This checks the cache for an existing object. If it exists it is
|
66
|
+
# returned, otherwise a new object is created.
|
67
|
+
# Overrides the default `new` method of the cacheable object class.
|
68
|
+
#
|
69
|
+
# @param [Object] id The ID of the object that should be loaded
|
70
|
+
# @param [Boolean] fetch whether the object's data should be retrieved
|
71
|
+
# @param [Boolean] bypass_cache whether the object should be loaded again
|
72
|
+
# even if it is already cached
|
73
|
+
# @see #cached?
|
74
|
+
# @see #fetch
|
75
|
+
def new(id, fetch = true, bypass_cache = false)
|
76
|
+
if cached?(id) && !bypass_cache
|
77
|
+
object = class_variable_get(:@@cache)[id]
|
78
|
+
object.fetch if fetch && !object.fetched?
|
79
|
+
object
|
80
|
+
else
|
81
|
+
super(id, fetch)
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
85
|
+
end
|
86
|
+
|
87
|
+
# Returns the time the object's data has been fetched the last time
|
88
|
+
#
|
89
|
+
# @return [Time] The time the object has been updated the last time
|
90
|
+
attr_reader :fetch_time
|
91
|
+
|
92
|
+
# Creates a new object and fetches the associated data of the object if
|
93
|
+
# desired
|
94
|
+
#
|
95
|
+
# @note The real constructor of cacheable classes is {ClassMethods#new}.
|
96
|
+
# @param [Boolean] fetch_now If `true`, the object's {#fetch} method is
|
97
|
+
# called to retrieve its data
|
98
|
+
def initialize(fetch_now = true) #:notnew:
|
99
|
+
fetch if fetch_now
|
100
|
+
cache
|
101
|
+
end
|
102
|
+
|
103
|
+
# Saves this object in the cache
|
104
|
+
#
|
105
|
+
# This will use the ID attributes selected for caching
|
106
|
+
def cache
|
107
|
+
cache = self.class.send :class_variable_get, :@@cache
|
108
|
+
cache_ids = self.class.send :class_variable_get, :@@cache_ids
|
109
|
+
|
110
|
+
cache_ids.each do |cache_id|
|
111
|
+
cache_id_value = instance_variable_get('@' + cache_id.to_s)
|
112
|
+
unless cache_id_value.nil? or cache.key?(cache_id_value)
|
113
|
+
cache[cache_id_value] = self
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
true
|
118
|
+
end
|
119
|
+
|
120
|
+
# Sets the time this object has been fetched the last time
|
121
|
+
#
|
122
|
+
# @note This method should be overridden in cacheable object classes and
|
123
|
+
# should implement the logic to retrieve the object's data. The
|
124
|
+
# overriding method should always call `super` to have the fetch time
|
125
|
+
# up-to-date.
|
126
|
+
def fetch
|
127
|
+
@fetch_time = Time.now
|
128
|
+
end
|
129
|
+
|
130
|
+
# Returns whether the data for this object has already been fetched
|
131
|
+
#
|
132
|
+
# @return [Boolean] `true` if this object's data is available
|
133
|
+
def fetched?
|
134
|
+
!@fetch_time.nil?
|
135
|
+
end
|
136
|
+
|
137
|
+
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2010-2011, Sebastian Staudt
|
5
|
+
|
6
|
+
# Represents the stats for a Counter-Strike: Source map for a specific user
|
7
|
+
#
|
8
|
+
# @author Sebastian Staudt
|
9
|
+
class CSSMap
|
10
|
+
|
11
|
+
# Returns the name of this map
|
12
|
+
#
|
13
|
+
# @return [String] The name of this map
|
14
|
+
attr_reader :name
|
15
|
+
|
16
|
+
# Returns the number of rounds the player has lost on this map
|
17
|
+
#
|
18
|
+
# @return [Fixnum] The number of rounds lost
|
19
|
+
attr_reader :rounds_lost
|
20
|
+
|
21
|
+
# Returns the number of rounds the player has played on this map
|
22
|
+
#
|
23
|
+
# @return [Fixnum] The number of rounds played
|
24
|
+
attr_reader :rounds_played
|
25
|
+
|
26
|
+
# Returns the number of rounds the player has won on this map
|
27
|
+
#
|
28
|
+
# @return [Fixnum] The number of rounds won
|
29
|
+
attr_reader :rounds_won
|
30
|
+
|
31
|
+
# Creates a new instance of a Counter-Strike: Source class based on the
|
32
|
+
# given XML data
|
33
|
+
#
|
34
|
+
# @param [String] map_name The name of the map
|
35
|
+
# @param [Hash<String, Object>] maps_data The XML data of all maps
|
36
|
+
def initialize(map_name, maps_data)
|
37
|
+
@name = map_name
|
38
|
+
|
39
|
+
@favorite = (maps_data['favorite'] == @name)
|
40
|
+
@rounds_played = maps_data["#{@name}_rounds"].to_i
|
41
|
+
@rounds_won = maps_data["#{@name}_wins"].to_i
|
42
|
+
|
43
|
+
@rounds_lost = @rounds_played - @rounds_won
|
44
|
+
@rounds_won_percentage = (@rounds_played > 0) ? @rounds_won.to_f / @rounds_played : 0
|
45
|
+
end
|
46
|
+
|
47
|
+
# Returns whether this map is the favorite map of this player
|
48
|
+
#
|
49
|
+
# @return [Boolean] `true` if this is the favorite map
|
50
|
+
def favorite?
|
51
|
+
@favorite
|
52
|
+
end
|
53
|
+
|
54
|
+
# Returns the percentage of rounds the player has won on this map
|
55
|
+
#
|
56
|
+
# @return [Float] The percentage of rounds won
|
57
|
+
def rounds_won_percentage
|
58
|
+
(@rounds_played > 0) ? @rounds_won.to_f / @rounds_played : 0
|
59
|
+
end
|
60
|
+
|
61
|
+
end
|
@@ -0,0 +1,136 @@
|
|
1
|
+
# This code is free software; you can redistribute it and/or modify it under
|
2
|
+
# the terms of the new BSD License.
|
3
|
+
#
|
4
|
+
# Copyright (c) 2010, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/css/css_map'
|
7
|
+
require 'steam/community/css/css_weapon'
|
8
|
+
|
9
|
+
# The is class represents the game statistics for a single user in
|
10
|
+
# Counter-Strike: Source
|
11
|
+
#
|
12
|
+
# @author Sebastian Staudt
|
13
|
+
class CSSStats < GameStats
|
14
|
+
|
15
|
+
# The names of the maps in Counter-Strike: Source
|
16
|
+
MAPS = [ 'cs_assault', 'cs_compound', 'cs_havana', 'cs_italy', 'cs_militia',
|
17
|
+
'cs_office', 'de_aztec', 'de_cbble', 'de_chateau', 'de_dust',
|
18
|
+
'de_dust2', 'de_inferno', 'de_nuke', 'de_piranesi', 'de_port',
|
19
|
+
'de_prodigy', 'de_tides', 'de_train' ]
|
20
|
+
|
21
|
+
# The names of the weapons in Counter-Strike: Source
|
22
|
+
WEAPONS = [ 'deagle', 'usp', 'glock', 'p228', 'elite', 'fiveseven', 'awp',
|
23
|
+
'ak47', 'm4a1', 'aug', 'sg552', 'sg550', 'galil', 'famas',
|
24
|
+
'scout', 'g3sg1', 'p90', 'mp5navy', 'tmp', 'mac10', 'ump45',
|
25
|
+
'm3', 'xm1014', 'm249', 'knife', 'grenade' ]
|
26
|
+
|
27
|
+
# Returns statistics about the last match the player played
|
28
|
+
#
|
29
|
+
# @return [Hash<Symbol, Object>] The stats of the last match
|
30
|
+
attr_reader :last_match_stats
|
31
|
+
|
32
|
+
# Returns overall statistics of this player
|
33
|
+
#
|
34
|
+
# @return [Hash<Symbol, Object>] The overall statistics
|
35
|
+
attr_reader :total_stats
|
36
|
+
|
37
|
+
# Creates a `CSSStats` instance by calling the super constructor
|
38
|
+
# with the game name `'cs:s'`
|
39
|
+
#
|
40
|
+
# @param [String, Fixnum] steam_id The custom URL or 64bit Steam ID of the
|
41
|
+
# user
|
42
|
+
def initialize(steam_id)
|
43
|
+
super steam_id, 'cs:s'
|
44
|
+
|
45
|
+
if public?
|
46
|
+
@last_match_stats = {}
|
47
|
+
@total_stats = {}
|
48
|
+
|
49
|
+
@last_match_stats[:cost_per_kill] = @xml_data['stats']['lastmatch']['costkill'].to_f
|
50
|
+
@last_match_stats[:ct_wins] = @xml_data['stats']['lastmatch']['ct_wins'].to_i
|
51
|
+
@last_match_stats[:damage] = @xml_data['stats']['lastmatch']['dmg'].to_i
|
52
|
+
@last_match_stats[:deaths] = @xml_data['stats']['lastmatch']['deaths'].to_i
|
53
|
+
@last_match_stats[:dominations] = @xml_data['stats']['lastmatch']['dominations'].to_i
|
54
|
+
@last_match_stats[:favorite_weapon_id] = @xml_data['stats']['lastmatch']['favwpnid'].to_i
|
55
|
+
@last_match_stats[:kills] = @xml_data['stats']['lastmatch']['kills'].to_i
|
56
|
+
@last_match_stats[:max_players] = @xml_data['stats']['lastmatch']['max_players'].to_i
|
57
|
+
@last_match_stats[:money] = @xml_data['stats']['lastmatch']['money'].to_i
|
58
|
+
@last_match_stats[:revenges] = @xml_data['stats']['lastmatch']['revenges'].to_i
|
59
|
+
@last_match_stats[:stars] = @xml_data['stats']['lastmatch']['stars'].to_i
|
60
|
+
@last_match_stats[:t_wins] = @xml_data['stats']['lastmatch']['t_wins'].to_i
|
61
|
+
@last_match_stats[:wins] = @xml_data['stats']['lastmatch']['wins'].to_i
|
62
|
+
@total_stats[:blind_kills] = @xml_data['stats']['lifetime']['blindkills'].to_i
|
63
|
+
@total_stats[:bombs_defused] = @xml_data['stats']['lifetime']['bombsdefused'].to_i
|
64
|
+
@total_stats[:bombs_planted] = @xml_data['stats']['lifetime']['bombsplanted'].to_i
|
65
|
+
@total_stats[:damage] = @xml_data['stats']['lifetime']['dmg'].to_i
|
66
|
+
@total_stats[:deaths] = @xml_data['stats']['summary']['deaths'].to_i
|
67
|
+
@total_stats[:domination_overkills] = @xml_data['stats']['lifetime']['dominationoverkills'].to_i
|
68
|
+
@total_stats[:dominations] = @xml_data['stats']['lifetime']['dominations'].to_i
|
69
|
+
@total_stats[:earned_money] = @xml_data['stats']['lifetime']['money'].to_i
|
70
|
+
@total_stats[:enemy_weapon_kills] = @xml_data['stats']['lifetime']['enemywpnkills'].to_i
|
71
|
+
@total_stats[:headshots] = @xml_data['stats']['lifetime']['headshots'].to_i
|
72
|
+
@total_stats[:hits] = @xml_data['stats']['summary']['shotshit'].to_i
|
73
|
+
@total_stats[:hostages_rescued] = @xml_data['stats']['lifetime']['hostagesrescued'].to_i
|
74
|
+
@total_stats[:kills] = @xml_data['stats']['summary']['kills'].to_i
|
75
|
+
@total_stats[:knife_kills] = @xml_data['stats']['lifetime']['knifekills'].to_i
|
76
|
+
@total_stats[:logos_sprayed] = @xml_data['stats']['lifetime']['decals'].to_i
|
77
|
+
@total_stats[:nightvision_damage] = @xml_data['stats']['lifetime']['nvgdmg'].to_i
|
78
|
+
@total_stats[:pistol_rounds_won] = @xml_data['stats']['lifetime']['pistolrounds'].to_i
|
79
|
+
@total_stats[:revenges] = @xml_data['stats']['lifetime']['revenges'].to_i
|
80
|
+
@total_stats[:rounds_played] = @xml_data['stats']['summary']['rounds'].to_i
|
81
|
+
@total_stats[:rounds_won] = @xml_data['stats']['summary']['wins'].to_i
|
82
|
+
@total_stats[:seconds_played] = @xml_data['stats']['summary']['timeplayed'].to_i
|
83
|
+
@total_stats[:shots] = @xml_data['stats']['summary']['shots'].to_i
|
84
|
+
@total_stats[:stars] = @xml_data['stats']['summary']['stars'].to_i
|
85
|
+
@total_stats[:weapons_donated] = @xml_data['stats']['lifetime']['wpndonated'].to_i
|
86
|
+
@total_stats[:windows_broken] = @xml_data['stats']['lifetime']['winbroken'].to_i
|
87
|
+
@total_stats[:zoomed_sniper_kills] = @xml_data['stats']['lifetime']['zsniperkills'].to_i
|
88
|
+
|
89
|
+
@last_match_stats[:kdratio] = (@total_stats[:deaths] > 0) ? @last_match_stats[:kills].to_f / @last_match_stats[:deaths] : 0
|
90
|
+
@total_stats[:accuracy] = (@total_stats[:shots] > 0) ? @total_stats[:hits].to_f / @total_stats[:shots] : 0
|
91
|
+
@total_stats[:kdratio] = (@total_stats[:deaths] > 0) ? @total_stats[:kills].to_f / @total_stats[:deaths] : 0
|
92
|
+
@total_stats[:rounds_lost] = @total_stats[:rounds_played] - @total_stats[:rounds_won]
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
# Returns a map of `CSSMap` for this user containing all CS:S maps.
|
97
|
+
#
|
98
|
+
# If the maps haven't been parsed already, parsing is done now.
|
99
|
+
#
|
100
|
+
# @return [Hash<String, Object>] The map statistics for this user
|
101
|
+
def map_stats
|
102
|
+
return unless public?
|
103
|
+
|
104
|
+
if @map_stats.nil?
|
105
|
+
@map_stats = {}
|
106
|
+
maps_data = @xml_data['stats']['maps']
|
107
|
+
|
108
|
+
MAPS.each do |map_name|
|
109
|
+
@map_stats[map_name] = CSSMap.new(map_name, maps_data)
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
@map_stats
|
114
|
+
end
|
115
|
+
|
116
|
+
# Returns a map of `CSSWeapon` for this user containing all CS:S weapons.
|
117
|
+
#
|
118
|
+
# If the weapons haven't been parsed already, parsing is done now.
|
119
|
+
#
|
120
|
+
# @return [Hash<String, Object>] The weapon statistics for this user
|
121
|
+
def weapon_stats
|
122
|
+
return unless public?
|
123
|
+
|
124
|
+
if @weapon_stats.nil?
|
125
|
+
@weapon_stats = {}
|
126
|
+
weapons_data = @xml_data['stats']['weapons']
|
127
|
+
|
128
|
+
WEAPONS.each do |weapon_name|
|
129
|
+
@weapon_stats[weapon_name] = CSSWeapon.new(weapon_name, weapons_data)
|
130
|
+
end
|
131
|
+
end
|
132
|
+
|
133
|
+
@weapon_stats
|
134
|
+
end
|
135
|
+
|
136
|
+
end
|