These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
123Next pageLast page
 

Evemeep updated

Author
Grimdahl
Aliastra
Gallente Federation
#1 - 2013-01-07 22:07:25 UTC  |  Edited by: Grimdahl
Mosaic DB

contains:

  • Mosaic DB 1.2.112318


Evemeep Crius update missing features:

  • invention plugin -- full update needed
  • ...


current version is Evemeep V3 1.1.0.6 (3.1.3.7) - Note: thats a new Evemeep.exe 1.1.0.6 and EveMeep3Main.dll 3.1.3.7
The offical place to download installer is here: https://sourceforge.net/projects/evemeep/

Please verify if your Evemeep refers to the correct CREST address.
The button 'reset' within the 'Current Profile Details/internet preferences' page sets the correct address.


Help me fixing bugs - report bugs, suggestions,... via mail to grimdahl@users.sourceforge.net
or use the ingame maillist "evemeep" or just contact me directly in Eve.

changes for release 3.1.3.7:

  • Rhea DB 1.0.109013
  • reprocessing plugin -- first release after Crius changes
  • journal data -> XML file replaced by sqlite db



  • Oceanus DB 1.0.105658
  • displays 'finished by' entry in industry view
  • renamed 'Unknown' to 'job install costs' in journal
  • added BP name within copy job costs in journal


changes for release 3.1.3.5:

  • blueprint API added - all blueprint numbers (runs/ME/PE) are downloaded once a day
  • production plugin shows isk/hour ratio


changes for release 3.1.3.4:

  • material count for multiple production runs of base material with count 1 corrected
  • transaction plugin: sorting added
  • issue with phantom blueprints due to wrong id handling from jobs fixed (probably needs some further update)
  • added manual reset possibility of API caching time (to force an API update)
  • added '???' as POS state in case of asset updates caused loss of POS data


changes for release 3.1.3.3:

  • T2 production material numbers fixed
  • 'show BP asset' link from production works again
  • industryJobs filtering corrected
  • removed API trace output of industry download


changes for release 3.1.3.2:

  • Crius db 2.6.100370 - (new static data table needed -- based upon 1.6.100370)
  • Production calulator updated -- added team values input for cost calculation / production time calculation added
  • industryJobsHistory data added
  • industry job handling corrected/updated to crius structure


changes for release 3.1.3.1:

  • Crius db 1.6.100370 - (thanks go to Steve Ronuken)
  • wallet journal export to csv file
  • Updater bugfix/ corrected production plugin version which caused endless update
  • API uses Test CREST address fixed


changes for release 3.1.3.0:
This is the first Crius release.
It contains:

  • Crius db 1.0.100038 - (thanks go to Steve Ronuken)
  • industry jobs handling is partly updated -- new job status,... need to be verified
  • blueprint efficiency plugin updated -- for new ME values and resource calculation scheme
  • invention plugin - partly updated --- numbers are not verified yet
  • production plugin - partly updated
  • - T1/T2 resources seem to be OK Job costs
    - JobCosts have a small deviation against EVE client UI numbers
  • Blueprint handling -- ME/TE editing updated
Vaerah Vahrokha
Vahrokh Consulting
#2 - 2013-01-09 00:50:51 UTC
Grimdahl wrote:
Well,
it took some time, but thanks to the sqlite conversion of he latest staticDB done by Steve Ronuken
evemeep now is also up to date.

current version is Evemeep V3.1.1.11
The offical place to download installer is here: https://sourceforge.net/projects/evemeep/

Help me fixing bugs - report bugs, suggestions,... via mail to grimdahl@users.sourceforge.net
or use the ingame maillist "evemeep"

changes for release 3.1.1.11:

  • Retribution 1.0.7 463858 DB
  • Journal/Transactions list view update, search and filter functionality
  • showing in/out value of filtered items (and yes -- you could export the data to excel and do the same there :-)


