steam-condenser 1.2.1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (390) hide show
  1. data/Gemfile.lock +9 -9
  2. data/README.md +1 -0
  3. data/Rakefile +2 -2
  4. data/lib/steam-condenser/version.rb +1 -1
  5. data/lib/steam/community/alien_swarm/alien_swarm_stats.rb +1 -0
  6. data/lib/steam/community/cacheable.rb +1 -1
  7. data/lib/steam/community/css/css_stats.rb +1 -0
  8. data/lib/steam/community/defense_grid/defense_grid_stats.rb +1 -0
  9. data/lib/steam/community/dods/dods_stats.rb +1 -0
  10. data/lib/steam/community/dota2/dota2_beta_inventory.rb +4 -1
  11. data/lib/steam/community/dota2/dota2_inventory.rb +4 -1
  12. data/lib/steam/community/game_inventory.rb +68 -63
  13. data/lib/steam/community/game_item.rb +65 -22
  14. data/lib/steam/community/game_item_schema.rb +131 -0
  15. data/lib/steam/community/game_stats.rb +1 -1
  16. data/lib/steam/community/l4d/l4d2_stats.rb +3 -1
  17. data/lib/steam/community/l4d/l4d_stats.rb +3 -1
  18. data/lib/steam/community/portal2/portal2_inventory.rb +4 -1
  19. data/lib/steam/community/portal2/portal2_item.rb +8 -0
  20. data/lib/steam/community/portal2/portal2_stats.rb +1 -0
  21. data/lib/steam/community/steam_game.rb +15 -2
  22. data/lib/steam/community/steam_id.rb +39 -42
  23. data/lib/steam/community/tf2/tf2_beta_inventory.rb +4 -1
  24. data/lib/steam/community/tf2/tf2_inventory.rb +4 -1
  25. data/lib/steam/community/tf2/tf2_item.rb +8 -0
  26. data/lib/steam/community/tf2/tf2_stats.rb +1 -0
  27. data/lib/steam/community/web_api.rb +2 -1
  28. data/lib/steam/packets/c2m_checkmd5_packet.rb +1 -0
  29. data/lib/steam/packets/s2m_heartbeat2_packet.rb +1 -0
  30. data/lib/steam/servers/master_server.rb +6 -1
  31. data/lib/steam/servers/server.rb +12 -1
  32. data/lib/steam/servers/source_server.rb +12 -2
  33. data/lib/steam/sockets/master_server_socket.rb +5 -1
  34. data/lib/steam/sockets/rcon_socket.rb +9 -2
  35. data/lib/steam/sockets/steam_socket.rb +5 -1
  36. data/steam-condenser.gemspec +3 -3
  37. data/test/helper.rb +2 -2
  38. data/test/steam/{communtiy → community}/test_cacheable.rb +0 -0
  39. data/{pkg/steam-condenser-1.2.0/test/steam/communtiy → test/steam/community}/test_steam_group.rb +0 -0
  40. data/{pkg/steam-condenser-1.2.0/test/steam/communtiy → test/steam/community}/test_steam_id.rb +22 -0
  41. data/{pkg/steam-condenser-1.2.0/test/steam/communtiy → test/steam/community}/test_web_api.rb +0 -0
  42. data/test/steam/servers/test_source_server.rb +10 -2
  43. data/test/steam/sockets/test_rcon_socket.rb +3 -3
  44. metadata +112 -474
  45. data/doc/A2M_GET_SERVERS_BATCH2_Packet.html +0 -426
  46. data/doc/A2S_INFO_Packet.html +0 -260
  47. data/doc/A2S_PLAYER_Packet.html +0 -295
  48. data/doc/A2S_RULES_Packet.html +0 -296
  49. data/doc/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +0 -261
  50. data/doc/AbstractL4DStats.html +0 -978
  51. data/doc/AbstractL4DWeapon.html +0 -734
  52. data/doc/Achievement.html +0 -660
  53. data/doc/AlienSwarmMission.html +0 -1557
  54. data/doc/AlienSwarmStats.html +0 -965
  55. data/doc/AlienSwarmWeapon.html +0 -640
  56. data/doc/AppNews.html +0 -1442
  57. data/doc/C2M_CHECKMD5_Packet.html +0 -341
  58. data/doc/CSSMap.html +0 -806
  59. data/doc/CSSStats.html +0 -825
  60. data/doc/CSSWeapon.html +0 -889
  61. data/doc/Cacheable.html +0 -913
  62. data/doc/Cacheable/ClassMethods.html +0 -696
  63. data/doc/DefenseGridStats.html +0 -2559
  64. data/doc/DoDSClass.html +0 -1264
  65. data/doc/DoDSStats.html +0 -486
  66. data/doc/DoDSWeapon.html +0 -806
  67. data/doc/Dota2BetaInventory.html +0 -339
  68. data/doc/Dota2Inventory.html +0 -339
  69. data/doc/Dota2Item.html +0 -388
  70. data/doc/Dota2Stats.html +0 -366
  71. data/doc/GameAchievement.html +0 -1257
  72. data/doc/GameClass.html +0 -321
  73. data/doc/GameInventory.html +0 -1363
  74. data/doc/GameItem.html +0 -1339
  75. data/doc/GameLeaderboard.html +0 -1609
  76. data/doc/GameLeaderboardEntry.html +0 -629
  77. data/doc/GameSchema.html +0 -568
  78. data/doc/GameServer.html +0 -2405
  79. data/doc/GameStats.html +0 -1461
  80. data/doc/GameWeapon.html +0 -590
  81. data/doc/GoldSrcServer.html +0 -740
  82. data/doc/GoldSrcSocket.html +0 -850
  83. data/doc/ItemSchema.html +0 -780
  84. data/doc/L4D2Map.html +0 -739
  85. data/doc/L4D2Stats.html +0 -930
  86. data/doc/L4D2Weapon.html +0 -486
  87. data/doc/L4DExplosive.html +0 -374
  88. data/doc/L4DMap.html +0 -776
  89. data/doc/L4DStats.html +0 -530
  90. data/doc/L4DWeapon.html +0 -296
  91. data/doc/M2A_SERVER_BATCH_Packet.html +0 -430
  92. data/doc/M2C_ISVALIDMD5_Packet.html +0 -383
  93. data/doc/M2S_REQUESTRESTART_Packet.html +0 -382
  94. data/doc/MasterServer.html +0 -1070
  95. data/doc/MasterServerSocket.html +0 -293
  96. data/doc/Module.html +0 -194
  97. data/doc/PacketFormatError.html +0 -257
  98. data/doc/Portal2Inventory.html +0 -339
  99. data/doc/Portal2Item.html +0 -499
  100. data/doc/Portal2Stats.html +0 -368
  101. data/doc/RCONAuthRequest.html +0 -318
  102. data/doc/RCONAuthResponse.html +0 -305
  103. data/doc/RCONBanError.html +0 -247
  104. data/doc/RCONExecRequest.html +0 -318
  105. data/doc/RCONExecResponse.html +0 -407
  106. data/doc/RCONGoldSrcRequest.html +0 -363
  107. data/doc/RCONGoldSrcResponse.html +0 -367
  108. data/doc/RCONNoAuthError.html +0 -247
  109. data/doc/RCONPacket.html +0 -548
  110. data/doc/RCONPacketFactory.html +0 -300
  111. data/doc/RCONSocket.html +0 -669
  112. data/doc/RCONTerminator.html +0 -304
  113. data/doc/RequestWithChallenge.html +0 -233
  114. data/doc/S2A_INFO2_Packet.html +0 -371
  115. data/doc/S2A_INFO_BasePacket.html +0 -357
  116. data/doc/S2A_INFO_DETAILED_Packet.html +0 -370
  117. data/doc/S2A_LOGSTRING_Packet.html +0 -373
  118. data/doc/S2A_PLAYER_Packet.html +0 -417
  119. data/doc/S2A_RULES_Packet.html +0 -411
  120. data/doc/S2C_CHALLENGE_Packet.html +0 -370
  121. data/doc/S2M_HEARTBEAT2_Packet.html +0 -444
  122. data/doc/Server.html +0 -781
  123. data/doc/SourceServer.html +0 -776
  124. data/doc/SourceSocket.html +0 -366
  125. data/doc/StatsAttribute.html +0 -514
  126. data/doc/SteamCondenser.html +0 -155
  127. data/doc/SteamCondenser/A2M_GET_SERVERS_BATCH2_Packet.html +0 -413
  128. data/doc/SteamCondenser/A2S_INFO_Packet.html +0 -249
  129. data/doc/SteamCondenser/A2S_PLAYER_Packet.html +0 -281
  130. data/doc/SteamCondenser/A2S_RULES_Packet.html +0 -282
  131. data/doc/SteamCondenser/A2S_SERVERQUERY_GETCHALLENGE_Packet.html +0 -250
  132. data/doc/SteamCondenser/AbstractL4DStats.html +0 -954
  133. data/doc/SteamCondenser/AbstractL4DWeapon.html +0 -703
  134. data/doc/SteamCondenser/AlienSwarmMission.html +0 -1494
  135. data/doc/SteamCondenser/AlienSwarmStats.html +0 -938
  136. data/doc/SteamCondenser/AlienSwarmWeapon.html +0 -614
  137. data/doc/SteamCondenser/AppNews.html +0 -1387
  138. data/doc/SteamCondenser/C2M_CHECKMD5_Packet.html +0 -327
  139. data/doc/SteamCondenser/CSSMap.html +0 -774
  140. data/doc/SteamCondenser/CSSStats.html +0 -799
  141. data/doc/SteamCondenser/CSSWeapon.html +0 -855
  142. data/doc/SteamCondenser/Cacheable.html +0 -698
  143. data/doc/SteamCondenser/Cacheable/ClassMethods.html +0 -531
  144. data/doc/SteamCondenser/Community.html +0 -134
  145. data/doc/SteamCondenser/DefenseGridStats.html +0 -2455
  146. data/doc/SteamCondenser/DoDSClass.html +0 -1209
  147. data/doc/SteamCondenser/DoDSStats.html +0 -470
  148. data/doc/SteamCondenser/DoDSWeapon.html +0 -774
  149. data/doc/SteamCondenser/Error.html +0 -156
  150. data/doc/SteamCondenser/Error/PacketFormat.html +0 -246
  151. data/doc/SteamCondenser/Error/RCONBan.html +0 -237
  152. data/doc/SteamCondenser/Error/RCONNoAuth.html +0 -236
  153. data/doc/SteamCondenser/Error/Timeout.html +0 -238
  154. data/doc/SteamCondenser/Error/WebApi.html +0 -339
  155. data/doc/SteamCondenser/GameAchievement.html +0 -1210
  156. data/doc/SteamCondenser/GameClass.html +0 -306
  157. data/doc/SteamCondenser/GameInventory.html +0 -1236
  158. data/doc/SteamCondenser/GameItem.html +0 -1282
  159. data/doc/SteamCondenser/GameLeaderboard.html +0 -1562
  160. data/doc/SteamCondenser/GameLeaderboardEntry.html +0 -604
  161. data/doc/SteamCondenser/GameServer.html +0 -2337
  162. data/doc/SteamCondenser/GameStats.html +0 -1416
  163. data/doc/SteamCondenser/GameWeapon.html +0 -566
  164. data/doc/SteamCondenser/GoldSrcServer.html +0 -716
  165. data/doc/SteamCondenser/GoldSrcSocket.html +0 -831
  166. data/doc/SteamCondenser/L4D2Map.html +0 -713
  167. data/doc/SteamCondenser/L4D2Stats.html +0 -906
  168. data/doc/SteamCondenser/L4D2Weapon.html +0 -466
  169. data/doc/SteamCondenser/L4DExplosive.html +0 -362
  170. data/doc/SteamCondenser/L4DMap.html +0 -746
  171. data/doc/SteamCondenser/L4DStats.html +0 -513
  172. data/doc/SteamCondenser/L4DWeapon.html +0 -284
  173. data/doc/SteamCondenser/M2A_SERVER_BATCH_Packet.html +0 -415
  174. data/doc/SteamCondenser/M2C_ISVALIDMD5_Packet.html +0 -368
  175. data/doc/SteamCondenser/M2S_REQUESTRESTART_Packet.html +0 -367
  176. data/doc/SteamCondenser/MasterServer.html +0 -1046
  177. data/doc/SteamCondenser/MasterServerSocket.html +0 -282
  178. data/doc/SteamCondenser/Portal2Inventory.html +0 -217
  179. data/doc/SteamCondenser/Portal2Item.html +0 -483
  180. data/doc/SteamCondenser/Portal2Stats.html +0 -353
  181. data/doc/SteamCondenser/RCONAuthRequest.html +0 -306
  182. data/doc/SteamCondenser/RCONAuthResponse.html +0 -293
  183. data/doc/SteamCondenser/RCONExecRequest.html +0 -306
  184. data/doc/SteamCondenser/RCONExecResponse.html +0 -392
  185. data/doc/SteamCondenser/RCONGoldSrcRequest.html +0 -349
  186. data/doc/SteamCondenser/RCONGoldSrcResponse.html +0 -354
  187. data/doc/SteamCondenser/RCONPacket.html +0 -530
  188. data/doc/SteamCondenser/RCONPacketFactory.html +0 -293
  189. data/doc/SteamCondenser/RCONSocket.html +0 -649
  190. data/doc/SteamCondenser/RCONTerminator.html +0 -292
  191. data/doc/SteamCondenser/RequestWithChallenge.html +0 -223
  192. data/doc/SteamCondenser/S2A_INFO2_Packet.html +0 -359
  193. data/doc/SteamCondenser/S2A_INFO_BasePacket.html +0 -342
  194. data/doc/SteamCondenser/S2A_INFO_DETAILED_Packet.html +0 -358
  195. data/doc/SteamCondenser/S2A_LOGSTRING_Packet.html +0 -358
  196. data/doc/SteamCondenser/S2A_PLAYER_Packet.html +0 -402
  197. data/doc/SteamCondenser/S2A_RULES_Packet.html +0 -396
  198. data/doc/SteamCondenser/S2C_CHALLENGE_Packet.html +0 -356
  199. data/doc/SteamCondenser/S2M_HEARTBEAT2_Packet.html +0 -430
  200. data/doc/SteamCondenser/Server.html +0 -754
  201. data/doc/SteamCondenser/Servers.html +0 -133
  202. data/doc/SteamCondenser/SourceServer.html +0 -752
  203. data/doc/SteamCondenser/SourceSocket.html +0 -355
  204. data/doc/SteamCondenser/SteamGame.html +0 -1802
  205. data/doc/SteamCondenser/SteamGroup.html +0 -969
  206. data/doc/SteamCondenser/SteamId.html +0 -4242
  207. data/doc/SteamCondenser/SteamPacket.html +0 -456
  208. data/doc/SteamCondenser/SteamPacketFactory.html +0 -521
  209. data/doc/SteamCondenser/SteamPlayer.html +0 -1696
  210. data/doc/SteamCondenser/SteamSocket.html +0 -679
  211. data/doc/SteamCondenser/TF2BetaInventory.html +0 -198
  212. data/doc/SteamCondenser/TF2Class.html +0 -1145
  213. data/doc/SteamCondenser/TF2ClassFactory.html +0 -263
  214. data/doc/SteamCondenser/TF2Engineer.html +0 -534
  215. data/doc/SteamCondenser/TF2GoldenWrench.html +0 -731
  216. data/doc/SteamCondenser/TF2Inventory.html +0 -217
  217. data/doc/SteamCondenser/TF2Item.html +0 -482
  218. data/doc/SteamCondenser/TF2Medic.html +0 -445
  219. data/doc/SteamCondenser/TF2Sniper.html +0 -357
  220. data/doc/SteamCondenser/TF2Spy.html +0 -531
  221. data/doc/SteamCondenser/TF2Stats.html +0 -670
  222. data/doc/SteamCondenser/TimeoutError.html +0 -249
  223. data/doc/SteamCondenser/WebApi.html +0 -999
  224. data/doc/SteamCondenser/XMLData.html +0 -171
  225. data/doc/SteamCondenserError.html +0 -153
  226. data/doc/SteamGame.html +0 -1859
  227. data/doc/SteamGroup.html +0 -1012
  228. data/doc/SteamId.html +0 -4369
  229. data/doc/SteamPacket.html +0 -469
  230. data/doc/SteamPacketFactory.html +0 -545
  231. data/doc/SteamPlayer.html +0 -1766
  232. data/doc/SteamSocket.html +0 -699
  233. data/doc/StringIO.html +0 -947
  234. data/doc/TF2BetaInventory.html +0 -315
  235. data/doc/TF2Class.html +0 -1194
  236. data/doc/TF2ClassFactory.html +0 -273
  237. data/doc/TF2Engineer.html +0 -558
  238. data/doc/TF2GoldenWrench.html +0 -760
  239. data/doc/TF2Inventory.html +0 -339
  240. data/doc/TF2Item.html +0 -499
  241. data/doc/TF2Medic.html +0 -465
  242. data/doc/TF2Sniper.html +0 -373
  243. data/doc/TF2Spy.html +0 -555
  244. data/doc/TF2Stats.html +0 -696
  245. data/doc/WebApi.html +0 -1021
  246. data/doc/WebApiError.html +0 -347
  247. data/doc/XMLData.html +0 -253
  248. data/doc/_index.html +0 -717
  249. data/doc/class_list.html +0 -53
  250. data/doc/css/common.css +0 -1
  251. data/doc/css/full_list.css +0 -57
  252. data/doc/css/style.css +0 -328
  253. data/doc/file.LICENSE.html +0 -100
  254. data/doc/file.README.html +0 -136
  255. data/doc/file_list.html +0 -58
  256. data/doc/frames.html +0 -28
  257. data/doc/index.html +0 -136
  258. data/doc/js/app.js +0 -214
  259. data/doc/js/full_list.js +0 -173
  260. data/doc/js/jquery.js +0 -4
  261. data/doc/method_list.html +0 -3988
  262. data/doc/methods_list.html +0 -3900
  263. data/doc/top-level-namespace.html +0 -114
  264. data/pkg/steam-condenser-1.2.0.gem +0 -0
  265. data/pkg/steam-condenser-1.2.0/Gemfile +0 -3
  266. data/pkg/steam-condenser-1.2.0/Gemfile.lock +0 -30
  267. data/pkg/steam-condenser-1.2.0/LICENSE +0 -25
  268. data/pkg/steam-condenser-1.2.0/README.md +0 -47
  269. data/pkg/steam-condenser-1.2.0/Rakefile +0 -46
  270. data/pkg/steam-condenser-1.2.0/lib/core_ext/stringio.rb +0 -91
  271. data/pkg/steam-condenser-1.2.0/lib/errors/packet_format_error.rb +0 -21
  272. data/pkg/steam-condenser-1.2.0/lib/errors/rcon_ban_error.rb +0 -22
  273. data/pkg/steam-condenser-1.2.0/lib/errors/rcon_no_auth_error.rb +0 -21
  274. data/pkg/steam-condenser-1.2.0/lib/errors/steam_condenser_error.rb +0 -11
  275. data/pkg/steam-condenser-1.2.0/lib/errors/timeout_error.rb +0 -28
  276. data/pkg/steam-condenser-1.2.0/lib/errors/web_api_error.rb +0 -57
  277. data/pkg/steam-condenser-1.2.0/lib/steam-condenser.rb +0 -18
  278. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/community.rb +0 -24
  279. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/servers.rb +0 -24
  280. data/pkg/steam-condenser-1.2.0/lib/steam-condenser/version.rb +0 -11
  281. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_mission.rb +0 -119
  282. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_stats.rb +0 -179
  283. data/pkg/steam-condenser-1.2.0/lib/steam/community/alien_swarm/alien_swarm_weapon.rb +0 -49
  284. data/pkg/steam-condenser-1.2.0/lib/steam/community/app_news.rb +0 -133
  285. data/pkg/steam-condenser-1.2.0/lib/steam/community/cacheable.rb +0 -137
  286. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_map.rb +0 -61
  287. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_stats.rb +0 -136
  288. data/pkg/steam-condenser-1.2.0/lib/steam/community/css/css_weapon.rb +0 -69
  289. data/pkg/steam-condenser-1.2.0/lib/steam/community/defense_grid/defense_grid_stats.rb +0 -237
  290. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_class.rb +0 -90
  291. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_stats.rb +0 -61
  292. data/pkg/steam-condenser-1.2.0/lib/steam/community/dods/dods_weapon.rb +0 -67
  293. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_achievement.rb +0 -109
  294. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_class.rb +0 -22
  295. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_inventory.rb +0 -152
  296. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_item.rb +0 -99
  297. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard.rb +0 -201
  298. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_leaderboard_entry.rb +0 -43
  299. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_stats.rb +0 -175
  300. data/pkg/steam-condenser-1.2.0/lib/steam/community/game_weapon.rb +0 -41
  301. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_stats.rb +0 -173
  302. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/abstract_l4d_weapon.rb +0 -56
  303. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_map.rb +0 -90
  304. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_stats.rb +0 -165
  305. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d2_weapon.rb +0 -38
  306. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_explosive.rb +0 -34
  307. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_map.rb +0 -65
  308. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_stats.rb +0 -71
  309. data/pkg/steam-condenser-1.2.0/lib/steam/community/l4d/l4d_weapon.rb +0 -26
  310. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_inventory.rb +0 -25
  311. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_item.rb +0 -47
  312. data/pkg/steam-condenser-1.2.0/lib/steam/community/portal2/portal2_stats.rb +0 -32
  313. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_game.rb +0 -182
  314. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_group.rb +0 -135
  315. data/pkg/steam-condenser-1.2.0/lib/steam/community/steam_id.rb +0 -513
  316. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_beta_inventory.rb +0 -22
  317. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class.rb +0 -92
  318. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_class_factory.rb +0 -40
  319. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_engineer.rb +0 -43
  320. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_golden_wrench.rb +0 -70
  321. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_inventory.rb +0 -25
  322. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_item.rb +0 -47
  323. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_medic.rb +0 -35
  324. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_sniper.rb +0 -28
  325. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_spy.rb +0 -41
  326. data/pkg/steam-condenser-1.2.0/lib/steam/community/tf2/tf2_stats.rb +0 -76
  327. data/pkg/steam-condenser-1.2.0/lib/steam/community/web_api.rb +0 -129
  328. data/pkg/steam-condenser-1.2.0/lib/steam/community/xml_data.rb +0 -17
  329. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2m_get_servers_batch2_packet.rb +0 -59
  330. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_info_packet.rb +0 -24
  331. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_player_packet.rb +0 -31
  332. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_rules_packet.rb +0 -32
  333. data/pkg/steam-condenser-1.2.0/lib/steam/packets/a2s_serverquery_getchallenge_packet.rb +0 -25
  334. data/pkg/steam-condenser-1.2.0/lib/steam/packets/c2m_checkmd5_packet.rb +0 -30
  335. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2a_server_batch_packet.rb +0 -52
  336. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2c_isvalidmd5_packet.rb +0 -34
  337. data/pkg/steam-condenser-1.2.0/lib/steam/packets/m2s_requestrestart_packet.rb +0 -34
  338. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_request.rb +0 -28
  339. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_auth_response.rb +0 -30
  340. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_request.rb +0 -28
  341. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_exec_response.rb +0 -37
  342. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_request.rb +0 -35
  343. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_goldsrc_response.rb +0 -34
  344. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet.rb +0 -57
  345. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_packet_factory.rb +0 -43
  346. data/pkg/steam-condenser-1.2.0/lib/steam/packets/rcon/rcon_terminator.rb +0 -29
  347. data/pkg/steam-condenser-1.2.0/lib/steam/packets/request_with_challenge.rb +0 -19
  348. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info2_packet.rb +0 -62
  349. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_base_packet.rb +0 -35
  350. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_info_detailed_packet.rb +0 -61
  351. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_logstring_packet.rb +0 -30
  352. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_player_packet.rb +0 -44
  353. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2a_rules_packet.rb +0 -48
  354. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2c_challenge_packet.rb +0 -35
  355. data/pkg/steam-condenser-1.2.0/lib/steam/packets/s2m_heartbeat2_packet.rb +0 -71
  356. data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet.rb +0 -52
  357. data/pkg/steam-condenser-1.2.0/lib/steam/packets/steam_packet_factory.rb +0 -108
  358. data/pkg/steam-condenser-1.2.0/lib/steam/servers/game_server.rb +0 -392
  359. data/pkg/steam-condenser-1.2.0/lib/steam/servers/goldsrc_server.rb +0 -74
  360. data/pkg/steam-condenser-1.2.0/lib/steam/servers/master_server.rb +0 -182
  361. data/pkg/steam-condenser-1.2.0/lib/steam/servers/server.rb +0 -104
  362. data/pkg/steam-condenser-1.2.0/lib/steam/servers/source_server.rb +0 -98
  363. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/goldsrc_socket.rb +0 -142
  364. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/master_server_socket.rb +0 -30
  365. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/rcon_socket.rb +0 -94
  366. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/source_socket.rb +0 -78
  367. data/pkg/steam-condenser-1.2.0/lib/steam/sockets/steam_socket.rb +0 -86
  368. data/pkg/steam-condenser-1.2.0/lib/steam/steam_player.rb +0 -143
  369. data/pkg/steam-condenser-1.2.0/steam-condenser.gemspec +0 -25
  370. data/pkg/steam-condenser-1.2.0/test/core_ext/test_stringio.rb +0 -59
  371. data/pkg/steam-condenser-1.2.0/test/fixtures/invalid.xml +0 -2
  372. data/pkg/steam-condenser-1.2.0/test/fixtures/sonofthor.xml +0 -882
  373. data/pkg/steam-condenser-1.2.0/test/fixtures/status_goldsrc +0 -3
  374. data/pkg/steam-condenser-1.2.0/test/fixtures/status_source +0 -3
  375. data/pkg/steam-condenser-1.2.0/test/fixtures/valve-members.xml +0 -231
  376. data/pkg/steam-condenser-1.2.0/test/helper.rb +0 -45
  377. data/pkg/steam-condenser-1.2.0/test/steam/packets/test_steam_packet.rb +0 -37
  378. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_game_server.rb +0 -296
  379. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_goldsrc_server.rb +0 -59
  380. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_master_server.rb +0 -131
  381. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_server.rb +0 -72
  382. data/pkg/steam-condenser-1.2.0/test/steam/servers/test_source_server.rb +0 -126
  383. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_goldsrc_socket.rb +0 -127
  384. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_master_server_socket.rb +0 -42
  385. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_rcon_socket.rb +0 -109
  386. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_source_socket.rb +0 -77
  387. data/pkg/steam-condenser-1.2.0/test/steam/sockets/test_steam_socket.rb +0 -97
  388. data/test/steam/communtiy/test_steam_group.rb +0 -83
  389. data/test/steam/communtiy/test_steam_id.rb +0 -111
  390. data/test/steam/communtiy/test_web_api.rb +0 -98
