summaryrefslogtreecommitdiff
path: root/battle/spheres.py
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11Alpha version of summoningJesusaves1-1/+5
2021-08-04Send damage over the packets as wellJesusaves1-5/+10
2021-08-04Verbosity should now be fine (or at least, better)Jesusaves1-4/+4
2021-08-04Send action log and minor polishingJesusaves1-1/+2
2020-12-31Relicense the game to GPLv3.Jesusaves1-10/+9
utils.py can still be used under the LGPL. The LGPL license present in git history is no longer valid, but already issued copies still are. Needless to say, there are no "already issued copies"...
2020-12-18Initial battle version imported from Python2 and with pyflakes3 applied.Jesusaves1-0/+79
Divided in multiple files for ease. UNTESTED. (But server still runs)