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