I am really, really pleased to see you are still supporting that awesome program!
Aphelion Thunderclap
Caldari Provisions
Caldari State
#3 - 2013-01-10 12:12:56 UTC
same here great program glad to have a update
Grimdahl
Aliastra
Gallente Federation
#4 - 2013-01-24 18:09:12 UTC
Updated Core component to avoid the server error on Eve-Central when fetching prices.
Use Core 1.1.1.8
Grimdahl
Aliastra
Gallente Federation
#5 - 2013-02-22 14:04:36 UTC
Evmeep updated -- latest retribution DB
Aphelion Thunderclap
Caldari Provisions
Caldari State
#6 - 2013-02-22 22:42:43 UTC
yay
T3abag
Cutting Edge Incorporated
#7 - 2013-03-03 20:04:48 UTC  |  Edited by: T3abag
Grimdahl, did you change the way the updater works now? There's no "button" for "Check Updates" on the menu any longer...
Grimdahl
Aliastra
Gallente Federation
#8 - 2013-03-08 11:48:06 UTC
T3abag wrote:
Grimdahl, did you change the way the updater works now? There's no "button" for "Check Updates" on the menu any longer...


Yes I did.
Now it checks on each startup if there is an update available.
If there is something a new menu item will appear ("start updater").

-> No need to manually check for updates anymore.

Also changed;
You cannot select single items for update (usually an update affected multiple components anyway and mixing them caused errors).

I am still not happy with the updater (lots of update issues- most of them are related to Vista/W7 access control)
so you may expect changes/corrections --- and
if you have any issues -- let me know -- so I can find a way to get it working
T3abag
Cutting Edge Incorporated
#9 - 2013-03-10 22:46:54 UTC  |  Edited by: T3abag
Grimdahl wrote:
T3abag wrote:
Grimdahl, did you change the way the updater works now? There's no "button" for "Check Updates" on the menu any longer...


Yes I did.
Now it checks on each startup if there is an update available.
If there is something a new menu item will appear ("start updater").

-> No need to manually check for updates anymore.

Also changed;
You cannot select single items for update (usually an update affected multiple components anyway and mixing them caused errors).

I am still not happy with the updater (lots of update issues- most of them are related to Vista/W7 access control)
so you may expect changes/corrections --- and
if you have any issues -- let me know -- so I can find a way to get it working

Here's how I would do it (I architect/code software for a living).

