summaryrefslogtreecommitdiff
path: root/game/screens.rpy
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Allow players to see their passwords as well.Jesusaves1-0/+14
2021-10-07Hotfix for unreferenced variable. But you could use Summons outside combat?Jesusaves1-1/+2
2021-08-20Override main_menu variable to prevent a crash when accessing prefs at registerJesusaves1-1/+1
2021-08-16Add the Spheres Reference to the (otherwise useless) help menu.Jesusaves1-8/+2
2021-08-16A bit smarter screen for when you don't know how to summon :pJesusaves1-2/+7
2021-08-16Allow you to switch the summon during combat (this is what the cog does)Jesusaves1-0/+39
2021-08-16Start refactoring preference screen navigationJesusaves1-4/+8
2021-08-05Bring IRC Bot back to life. If anyone still cares with it, that is!Jesusaves1-0/+1
2021-08-05Add functionality to download everything in a single go.Jesusaves1-0/+3
2020-12-31"No Threading" option has been defunct for a while, alreadyJesusaves1-11/+1
2020-12-31You can now add a custom server! \o/Jesusaves1-0/+4
2020-12-24A showif should be more reliable in the HUDJesusaves1-1/+1
2020-12-23msgbox() may now autoclose itself.Jesusaves1-1/+4
2020-12-22Initial tavern redesign (not fully operational yet)Jesusaves1-1/+1
2020-12-21The players are not blindJesusaves1-2/+4
2020-12-21Mild adjustments make it better but we still have an alignment error.Jesusaves1-5/+7
2020-12-21Add XP information to the HUD.Jesusaves1-6/+20
2020-12-21I think I got the formula wrongJesusaves1-1/+1
2020-12-21Begin experiments with AP updaterJesusaves1-0/+21
2020-12-21Increase zorder of SERVNOTICEJesusaves1-1/+1
2020-12-19Initial prototype redraw of the HUDJesusaves1-6/+20
2020-12-19Replace irc_disable with irc_enable and make it disabled by defaultJesusaves1-2/+2
2020-12-18Remake the basic menus but they still don't look great =/Jesusaves1-4/+10
2020-12-18Hide button to return to main menu when not in debug or development modeJesusaves1-1/+1
2020-12-17Remove comments and make server notices survive a whole minute by default.Jesusaves1-2/+2
2020-12-17Make SERVNOTICE even more annoying, but it autocloses after a while.Jesusaves1-0/+41
2020-12-17Move a few stuff from screens.rpy to gui/ folderJesusaves1-323/+0
2020-12-17Improve registration screenJesusaves1-5/+13
2020-12-17Move registration utils to "register.rpy"Jesusaves1-52/+0
2020-12-16Some stuff is broken D:Jesusaves1-0/+1
2020-12-16Redo main screen when logged outJesusaves1-14/+34
2020-12-16Make preference button more visibleJesusaves1-1/+5
2020-12-16New main menu which looks much more awesome but we definitely need the licenseJesusaves1-19/+35
2020-12-16Improve logging.Jesusaves1-24/+24
2020-12-16Remove unused persistent variable "fatality"Jesusaves1-10/+0
2020-12-16Rework Game MenuJesusaves1-69/+56
2020-12-16More styling to main menuJesusaves1-1/+6
2020-12-16Resize screen format to 9:16 breaking EVERYthing on the processJesusaves1-1/+1
2020-12-15De-hardcode server list (so it might be possible to add new ones laterâ„¢)Jesusaves1-10/+5
2020-12-15Return SSL to optionalJesusaves1-0/+2
2020-12-15Give a cleanup to main menu screenJesusaves1-10/+23
2020-12-09Initial commit, forked from SpheresinitJesusaves1-0/+1728