CriusDev icon indicating copy to clipboard operation
CriusDev copied to clipboard

General code work for EVE Online release Crius

Results 2 CriusDev issues
Sort by recently updated
recently updated
newest added

The call in getVolumes in gdoc_scripts.js for fetching crest data is broken. In line 919 (market_obj = __fetchCrest_market(item_id,region_id);) it should be first region_id and then item_id, because otherwise the Crest...

Would be good to create a timestamp to each record to record data freshness. As for example systemcostindex is only cached hourly, to the hour is sufficient. Along lines of:...