summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-23Be less verboseJesusaves1-3/+3
2020-12-23Rudimentary support for square images being fetch from remote server.Jesusaves4-9/+42
2020-12-23Fix a bug in persistent.allfilesJesusaves1-4/+21
Register squared units
2020-12-23Remove shady square pictures - Where do they come from, again?Jesusaves88-0/+0
2020-12-23Increase timeout time.Jesusaves2-1/+5
2020-12-23Better display for inactive taverns.Jesusaves1-2/+4
2020-12-23A better layout for the tavernJesusaves1-16/+16
2020-12-23Replace some files with their WebP version (to save disk space)Jesusaves6-0/+0
2020-12-23Add a few missing attributionsJesusaves1-4/+4
2020-12-23msgbox() may now autoclose itself.Jesusaves2-2/+6
Currently, only tavern will use this autoclosing feature after 6 seconds.
2020-12-22Replace main unit with one by David RevoyJesusaves2-1/+1
2020-12-22WebP merges togheter the best of PNG and JPG,Jesusaves4-9/+9
so we no longer need to keep passing extension for stuff.
2020-12-22Allow the banners to be downloaded, but they're still not shownJesusaves2-3/+13
2020-12-22Now the tavern works.Jesusaves1-7/+1
2020-12-22Initial tavern redesign (not fully operational yet)Jesusaves9-2/+233
2020-12-21I really don't know if we should keep Jewel Savior's stuff or not.Jesusaves1-1/+1
2020-12-21Update the About disclaimer.Jesusaves1-3/+5
2020-12-21Redesign the splash screenJesusaves4-15/+23
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
But now it looks ugly.
2020-12-21If download is aborted, unset tr_loadingJesusaves1-0/+1
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.