Felix
83ca772e53
Update
...
- Fix asset digest download setup
- Update pogo-asset-downloader
2016-08-23 16:25:41 +02:00
Felix
81f3ea845c
Update cfg
2016-08-23 14:21:42 +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 Maier
08bca57a90
Update README.md
2016-08-23 14:08:47 +02:00
Felix Maier
4d19747edf
Merge pull request #59 from Cronick/patch-2
...
Updated README.md to the latest cfg.js format
2016-08-23 13:43:32 +02:00
Cronick
23a7498a92
Updated README.md to the latest cfg.js format.
2016-08-22 23:30:29 +02:00
Felix
71aa765539
Update package.json
...
- Updated version
- Updated pogo-asset-downloader version
2016-08-21 22:52:35 +02:00
Felix Maier
20a736fa48
Merge pull request #52 from Cronick/patch-1
...
Added logs and data to .gitignore
2016-08-21 21:22:15 +02:00
Cronick
540301df9e
Added logs and data to .gitignore
2016-08-21 21:21:07 +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 Maier
d8bf726f3c
Merge pull request #49 from ruchern/master
...
Added a cfg.js.example file
2016-08-21 01:12:01 +02:00
Ru Chern
6b84d36a47
git pushMerge branch 'master' of https://github.com/ruchern/POGOServer
2016-08-21 09:09:57 +10:00
Ru Chern
09ea4ab9ef
Removed cfg.js from repo as it may contain user's specific sensitive information.
2016-08-21 09:09:30 +10:00
Ru Chern
ee65e1232a
Removed cfg.js from repo.
2016-08-21 09:09:16 +10:00
Ru Chern
336796e7bf
Added a cfg.js.example file so as not to accidentally overwrite user's cfg.js settings that is already on localhost. Updated README.md to reflect the necessary changes. (To start, rename cfg.js.example to cfg.js).
2016-08-21 09:06:20 +10: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
8bec04c8d4
Merge pull request #32 from Cronick/patch-1
...
Added server version at startup.
2016-08-17 18:41:12 +02:00
Cronick
245563d662
Updated to make it on 1 line instead.
2016-08-17 18:39:22 +02:00
Felix
dce9ecbc37
Update
...
- Updater finally works
- Removed two unneeded libs
- Updated version
2016-08-17 18:24:19 +02:00
Cronick
d63d576ca3
Added server version at startup.
2016-08-17 17:21:26 +02:00
Felix
35e4b93974
Fix run-windows
2016-08-17 15:58:24 +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
43b10ebdf8
Merge pull request #25 from shyim/master
...
Fixed MySQL User loading
2016-08-17 00:03:23 +02:00
Soner Sayakci
aa357c8c4c
strict equality and double quotes
2016-08-16 23:51:52 +02:00
Soner Sayakci
ca23f3524e
Removed Debug
2016-08-16 23:46:06 +02:00
Soner Sayakci
28805445c9
Fixed MySQL User loading
2016-08-16 23:45:25 +02:00
Felix
759c0ae4f3
Merge pull request #23 from shyim/master
...
Typo in mysql create
2016-08-16 23:20:43 +02:00
Shyim
fdc2318023
Typo
2016-08-16 23:17:09 +02:00
Felix
30e542e930
Merge pull request #21 from shyim/master
...
Added Primarykey and AI to id field
2016-08-16 23:09:35 +02:00
Shyim
3dc72083a6
Added Primarykey and AI to id field
...
Fixed Javascript Error
Update mysql.js
Update mysql.js
2016-08-16 23:04:26 +02:00
Felix
f4558676a6
Update
...
- Handle db errors and try to reconnect instead of crash
2016-08-16 22:46:33 +02:00
Felix
9e18c1e808
Retry failed mysql connection as well
2016-08-16 18:57:05 +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
9736183ddd
Update README.md
2016-08-16 14:49:52 +02:00
Felix
7169d9b020
Spawn example map objects in front of player
...
- Spawn example map objects immediately in front of the players position
2016-08-16 14:42:55 +02:00
Felix
b5cce7e127
Isomorphic mysql db, updates
...
- Isomorphic databases
- Refactored some player->db keys
- Seperated shutdown method
- Nearby pidgey instead of rattata
- Removed some unused arguments
- Player saving is async now
- Prettified used db console print
2016-08-16 13:40:47 +02:00
Felix
5cd04c0018
Update README.md
...
- Add stability badge
2016-08-16 11:49:29 +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
3aebd57af5
Update README.md
2016-08-16 08:34:15 +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