Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-20 | Reintroduce support for remotely downloaded audio files... | Jesusaves | 2 | -3/+26 | |
...By overriding the default music file loader >.> | |||||
2020-12-20 | Actually, remove the whole development menu. | Jesusaves | 1 | -19/+0 | |
It is no longer needed, I hope. | |||||
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 | |
But for time begin, only "Main" world is supported. | |||||
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 | |
For now, only the world "Main" is supported. | |||||
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 | |
the GP/CR bar using the frame as boundary >_< Add transparency. Shabby, but much better than before | |||||
2020-12-19 | Resize the HUD window. | Jesusaves | 1 | -0/+0 | |
Still not perfect, but much better. | |||||
2020-12-19 | Initial prototype redraw of the HUD | Jesusaves | 4 | -6/+22 | |
Still missing EXP bar. Needs more width. Needs less height. | |||||
2020-12-19 | Correct dialog chara alignment so they are always above the textwindow. | Jesusaves | 3 | -23/+54 | |
Mobile does not have hide window, and this compensates a bit their obvious lack of height (which only a full body could compensate) | |||||
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 | |
TODO: Add support for exp table | |||||
2020-12-19 | Add support to HTTP requests. | Jesusaves | 2 | -1/+8 | |
Python2.7 for Android is... not very good for HTTPS requests, that's all =/ | |||||
2020-12-19 | Update certifi to the last version with Python2.7 support | Jesusaves | 3 | -0/+45 | |
We're now using Certifi 2020.4.5.1 | |||||
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 | |
must be made always true | |||||
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 | |
to it if not provided | |||||
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 | |
even established. Updater is the slowest part of startup. | |||||
2020-12-18 | Game Update should be run in a non-blocking way as soon as socket is open. | Jesusaves | 1 | -5/+1 | |
It probably could begin running even before. First time you play you should barely notice downtime, now, but updates might impose to user the normal loading time. | |||||
2020-12-18 | Be verbose, do more attempts, execute LOADER while server is doing other stuff. | Jesusaves | 3 | -13/+19 | |
This is because LOADER will try to download news and this might be slow. LOADER will only begin after game data was started to be fetched from internet | |||||
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 | |
least attempting to close the socket first | |||||
2020-12-18 | Split combat.rpy in three files, move python+screen code away from the label. | Jesusaves | 3 | -0/+795 | |
Combat is, by far, one of the messiest parts of the script. | |||||
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 | |
Restore spinner | |||||
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 | |
(No special codes like newlines and such are allowed) Fix an interpreter crash of trying to execute onerror after program had a regular and clean exit. | |||||
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 | |