@@ -1,28 +0,0 @@
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-2011, Sebastian Staudt
5
-
6
- require 'errors/steam_condenser_error'
7
-
8
- module SteamCondenser
9
-
10
- # This error class indicates that an operation could not be finished within a
11
- # reasonable amount of time
12
- #
13
- # This usually indicates that a server could not be contacted because of
14
- # network problems.
15
- #
16
- # @author Sebastian Staudt
17
- # @note {SteamSocket.timeout=} allows to set a custom timeout for socket
18
- # operations
19
- class Error::Timeout < Error
20
-
21
- # Creates a new `TimeoutError` instance
22
- def initialize
23
- super 'The operation timed out.'
24
- end
25
-
26
- end
27
-
28
- end
@@ -1,57 +0,0 @@
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 'errors/steam_condenser_error'
7
-
8
- # This error is raised when a Steam Web API request or a related action fails.
9
- # This can have various reasons like an invalid Web API key or a broken
10
- # request.
11
- #
12
- # @author Sebastian Staudt
13
- # @see WebApi
14
- class WebApiError < SteamCondenserError
15
-
16
- # Creates a new `WebApiError` with an error message according to the given
17
- # `cause`. If this cause is `:status_bad` (which will origin from the Web API
18
- # itself) or `:http_error` the details about this failed request will be
19
- # taken from `status_code` and `status_message`.
20
- #
21
- # @param [:http_error, :invalid_key, :status_bad, :unauthorized] cause A
22
- # symbolic name for the problem which caused this error:
23
- #
24
- # * `:http_error`: An error during the HTTP request itself will result
25
- # in an error with this reason.
26
- # * `:invalid_key`: This occurs when trying to set a Web API key that
27
- # isn't valid, i.e. a 128 bit integer in a hexadecimal string.
28
- # * `:status_bad`: This is caused by a successful request that fails
29
- # for some Web API internal reason (e.g. an invalid argument).
30
- # Details about this failed request will be taken from `status_code`
31
- # and `status_message`.
32
- # * `:unauthorized`: This happens when a Steam Web API request is
33
- # rejected as unauthorized. This most likely means that you did not
34
- # specify a valid Web API key using {WebApi.api_key=}. A Web API key
35
- # can be obtained from http://steamcommunity.com/dev/apikey.
36
- #
37
- # Other undefined reasons will cause a generic error message.
38
- # @param [Fixnum] status_code The HTTP status code returned by the Web API
39
- # @param [String] status_message The status message returned in the response
40
- def initialize(cause, status_code = nil, status_message = '')
41
- case cause
42
- when :http_error then
43
- message = "The Web API request has failed due to an HTTP error: #{status_message} (status code: #{status_code})."
44
- when :invalid_key then
45
- message = 'This is not a valid Steam Web API key.'
46
- when :status_bad then
47
- message = "The Web API request failed with the following error: #{status_message} (status code: #{status_code})."
48
- when :unauthorized then
49
- message = 'Your Web API request has been rejected. You most likely did not specify a valid Web API key.'
50
- else
51
- message = 'An unexpected error occured while executing a Web API request.'
52
- end
53
-
54
- super message
55
- end
56
-
57
- end
@@ -1,18 +0,0 @@
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 is used as a wrapper around Steam Condenser's classes
7
- #
8
- # It does not provide any own functionality, but this file is used as an entry
9
- # point when using the gem (i.e. +require 'steam-condenser').
10
- #
11
- # @author Sebastian Staudt
12
- module SteamCondenser
13
-
14
- require 'steam-condenser/community'
15
- require 'steam-condenser/servers'
16
- require 'steam-condenser/version'
17
-
18
- end
@@ -1,24 +0,0 @@
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
- module SteamCondenser
7
-
8
- require 'steam-condenser/version'
9
-
10
- # This module is used as a wrapper around Steam Condenser's Steam Community
11
- # classes
12
- #
13
- # It does not provide any own functionality, but this file is used to easily
14
- # require classes to interact with the Steam Community
15
- #
16
- # @author Sebastian Staudt
17
- module Community
18
-
19
- require 'steam/community/steam_id'
20
- require 'steam/community/web_api'
21
-
22
- end
23
-
24
- end
@@ -1,24 +0,0 @@
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
- module SteamCondenser
7
-
8
- require 'steam-condenser/version'
9
-
10
- # This module is used as a wrapper around Steam Condenser's server classes
11
- #
12
- # It does not provide any own functionality, but this file is used to easily
13
- # require classes to interact with servers
14
- #
15
- # @author Sebastian Staudt
16
- module Servers
17
-
18
- require 'steam/servers/goldsrc_server'
19
- require 'steam/servers/master_server'
20
- require 'steam/servers/source_server'
21
-
22
- end
23
-
24
- end
@@ -1,11 +0,0 @@
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-2012, Sebastian Staudt
5
-
6
- module SteamCondenser
7
-
8
- # The current version of Steam Condenser
9
- VERSION = '1.2.0'
10
-
11
- end
@@ -1,119 +0,0 @@
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
- # This class holds statistical information about missions played by a player in
7
- # Alien Swarm
8
- #
9
- # @author Sebastian Staudt
10
- class AlienSwarmMission
11
-
12
- # Returns the avarage damage taken by the player while playing a round in
13
- # this mission
14
- #
15
- # @return [Float] The average damage taken by the player
16
- attr_reader :avg_damage_taken
17
-
18
- # Returns the avarage damage dealt by the player to team mates while playing
19
- # a round in this mission
20
- #
21
- # @return [Float] The average damage dealt by the player to team mates
22
- attr_reader :avg_friendly_fire
23
-
24
- # Returns the avarage number of aliens killed by the player while playing a
25
- # round in this mission
26
- #
27
- # @return [Float] The avarage number of aliens killed by the player
28
- attr_reader :avg_kills
29
-
30
- # Returns the highest difficulty the player has beat this mission in
31
- #
32
- # @return [String] The highest difficulty the player has beat this mission in
33
- attr_reader :best_difficulty
34
-
35
- # Returns the total damage taken by the player in this mission
36
- #
37
- # @return [Fixnum] The total damage taken by the player
38
- attr_reader :damage_taken
39
-
40
- # Returns the total damage dealt by the player to team mates in this mission
41
- #
42
- # @return [Fixnum] The total damage dealt by the player to team mates
43
- attr_reader :friendly_fire
44
-
45
- # Returns the number of successful rounds the player played in this mission
46
- #
47
- # @return [Fixnum] The number of successful rounds of this mission
48
- attr_reader :games_successful
49
-
50
- # Returns the URL to a image displaying the mission
51
- #
52
- # @return [String] The URL of the mission's image
53
- attr_reader :img
54
-
55
- # Returns the total number of aliens killed by the player in this mission
56
- #
57
- # @return [Fixnum] The total number of aliens killed by the player
58
- attr_reader :kills
59
-
60
- # Returns the file name of the mission's map
61
- #
62
- # @return [String] The file name of the mission's map
63
- attr_reader :map_name
64
-
65
- # Returns the name of the mission
66
- #
67
- # @return [String] The name of the mission
68
- attr_reader :name
69
-
70
- # Returns various statistics about the times needed to accomplish this
71
- # mission
72
- #
73
- # This includes the best times for each difficulty, the average time and the
74
- # total time spent in this mission.
75
- #
76
- # @return [Hash<Symbol, String>] Various time statistics about this mission
77
- attr_reader :time
78
-
79
- # Returns the number of games played in this mission
80
- #
81
- # @return [Fixnum] The number of games played in this mission
82
- attr_reader :total_games
83
-
84
- # Returns the percentage of successful games played in this mission
85
- #
86
- # @return [Float] The percentage of successful games played in this mission
87
- attr_reader :total_games_percentage
88
-
89
- # Creates a new mission instance of based on the given XML data
90
- #
91
- # @param [String] map_name The name of the mission's map
92
- # @param [Hash<String, Object>] mission_data The data representing this
93
- # mission
94
- def initialize(map_name, mission_data)
95
- @avg_damage_taken = mission_data['damagetakenavg'].to_f
96
- @avg_friendly_fire = mission_data['friendlyfireavg'].to_f
97
- @avg_kills = mission_data['killsavg'].to_f
98
- @best_difficulty = mission_data['bestdifficulty']
99
- @damage_taken = mission_data['damagetaken'].to_i
100
- @friendly_fire = mission_data['friendlyfire'].to_i
101
- @games_successful = mission_data['gamessuccess'].to_i
102
- @img = AlienSwarmStats::BASE_URL + mission_data['image']
103
- @kills = mission_data['kills'].to_i
104
- @map_name = map_name
105
- @name = mission_data['name']
106
- @total_games = mission_data['gamestotal'].to_i
107
- @total_games_percentage = mission_data['gamestotalpct'].to_f
108
-
109
- @time = {}
110
- @time[:average] = mission_data['avgtime']
111
- @time[:brutal] = mission_data['brutaltime']
112
- @time[:easy] = mission_data['easytime']
113
- @time[:hard] = mission_data['hardtime']
114
- @time[:insane] = mission_data['insanetime']
115
- @time[:normal] = mission_data['normaltime']
116
- @time[:total] = mission_data['totaltime']
117
- end
118
-
119
- end
@@ -1,179 +0,0 @@
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/alien_swarm/alien_swarm_mission'
7
- require 'steam/community/alien_swarm/alien_swarm_weapon'
8
-
9
- # This class represents the game statistics for a single user in Alien Swarm
10
- #
11
- # @author Sebastian Staudt
12
- class AlienSwarmStats < GameStats
13
-
14
- # Returns general stats for the players
15
- #
16
- # @return [Hash<Symbol, Object>] The stats for the player
17
- attr_reader :lifetime_stats
18
-
19
- # The base URL for all images referenced in the stats
20
- BASE_URL = 'http://cdn.steamcommunity.com/public/images/gamestats/swarm/'
21
-
22
- # The names of all weapons in Alien Swarm
23
- WEAPONS = [ 'Autogun', 'Cannon_Sentry', 'Chainsaw', 'Flamer',
24
- 'Grenade_Launcher', 'Hand_Grenades', 'Hornet_Barrage',
25
- 'Incendiary_Sentry', 'Laser_Mines', 'Marskman_Rifle', 'Minigun',
26
- 'Mining_Laser', 'PDW', 'Pistol', 'Prototype_Rifle', 'Rail_Rifle',
27
- 'Rifle', 'Rifle_Grenade', 'Sentry_Gun', 'Shotgun',
28
- 'Tesla_Cannon', 'Vindicator', 'Vindicator_Grenade' ]
29
-
30
- # Creates a new `AlienSwarmStats` instance by calling the super constructor
31
- # with the game name `'alienswarm'`
32
- #
33
- # @param [String, Fixnum] steam_id The custom URL or the 64bit Steam ID of
34
- # the user
35
- def initialize(steam_id)
36
- super steam_id, 'alienswarm'
37
-
38
- if public?
39
- @hours_played = @xml_data['stats']['lifetime']['timeplayed']
40
-
41
- @lifetime_stats = {}
42
- @lifetime_stats[:accuracy] = @xml_data['stats']['lifetime']['accuracy'].to_f
43
- @lifetime_stats[:aliens_burned] = @xml_data['stats']['lifetime']['aliensburned'].to_i
44
- @lifetime_stats[:aliens_killed] = @xml_data['stats']['lifetime']['alienskilled'].to_i
45
- @lifetime_stats[:campaigns] = @xml_data['stats']['lifetime']['campaigns'].to_i
46
- @lifetime_stats[:damage_taken] = @xml_data['stats']['lifetime']['damagetaken'].to_i
47
- @lifetime_stats[:experience] = @xml_data['stats']['lifetime']['experience'].to_i
48
- @lifetime_stats[:experience_required] = @xml_data['stats']['lifetime']['xprequired'].to_i
49
- @lifetime_stats[:fast_hacks] = @xml_data['stats']['lifetime']['fasthacks'].to_i
50
- @lifetime_stats[:friendly_fire] = @xml_data['stats']['lifetime']['friendlyfire'].to_i
51
- @lifetime_stats[:games_successful] = @xml_data['stats']['lifetime']['gamessuccess'].to_i
52
- @lifetime_stats[:healing] = @xml_data['stats']['lifetime']['healing'].to_i
53
- @lifetime_stats[:kills_per_hour] = @xml_data['stats']['lifetime']['killsperhour'].to_f
54
- @lifetime_stats[:level] = @xml_data['stats']['lifetime']['level'].to_i
55
- @lifetime_stats[:promotion] = @xml_data['stats']['lifetime']['promotion'].to_i
56
- @lifetime_stats[:promotion_img] = BASE_URL + @xml_data['stats']['lifetime']['promotionpic'] if @lifetime_stats[:promotion] > 0
57
- @lifetime_stats[:next_unlock] = @xml_data['stats']['lifetime']['nextunlock']
58
- @lifetime_stats[:next_unlock_img] = BASE_URL + @xml_data['stats']['lifetime']['nextunlockimg']
59
- @lifetime_stats[:shots_fired] = @xml_data['stats']['lifetime']['shotsfired'].to_i
60
- @lifetime_stats[:total_games] = @xml_data['stats']['lifetime']['totalgames'].to_i
61
-
62
- @lifetime_stats[:games_successful_percentage] = (@lifetime_stats[:total_games] > 0) ? @lifetime_stats[:games_successful].to_f / @lifetime_stats[:total_games] : 0;
63
- end
64
- end
65
-
66
- # Returns the favorites of this user like weapons and marine
67
- #
68
- # If the favorites haven't been parsed already, parsing is done now.
69
- #
70
- # @return [Hash<Symbol, Object>] The favorites of this player
71
- def favorites
72
- return unless public?
73
-
74
- if @favorites.nil?
75
- @favorites = {}
76
- @favorites[:class] = @xml_data['stats']['favorites']['class']
77
- @favorites[:class_img] = @xml_data['stats']['favorites']['classimg']
78
- @favorites[:class_percentage] = @xml_data['stats']['favorites']['classpct'].to_f
79
- @favorites[:difficulty] = @xml_data['stats']['favorites']['difficulty']
80
- @favorites[:difficulty_percentage] = @xml_data['stats']['favorites']['difficultypct'].to_f
81
- @favorites[:extra] = @xml_data['stats']['favorites']['extra']
82
- @favorites[:extra_img] = @xml_data['stats']['favorites']['extraimg']
83
- @favorites[:extra_percentage] = @xml_data['stats']['favorites']['extrapct'].to_f
84
- @favorites[:marine] = @xml_data['stats']['favorites']['marine']
85
- @favorites[:marine_img] = @xml_data['stats']['favorites']['marineimg']
86
- @favorites[:marine_percentage] = @xml_data['stats']['favorites']['marinepct'].to_f
87
- @favorites[:mission] = @xml_data['stats']['favorites']['mission']
88
- @favorites[:mission_img] = @xml_data['stats']['favorites']['missionimg']
89
- @favorites[:mission_percentage] = @xml_data['stats']['favorites']['missionpct'].to_f
90
- @favorites[:primary_weapon] = @xml_data['stats']['favorites']['primary']
91
- @favorites[:primary_weapon_img] = @xml_data['stats']['favorites']['primaryimg']
92
- @favorites[:primary_weapon_percentage] = @xml_data['stats']['favorites']['primarypct'].to_f
93
- @favorites[:secondary_weapon] = @xml_data['stats']['favorites']['secondary']
94
- @favorites[:secondary_weapon_img] = @xml_data['stats']['favorites']['secondaryimg']
95
- @favorites[:secondary_weapon_percentage] = @xml_data['stats']['favorites']['secondarypct'].to_f
96
- end
97
-
98
- @favorites
99
- end
100
-
101
- # Returns the item stats for this user like ammo deployed and medkits
102
- # used
103
- #
104
- # If the items haven't been parsed already, parsing is done now.
105
- #
106
- # @return [Hash<Symbol, Object>] The item stats of this player
107
- def item_stats
108
- return unless public?
109
-
110
- if @item_stats.nil?
111
- @item_stats = {}
112
- @item_stats[:ammo_deployed] = @xml_data['stats']['weapons']['ammo_deployed'].to_i
113
- @item_stats[:sentryguns_deployed] = @xml_data['stats']['weapons']['sentryguns_deployed'].to_i
114
- @item_stats[:sentry_flamers_deployed] = @xml_data['stats']['weapons']['sentry_flamers_deployed'].to_i
115
- @item_stats[:sentry_freeze_deployed] = @xml_data['stats']['weapons']['sentry_freeze_deployed'].to_i
116
- @item_stats[:sentry_cannon_deployed] = @xml_data['stats']['weapons']['sentry_cannon_deployed'].to_i
117
- @item_stats[:medkits_used] = @xml_data['stats']['weapons']['medkits_used'].to_i
118
- @item_stats[:flares_used] = @xml_data['stats']['weapons']['flares_used'].to_i
119
- @item_stats[:adrenaline_used] = @xml_data['stats']['weapons']['adrenaline_used'].to_i
120
- @item_stats[:tesla_traps_deployed] = @xml_data['stats']['weapons']['tesla_traps_deployed'].to_i
121
- @item_stats[:freeze_grenades_thrown] = @xml_data['stats']['weapons']['freeze_grenades_thrown'].to_i
122
- @item_stats[:electric_armor_used] = @xml_data['stats']['weapons']['electric_armor_used'].to_i
123
- @item_stats[:healgun_heals] = @xml_data['stats']['weapons']['healgun_heals'].to_i
124
- @item_stats[:healgun_heals_self] = @xml_data['stats']['weapons']['healgun_heals_self'].to_i
125
- @item_stats[:healbeacon_heals] = @xml_data['stats']['weapons']['healbeacon_heals'].to_i
126
- @item_stats[:healbeacon_heals_self] = @xml_data['stats']['weapons']['healbeacon_heals_self'].to_i
127
- @item_stats[:damage_amps_used] = @xml_data['stats']['weapons']['damage_amps_used'].to_i
128
- @item_stats[:healbeacons_deployed] = @xml_data['stats']['weapons']['healbeacons_deployed'].to_i
129
- @item_stats[:healbeacon_heals_pct] = @xml_data['stats']['weapons']['healbeacon_heals_pct'].to_f
130
- @item_stats[:healgun_heals_pct] = @xml_data['stats']['weapons']['healgun_heals_pct'].to_f
131
- @item_stats[:healbeacon_heals_pct_self] = @xml_data['stats']['weapons']['healbeacon_heals_pct_self'].to_f
132
- @item_stats[:healgun_heals_pct_self] = @xml_data['stats']['weapons']['healgun_heals_pct_self'].to_f
133
- end
134
-
135
- @item_stats
136
- end
137
-
138
- # Returns the stats for individual missions for this user containing all
139
- # Alien Swarm missions
140
- #
141
- # If the mission stats haven't been parsed already, parsing is done now.
142
- #
143
- # @return [Hash<String, AlienSwarmMission>] The mission stats for this player
144
- def mission_stats
145
- return unless public?
146
-
147
- if @mission_stats.nil?
148
- @mission_stats = {}
149
- @xml_data['stats']['missions'].each do |mission_data|
150
- mission = AlienSwarmMission.new *mission_data
151
- @mission_stats[mission.name] = mission
152
- end
153
- end
154
-
155
- @mission_stats
156
- end
157
-
158
- # Returns the stats for individual weapons for this user containing all
159
- # Alien Swarm weapons
160
- #
161
- # If the weapon stats haven't been parsed already, parsing is done now.
162
- #
163
- # @return [Hash<String, AlienSwarmWeapon>] The weapon stats for this player
164
- def weapon_stats
165
- return unless public?
166
-
167
- if @weapon_stats.nil?
168
- @weapon_stats = {}
169
- WEAPONS.each do |weapon_node|
170
- weapon_data = @xml_data['stats']['weapons'][weapon_node]
171
- weapon = AlienSwarmWeapon.new(weapon_data)
172
- @weapon_stats[weapon.name] = weapon
173
- end
174
- end
175
-
176
- @weapon_stats
177
- end
178
-
179
- end