summaryrefslogtreecommitdiff
path: root/game
AgeCommit message (Expand)AuthorFilesLines
2020-12-21Continue remaking the battle interface.Jesusaves5-57/+70
2020-12-21Start remaking the combat GUIJesusaves5-1/+1
2020-12-21Hopefully this will not explode...Jesusaves2-1/+3
2020-12-21update_ap now uses the websocket stream, so it no longer needs a value.Jesusaves4-4/+4
2020-12-21I think I got the formula wrongJesusaves1-1/+1
2020-12-21Begin experiments with AP updaterJesusaves4-3/+29
2020-12-21Increase zorder of SERVNOTICEJesusaves1-1/+1
2020-12-21We no longer need Timer module imported.Jesusaves2-1/+10
2020-12-21Remove the self calculation of AP timing, and have server handle it.Jesusaves3-48/+14
2020-12-20Remove unused sphere. Resize empty sphere to be adherent to conventions.Jesusaves3-4/+3
2020-12-20Resize spheres from 40x40 to 80x80Jesusaves7-0/+0
2020-12-20Reintroduce support for remotely downloaded audio files...Jesusaves2-3/+26
2020-12-20Actually, remove the whole development menu.Jesusaves1-19/+0
2020-12-20Remove a couple development optionsJesusaves2-5/+1
2020-12-20Update client for laterâ„¢ patch for multiple worlds.Jesusaves2-4/+5
2020-12-20Almost forgot to send the world data as wellJesusaves3-6/+5
2020-12-20Prepare for support for multiple worlds.Jesusaves1-1/+1
2020-12-19It will only work if set to auto-resize, or if I somehow pass xalign 1.0 toJesusaves1-0/+0
2020-12-19Resize the HUD window.Jesusaves1-0/+0
2020-12-19Initial prototype redraw of the HUDJesusaves4-6/+22
2020-12-19Correct dialog chara alignment so they are always above the textwindow.Jesusaves3-23/+54
2020-12-19Replace irc_disable with irc_enable and make it disabled by defaultJesusaves1-2/+2
2020-12-19Replace the cogJesusaves3-2/+2
2020-12-19Register INT_MAXJesusaves1-0/+1
2020-12-19Add support to HTTP requests.Jesusaves2-1/+8
2020-12-19Update certifi to the last version with Python2.7 supportJesusaves3-0/+45
2020-12-18Fix a typo-ed report when cleaning cacheJesusaves1-1/+1
2020-12-18When facing a connection error, do not hang eternally - try again.Jesusaves1-8/+25
2020-12-18As we now are saving all assets to save dir regardless of OS, some checksJesusaves1-3/+3
2020-12-18Attribution to some more of the used assetsJesusaves1-4/+4
2020-12-18Allow insecure certificates to be used, and create new path.Jesusaves1-1/+1
2020-12-18Remove certifi libraryJesusaves3-20/+0
2020-12-18Make sure the build won't have them as well (they might carry OS-specific code)Jesusaves1-0/+2
2020-12-18Remove all PYO files from the packageJesusaves55-0/+0
2020-12-18Update requests from 2.22.0 to 2.25.1Jesusaves24-75/+129
2020-12-18Make easier to hide the placeholder spinner in case of error, by assigning a tagJesusaves1-0/+3
2020-12-18Remove menu testing codeJesusaves1-7/+0
2020-12-18Fix confirmation overlayJesusaves1-0/+0
2020-12-18Smoother error handlingJesusaves2-2/+8
2020-12-18Add 20% transparency to the menu buttonsJesusaves1-0/+0
2020-12-18Remake the basic menus but they still don't look great =/Jesusaves4-5/+19
2020-12-18An "overlook" aka. bugJesusaves1-1/+6
2020-12-18Fix a bunch of bugsJesusaves2-5/+13
2020-12-18Hide button to return to main menu when not in debug or development modeJesusaves1-1/+1
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.Jesusaves3-13/+19
2020-12-18Remove some verbosityJesusaves1-1/+2
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