A "check update" process can run without being elevated, so do that on startup or via a button or whatever. You can easily just do that from inside EveMeep. If you find an update, then prompt the user that you need to close EveMeep, and then close it for them and run the updater. Tons of ways to do this of course, but the easiest is to simply launch the process that actually does your updates and then shut down your app. Let the updater wait until the main program has shut down (it's easy to code it to look for EveMeep in the open window list by title). Then run the update elevated, have it pop up a UI showing progress, etc. Once the update's complete, re-launch EveMeep. Pretty sure this is the technique EveHQ uses (and same with EveMon, and tbh, most apps that update themselves).

One of the things you have issues with is that you're writing stuff into C:\Program Files (x86). Don't ever do that. Always write to AppData or My Documents. C:\Program Files (x86) must be read only on Vista/7/2008. For you, this means things like your profiles. Any static stuff (like the Eve database) can live in program files, but user data should not.
Grimdahl
Aliastra
Gallente Federation
#10 - 2013-03-11 17:51:12 UTC
T3abag wrote:

Here's how I would do it (I architect/code software for a living).

A "check update" process can run without being elevated, so do that on startup or via a button or whatever. You can easily just do that from inside EveMeep. If you find an update, then prompt the user that you need to close EveMeep, and then close it for them and run the updater. Tons of ways to do this of course, but the easiest is to simply launch the process that actually does your updates and then shut down your app. Let the updater wait until the main program has shut down (it's easy to code it to look for EveMeep in the open window list by title). Then run the update elevated, have it pop up a UI showing progress, etc. Once the update's complete, re-launch EveMeep. Pretty sure this is the technique EveHQ uses (and same with EveMon, and tbh, most apps that update themselves).

One of the things you have issues with is that you're writing stuff into C:\Program Files (x86). Don't ever do that. Always write to AppData or My Documents. C:\Program Files (x86) must be read only on Vista/7/2008. For you, this means things like your profiles. Any static stuff (like the Eve database) can live in program files, but user data should not.


Thanks for the info -- you describe exactly the current behaviour and how I wanted to make the old XP code working (there is still Salvis inside :-)
The reason for being unhappy with the current state is because there is still lots of old code/unneeded functionality
(eg. Evmeep can simply be xcopy-installed --- no need to use the crappy Windows installer) - so expect changes (right after I finished my basic PI calc plugin)
Grimdahl
Aliastra
Gallente Federation
#11 - 2013-04-26 17:24:15 UTC  |  Edited by: Grimdahl
Evemeep V3.1.1.14 is out

check first post for details
Horman Sheridan
ManInSpace Corp.
#12 - 2013-04-30 20:07:45 UTC
Hi Grimdahl,
I have problems with the PI-Tool!
When trying to use select a PI-Product using the pulldown in the top left corner, nothing happens. No window opens!

Cry
Grimdahl
Aliastra
Gallente Federation
#13 - 2013-05-03 06:37:38 UTC
Horman Sheridan wrote:
Hi Grimdahl,
I have problems with the PI-Tool!
When trying to use select a PI-Product using the pulldown in the top left corner, nothing happens. No window opens!

Cry


Thanks -- I guess I found and corrected the issue (if loading DB was too slow --- PI data were not available at plugin loading time).

Please update (PI 0.0.0.2).
Grimdahl
Aliastra
Gallente Federation
#14 - 2013-05-03 07:07:38 UTC
updated to V3.1.1.15 - as popup might lock Evemeep startup
Dash'nar
University of Caille
Gallente Federation
#15 - 2013-05-23 17:27:47 UTC
Hello thank you so much for keeping eve meep going I love the industry tab to track when things are ending for jobs. I see you have pos state!! I'm excited to use this but when I open it using a CEO api that shows fuel levels and stuff in assets the pos state comes up blank? Nothing in it and I don't see way to add my pos's. Is there something I'm doing wrong?

Thanks!
Grimdahl
Aliastra
Gallente Federation
#16 - 2013-05-29 13:39:24 UTC
Dash'nar wrote:
Hello thank you so much for keeping eve meep going I love the industry tab to track when things are ending for jobs. I see you have pos state!! I'm excited to use this but when I open it using a CEO api that shows fuel levels and stuff in assets the pos state comes up blank? Nothing in it and I don't see way to add my pos's. Is there something I'm doing wrong?

Thanks!


The POSs are fetched via API . Please re-check the API key you are using.
You also may check the meep-xxxxx.log for any issues (and let me know via mail)
Grimdahl
Aliastra
Gallente Federation
#17 - 2013-06-04 08:43:06 UTC
Odyssey 1.0.0.89097 database available

Sharon Tate
Cutting Edge Incorporated
#18 - 2013-06-07 04:39:11 UTC
Grimdahl wrote:
Odyssey 1.0.0.89097 database available


Good stuff. The decryptors on the invention screen need to be updated with the new names and the new decryptors, however.
Kor'el Izia
#19 - 2013-06-12 15:53:36 UTC
Great tool, loving that it's still supported.

It seems however that my wallet might have gotten too cluttered over the two and a half years that I've been using it, because now it hangs when trying to open the wallet(double clicking the wallet on the overview). When opening it are you summarizing it all from the start to current date or have optimized to process from the latest processed date to current? Is it some value that got outofbounds? Using the transactions tab works just fine.

I like looking back and seeing how my wealth has grown Bear
Malkys en Daire
Malkys INC.
#20 - 2013-06-20 11:28:39 UTC
Just wanted to say: Big thanks for this awesome tool!
It's by far the best I saw in the industrial/corporation direction!

123Next pageLast page