Commit Graph

9 Commits

Author SHA1 Message Date
Nagy Péter
7db29979e4 - 0.6.1 -> 0.6.2
- Evolve pokemon is working
- Use potions is working
- Use revives is working
- Pokemon nicknames saved in MySQL

Known issues/bugs:
- CP calculation when evolve needs a new calc function
- Candies to evolve function don't work
- Eevee don't have evolutions (maybe outdated GAMEMASTER file)
- potions/revives stamina value is very static maybe needs to use item templates
2016-11-30 13:59:06 +01:00
Cronick
33cca65938 Update
- Set username to first part of email, if it's unknown.
- Setup ClaimCodename packet
- MARK_TUTORIAL_COMPLETE error should be fixed
- Fix for MySQL table error (Thanks to Badley187)
- Fixed TypeError: _this2.print is not a function error.
2016-10-09 17:21:06 +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
fcb1e26b70 Update
- Nickname pokemon
- Cp calc range
- Username validation bug fix
- Caught instead of Catched
2016-09-11 15:49:23 +02:00
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
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
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
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