summaryrefslogtreecommitdiff
path: root/game/battle.rpy
AgeCommit message (Expand)AuthorFilesLines
2021-08-07Protocol upgradeJesusaves1-1/+1
2021-08-04Next gen battle action logger (incomplete)Jesusaves1-34/+56
2020-12-31Add support for custom battle backgroundsJesusaves1-1/+1
2020-12-29Disable screen prediction entirely.Jesusaves1-1/+1
2020-12-29Clean up BATTLE once battle is over (hopefully to avoid accidental bugs)Jesusaves1-1/+5
2020-12-26Update experience headers in clientJesusaves1-0/+2
2020-12-26Just wanted to remember that there is NO WAY to know if this will run in Py3Jesusaves1-1/+1
2020-12-26Some optimizations to be more Python3 compliant (for when Renpy 8 comes out)Jesusaves1-1/+2
2020-12-25Only raise an exception in debug mode, otherwise, keep trying foolishly.Jesusaves1-1/+2
2020-12-25Fork code, replace some ifs with showifs in screen, add dummy structures.Jesusaves1-4/+9
2020-12-25Optmize a bit the python tidbits from battle screen:Jesusaves1-0/+42
2020-12-24Change battle logic to make it a bit more seamless to user.Jesusaves1-2/+10
2020-12-24Use a bloated code to call battle screen, which is safer against race condition.Jesusaves1-1/+9
2020-12-24Error handling: Ignore errors in victory screenJesusaves1-2/+7
2020-12-24Preparatives so eventually, we may have different battle musics depending on ...Jesusaves1-0/+1
2020-12-22WebP merges togheter the best of PNG and JPG,Jesusaves1-1/+1
2020-12-21update_ap now uses the websocket stream, so it no longer needs a value.Jesusaves1-1/+1
2020-12-20Update client for laterâ„¢ patch for multiple worlds.Jesusaves1-1/+2
2020-12-19Correct dialog chara alignment so they are always above the textwindow.Jesusaves1-3/+3
2020-12-18Split combat.rpy in three files, move python+screen code away from the label.Jesusaves1-0/+210