summaryrefslogtreecommitdiff
path: root/game/03_init.rpy
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Clean up the code from previous commit. For short, allunits was not initialized.Jesusaves1-10/+4
2022-08-06Fix a bug with async_loaderJesusaves1-2/+8
2022-08-06Highlight broken rarity so it is easier to spot (Game only supports rarity up...Jesusaves1-2/+4
2022-07-28Fix a Python3 bug on dl_searchJesusaves1-1/+1
2022-07-28Add bare support to RenPy 8Jesusaves1-3/+3
2022-01-02Add an internal control for non-info packets send which could be repeatedJesusaves1-6/+9
2021-08-07Prepare for Ren'Py 7.4.8 and also replace the Android splash and iconsJesusaves1-0/+1
2021-08-07Protocol upgradeJesusaves1-3/+4
2021-08-05Bring IRC Bot back to life. If anyone still cares with it, that is!Jesusaves1-0/+3
2021-08-04...Just in case.Jesusaves1-1/+5
2020-12-31Music needs some EQ'ing (some are too low in volume)Jesusaves1-2/+2
2020-12-31Possibly the only soundtrack in OGG because MP3 version was heavier:Jesusaves1-2/+1
2020-12-26Some optimizations to be more Python3 compliant (for when Renpy 8 comes out)Jesusaves1-5/+5
2020-12-26Fix bug in get_sfxJesusaves1-2/+2
2020-12-26Add elemental information to the unit squares.Jesusaves1-2/+4
2020-12-24Preparatives so eventually, we may have different battle musics depending on ...Jesusaves1-3/+3
2020-12-24Register SFX assets as wellJesusaves1-4/+19
2020-12-24Fix bugs on Card CompositeJesusaves1-3/+11
2020-12-24We might want time function for this one...Jesusaves1-2/+2
2020-12-24Postpone automatic retry in 1 second when it hangs downloading invalid filesJesusaves1-1/+2
2020-12-23Optimize the codeJesusaves1-0/+11
2020-12-23Rudimentary support for square images being fetch from remote server.Jesusaves1-3/+32
2020-12-23Fix a bug in persistent.allfilesJesusaves1-4/+21
2020-12-22Allow the banners to be downloaded, but they're still not shownJesusaves1-1/+1
2020-12-21If download is aborted, unset tr_loadingJesusaves1-0/+1
2020-12-20Reintroduce support for remotely downloaded audio files...Jesusaves1-3/+5
2020-12-20Almost forgot to send the world data as wellJesusaves1-3/+3
2020-12-19Add support to HTTP requests.Jesusaves1-1/+1
2020-12-18As we now are saving all assets to save dir regardless of OS, some checksJesusaves1-3/+3
2020-12-18Allow insecure certificates to be used, and create new path.Jesusaves1-1/+1
2020-12-18Make easier to hide the placeholder spinner in case of error, by assigning a tagJesusaves1-0/+3
2020-12-18Smoother error handlingJesusaves1-1/+8
2020-12-17Replace websocket-client with ws4pyJesusaves1-1/+1
2020-12-16Do not declare ws at init phaseJesusaves1-2/+0
2020-12-16Split defs.rpy in five filesJesusaves1-0/+313