Age | Commit message (Expand) | Author | Files | Lines |
2020-12-20 | Reintroduce support for remotely downloaded audio files... | Jesusaves | 2 | -3/+26 |
2020-12-20 | Actually, remove the whole development menu. | Jesusaves | 1 | -19/+0 |
2020-12-20 | Remove a couple development options | Jesusaves | 2 | -5/+1 |
2020-12-20 | Update client for laterâ„¢ patch for multiple worlds. | Jesusaves | 2 | -4/+5 |
2020-12-20 | Almost forgot to send the world data as well | Jesusaves | 3 | -6/+5 |
2020-12-20 | Prepare for support for multiple worlds. | Jesusaves | 1 | -1/+1 |
2020-12-19 | It will only work if set to auto-resize, or if I somehow pass xalign 1.0 to | Jesusaves | 1 | -0/+0 |
2020-12-19 | Resize the HUD window. | Jesusaves | 1 | -0/+0 |
2020-12-19 | Initial prototype redraw of the HUD | Jesusaves | 4 | -6/+22 |
2020-12-19 | Correct dialog chara alignment so they are always above the textwindow. | Jesusaves | 3 | -23/+54 |
2020-12-19 | Replace irc_disable with irc_enable and make it disabled by default | Jesusaves | 1 | -2/+2 |
2020-12-19 | Replace the cog | Jesusaves | 3 | -2/+2 |
2020-12-19 | Register INT_MAX | Jesusaves | 1 | -0/+1 |
2020-12-19 | Add support to HTTP requests. | Jesusaves | 2 | -1/+8 |
2020-12-19 | Update certifi to the last version with Python2.7 support | Jesusaves | 3 | -0/+45 |
2020-12-18 | Fix a typo-ed report when cleaning cache | Jesusaves | 1 | -1/+1 |
2020-12-18 | When facing a connection error, do not hang eternally - try again. | Jesusaves | 1 | -8/+25 |
2020-12-18 | As we now are saving all assets to save dir regardless of OS, some checks | Jesusaves | 1 | -3/+3 |
2020-12-18 | Attribution to some more of the used assets | Jesusaves | 1 | -4/+4 |
2020-12-18 | Allow insecure certificates to be used, and create new path. | Jesusaves | 1 | -1/+1 |
2020-12-18 | Remove certifi library | Jesusaves | 3 | -20/+0 |
2020-12-18 | Make sure the build won't have them as well (they might carry OS-specific code) | Jesusaves | 1 | -0/+2 |
2020-12-18 | Remove all PYO files from the package | Jesusaves | 55 | -0/+0 |
2020-12-18 | Update requests from 2.22.0 to 2.25.1 | Jesusaves | 24 | -75/+129 |
2020-12-18 | Make easier to hide the placeholder spinner in case of error, by assigning a tag | Jesusaves | 1 | -0/+3 |
2020-12-18 | Remove menu testing code | Jesusaves | 1 | -7/+0 |
2020-12-18 | Fix confirmation overlay | Jesusaves | 1 | -0/+0 |
2020-12-18 | Smoother error handling | Jesusaves | 2 | -2/+8 |
2020-12-18 | Add 20% transparency to the menu buttons | Jesusaves | 1 | -0/+0 |
2020-12-18 | Remake the basic menus but they still don't look great =/ | Jesusaves | 4 | -5/+19 |
2020-12-18 | An "overlook" aka. bug | Jesusaves | 1 | -1/+6 |
2020-12-18 | Fix a bunch of bugs | Jesusaves | 2 | -5/+13 |
2020-12-18 | Hide button to return to main menu when not in debug or development mode | Jesusaves | 1 | -1/+1 |
2020-12-18 | Actually, why not - run the game updater before the socket connection is | Jesusaves | 1 | -8/+5 |
2020-12-18 | Game Update should be run in a non-blocking way as soon as socket is open. | Jesusaves | 1 | -5/+1 |
2020-12-18 | Be verbose, do more attempts, execute LOADER while server is doing other stuff. | Jesusaves | 3 | -13/+19 |
2020-12-18 | Remove some verbosity | Jesusaves | 1 | -1/+2 |
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 |