index
:
spheres/server
XanthemLocalHost
master
Mana Spheres main server code.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-08
Bump protocol version
v2.1.8.8
Jesusaves
2
-4
/
+4
2021-08-07
Protocol update; Allow clients to alter spheres
Jesusaves
1
-2
/
+5
2021-08-07
Rebalance all quests, making them easier
Jesusaves
1
-5
/
+5
2021-08-07
Apart for the terrible balancing - fix typos and bugs.
Jesusaves
3
-4
/
+13
2021-08-05
Move a lot of battle logic to battle/common.py
Jesusaves
3
-291
/
+290
2021-08-04
Enable SAST
Jesusaves
1
-0
/
+5
2021-08-04
I also did a typo which prevented players from gaining spheres
Jesusaves
1
-1
/
+1
2021-08-04
Send damage over the packets as well
Jesusaves
5
-12
/
+25
2021-08-04
Verbosity should now be fine (or at least, better)
Jesusaves
3
-9
/
+9
2021-08-04
Add another verbosity level, otherwise debug.txt will be a monster
Jesusaves
4
-50
/
+57
2021-08-04
Remove previously deprecated `dbgprint` function.
Jesusaves
4
-15
/
+12
2021-08-04
Send action log and minor polishing
Jesusaves
4
-15
/
+20
2021-07-25
These are the last additions for today
Jesusaves
2
-4
/
+106
2021-07-25
Add three new units and their taverns.
Jesusaves
2
-4
/
+157
2021-07-25
Add a couple new units which were waiting for long enough.
Jesusaves
2
-1
/
+133
2021-07-22
Change Tavern rules so they are quest-level dependant.
Jesusaves
2
-4
/
+8
2021-01-05
Fix pyflakes3 warnings
Jesusaves
3
-3
/
+4
2021-01-04
Reorder quest background field
Jesusaves
1
-11
/
+11
2021-01-04
Fix mana orbs element.
Jesusaves
2
-6
/
+10
2020-12-31
Color codes
Jesusaves
1
-2
/
+2
2020-12-31
Fix typo
Jesusaves
1
-1
/
+1
2020-12-31
Experiment with custom backgrounds - lets put our system to proof!
Jesusaves
2
-8
/
+8
2020-12-31
Dialogs up to quest 5
Jesusaves
1
-8
/
+24
2020-12-31
In case of a successful DDoS, prevent wasting resources evaluating blacklist
Jesusaves
1
-9
/
+9
2020-12-31
Fail silently if when closing a socket the client is not in the list.
Jesusaves
1
-1
/
+8
2020-12-31
Fix typos and a bug of a swapped max and min function
Jesusaves
5
-9
/
+9
2020-12-31
Add support for custom battle backgrounds.
Jesusaves
3
-1
/
+76
2020-12-31
Registration failure now only gives 2 lame points.
Jesusaves
4
-3
/
+14
2020-12-31
Relicense the game to GPLv3.
Jesusaves
14
-118
/
+798
2020-12-31
Actually, log this sort of error.
Jesusaves
1
-1
/
+1
2020-12-31
Remove some verbosity; If something goes wrong, rely on traceback.print_exc()...
Jesusaves
1
-6
/
+7
2020-12-30
Except for Quest 6, all the first chapter quests should be done \o/
Jesusaves
1
-46
/
+22
2020-12-30
Avoid experience from becoming a float.
Jesusaves
1
-0
/
+1
2020-12-30
Start correcting the units
Jesusaves
1
-28
/
+28
2020-12-30
Make experience gain even slower
Jesusaves
1
-3
/
+3
2020-12-30
Mob ID changed
Jesusaves
1
-51
/
+51
2020-12-29
Reduce AP cost for the quests.
Jesusaves
2
-4
/
+11
2020-12-29
Remove Q7~Q10 which are not done
Jesusaves
1
-347
/
+1
2020-12-29
Sort units by ID
Jesusaves
1
-1071
/
+1071
2020-12-29
There are now 4 units at 5 stars rank.
Jesusaves
2
-24
/
+53
2020-12-29
Found a truncation bug
Jesusaves
1
-1
/
+1
2020-12-29
Lower quests difficulty
Jesusaves
1
-21
/
+21
2020-12-29
Change EXP rule: mobs and boss give 90% less.
Jesusaves
1
-2
/
+4
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-27
Add command to kick users (no ban)
Jesusaves
2
-5
/
+8
2020-12-27
Manually casting ban or kline will now disconnect sessions as well
Jesusaves
2
-1
/
+17
2020-12-27
Disclose about automatic bans, and make score rule read from consts.py
Jesusaves
4
-3
/
+26
2020-12-27
Update instructions, attempt to generate a Z-Line file at make time.
Jesusaves
3
-12
/
+17
[next]