index
:
spheres/server
XanthemLocalHost
master
Mana Spheres main server code.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
player.py
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-31
Fix typos and a bug of a swapped max and min function
Jesusaves
1
-1
/
+1
2020-12-31
Relicense the game to GPLv3.
Jesusaves
1
-12
/
+11
2020-12-29
Found a truncation bug
Jesusaves
1
-1
/
+1
2020-12-29
Ensure update_ap only receive integers
Jesusaves
1
-1
/
+1
2020-12-29
Revert "Disable carry over experience when rank up occur"
Jesusaves
1
-1
/
+3
2020-12-29
Disable carry over experience when rank up occur
Jesusaves
1
-3
/
+1
2020-12-24
[pyflakes] remove now unused variables
Jesusaves
1
-2
/
+1
2020-12-23
Level boosts are now extremely predictable: They boost status in 1%
Jesusaves
1
-35
/
+0
2020-12-21
Remove some debug loggings
Jesusaves
1
-3
/
+0
2020-12-21
Fix the bug on duplicate login detection
Jesusaves
1
-2
/
+7
2020-12-21
Abrupt loss of connection will now save the player data and destroy the old t...
Jesusaves
1
-0
/
+8
2020-12-21
Anti-dupe is not working...
Jesusaves
1
-4
/
+3
2020-12-21
Send APREFRESH packets to client
Jesusaves
1
-1
/
+7
2020-12-21
Improve token logic internally.
Jesusaves
1
-22
/
+28
2020-12-21
I'll need a better storing of userid/token/ConnectionObject.
Jesusaves
1
-0
/
+3
2020-12-21
Protocol to update AP Data. Do not reset AP Timers on logout.
Jesusaves
1
-3
/
+11
2020-12-20
Players now require 100% of the required EXP.
Jesusaves
1
-6
/
+8
2020-12-20
Sanitize player experience to rank up.
Jesusaves
1
-1
/
+3
2020-12-20
Exp Table is now part of server data (no more a JSON file).
Jesusaves
1
-3
/
+3
2020-12-20
[skip ci] Notes about what still must be done for full world support.
Jesusaves
1
-0
/
+3
2020-12-19
[skip ci] update notes
Jesusaves
1
-0
/
+1
2020-12-19
Send max_exp to clients so they can render the exp bar without needing to dow...
Jesusaves
1
-0
/
+5
2020-12-19
Bump experience - again.
Jesusaves
1
-10
/
+8
2020-12-18
Seems like Battle is not used by Player o.o
Jesusaves
1
-1
/
+1
2020-12-18
Import the variables which will be needed by player.rpy
Jesusaves
1
-1
/
+1
2020-12-18
Make experience table to rank up steeper.
Jesusaves
1
-2
/
+2
2020-12-18
Try to improve linting in sql, now, and one I missed
Jesusaves
1
-1
/
+1
2020-12-18
Try to improve how script looks for linting
Jesusaves
1
-3
/
+8
2020-12-18
Registrations should be working again.
Jesusaves
1
-0
/
+833