Commit Graph

129 Commits

Author SHA1 Message Date
Felix
380f5d6f87 Update
- Cell timeouts
- Faster cell map object serializing
- Release pokemons
- Save catched pkmns into db
- Fixed pkmn inventory invisible model bug
- Use uid instead of id everywhere
- Auto calc moves when call init calculations
- Random cp multiplier
- Added wild pkmn flee ability
- Start unique hashes from 1
- Added decapitalize util method
2016-09-09 19:02:59 +02:00
Felix
6df19de530 Typo fix 2016-09-08 21:40:43 +02:00
Felix
8435544963 Update
- Added pokemon spawn point api support
- Improved api access security
- Extend player bag
- Basic encountering and catching pkmn
2016-09-08 21:21:38 +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
946e41684c Update
- Added spawn points support
- Added spawn min max expire
- Added spawn encounter parsing
- Updated user table
- Better player position refresh
- Trigger pkmn spawns on player position refresh
- Added unique hash util method
2016-09-07 17:59:14 +02:00
Felix
ed404d94f7 Update package.json 2016-09-06 21:20:21 +02:00
Felix
00793fd42d Update
- Spawn cycle
- Fixed avatar gender change
- Basic wild pokemon
- Basic map encounter spawns
- Store cells inside array instead of object, to improve performance
- Increased map visibility range dramatically
- Lint game master parsing
2016-09-06 20:26:38 +02:00
Felix
2de38e5568 Bug fixes
- Fixed avatar
- Fixed avatar wrong range validation
- Fixed player currencies
2016-09-05 20:24:03 +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
5d7519929e Update
- Better cp, level and move calc
- Splitted actions into seperate file
2016-09-04 16:19:44 +02:00
Felix
5bc210b351 Update
- Show error, if got api request but api is disabled in cfg
- Various pokemon related calculations
- Extended candybag
2016-09-04 14:16:00 +02:00
Felix Maier
034543036a Update README.md 2016-09-04 12:33:16 +02:00
Felix Maier
978c14ce23 Merge pull request #122 from ruchern/master
Removed logs from repository. Added the folder into gitignore.
2016-09-02 22:34:26 +02:00
Felix
75557ea2a4 Update
- Fixed many things
- Spawn pokemon, added player and pokemon inventory display
- Pkmn download url packet
- Pokemon evolving
- Improved pokestop rewarding
2016-09-02 20:44:08 +02:00
Ru Chern
6a6be8dbae Update .gitignore
Minor text fixes.
2016-09-03 04:12:50 +10:00
Felix
5327999fcc Update
- Improved player authentication
2016-09-02 11:56:25 +02:00
Ru Chern
3f8a7d8030
Removed logs from repository. Added the folder into gitignore. 2016-09-02 04:32:23 +10:00
Felix
b766839a96 Add LICENSE 2016-09-01 19:26:57 +02:00
Felix
8483b6d739 Update
- Extended enums
- Improved stdin
- Fixed bugs related with player gender, team and currency serialisation
- Added basic level up rewards, player profile and ser avatar handling
- Load player settings out of game master
- Added option to dump assets by console command "/dump"
2016-09-01 19:26:01 +02:00
Felix Maier
71472cd425 Update README.md 2016-09-01 19:21:16 +02:00
Felix Maier
6c3124f406 Update README.md 2016-09-01 19:16:21 +02:00
Felix Maier
884c75d641 Update README.md 2016-09-01 00:50:26 +02:00
Felix Maier
a2ca832aaa Update README.md 2016-08-31 23:03:02 +02:00
Felix
b671dd48b3 Bug fix
- Fixed
https://github.com/maierfelix/POGOserver/pull/105#issue-174324354
2016-08-31 21:21:50 +02:00
Felix
4d7b6bf56c Update
- Added basic gym map support
- Splitted pokestops and gyms into seperate classes
- Added pokestop and gym tables
2016-08-31 20:34:05 +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 Maier
b726a81e29 Merge pull request #99 from Szar/patch-1
Fixed forts.table
2016-08-30 20:09:31 +02:00
Szar
c7f76fb632 Fixed forts.table
added comma before PRIMARY KEY on forts.table
2016-08-30 13:37:18 -04:00
Felix
19b3e3b5f2 Update
- Improve live map object editing
- Added fort table
- Restructured world, forts and cells
- Todo: Make sure forts always have unique uid, likely breaks when add
and delete multiple forts
2016-08-30 18:56:57 +02:00
Felix Maier
7f65c4fc1b Merge pull request #93 from DracoMilesX/master
Docker support
2016-08-30 12:20:41 +02:00
DracoMilesX
25498f13a6 Removed the , that was in the `Dockerfile` 2016-08-30 12:19:51 +02:00
DracoMilesX
e19bb264bf Update README.md 2016-08-30 12:18:46 +02:00
DracoMilesX
a7c01a382e Update README.md 2016-08-30 11:53:32 +02:00
DracoMilesX
a657298721 Create supervisord.conf 2016-08-30 11:53:17 +02:00
DracoMilesX
e484faa73d Create Dockerfile 2016-08-30 11:52:53 +02:00
Felix Maier
c506fba096 Merge pull request #92 from maierfelix/dev
Dev
2016-08-30 09:57:15 +02:00
Felix
e0538b22b8 Update
- Anticache for fort images
- Show forts as markers on gmaps api
- Added doubleclick on blank map to create fort
- Added doubclick on fort marker to delete fort
- Check for newer version on boot
- Moved various things
- Improved fort handling
- Extended api
2016-08-29 19:27:19 +02:00
Felix
1a3a6fd181 Update
- Added add pokestop api call
- Fixed candies table bug
- Added FortSearch, FortDetails
- Unique fort ids gets properly generated
- Cell id based map objects
2016-08-28 21:32:41 +02:00
Felix
aa3743b4bd Update
- Cleaner game master handling
- Added contact and currency player subclasses
- Authentication works
- Cleaner device sig parsing, handle unknown as repeated field
- Added various player and world packets
- Seperate settings object for DownloadSettings request
- Basic GetMapObjects response
- Removed unnecessary code in request.js
- Extended response.js
- Outsourced parseSignature into utils.js
2016-08-28 14:31:08 +02:00
Felix
dbde45fe73 Update
- Global shared print method
- API hearbeat and reconnecting feature
- Serialize avatar
- Basic player authentication
- New packet structure for classes
- Safer url routing
2016-08-27 21:07:40 +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
2379c940ca Bug fixes, added api
- Fixed bug, where player inventory didnt got sent, if the players party
is empty
- createUser db call resolve was missing
- Default player level is 1
- Added basic api
- Added cfg option to enable or disable api
- Added cfg option to greet or not
2016-08-25 10:57:06 +02:00
Felix
18c4e5937c Fix tables 2016-08-24 22:57:09 +02:00
Felix
3dc5e303ad Mega update, 0.4.7
- Support pkmn models for ios devices
- Dump android and ios assets in seperate phase as well as into seperate
folders
- Add local ip to fix GetDownloadUrls bug
- SetFavoritePokemon and ReleasePokemon working
- Update players pkmn party into database
- Extract players device signature on first auth to figure out, what
models and asset_digest we need to response with
- Heavily extended setup dump process
- Added method to capitalize strings
- Added db query to delete rows
2016-08-24 19:23:17 +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
db26ffe8e8 Update cfg 2016-08-24 19:16:35 +02:00
Felix Maier
6f89cd13ab Merge pull request #68 from Cronick/patch-3
Added spawn command to help
2016-08-24 01:43:29 +02:00