summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-21Remove some useless commentsJesusaves1-12/+0
2020-12-21For mobile, "Logout" does not makes much sense?Jesusaves1-1/+1
2020-12-21Add again the IRC Module, but have it shut down by default.Jesusaves2-3/+232
Disable PUB by default as well.
2020-12-21Move HP bar to the absolute bottom, looks better this way.Jesusaves1-16/+24
Could use a text display, discriminer, new colors, etc. but meeh Next to work on, is the sphere.
2020-12-21Downscale the spheres from 80x80 to 60x60Jesusaves7-0/+0
They are smaller again, but overlaps were avoided.
2020-12-21Fix "neutral" element orb to be a real white orb, not just a negativeJesusaves2-0/+0
2020-12-21actionarea height went from 30px to 48px, so correct scripts to reflect this.Jesusaves1-7/+7
2020-12-21Hopefully the last edit I'm doing on elemental orbs.Jesusaves3-2/+1
...Well, I'll still need to change the render order and cards frames but meeh.
2020-12-21Continue remaking the battle interface.Jesusaves5-57/+70
We no longer have "4 or 5 units", now we always have only have 4 units.
2020-12-21Start remaking the combat GUIJesusaves5-1/+1
2020-12-21Hopefully this will not explode...Jesusaves2-1/+3
We DO need to restart interaction to update the AP bar.
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
Add support for APREFRESH signal from server.
2020-12-21Remove the self calculation of AP timing, and have server handle it.Jesusaves3-48/+14
It no longer auto refreshes, though, as the timer was removed. Beware!
2020-12-20Remove unused sphere. Resize empty sphere to be adherent to conventions.Jesusaves3-4/+3
Updates Attribution.
2020-12-20Resize spheres from 40x40 to 80x80Jesusaves7-0/+0
2020-12-20Reintroduce support for remotely downloaded audio files...Jesusaves2-3/+26
...By overriding the default music file loader >.>
2020-12-20Actually, remove the whole development menu.Jesusaves1-19/+0
It is no longer needed, I hope.
2020-12-20Remove a couple development optionsJesusaves2-5/+1
2020-12-20Update client for laterâ„¢ patch for multiple worlds.Jesusaves2-4/+5
But for time begin, only "Main" world is supported.
2020-12-20Almost forgot to send the world data as wellJesusaves3-6/+5
2020-12-20Prepare for support for multiple worlds.Jesusaves1-1/+1
For now, only the world "Main" is supported.
2020-12-19It will only work if set to auto-resize, or if I somehow pass xalign 1.0 toJesusaves1-0/+0
the GP/CR bar using the frame as boundary >_< Add transparency. Shabby, but much better than before
2020-12-19Resize the HUD window.Jesusaves1-0/+0
Still not perfect, but much better.
2020-12-19Initial prototype redraw of the HUDJesusaves4-6/+22
Still missing EXP bar. Needs more width. Needs less height.
2020-12-19Correct dialog chara alignment so they are always above the textwindow.Jesusaves3-23/+54
Mobile does not have hide window, and this compensates a bit their obvious lack of height (which only a full body could compensate)
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
TODO: Add support for exp table
2020-12-19Add support to HTTP requests.Jesusaves2-1/+8
Python2.7 for Android is... not very good for HTTPS requests, that's all =/
2020-12-19Update certifi to the last version with Python2.7 supportJesusaves3-0/+45
We're now using Certifi 2020.4.5.1
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
must be made always true
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-18PYO should not be addedJesusaves1-0/+1
2020-12-18Make easier to hide the placeholder spinner in case of error, by assigning a tagJesusaves1-0/+3
to it if not provided
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