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,67 @@
|
|
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
|
+
require 'steam/community/game_weapon'
|
7
|
+
|
8
|
+
# Represents the stats for a Day of Defeat: Source weapon for a specific user
|
9
|
+
#
|
10
|
+
# @author Sebastian Staudt
|
11
|
+
class DoDSWeapon
|
12
|
+
|
13
|
+
include GameWeapon
|
14
|
+
|
15
|
+
# Returns the number of headshots achieved with this weapon
|
16
|
+
#
|
17
|
+
# @return [Fixnum] The number of headshots achieved
|
18
|
+
attr_reader :headshots
|
19
|
+
|
20
|
+
# Returns the name of this weapon
|
21
|
+
#
|
22
|
+
# @return [String] The name of this weapon
|
23
|
+
attr_reader :name
|
24
|
+
|
25
|
+
# Returns the number of hits achieved with this weapon
|
26
|
+
#
|
27
|
+
# @return [Fixnum] The number of hits achieved
|
28
|
+
attr_reader :hits
|
29
|
+
|
30
|
+
# Creates a new instance of a Day of Defeat: Source weapon based on the
|
31
|
+
# given XML data
|
32
|
+
#
|
33
|
+
# @param [Hash<String, Object>] weapon_data The XML data of the class
|
34
|
+
def initialize(weapon_data)
|
35
|
+
super weapon_data
|
36
|
+
|
37
|
+
@headshots = weapon_data['headshots'].to_i
|
38
|
+
@id = weapon_data['key']
|
39
|
+
@name = weapon_data['name']
|
40
|
+
@shots = weapon_data['shotsfired'].to_i
|
41
|
+
@hits = weapon_data['shotshit'].to_i
|
42
|
+
end
|
43
|
+
|
44
|
+
# Returns the average number of hits needed for a kill with this weapon
|
45
|
+
#
|
46
|
+
# @return [Float] The average number of hits needed for a kill
|
47
|
+
def avg_hits_per_kill
|
48
|
+
@hits.to_f / @kill
|
49
|
+
end
|
50
|
+
|
51
|
+
# Returns the percentage of headshots relative to the shots hit with this
|
52
|
+
# weapon
|
53
|
+
#
|
54
|
+
# @return [Float] The percentage of headshots
|
55
|
+
def headshot_percentage
|
56
|
+
@headshots.to_f / @hits
|
57
|
+
end
|
58
|
+
|
59
|
+
# Returns the percentage of hits relative to the shots fired with this
|
60
|
+
# weapon
|
61
|
+
#
|
62
|
+
# @return [Float] The percentage of hits
|
63
|
+
def hit_percentage
|
64
|
+
@hits.to_f / @shots
|
65
|
+
end
|
66
|
+
|
67
|
+
end
|
@@ -0,0 +1,109 @@
|
|
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) 2008-2012, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'multi_json'
|
7
|
+
|
8
|
+
require 'steam/community/web_api'
|
9
|
+
|
10
|
+
# The GameAchievement class represents a specific achievement for a single game
|
11
|
+
# and for a single user
|
12
|
+
#
|
13
|
+
# It also provides the ability to load the global unlock percentages of all
|
14
|
+
# achievements of a specific game.
|
15
|
+
#
|
16
|
+
# @author Sebastian Staudt
|
17
|
+
class GameAchievement
|
18
|
+
|
19
|
+
# Returns the symbolic API name of this achievement
|
20
|
+
#
|
21
|
+
# @return [String] The API name of this achievement
|
22
|
+
attr_reader :api_name
|
23
|
+
|
24
|
+
# Returns the description of this achievement
|
25
|
+
#
|
26
|
+
# @return [String] The description of this achievement
|
27
|
+
attr_reader :description
|
28
|
+
|
29
|
+
# Return the game this achievement belongs to
|
30
|
+
#
|
31
|
+
# @return [Steam] The game this achievement belongs to
|
32
|
+
attr_reader :game
|
33
|
+
|
34
|
+
# Returns the url for the closed icon of this achievement
|
35
|
+
#
|
36
|
+
# @return [String] The url of the closed achievement icon
|
37
|
+
attr_reader :icon_closed_url
|
38
|
+
|
39
|
+
# Returns the url for the open icon of this achievement
|
40
|
+
#
|
41
|
+
# @return [String] The url of the open achievement icon
|
42
|
+
attr_reader :icon_open_url
|
43
|
+
|
44
|
+
# Returns the name of this achievement
|
45
|
+
#
|
46
|
+
# @return [String] The name of this achievement
|
47
|
+
attr_reader :name
|
48
|
+
|
49
|
+
# Returns the time this achievement has been unlocked by its owner
|
50
|
+
#
|
51
|
+
# @return [Time] The time this achievement has been unlocked
|
52
|
+
attr_reader :timestamp
|
53
|
+
|
54
|
+
# Returns the SteamID of the user who owns this achievement
|
55
|
+
#
|
56
|
+
# @return [Fixnum] The SteamID of this achievement's owner
|
57
|
+
attr_reader :user
|
58
|
+
|
59
|
+
# Loads the global unlock percentages of all achievements for the game with
|
60
|
+
# the given Steam Application ID
|
61
|
+
#
|
62
|
+
# @param [Fixnum] app_id The unique Steam Application ID of the game (e.g.
|
63
|
+
# `440` for Team Fortress 2). See
|
64
|
+
# http://developer.valvesoftware.com/wiki/Steam_Application_IDs for
|
65
|
+
# all application IDs
|
66
|
+
# @raise [WebApiError] if the request to Steam's Web API fails
|
67
|
+
# @return [Hash<Symbol, Float>] The symbolic achievement names with their
|
68
|
+
# corresponding unlock percentages
|
69
|
+
def self.global_percentages(app_id)
|
70
|
+
percentages = {}
|
71
|
+
|
72
|
+
data = WebApi.json('ISteamUserStats', 'GetGlobalAchievementPercentagesForApp', 2, { :gameid => app_id })
|
73
|
+
MultiJson.load(data, { :symbolize_keys => true })[:achievementpercentages][:achievements].each do |percentage|
|
74
|
+
percentages[percentage[:name].to_sym] = percentage[:percent]
|
75
|
+
end
|
76
|
+
|
77
|
+
percentages
|
78
|
+
end
|
79
|
+
|
80
|
+
# Creates the achievement with the given name for the given user and game
|
81
|
+
# and achievement data
|
82
|
+
#
|
83
|
+
# @param [SteamId] user The SteamID of the player this achievement belongs to
|
84
|
+
# @param [SteamGame] game The game this achievement belongs to
|
85
|
+
# @param [Hash<String, Object>] achievement_data The achievement data
|
86
|
+
# extracted from XML
|
87
|
+
def initialize(user, game, achievement_data)
|
88
|
+
@api_name = achievement_data['apiname']
|
89
|
+
@description = achievement_data['description']
|
90
|
+
@game = game
|
91
|
+
@icon_closed_url = achievement_data['iconClosed']
|
92
|
+
@icon_open_url = achievement_data['iconOpen']
|
93
|
+
@name = achievement_data['name']
|
94
|
+
@unlocked = (achievement_data['closed'].to_i == 1)
|
95
|
+
@user = user
|
96
|
+
|
97
|
+
if @unlocked && !achievement_data['unlockTimestamp'].nil?
|
98
|
+
@timestamp = Time.at(achievement_data['unlockTimestamp'].to_i)
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
102
|
+
# Returns whether this achievement has been unlocked by its owner
|
103
|
+
#
|
104
|
+
# @return [Boolean] `true` if the achievement has been unlocked by the user
|
105
|
+
def unlocked?
|
106
|
+
@unlocked
|
107
|
+
end
|
108
|
+
|
109
|
+
end
|
@@ -0,0 +1,22 @@
|
|
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
|
+
# A module implementing basic functionality for classes representing player
|
7
|
+
# classes
|
8
|
+
#
|
9
|
+
# @author Sebastian Staudt
|
10
|
+
module GameClass
|
11
|
+
|
12
|
+
# Returns the name of this class
|
13
|
+
#
|
14
|
+
# @return [String] The name of this class
|
15
|
+
attr_reader :name
|
16
|
+
|
17
|
+
# Returns the time in minutes the player has played with this class
|
18
|
+
#
|
19
|
+
# @return [Fixnum] The time this class has been played
|
20
|
+
attr_reader :play_time
|
21
|
+
|
22
|
+
end
|
@@ -0,0 +1,152 @@
|
|
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) 2011-2012, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/cacheable'
|
7
|
+
require 'steam/community/game_item'
|
8
|
+
require 'steam/community/web_api'
|
9
|
+
|
10
|
+
# Provides basic functionality to represent an inventory of player in a game
|
11
|
+
#
|
12
|
+
# @author Sebastian Staudt
|
13
|
+
module GameInventory
|
14
|
+
|
15
|
+
# Returns an array of all items in this players inventory.
|
16
|
+
#
|
17
|
+
# @return [Array<GameItem>] All items in the backpack
|
18
|
+
attr_reader :items
|
19
|
+
|
20
|
+
# Returns the Steam ID of the player owning this inventory
|
21
|
+
#
|
22
|
+
# @return [SteamId] The Steam ID of the owner of this inventory
|
23
|
+
attr_reader :user
|
24
|
+
|
25
|
+
@@attribute_schema = {}
|
26
|
+
|
27
|
+
@@item_schema = {}
|
28
|
+
|
29
|
+
@@qualities = {}
|
30
|
+
|
31
|
+
@@schema_language = 'en'
|
32
|
+
|
33
|
+
# Sets the language the schema should be fetched in (default is: `'en'`)
|
34
|
+
#
|
35
|
+
# @param [String] The ISO 639-1 code of the schema language
|
36
|
+
def self.schema_language=(language)
|
37
|
+
@@schema_language = language
|
38
|
+
end
|
39
|
+
|
40
|
+
# Creates a new inventory object for the given AppID and SteamID64. This
|
41
|
+
# calls update to fetch the data and create the item instances contained in
|
42
|
+
# this players backpack
|
43
|
+
#
|
44
|
+
# @param [Fixnum] steam_id64 The 64bit SteamID of the player to get the
|
45
|
+
# inventory for
|
46
|
+
# @param [Boolean] fetch_now if `true` the data will be fetched immediately
|
47
|
+
def initialize(steam_id64, fetch_now = true)
|
48
|
+
@user = SteamId.new steam_id64, false
|
49
|
+
|
50
|
+
super fetch_now
|
51
|
+
end
|
52
|
+
|
53
|
+
# Returns the item at the given position in the inventory. The positions
|
54
|
+
# range from 1 to 100 instead of the usual array indices (0 to 99).
|
55
|
+
#
|
56
|
+
# @return [GameItem] The item at the given position in the inventory
|
57
|
+
def [](index)
|
58
|
+
@items[index - 1]
|
59
|
+
end
|
60
|
+
|
61
|
+
# Returns the application ID of the game this inventory class belongs to
|
62
|
+
#
|
63
|
+
# @return [Fixnum] The application ID of the game
|
64
|
+
def app_id
|
65
|
+
self.class.send :class_variable_get, :@@app_id
|
66
|
+
end
|
67
|
+
|
68
|
+
# Returns the attribute schema
|
69
|
+
#
|
70
|
+
# The schemas are fetched first if not done already
|
71
|
+
#
|
72
|
+
# @return [Hash<String, Hash<String, Object>>] The attribute schema for the
|
73
|
+
# game this inventory belongs to
|
74
|
+
# @see #update_schema
|
75
|
+
def attribute_schema
|
76
|
+
update_schema unless @@attribute_schema.key? app_id
|
77
|
+
|
78
|
+
@@attribute_schema[app_id]
|
79
|
+
end
|
80
|
+
|
81
|
+
# Updates the contents of the inventory using Steam Web API
|
82
|
+
def fetch
|
83
|
+
result = WebApi.json!("IEconItems_#{app_id}", 'GetPlayerItems', 1, { :SteamID => @user.steam_id64 })
|
84
|
+
item_class = self.class.send :class_variable_get, :@@item_class
|
85
|
+
|
86
|
+
@items = []
|
87
|
+
result[:items].each do |item_data|
|
88
|
+
unless item_data.nil?
|
89
|
+
item = item_class.new(self, item_data)
|
90
|
+
@items[item.backpack_position - 1] = item
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
# Returns the item schema
|
96
|
+
#
|
97
|
+
# The schemas are fetched first if not done already
|
98
|
+
#
|
99
|
+
# @return [Hash<Fixnum, Hash<String, Object>>] The item schema for the game
|
100
|
+
# this inventory belongs to
|
101
|
+
# @see #upde_schema
|
102
|
+
def item_schema
|
103
|
+
update_schema unless @@item_schema.key? app_id
|
104
|
+
|
105
|
+
@@item_schema[app_id]
|
106
|
+
end
|
107
|
+
|
108
|
+
# Returns the quality schema
|
109
|
+
#
|
110
|
+
# The schemas are fetched first if not done already
|
111
|
+
#
|
112
|
+
# @return [Hash<Fixnum, String>] The quality schema for this game
|
113
|
+
# @see #update_schema
|
114
|
+
def qualities
|
115
|
+
update_schema unless @@qualities.key? app_id
|
116
|
+
|
117
|
+
@@qualities[app_id]
|
118
|
+
end
|
119
|
+
|
120
|
+
# Returns the number of items in the user's inventory
|
121
|
+
#
|
122
|
+
# @return [Fixnum] The number of items in the inventory
|
123
|
+
def size
|
124
|
+
@items.size
|
125
|
+
end
|
126
|
+
|
127
|
+
protected
|
128
|
+
|
129
|
+
# Updates the item schema (this includes attributes and qualities) using the
|
130
|
+
# `GetSchema` method of interface `IEconItems_[AppID]`
|
131
|
+
def update_schema
|
132
|
+
params = {}
|
133
|
+
params[:language] = @@schema_language unless @@schema_language.nil?
|
134
|
+
result = WebApi.json!("IEconItems_#{app_id}", 'GetSchema', 1, params)
|
135
|
+
|
136
|
+
@@attribute_schema[app_id] = {}
|
137
|
+
result[:attributes].each do |attribute_data|
|
138
|
+
@@attribute_schema[app_id][attribute_data[:name]] = attribute_data
|
139
|
+
end
|
140
|
+
|
141
|
+
@@item_schema[app_id] = []
|
142
|
+
result[:items].each do |item_data|
|
143
|
+
@@item_schema[app_id][item_data[:defindex]] = item_data
|
144
|
+
end
|
145
|
+
|
146
|
+
@@qualities[app_id] = []
|
147
|
+
result[:qualities].each do |quality, id|
|
148
|
+
@@qualities[app_id][id] = quality
|
149
|
+
end
|
150
|
+
end
|
151
|
+
|
152
|
+
end
|
@@ -0,0 +1,99 @@
|
|
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) 2011, Sebastian Staudt
|
5
|
+
|
6
|
+
require 'steam/community/web_api'
|
7
|
+
|
8
|
+
# A module implementing basic functionality for classes representing an item in
|
9
|
+
# a game
|
10
|
+
#
|
11
|
+
# @author Sebastian Staudt
|
12
|
+
module GameItem
|
13
|
+
|
14
|
+
# Return the attributes of this item
|
15
|
+
#
|
16
|
+
# @return [Hash<Symbol, Object>] The attributes of this item
|
17
|
+
attr_reader :attributes
|
18
|
+
|
19
|
+
# Returns the position of this item in the player's inventory
|
20
|
+
#
|
21
|
+
# @return [Fixnum] The position of this item in the player's inventory
|
22
|
+
attr_reader :backpack_position
|
23
|
+
|
24
|
+
# Returns the class of this item
|
25
|
+
#
|
26
|
+
# @return [String] The class of this item
|
27
|
+
attr_reader :class
|
28
|
+
|
29
|
+
# Returns the number of items the player owns of this item
|
30
|
+
#
|
31
|
+
# @return [Fixnum] The quanitity of this item
|
32
|
+
attr_reader :count
|
33
|
+
|
34
|
+
# Returns the index where the item is defined in the schema
|
35
|
+
#
|
36
|
+
# @return [Fixnum] The schema index of this item
|
37
|
+
attr_reader :defindex
|
38
|
+
|
39
|
+
# Returns the ID of this item
|
40
|
+
#
|
41
|
+
# @return [Fixnum] The ID of this item
|
42
|
+
attr_reader :id
|
43
|
+
|
44
|
+
# Returns the level of this item
|
45
|
+
#
|
46
|
+
# @return [Fixnum] The level of this item
|
47
|
+
attr_reader :level
|
48
|
+
|
49
|
+
# Returns the level of this item
|
50
|
+
#
|
51
|
+
# @return [String] The level of this item
|
52
|
+
attr_reader :name
|
53
|
+
|
54
|
+
# Returns the quality of this item
|
55
|
+
#
|
56
|
+
# @return [String] The quality of this item
|
57
|
+
attr_reader :quality
|
58
|
+
|
59
|
+
# Returns the slot where this item can be equipped in or `nil` if this item
|
60
|
+
# cannot be equipped
|
61
|
+
#
|
62
|
+
# @return [String] The slot where this item can be equipped in
|
63
|
+
attr_reader :slot
|
64
|
+
|
65
|
+
# Returns the type of this item
|
66
|
+
#
|
67
|
+
# @return [String] The type of this item
|
68
|
+
attr_reader :type
|
69
|
+
|
70
|
+
# Creates a new instance of a GameItem with the given data
|
71
|
+
#
|
72
|
+
# @param [GameInventory] inventory The inventory this item is contained in
|
73
|
+
# @param [Hash<Symbol, Object>] item_data The data representing this item
|
74
|
+
def initialize(inventory, item_data)
|
75
|
+
@defindex = item_data[:defindex]
|
76
|
+
@backpack_position = item_data[:inventory] & 0xffff
|
77
|
+
@class = inventory.item_schema[@defindex][:item_class]
|
78
|
+
@count = item_data[:quantity]
|
79
|
+
@id = item_data[:id]
|
80
|
+
@level = item_data[:level]
|
81
|
+
@name = inventory.item_schema[@defindex][:item_name]
|
82
|
+
@quality = inventory.qualities[item_data[:quality]]
|
83
|
+
@slot = inventory.item_schema[@defindex][:item_slot]
|
84
|
+
@tradeable = !(item_data[:flag_cannot_trade] == true)
|
85
|
+
@type = inventory.item_schema[@defindex][:item_type_name]
|
86
|
+
|
87
|
+
unless inventory.item_schema[@defindex][:attributes].nil?
|
88
|
+
@attributes = inventory.item_schema[@defindex][:attributes]
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
92
|
+
# Returns whether this item is tradeable
|
93
|
+
#
|
94
|
+
# @return [Boolean] `true` if this item is tradeable
|
95
|
+
def tradeable?
|
96
|
+
@tradeable
|
97
|
+
end
|
98
|
+
|
99
|
+
end
|