| Pages: [1] 2 |
1. Combat Log via API? - in EVE Technology Lab [original thread]
Originally by: MrRx7 if you mean damage logs/general logs, then no api does not do that. There is no library for reading "...\Documents\EVE\logs\Gamelogs" atm. It should not be difficult to do. Most messages there have a predictable fo...
- by Ausser - at 2008.06.07 16:23:00
|
2. api problems - in EVE Technology Lab [original thread]
The request code looks ok. I would just add a try/finally to close alle streams/readers/response in the finally block. response.StatusCode = Net.HttpStatusCode.OK check is missing too. This should not be a problem. Another Approach You mention...
- by Ausser - at 2008.06.07 15:25:00
|
3. api problems - in EVE Technology Lab [original thread]
Another source of the problem could hide arround the POST/GET code. The api generates the timestamps on the fly while constructing the xml and streaming it to the caller. So currentTime gets generated first. There may be some time untill all reco...
- by Ausser - at 2008.06.07 13:02:00
|
4. api problems - in EVE Technology Lab [original thread]
I'm using a simpler calculation, but it works. My code is: "Dim cacheReady = cachedUntill < My.Computer.Clock.GmtTime". My cache management looks like this: There is a serverCacheState table, with columns for cachedUntil , serviceID and...
- by Ausser - at 2008.06.07 12:35:00
|
5. EVELogserverTools - .NET library for processing .lbw files - in EVE Technology Lab [original thread]
The download is now avaiable from: http://www.frozen-corpse.net/downloads/index.htm
- by Ausser - at 2008.06.06 14:06:00
|
6. EVELogserverTools - .NET library for processing .lbw files - in EVE Technology Lab [original thread]
Originally by: Chribba <support@eve-files.com> Hi, The file was removed, and upon removal it was also blocked hence why you can't upload it again. It was removed as I am not sure I am willing to support tools that read the LogServe...
- by Ausser - at 2008.06.03 20:51:00
|
7. EVELogserverTools - .NET library for processing .lbw files - in EVE Technology Lab [original thread]
Originally by: CCP Lingorm Before doing to much work on this I suggest you test it against the Empyrean Age builds on Sisi. We have made some changes about how EVE and log Server interact and the level of messaging. As Empyrean Age is ab...
- by Ausser - at 2008.06.03 18:08:00
|
8. POS Details API Question - in EVE Technology Lab [original thread]
POS Scanner News The first preliminary release of a logserver tool library is out. Please read here for more details: http://myeve.eve-online.com/ingameboard.asp?a=topic&threadID=787504 The next step will be to implement the missing feature...
- by Ausser - at 2008.06.03 02:19:00
|
9. EVELogserverTools - .NET library for processing .lbw files - in EVE Technology Lab [original thread]
Applications for logserver output There are applications where reading the output of the logserver can be usefull. One example is to build a tool which captures onboard scanner results. If you scan while you are near your pos, you get a list o...
- by Ausser - at 2008.06.03 02:10:00
|
10. API Bug - Unable to get corp sheet for executor corp of an alliance - in EVE Technology Lab [original thread]
Thanks to Immersive for the hint. I've missed your answer here. For reference, the other thread about itemID lookup is here . So we can look up any item names whenever we need them. It is strange to see executor corps not to be members of th...
- by Ausser - at 2008.05.30 21:57:00
|
11. Have station ID but no Station name ?!? - in EVE Technology Lab [original thread]
Originally by: Immersive NPC Stations: EVE-Dev: ID to Name Conversion Player Owned Stations (POS): EVE-Dev: Starbase List (Unfortunately, it seems as though you cannot retrieve the POS name directly, but you may be able to resolve it ...
- by Ausser - at 2008.05.30 14:16:00
|
12. API Raw XML Grabber - in EVE Technology Lab [original thread]
Nice debugging tool for api beginners. Good work. The simple tools are the best ones. Are there any xml schema definitions for api content out there on the web? I've used the api data without xsd all the time - but it would be nice to have them...
- by Ausser - at 2008.05.30 14:09:00
|
13. POS Details API Question - in EVE Technology Lab [original thread]
Posting ideas for a tool is one thing, another is to wait till someone moves and implements it. I dont need the pos data by myself, but i think there are many ppl who would be happy about. So i move my botty for you and start writing a pos invento...
- by Ausser - at 2008.05.30 13:56:00
|
14. Corp killlog, beforekillid parameter - in EVE Technology Lab [original thread]
Edited by: Ausser on 30/05/2008 13:03:37 Originally by: Bloemkoolsaus Tnx, though maybe my question was not clear enough.. I understand the faulty killmail, however when i try to pass the beforeKillId parameter i get <error code="1...
- by Ausser - at 2008.05.30 13:01:00
|
15. POS Details API Question - in EVE Technology Lab [original thread]
There is no simple way to do this for cpu/power related fuel. For fuel marked 'Online' you can look up fuel consumption per hour in invControlTowerResources for your tower type. Best practice of fuel calculation Best practice to calculate fue...
- by Ausser - at 2008.05.28 21:45:00
|
16. ID Number Allocation Scheme & Entity Class Architecture - in EVE Technology Lab [original thread]
While digging in the database dumps, i came across the following record in invFlags: flagID=1 flagName='Wallet' So a wallet seems to be some kind of 'Sub-Location' of another item (char/corp)? I'm verry curious to see what you will find out abo...
- by Ausser - at 2008.05.28 13:50:00
|
17. ID Number Allocation Scheme & Entity Class Architecture - in EVE Technology Lab [original thread]
My wallet question is related to accountID returned from the API calls /char/AccountBalance.xml.aspx and /corp/AccountBalance.xml.asp. If accountID is unique without collisions between char/corp wallet accounts, then it is verry usefull. My curr...
- by Ausser - at 2008.05.27 11:47:00
|
18. ID Number Allocation Scheme & Entity Class Architecture - in EVE Technology Lab [original thread]
Lingorm, thanks you for fast response and clarification. Wallet Accounts Are wallet accounts (from AccountBalance, referenced by accountID) items too? Is accountID fixed so it will never walk arround or become recycled? I suppose there are ...
- by Ausser - at 2008.05.26 13:47:00
|
19. ID Number Allocation Scheme & Entity Class Architecture - in EVE Technology Lab [original thread]
The following questions popped up while working on the database design for a new tool: a) Can corporationID and characterID be merged into one column without the risk of collisions? b) Can allianceID collide with them? c) How are these related to...
- by Ausser - at 2008.05.26 11:14:00
|
20. ID Number Allocation Scheme & Entity Class Architecture - in EVE Technology Lab [original thread]
The following questions popped up while working on the database design for a new tool: a) Can corporationID and characterID be merged into one column without the risk of collisions? b) Can allianceID collide with them? c) How are these related to...
- by Ausser - at 2008.05.26 11:14:00
|
| Pages: [1] 2 |
| First page | Previous page | Next page | Last page |