index
:
spheres/server
XanthemLocalHost
master
Mana Spheres main server code.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
battle
/
main.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-10
Make _action() take more params so EVERYONE knows it is messy :>
Jesusaves
1
-6
/
+9
2021-08-10
Initial version of priority-based attack order (spheres > skills > attack)
Jesusaves
1
-19
/
+39
2021-08-10
Isolate battle action code
Jesusaves
1
-16
/
+23
2021-08-07
Protocol update; Allow clients to alter spheres
Jesusaves
1
-2
/
+5
2021-08-05
Move a lot of battle logic to battle/common.py
Jesusaves
1
-257
/
+13
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
1
-5
/
+6
2021-08-04
Add another verbosity level, otherwise debug.txt will be a monster
Jesusaves
1
-28
/
+28
2021-08-04
Remove previously deprecated `dbgprint` function.
Jesusaves
1
-1
/
+1
2021-08-04
Send action log and minor polishing
Jesusaves
1
-12
/
+15
2021-01-05
Fix pyflakes3 warnings
Jesusaves
1
-1
/
+1
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
Avoid experience from becoming a float.
Jesusaves
1
-0
/
+1
2020-12-30
Make experience gain even slower
Jesusaves
1
-3
/
+3
2020-12-29
Reduce AP cost for the quests.
Jesusaves
1
-0
/
+7
2020-12-29
Change EXP rule: mobs and boss give 90% less.
Jesusaves
1
-2
/
+4
2020-12-26
Send to clients rk_exp/rk_mexp so they can resync exp bars
Jesusaves
1
-0
/
+2
2020-12-25
Disable party reordering feature
Jesusaves
1
-1
/
+5
2020-12-23
Nerf enemies a bit
Jesusaves
1
-2
/
+2
2020-12-23
Level boosts are now extremely predictable: They boost status in 1%
Jesusaves
1
-2
/
+3
2020-12-20
Add partial support for multiple worlds.
Jesusaves
1
-15
/
+19
2020-12-18
Kill the fake positives in an... elegantly lame... way.
Jesusaves
1
-0
/
+5
2020-12-18
Combat is almost working now
Jesusaves
1
-2
/
+3
2020-12-18
Initial battle version imported from Python2 and with pyflakes3 applied.
Jesusaves
1
-0
/
+540