These 42 commits are when the Protocol Buffers files have changed:
| Commit: | 29fbf08 | |
|---|---|---|
| Author: | Danial | |
| Committer: | GitHub | |
Full Encounter Response Get Full Pokemon data response when encountering a wild pokemon including - IV values - moves - height - weight Example Response: ```json { "WildPokemon": { "EncounterId": { "low": 1929811629, "high": -1112951312, "unsigned": true }, "LastModifiedMs": { "low": 1441925889, "high": 343, "unsigned": false }, "Latitude": -36.276991062774776, "Longitude": 174.533891373355, "SpawnPointId": "6d0ce8da8c9", "pokemon": { "id": null, "pokemon_id": 10, "cp": 19, "stamina": 17, "stamina_max": 17, "move_1": 221, "move_2": 133, "deployed_fort_id": null, "owner_name": null, "is_egg": null, "egg_km_walked_target": null, "egg_km_walked_start": null, "origin": null, "height_m": 0.2770794928073883, "weight_kg": 2.614215612411499, "individual_attack": 14, "individual_defense": 14, "individual_stamina": 13, "cp_multiplier": 0.16639786958694458, "pokeball": null, "captured_cell_id": null, "battles_attacked": null, "battles_defended": null, "egg_incubator_id": null, "creation_time_ms": null, "num_upgrades": null, "additional_cp_multiplier": null, "favorite": null, "nickname": null, "from_fort": null }, "TimeTillHiddenMs": 807523 }, "EncounterBackground": null, "EncounterStatus": 1 } ```
The documentation is generated from this commit.
| Commit: | 2b5fce5 | |
|---|---|---|
| Author: | VeXii | |
Proto description for NicknameResponse
| Commit: | 5dfca5e | |
|---|---|---|
| Author: | Jason Hunter | |
Clean up per linting rules and add Journal API call and items list
| Commit: | 994f8db | |
|---|---|---|
| Author: | LASkuma | |
| Committer: | GitHub | |
Make CatchStatus optional to tolerant null case. When player have no more pokeballs or pokemon storages, catch status would be null.
| Commit: | 8427f0c | |
|---|---|---|
| Author: | Spencer Sharkey | |
implemented unknown6 + signature generation
| Commit: | 643188d | |
|---|---|---|
| Author: | hxn_ | |
Cleaning proto
| Commit: | 4655f95 | |
|---|---|---|
| Author: | hxn_ | |
Added RenamePokemon()
| Commit: | 0cfca6a | |
|---|---|---|
| Author: | Arm4x | |
| Committer: | GitHub | |
Merge pull request #195 from Dwynr/master Updated pokemon.proto so inventory responds with all incubators instead of only 1
| Commit: | f503417 | |
|---|---|---|
| Author: | Dwynr | |
| Committer: | GitHub | |
Update pokemon.proto
| Commit: | 3303e07 | |
|---|---|---|
| Author: | Patrik Hartwig | |
clean proto + enums
| Commit: | 4f1b851 | |
|---|---|---|
| Author: | Patrik Hartwig | |
auth ticket as referenced in #179, closes #179
| Commit: | 0edd881 | |
|---|---|---|
| Author: | Patrik Hartwig | |
UseItemXpBoost (lucky egg)
| Commit: | 227175b | |
|---|---|---|
| Author: | Patrik Hartwig | |
UseItemEggIncubator, GetHatchedEggs added
| Commit: | 999e27e | |
|---|---|---|
| Author: | Patrik Hartwig | |
Level up rewards
| Commit: | a4af768 | |
|---|---|---|
| Author: | Arm4x | |
| Committer: | GitHub | |
Merge pull request #149 from xCausxn/patch-1 Change deployed_fort_id to type string
| Commit: | 67fed5b | |
|---|---|---|
| Author: | Arm4x | |
| Committer: | GitHub | |
Merge pull request #140 from sameerkanda/patch-2 Show WildPokemon cp
| Commit: | 0d5fc21 | |
|---|---|---|
| Author: | James Causon | |
| Committer: | GitHub | |
Change deployed_fort_id to type string - Fixes Error: Illegal wire type for field Message.Field .ResponseEnvelop.PokemonData.deployed_fort_id: 2 (0 expected)
| Commit: | c1685ba | |
|---|---|---|
| Author: | sameerkanda | |
| Committer: | GitHub | |
Show WildPokemon cp Not sure how this works, but looks like WildPokemon information is missing, I'm guessing there's more information that can be added as well?
| Commit: | c1c4182 | |
|---|---|---|
| Author: | Karthik Karyamapudi | |
| Committer: | GitHub | |
Fixed CaptureAward message ProtoBufjs throws an illegal wire type error if the fields are not explicitly marked as packed. According to the Protocol Buffers docs, a wire type of 2, which, according to the error message, is used for packed fields among other things. The second example in example.js parses CatchPokemonResponse s after this change.
| Commit: | 86f0fd4 | |
|---|---|---|
| Author: | root | |
chaning SpawnpointId back to SpawnPointId
| Commit: | 17a540f | |
|---|---|---|
| Author: | root | |
added Evolve and Transfer
| Commit: | d75c246 | |
|---|---|---|
| Author: | Patrik Hartwig | |
Release pokemon
| Commit: | 7144f78 | |
|---|---|---|
| Author: | root | |
added fort details
| Commit: | df4dd21 | |
|---|---|---|
| Author: | Arm4x | |
| Committer: | GitHub | |
Merge pull request #104 from billyriantono/upstream add drop item request
| Commit: | 2de4471 | |
|---|---|---|
| Author: | billyriantono | |
add drop item request
| Commit: | e8e3ee2 | |
|---|---|---|
| Author: | LASkuma | |
Fix getInventory proto bug
| Commit: | 17cb502 | |
|---|---|---|
| Author: | alberto__segura | |
get back new proto and keep catch example
| Commit: | 2497c14 | |
|---|---|---|
| Author: | alberto__segura | |
added CatchPokemonMessage and EncounterMessage to allow pokemon catching, also added example to catch pokemons on example.js
| Commit: | 74014b6 | |
|---|---|---|
| Author: | Jason Hunter | |
Let protobuf do the packing
| Commit: | 52476fb | |
|---|---|---|
| Author: | Armax | |
updated proto
| Commit: | b72b0bc | |
|---|---|---|
| Author: | Cuan | |
| Committer: | GitHub | |
Added RequestEnvelop.EncounterMessage
| Commit: | e55ff38 | |
|---|---|---|
| Author: | billyriantono | |
changed the s2geometry with the native one & add proto for encounter & catch pokemon & partially CatchPokemon & EncounterPokemon Method
| Commit: | 4560f08 | |
|---|---|---|
| Author: | Arm4x | |
| Committer: | GitHub | |
Merge pull request #40 from Bart-0110/master Merge files from SzymonLisowiec
| Commit: | 15304ae | |
|---|---|---|
| Author: | Bart-0110 | |
| Committer: | GitHub | |
Merge pull request #2 from SzymonLisowiec/patch-1 Merge from SzymonLisowiec
| Commit: | 2a574a2 | |
|---|---|---|
| Author: | Cuan | |
| Committer: | GitHub | |
Update pokemon.proto
| Commit: | bed1195 | |
|---|---|---|
| Author: | Cuan | |
| Committer: | GitHub | |
AvatarDetails update
| Commit: | 37b6b7d | |
|---|---|---|
| Author: | billyriantono | |
change the s2.js to be npm package && update pokemon proto
| Commit: | 50355b7 | |
|---|---|---|
| Author: | Armax | |
partial heartbeat
| Commit: | 27c5df5 | |
|---|---|---|
| Author: | Armax | |
temp fixes for servers problem
| Commit: | 9cfded1 | |
|---|---|---|
| Author: | Armax | |
updated protocol
| Commit: | 3edb89f | |
|---|---|---|
| Author: | Armax | |
fixed GetApiEndpoint and api_req
| Commit: | 09792b9 | |
|---|---|---|
| Author: | Armax | |
first first