Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request Necrobot-Private#70 from TheUnnamedOrganisation/ma…
Browse files Browse the repository at this point in the history
…ster

	revert image
  • Loading branch information
Furtif committed Apr 21, 2017
2 parents e6cd4a8 + f8d09dc commit ddec17d
Show file tree
Hide file tree
Showing 57 changed files with 91 additions and 2,029 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log
## v2.9.1.7
[Full Changelog](https://github.com/TheUnnamedOrganisation/RocketBot/compare/v2.7.0.32...v2.9.1.7)
## v2.9.1.8
[Full Changelog](https://github.com/TheUnnamedOrganisation/RocketBot/compare/v2.7.0.32...v2.9.1.8)

## Bugs & Enhancements
- Updated for 0.61.0 API
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic
Submodule PoGo.NecroBot.Logic updated 49 files
+15 −12 Common/UITranslation.cs
+73 −0 Config/log4net.config
+73 −0 Config/log4net.unix.config
+72 −2 PoGo.NecroBot.Logic.csproj
+2 −2 Properties/AssemblyInfo.cs
+524 −0 Service/BotDataSocketClient.cs
+27 −0 Service/WebSocketHandler/ActionCommands/DropItemHandler.cs
+26 −0 Service/WebSocketHandler/ActionCommands/EvolvePokemonHandler.cs
+29 −0 Service/WebSocketHandler/ActionCommands/FastpokemapHandler.cs
+26 −0 Service/WebSocketHandler/ActionCommands/FavoritePokemonHandler.cs
+26 −0 Service/WebSocketHandler/ActionCommands/HumanSnipePriorityPokemonHandler.cs
+26 −0 Service/WebSocketHandler/ActionCommands/HumanSnipeRemovePokemonHandler.cs
+26 −0 Service/WebSocketHandler/ActionCommands/LevelUpPokemonHandler.cs
+69 −0 Service/WebSocketHandler/ActionCommands/SetConfigHandler.cs
+22 −0 Service/WebSocketHandler/ActionCommands/SetMoveToTargetHandler.cs
+61 −0 Service/WebSocketHandler/ActionCommands/SetTrainerNicknameHandler.cs
+34 −0 Service/WebSocketHandler/ActionCommands/TransferPokemonHandler.cs
+26 −0 Service/WebSocketHandler/ActionCommands/UpgradePokemonHandler.cs
+43 −0 Service/WebSocketHandler/EncodingHelper.cs
+16 −0 Service/WebSocketHandler/GetCommands/Events/ConfigResponce.cs
+16 −0 Service/WebSocketHandler/GetCommands/Events/EggListResponce.cs
+16 −0 Service/WebSocketHandler/GetCommands/Events/ItemListResponce.cs
+22 −0 Service/WebSocketHandler/GetCommands/Events/PokemonListResponce.cs
+16 −0 Service/WebSocketHandler/GetCommands/Events/SnipeListResponce.cs
+16 −0 Service/WebSocketHandler/GetCommands/Events/TrainerProfileResponce.cs
+9 −0 Service/WebSocketHandler/GetCommands/Events/WebResponce.cs
+26 −0 Service/WebSocketHandler/GetCommands/GetConfigHandler.cs
+26 −0 Service/WebSocketHandler/GetCommands/GetEggListHandler.cs
+26 −0 Service/WebSocketHandler/GetCommands/GetItemsListHandler.cs
+26 −0 Service/WebSocketHandler/GetCommands/GetPokemonListHandler.cs
+26 −0 Service/WebSocketHandler/GetCommands/GetPokemonSettingsHandler.cs
+23 −0 Service/WebSocketHandler/GetCommands/GetPokemonSnipeListHandler.cs
+26 −0 Service/WebSocketHandler/GetCommands/GetTrainerProfileHandler.cs
+10 −0 Service/WebSocketHandler/GetCommands/Helpers/ConfigWeb.cs
+8 −0 Service/WebSocketHandler/GetCommands/Helpers/EggListWeb.cs
+26 −0 Service/WebSocketHandler/GetCommands/Helpers/PokemonListWeb.cs
+21 −0 Service/WebSocketHandler/GetCommands/Helpers/TrainerProfileWeb.cs
+46 −0 Service/WebSocketHandler/GetCommands/Tasks/GetConfigTask.cs
+43 −0 Service/WebSocketHandler/GetCommands/Tasks/GetEggListTask.cs
+25 −0 Service/WebSocketHandler/GetCommands/Tasks/GetItemListTask.cs
+30 −0 Service/WebSocketHandler/GetCommands/Tasks/GetPokemonListTask.cs
+30 −0 Service/WebSocketHandler/GetCommands/Tasks/GetPokemonSettingsTask.cs
+22 −0 Service/WebSocketHandler/GetCommands/Tasks/GetPokemonSnipeListTask.cs
+30 −0 Service/WebSocketHandler/GetCommands/Tasks/GetTrainerProfileTask.cs
+16 −0 Service/WebSocketHandler/IWebSocketRequestHandler.cs
+9 −0 Service/WebSocketHandler/IWebSocketResponce.cs
+59 −0 Service/WebSocketHandler/WebSocketEventManager.cs
+233 −0 Service/WebSocketInterface.cs
+5 −0 packages.config
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See https://talk.pogodev.org/d/51-api-hashing-service-by-pokefarmer for pricing
Download the bot from the [release](https://github.com/TheUnnamedOrganisation/RocketBot/releases) tab.
If you want the latest Beta-Build, you have to download the build from the Beta-Build branch and compile them by yourself with VisualStudio 2017.

## `Tranlations`
## `Translations`
If you wanted to participate in translations I invite you to click [here](https://github.com/TheUnnamedOrganisation/RocketBot/tree/master/RocketBot2/Config/Translations) edit the file then proposed your translation it will be tested before publishing.

**Waning: Beta are unstable and might cause damage to your account, use at your own risk**
Expand Down

0 comments on commit ddec17d

Please sign in to comment.