summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Fix a problem where an outdated client would return to main menu without atJesusaves2-1/+3
2020-12-18Split combat.rpy in three files, move python+screen code away from the label.Jesusaves3-0/+795
2020-12-18Split player.rpy in four filesJesusaves4-1/+677
2020-12-18Import Timer (might need edits).Jesusaves2-6/+22
2020-12-18Add story.rpy back (no edits - YET)Jesusaves1-0/+207
2020-12-18Start printing tracebacks, and save what decoder received as wellJesusaves3-1/+6
2020-12-18Fix a bug on send_packetJesusaves1-2/+1
2020-12-18Remove an old developer debug menuJesusaves1-10/+0
2020-12-17Remove comments and make server notices survive a whole minute by default.Jesusaves2-13/+6
2020-12-17Make SERVNOTICE even more annoying, but it autocloses after a while.Jesusaves3-7/+57
2020-12-17Notifications can still be sent (but they are inexpressive...)Jesusaves1-0/+1
2020-12-17Ah... Cannot call screens from threads I suppose.Jesusaves2-3/+13
2020-12-17Error is more likely fault of call_screen I hope?Jesusaves1-1/+2
2020-12-17Add support for server noticesJesusaves1-0/+9
2020-12-17Stop running supervisor() after we are done in hopes to lower CPU usage.Jesusaves1-26/+6
2020-12-17SSL is no longer a dependency of the main scriptJesusaves39-4501/+0
2020-12-17Move a few stuff from screens.rpy to gui/ folderJesusaves4-323/+347
2020-12-17Improve registration screenJesusaves3-10/+21
2020-12-17Move registration utils to "register.rpy"Jesusaves3-102/+124
2020-12-17It is not being terribly "data-hungry", but well, there is CPU to consider as...Jesusaves1-1/+2
2020-12-17License for my own work.Jesusaves1-2/+5
2020-12-17Move development stuff to a new, non built and git hidden, assets/ folderJesusaves4-18/+2
2020-12-17Remake the spheres as wellJesusaves8-23/+23
2020-12-17Replace elemental items with something prettier (and also under CC0)Jesusaves11-10/+10
2020-12-17I'll eventually need to properly documentate all licensesJesusaves4-0/+1157
2020-12-17Replace websocket-client with ws4pyJesusaves47-4681/+3983
2020-12-16Move send_packet_now from block 2 to block 4Jesusaves2-17/+12
2020-12-16Do not declare ws at init phaseJesusaves2-17/+2
2020-12-16Remove story.rpy to be cleanerJesusaves1-207/+0
2020-12-16Fix typosJesusaves1-3/+3
2020-12-16Remove cert/ (now unused)Jesusaves1-7/+0
2020-12-16Remove unused libJesusaves1-884/+0
2020-12-16Split defs.rpy in five filesJesusaves8-886/+1008
2020-12-16Remove a few files for debug purposesJesusaves5-2151/+0
2020-12-16Remove deprecated Pinger functionJesusaves3-27/+5
2020-12-16Hypothesis on what to do...Jesusaves1-0/+5
2020-12-16Try to improve error handling for when socket dies, but...Jesusaves1-1/+13
2020-12-16Do not relaunch when not needed.Jesusaves2-11/+21
2020-12-16Some stuff is broken D:Jesusaves3-8/+13
2020-12-16Redo main screen when logged outJesusaves1-14/+34
2020-12-16Make preference button more visibleJesusaves1-1/+5
2020-12-16New main menu which looks much more awesome but we definitely need the licenseJesusaves4-19/+35
2020-12-16Clean up some old commentsJesusaves1-35/+0
2020-12-16Allow sdelay() to receive an argumentJesusaves1-3/+3
2020-12-16Well, renpy.pause() sometimes fail, so create an alias function (sdelay)Jesusaves2-14/+17
2020-12-16try to prevent a race conditionJesusaves2-1/+20
2020-12-16Improve logging.Jesusaves3-48/+46
2020-12-16Remove unused persistent variable "fatality"Jesusaves2-11/+0
2020-12-16Rework Game MenuJesusaves2-79/+66
2020-12-16More styling to main menuJesusaves4-1/+49