Pages: [1] 2 3 4 5 6 7 |
1. Copyright question - in EVE Technology Lab [original thread]
Currently, you can publish apps for free provided that credit CCP with ownership of Eve. Sometime later this month CCP is expected to announce conditions for charging a fee for Eve related apps. Dev Blog 1 & 2 .
- by Matalino - at 2011.08.05 20:31:00
|
2. What would you expect to get for $99? - in EVE Technology Lab [original thread]
I would expect to be able to sell a product that is based on Eve and keep any profit in excess of the $99 fee for myself. If I am not selling my product, then I would be using the fee non-commercial 3rd party developer license.
- by Matalino - at 2011.06.17 17:50:00
|
3. Convert locationID, moonID etc - in EVE Technology Lab [original thread]
Edited by: Matalino on 09/03/2011 17:16:34 Originally by: Lorcaine So I need to download the tables for MSSQL server? That would be the easiest way. Of course, once you have downloaded the database you can export that data you use in...
- by Matalino - at 2011.03.09 17:16:00
|
4. Request: A more secure IGB - in EVE Technology Lab [original thread]
Originally by: Catari Taga I think what you really wanted to ask for is persistent cookies... ...or the option to remember regular website passwords.
- by Matalino - at 2011.02.16 17:16:00
|
5. AU to KM converter - in EVE Technology Lab [original thread]
Originally by: Bai Winlock Thats pretty much the attitude I was expecting.. Your bashing my first program because you have simpler soultion.. fine.. but keep it to your self. I made this to learn C# not get bashed and told it's potentialy ...
- by Matalino - at 2011.02.08 17:23:00
|
6. AU to KM converter - in EVE Technology Lab [original thread]
Edited by: Matalino on 08/02/2011 16:07:41 I doubt that your program is needed when (au / 150,000,000) or (km * 150,000,000) in any calculator gives you pretty much the same result.
- by Matalino - at 2011.02.08 16:03:00
|
7. SQL View for Weapons - in EVE Technology Lab [original thread]
I included attribute 160 (Signature Radius) in the original query because it indicated the weapon size: Small = 40, Medium = 125, Large = 400, XLarge = 1000. You can lookup the type of ammon used with attributes 604, 605, 606, 609, and 610. Cross...
- by Matalino - at 2011.02.07 16:06:00
|
8. SQL View for Weapons - in EVE Technology Lab [original thread]
The attribute names that you are looking for are stored in the dgmAttributeType table. The values of these attributes are stored in the dgmTypeAttributes table. You can then join these tables with the invTypes table and filter for the results that...
- by Matalino - at 2011.02.04 20:05:00
|
9. MS SQL DB Dump: Quick question. - in EVE Technology Lab [original thread]
Originally by: Artenac You mean none of the tables contain any data on cosmic signatures? Correct! The data dump contains static data. Cosmic signatures are dynamic.
- by Matalino - at 2010.12.09 15:05:00
|
10. check whether api key is limited or full - in EVE Technology Lab [original thread]
Originally by: Ghorth Well I do hope they'll integrate it in their next update :) Why bother making an API specificly designed to test if the key is a full key when Account Status also fills that role?
- by Matalino - at 2010.12.07 17:44:00
|
11. will length of keys change? - in EVE Technology Lab [original thread]
Originally by: Serious Masta the api key itself will not change in length and the user/character id is a numerical value (up to int.max) and can vary in length. After recent changes we might see user/character id's that exceed int.max....
- by Matalino - at 2010.12.07 17:39:00
|
12. Market Transactions backlog - in EVE Technology Lab [original thread]
You could try adding "&beforeRefID= X " to the URL for the CSV file, where X is the lowest RefID you have in the previous page of the CSV. You can then work back until you have one week of data.
- by Matalino - at 2010.12.01 23:12:00
|
13. 'Local' Certificates - in EVE Technology Lab [original thread]
Edited by: Matalino on 10/11/2010 21:19:38 If you want to introduce your own IDs into your database, I would suggest using negitive numbers. Currently, Eve does not use negitive IDs for anything, so you would be safe to assign them however yo...
- by Matalino - at 2010.11.10 21:19:00
|
14. EVEMon devs say "not our fault", blames bug on EVE API - in EVE Technology Lab [original thread]
Edited by: Matalino on 05/11/2010 22:19:49 Have you looked at the API data to see what it shows? Also, have you logged on since completing the skill? Unless they have changed it recently, skills do not show on the character sheet until aft...
- by Matalino - at 2010.11.05 22:17:00
|
15. Possible to determine the difference between a char/corp/alliance id? - in EVE Technology Lab [original thread]
Edited by: Matalino on 21/10/2010 18:18:12 Originally by: Mella Elcus But is there a simpler (fewer or none api calls) way to do this? Nope. That's pretty much it. However, with the new API's being introduced with Incursion, you wil...
- by Matalino - at 2010.10.21 18:16:00
|
16. Upcoming changes to the API Best Use Practices - in EVE Technology Lab [original thread]
Can we please have a confirmation on best practices interpting the API Error codes? For error code 200, the supplied Api Key is a limited API Key and no further attempt should be made to use that key for Api's that require a full API Key, as that...
- by Matalino - at 2010.08.20 15:12:00
|
17. Application licensing and CCP copyrighted material - in EVE Technology Lab [original thread]
Originally by: Nikitenko Your notion about real world stuff and non-obligatory payment is interesting, please elaborate. For example, is it possible to create free & paid versions of application, exactly identical in functionality, so that...
- by Matalino - at 2010.07.13 16:44:00
|
18. Question from API: Unicode or ISO? Length? - in EVE Technology Lab [original thread]
Originally by: Krathos Morpheus What I meant was that when I want to show the transactions I would need to retrieve the name of every station and search for them from the stationID instead of having those names directly related in the data...
- by Matalino - at 2010.06.08 14:25:00
|
19. Anything outward facing? - in EVE Technology Lab [original thread]
Edited by: Matalino on 28/04/2010 12:50:45 If you are trying to get the client to do anything while you are AFK you will need to run that by CCP for approval (and expect the answer to be "No!") Best bet is to make a simple IGB search engine i...
- by Matalino - at 2010.04.28 12:50:00
|
20. API to access All Market Data - in EVE Technology Lab [original thread]
You can access the market data after you open the client and press the "Export to file" button at the bottom of the market window. You must repeat this for each item and region for which you want data. This will save the current market data to a l...
- by Matalino - at 2010.04.09 16:46:00
|
Pages: [1] 2 3 4 5 6 7 |
First page | Previous page | Next page | Last page |