Commit Graph

45 Commits

Author SHA1 Message Date
Badley187
410d43d575 fixed updater 2016-10-15 18:33:07 +02:00
Cronick
5b9db74d12 Update
- 0.6.0 -> 0.6.1
- Candies is saved in MySQL now.
- Changed candies varchar(64 -> 1024).
2016-10-14 15:12:12 +02:00
Cronick
b027bbfc25 Added updater.js again and rewrote to ES6 2016-10-02 16:04:40 +02:00
Cronick
5b9d37f6a4 Update
- Forgot to update version number (0.5.9 -> 0.6.0)
2016-09-27 01:46:12 +02:00
Cronick
3b65a69f74 Update
- Moved the web-api to the master branch
- Rewrote parts of the web-api to support ES6
- Added local webserver to the web-api
- Added command to start the local webserver ("npm run api")
2016-09-27 01:39:46 +02:00
Cronick
45ae047dd2 Update
- Added commands.js to commands like save & spawn.
- Added save command (Still need candies, items, avatar & tutorial)
- Enabled auto-save (Only save when there is players on).
- Changed SAVE_INTERVAL from 6e4 to 1e4 (Saves about every 12-13
second.)
- Updated to v 0.5.9
2016-09-15 23:43:19 +02:00
Felix
aeac316384 Update
- Clean up, remove proto.bin
2016-09-13 07:54:15 +02:00
Felix
6a983bc8be Update
- Basic upgrade pkmn
- Basic pokedex
- Player consumes fort rewards
- Only refresh player position on GET_MAP_OBJECTS req
- Fixed pkmn inventory related bugs
- Updated to v 0.5.8
2016-09-12 15:34:47 +02:00
Felix
adc27df811 Fix setup process, 0.5.6
- Fixed register step
- Added default tutorial value to user table
- Fixed table generation
2016-09-07 20:14:10 +02:00
Felix
ed404d94f7 Update package.json 2016-09-06 21:20:21 +02:00
Felix
8be4111e94 Update, 0.5.5
- Run server by npm boot script
- Updated to version 0.5.5
- Sync player with db
- Various player model changes
- Save player position
- Better packet logging
- Set favorite pkmn and recycle item support
- Validate emails by regex
2016-09-05 15:52:14 +02:00
Felix
5327999fcc Update
- Improved player authentication
2016-09-02 11:56:25 +02:00
Felix
8f0c21c34a Update
- Added item enums
- Fort live editing seems stable
- Better cell neighbor lookup
- ForDetails and FortSearch doesnt use db queries anymore
- Setup process resolves now after success
2016-08-31 13:36:02 +02:00
Felix
c66efe50b4 Updates
- Added api support
- Improved first run setup detection
- Better db instance access
- Cleaner routing
2016-08-27 13:20:28 +02:00
Felix
59c2bc0767 Initial commit 2016-08-26 15:38:13 +02:00
Felix
a500b0c6e1 Update, bug fix
- Fixed AI bug in auto table generation
- Updated to 0.4.9
- Fixed avatar change bug
- Working on tutorial completion
- Removed unused print
2016-08-25 11:59:26 +02:00
Felix
16880d56df 0.4.8 2016-08-25 11:04:13 +02:00
Felix
63f65a95df Update package.json
- Switched over back to original pokemongo-protobuf
- Use latest pogo-asset-downloader version
- Update to 0.4.7
2016-08-24 19:18:02 +02:00
Felix
83ca772e53 Update
- Fix asset digest download setup
- Update pogo-asset-downloader
2016-08-23 16:25:41 +02:00
Felix
1cc01c2b3c Mega update
- Support pogo app 0.35.0
- Fixed encountering and catch pokemons
- Save catched pokemon and items inside db
- Added various base tables
- Spawn wild pokemon to players
- Added checkchallenge req/res support
- Fixed various mysql bugs
- Fort details now auto show latest pogoserver version
- Fixed game master parsing bug
- Dump assets for various platforms
2016-08-23 14:20:01 +02:00
Felix
71aa765539 Update package.json
- Updated version
- Updated pogo-asset-downloader version
2016-08-21 22:52:35 +02:00
Felix
9905d60441 Mega Update
- Removed mongodb
- Validate dumped assets (game master, asset digest, models)
- Added pokemon_owned table
- Added items to users table
- Outsourced table structures into seperate folder
- Added pokemongo-protobuf lib
- Reworked mysql wrapper
- Dump game master
- Allow ptc connections, but alert, that progress wont be saved
- Fixed https://github.com/maierfelix/POGOserver/issues/13
2016-08-21 21:13:26 +02:00
Felix
3562af2a4e Update package.json
- Added pcrypt
- Updated version
2016-08-20 19:07:43 +02:00
Felix
2b0ef8281c Bug fix
- Fixed bug where first-run detection was checked in a bad way, which
potentionally caused missing critical data
- Updated to pogo-asset-downloader v0.2.3
2016-08-20 14:18:59 +02:00
Felix
8b61647a6d Dump models and asset digest on first start
- Now dumps models and asset_digest on first start into /data
- Reworked the route request routine
- Added local ip4 display (is this ok?)
- Model download urls are now routed to the server itself (need to get
this more efficient)
- Updated version to 0.3.4
2016-08-19 16:53:09 +02:00
Felix
31a230caf7 Update
- Refactored config
- Fixed mongodb bug, where player avatar didnt got saved into db
- Deleted requests.js, instead use protobuf
- Player parallelism should work now, dont share instanced player object
anymore *facepalm*
- Updated version
2016-08-19 12:19:48 +02:00
Felix
0df066ff3c Dump traffic option
- Option to dump requests and responses into log folder
- Added all player badges
- Better ptc kicking and auth validation
2016-08-19 00:37:41 +02:00
Felix
7885c90b3c Database bug fix
- Multiple account bug fix
2016-08-17 21:44:18 +02:00
Felix
c6e52d8207 Update asset downloader
- Fixed empty asset digest bug
2016-08-17 19:42:47 +02:00
Felix
dce9ecbc37 Update
- Updater finally works
- Removed two unneeded libs
- Updated version
2016-08-17 18:24:19 +02:00
Felix
88d4b85860 Update
- Added basic updater
- Handle asset download error
2016-08-17 15:56:16 +02:00
Felix
eba199a240 Update
- Download asset instead of use hardcoded one
- Handle ptc logins
- Remove hardcoded download urls
- Handle asset download session timeout
2016-08-17 12:40:47 +02:00
Felix
f4558676a6 Update
- Handle db errors and try to reconnect instead of crash
2016-08-16 22:46:33 +02:00
Felix
0d8c39d37f Update
- Retry database connection init
- Outsourced help cmds
- Added node >= 6.x and npm >= 3.x requirement
2016-08-16 18:56:35 +02:00
Felix
dcd61f937d Bug fix
- Fixed asset downloader session bug =>
maierfelix/POGOserver/issues/10#issuecomment-240019238
2016-08-16 11:49:10 +02:00
Felix
f6a066ce09 Update package.json 2016-08-16 09:07:11 +02:00
Felix
b92bd36ce0 Client provider configurable
- Client provider can get choosed now, either google or ptc
2016-08-16 07:42:07 +02:00
Felix
5479c0a737 Update packages, update version
- Updated pogo-asset-downloader due to node <= 4 incompatibility
2016-08-16 01:31:01 +02:00
Felix
c93eaf1900 Update
- Removed proto files
- Removed protobufjs, replaced by node-pogo-protos
- Remove *remaining_codename_claims* from GetPlayer packet to support
new proto lib
- Remove *gps_settings* from DownloadSettings for reasons described
above
2016-08-15 22:54:51 +02:00
Felix
54473ef8d7 Update
- Splitted database stages
- Refactored config
- Added mysql config
- Correct map object pokemon id
- Added updated discord link
2016-08-15 20:50:25 +02:00
Felix
da362f3011 Update
- Updated dependencies
- Fixed asset digest retrieve bug
2016-08-15 16:51:17 +02:00
Felix
5728d47098 Update package.json 2016-08-10 00:34:30 +02:00
Felix
e9ccb672dc Added mongodb, many updates & bug fixes
- Added mongodb database
- Removed dumps
- Added jwt google auth decode plugin
- Added long decode plugin
- Updated protos to latest commit
- Updated readme
- Added avatar saving
- Fixed bug, where username, level and exp didnt got displayed
- Default username is "undefined"
- Clear console stdin
- Save players into db stdin
- Seperated login/register phase
- Added decode long util method
2016-08-08 22:25:28 +02:00
Felix
bc853908e1 Update
- Adding protos
- Adding dumps
- Simple http server
- Various packets
- Added readme
2016-08-05 20:43:56 +02:00
Felix
89dd1501b0 Adding files 2016-08-05 17:48:47 +02:00