Máximo Castañeda

Results 51 comments of Máximo Castañeda

It may be doable without patching the server, by extracting the player name from the string and looking for the info in the client. Probably even the other request (to...

Thank you. It all comes in the same server message, and yes, whatever we do with the player in the terrain info, will do with the player in the unit...

Don't be overwhelmed by the quantity. Just take a stab at an area you feel confident with or of which you want to know more. No need to solve them...

I don't know how difficult it may be, but it would be nice to have instances of a renderer. Currently map updates are stopped when a city dialog is open...

I don't get it. The error is supposedly thrown because $ is not defined in the global scope. How does a call to that same undefined function solve it? But...

I'm leaning more and more to a problem with loading https://code.jquery.com/jquery-3.1.1.min.js, be it timeouts, server overload, whatever. For the game part a self hosted jquery is used, why not in...

No. Still showing up, not only from header and index, but also from webclient. :man_shrugging:

Got a reproducer. 1. Investigate a city 2. One of the units of that city is removed 3. Conquer city I used diplomats and revolts, but I guess conquering by...

That's the raw code for local testing. The "production" host would serve webclient.min.js: https://github.com/freeciv/freeciv-web/commit/a9cc731a561cd8f44c32bc319b4c2b14fa51e53b#diff-8d3042c0d730641af06832fd05e11539, that is transpiled. I'm keeping this open with the more general issue of sending modern JS...

The second one looks like a syntax problem perfect for someone new to the project.