summaryrefslogtreecommitdiff
path: root/player.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-08Remove part of the AP system functionality. It'll no longer be consumed.HEADmasterJesusaves1-49/+0
2023-09-03Fix bugs for archival versionv2.3.9.3+1Jesusaves1-2/+2
2022-08-06I overlooked the fact passwords can now be either 12 or 16 chars longJesusaves1-1/+1
2022-07-28"Mail" can now be blank, it'll then use MyUID.Jesusaves1-1/+13
2020-12-31Fix typos and a bug of a swapped max and min functionJesusaves1-1/+1
2020-12-31Relicense the game to GPLv3.Jesusaves1-12/+11
2020-12-29Found a truncation bugJesusaves1-1/+1
2020-12-29Ensure update_ap only receive integersJesusaves1-1/+1
2020-12-29Revert "Disable carry over experience when rank up occur"Jesusaves1-1/+3
2020-12-29Disable carry over experience when rank up occurJesusaves1-3/+1
2020-12-24[pyflakes] remove now unused variablesJesusaves1-2/+1
2020-12-23Level boosts are now extremely predictable: They boost status in 1%Jesusaves1-35/+0
2020-12-21Remove some debug loggingsJesusaves1-3/+0
2020-12-21Fix the bug on duplicate login detectionJesusaves1-2/+7
2020-12-21Abrupt loss of connection will now save the player data and destroy the old t...Jesusaves1-0/+8
2020-12-21Anti-dupe is not working...Jesusaves1-4/+3
2020-12-21Send APREFRESH packets to clientJesusaves1-1/+7
2020-12-21Improve token logic internally.Jesusaves1-22/+28
2020-12-21I'll need a better storing of userid/token/ConnectionObject.Jesusaves1-0/+3
2020-12-21Protocol to update AP Data. Do not reset AP Timers on logout.Jesusaves1-3/+11
2020-12-20Players now require 100% of the required EXP.Jesusaves1-6/+8
2020-12-20Sanitize player experience to rank up.Jesusaves1-1/+3
2020-12-20Exp Table is now part of server data (no more a JSON file).Jesusaves1-3/+3
2020-12-20[skip ci] Notes about what still must be done for full world support.Jesusaves1-0/+3
2020-12-19[skip ci] update notesJesusaves1-0/+1
2020-12-19Send max_exp to clients so they can render the exp bar without needing to dow...Jesusaves1-0/+5
2020-12-19Bump experience - again.Jesusaves1-10/+8
2020-12-18Seems like Battle is not used by Player o.oJesusaves1-1/+1
2020-12-18Import the variables which will be needed by player.rpyJesusaves1-1/+1
2020-12-18Make experience table to rank up steeper.Jesusaves1-2/+2
2020-12-18Try to improve linting in sql, now, and one I missedJesusaves1-1/+1
2020-12-18Try to improve how script looks for lintingJesusaves1-3/+8
2020-12-18Registrations should be working again.Jesusaves1-0/+833