summaryrefslogtreecommitdiff
path: root/game/script.rpy
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Fix a bug with async_loaderJesusaves1-5/+5
2022-08-06Uhm... BrokenJesusaves1-1/+1
2021-08-21Catch NameError and handle it differently (to avoid exceptions on exceptions)Jesusaves1-0/+5
2021-08-20Override main_menu variable to prevent a crash when accessing prefs at registerJesusaves1-0/+2
2021-08-18Version 2.1.8.18v2.1.8.18Jesusaves1-0/+3
2021-08-16Load all downloaded images to RAM at login time in an async mannerJesusaves1-0/+5
2021-08-07Respond better to fatal errorsJesusaves1-0/+13
2021-08-07If game crashes after registration, ensure this error is recoverableJesusaves1-1/+7
2021-08-05Minor polishing to IRCJesusaves1-1/+1
2021-08-05Bring IRC Bot back to life. If anyone still cares with it, that is!Jesusaves1-0/+1
2020-12-31Try to fix a few... bugs.Jesusaves1-3/+16
2020-12-31Add support for custom battle backgroundsJesusaves1-0/+7
2020-12-29Add "foreground" attribute to wait_packet.Jesusaves1-2/+0
2020-12-29Send logout packet in a thread (so it is not blocking).Jesusaves1-1/+2
2020-12-29LOGOUT packet has no reply, so do not wait for it when closing the app.Jesusaves1-1/+1
2020-12-29Add a complex watcher which will reboot the game if the socket dies.Jesusaves1-0/+1
2020-12-26Some optimizations to be more Python3 compliant (for when Renpy 8 comes out)Jesusaves1-1/+1
2020-12-24Change battle logic to make it a bit more seamless to user.Jesusaves1-0/+1
2020-12-24Part II of the initial prologue done remaking.Jesusaves1-3/+0
2020-12-24Rewrite the first part of the first prologueJesusaves1-5/+0
2020-12-23Add support for special summoning event tavernsJesusaves1-0/+1
2020-12-21Redesign the splash screenJesusaves1-13/+0
2020-12-21Remove some useless commentsJesusaves1-12/+0
2020-12-21For mobile, "Logout" does not makes much sense?Jesusaves1-1/+1
2020-12-21Add again the IRC Module, but have it shut down by default.Jesusaves1-3/+3
2020-12-21update_ap now uses the websocket stream, so it no longer needs a value.Jesusaves1-1/+1
2020-12-21Remove the self calculation of AP timing, and have server handle it.Jesusaves1-11/+1
2020-12-20Actually, remove the whole development menu.Jesusaves1-19/+0
2020-12-20Remove a couple development optionsJesusaves1-4/+0
2020-12-18Remove menu testing codeJesusaves1-7/+0
2020-12-18Remake the basic menus but they still don't look great =/Jesusaves1-0/+7
2020-12-18Actually, why not - run the game updater before the socket connection isJesusaves1-8/+5
2020-12-18Game Update should be run in a non-blocking way as soon as socket is open.Jesusaves1-5/+1
2020-12-18Be verbose, do more attempts, execute LOADER while server is doing other stuff.Jesusaves1-3/+11
2020-12-18Fix a problem where an outdated client would return to main menu without atJesusaves1-1/+1
2020-12-18Remove an old developer debug menuJesusaves1-10/+0
2020-12-17Make SERVNOTICE even more annoying, but it autocloses after a while.Jesusaves1-1/+2
2020-12-17Improve registration screenJesusaves1-4/+4
2020-12-17Move registration utils to "register.rpy"Jesusaves1-50/+2
2020-12-17Replace websocket-client with ws4pyJesusaves1-14/+1
2020-12-16Do not declare ws at init phaseJesusaves1-15/+2
2020-12-16Split defs.rpy in five filesJesusaves1-65/+12
2020-12-16Remove deprecated Pinger functionJesusaves1-8/+1
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-16Some stuff is broken D:Jesusaves1-2/+3
2020-12-16Well, renpy.pause() sometimes fail, so create an alias function (sdelay)Jesusaves1-7/+4
2020-12-16try to prevent a race conditionJesusaves1-0/+10
2020-12-16Improve logging.Jesusaves1-13/+14
2020-12-15De-hardcode server list (so it might be possible to add new ones laterâ„¢)Jesusaves1-2/+1