Yes, double-post
deal with it
Build-queue tracker thing done... ish...
http://www.mediafire.com/file/wj6rqn6sne4lbaq/LacunaExpanse_DevMinTracker.jarIt kinda sucks at the moment, primarily because it doesn't update the timers until you click refresh (which pulls info from the server again, which it shouldn't have to do just to redraw the timers).
Thinking about putting it up on Github, if nothing else it'll be easier to distribute from there.
EDIT: D'oh, forgot instructions:
- create "login.txt" in the same folder as the JAR (if you run the JAR it will create it for you)
- edit login.txt: empire name on the first line; password on the second
- run the JAR, it'll might take a couple seconds to load, especially on a slow computer/connection
- drop-down list has planet names and the levels of the Development Ministries on them
select one to display the build queue for that planet - main list shows building, level it's being upgraded to, and time remaining (as of last refresh)
- click the refresh button to reload all data from the server and update the timers, try not to do this too often
(i'll fix the timers in the next update, hopefully soon) - the program creates "sessionID.txt" in the same folder as itself to keep track of some data. it can be safely deleted, and should be if the program seems to crash
Pros: I've got a good framework underneath now, tracking more info should be fairly simple.
Cons: IU is ugly as hell, and only half works as intended