Age | Commit message (Expand) | Author | Files | Lines |
2020-12-30 | Update GFX Mobs: Remove old and add new. | Jesusaves | 3 | -0/+0 |
2020-12-30 | Fanfarre X - by Alexander Nakarada (CC BY 4.0) | Jesusaves | 2 | -1/+1 |
2020-12-30 | Medieval Loop One - by Alexander Nakarada (CC BY 4.0) | Jesusaves | 2 | -1/+1 |
2020-12-29 | Disable screen prediction entirely. | Jesusaves | 4 | -1/+18 |
2020-12-29 | Add "foreground" attribute to wait_packet. | Jesusaves | 3 | -7/+8 |
2020-12-29 | Send logout packet in a thread (so it is not blocking). | Jesusaves | 1 | -1/+2 |
2020-12-29 | Clean up BATTLE once battle is over (hopefully to avoid accidental bugs) | Jesusaves | 2 | -1/+8 |
2020-12-29 | Be less spammy when receiving packets | Jesusaves | 1 | -1/+1 |
2020-12-29 | Split battle interface in three screens | Jesusaves | 1 | -37/+45 |
2020-12-29 | LOGOUT packet has no reply, so do not wait for it when closing the app. | Jesusaves | 1 | -1/+1 |
2020-12-29 | Remove some now outdated comments from 04 | Jesusaves | 1 | -29/+3 |
2020-12-29 | Add a complex watcher which will reboot the game if the socket dies. | Jesusaves | 4 | -4/+32 |
2020-12-26 | Golden theme works better | Jesusaves | 5 | -0/+0 |
2020-12-26 | Replace the square bgs with kindland's bg | Jesusaves | 5 | -3/+4 |
2020-12-26 | Update experience headers in client | Jesusaves | 1 | -0/+2 |
2020-12-26 | Just wanted to remember that there is NO WAY to know if this will run in Py3 | Jesusaves | 3 | -3/+3 |
2020-12-26 | Some optimizations to be more Python3 compliant (for when Renpy 8 comes out) | Jesusaves | 9 | -30/+34 |
2020-12-26 | Better logging for story logs when a label is cast | Jesusaves | 1 | -1/+2 |
2020-12-26 | Attempt to play the battle music defined on the JSON instead of the builtin | Jesusaves | 1 | -3/+3 |
2020-12-26 | Fix bug in get_sfx | Jesusaves | 1 | -2/+2 |
2020-12-26 | Italicize the job | Jesusaves | 1 | -1/+1 |
2020-12-26 | In theory, this displays unit job on inventory screen and corrects HP/ATK vals. | Jesusaves | 3 | -41/+26 |
2020-12-26 | Add elemental information to the unit squares. | Jesusaves | 8 | -2/+10 |
2020-12-25 | Add tavern image to built-in to speed up tavern loading time. | Jesusaves | 2 | -0/+1 |
2020-12-25 | Only raise an exception in debug mode, otherwise, keep trying foolishly. | Jesusaves | 1 | -1/+2 |
2020-12-25 | Fork code, replace some ifs with showifs in screen, add dummy structures. | Jesusaves | 6 | -219/+250 |
2020-12-25 | Optmize a bit the python tidbits from battle screen: | Jesusaves | 3 | -44/+43 |
2020-12-24 | Change battle logic to make it a bit more seamless to user. | Jesusaves | 3 | -6/+16 |
2020-12-24 | Use a bloated code to call battle screen, which is safer against race condition. | Jesusaves | 1 | -1/+9 |
2020-12-24 | A showif should be more reliable in the HUD | Jesusaves | 1 | -1/+1 |
2020-12-24 | Error handling: Ignore errors in victory screen | Jesusaves | 1 | -2/+7 |
2020-12-24 | Preparatives so eventually, we may have different battle musics depending on ... | Jesusaves | 3 | -5/+11 |
2020-12-24 | make sure old server code is not included by accident on builds | Jesusaves | 1 | -0/+1 |
2020-12-24 | Better attribution | Jesusaves | 1 | -2/+2 |
2020-12-24 | Get rid of troublesome unused assets | Jesusaves | 4 | -3/+3 |
2020-12-24 | Add battle2.webp to builtin to prevent needless download | Jesusaves | 2 | -0/+1 |
2020-12-24 | Register SFX assets as well | Jesusaves | 1 | -4/+19 |
2020-12-24 | world has an extra SFX tag | Jesusaves | 1 | -0/+2 |
2020-12-24 | Add a warning because I must package the pre alpha demo | Jesusaves | 1 | -0/+4 |
2020-12-24 | This should cover, story-wise, the majority of the first part of prologue. | Jesusaves | 1 | -4/+24 |
2020-12-24 | Part II of the initial prologue done remaking. | Jesusaves | 6 | -47/+40 |
2020-12-24 | Rewrite the first part of the first prologue | Jesusaves | 9 | -22/+37 |
2020-12-24 | Close the game immediately when requested, without prompts. | Jesusaves | 1 | -1/+1 |
2020-12-24 | It is better if the frame does not touch the bottom. | Jesusaves | 1 | -2/+2 |
2020-12-24 | Change unit info display so it is easier to view the image =D | Jesusaves | 2 | -3/+9 |
2020-12-24 | Remove annoying animation | Jesusaves | 1 | -1/+1 |
2020-12-24 | Fix bugs on Card Composite | Jesusaves | 1 | -3/+11 |
2020-12-24 | We might want time function for this one... | Jesusaves | 1 | -2/+2 |
2020-12-24 | Postpone automatic retry in 1 second when it hangs downloading invalid files | Jesusaves | 2 | -4/+15 |
2020-12-23 | Add support for special summoning event taverns | Jesusaves | 3 | -4/+6 |