|
Author |
Thread Statistics | Show CCP posts - 15 post(s) |
|

CCP Leeloo
C C P C C P Alliance
395

|
Posted - 2014.09.02 11:15:00 -
[1] - Quote
Thread has been unlocked. CCP Leeloo | CSM Coordinator | Russian Community Coordinator | @ccp_leeloo |
|
|

CCP FoxFour
C C P
3679

|
Posted - 2014.11.12 11:15:45 -
[2] - Quote
Really nice work on this. Been trying it out for a bit now and loving it.
CCP FoxFour // Game Designer // @CCP_FoxFour
|
|
|

CCP FoxFour
C C P C C P Alliance
3720

|
Posted - 2014.11.27 04:19:34 -
[3] - Quote
Would be really cool if it could also (optionally) manage the positioning of EVE client windows.
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3724

|
Posted - 2014.11.28 08:13:53 -
[4] - Quote
I am really bad at this stuff... like REALLY bad... but decided to see if I could get the tracking of client locations in. Forked the repo and began playing around this morning. Mostly just trying to understand how the program currently works and how to track the client window. You can see my progress here: https://bitbucket.org/regner/eve-o-preview/commits/c480aa58bbed45a5357eae53e00b9d36157b693b
Again, I am REALLY bad at this stuff... so please feel free to laugh away. Hopefully this evening though I can get something decent working.
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3725

|
Posted - 2014.11.28 12:21:00 -
[5] - Quote
Not sure if the OP is still around, but I submitted a pull request over lunch for a new feature. Will see if he responds. :)
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3734

|
Posted - 2014.12.01 10:08:33 -
[6] - Quote
l0rd carlos wrote:Michelle Monteleone wrote:Hey they have a great program that does this already and it's profoundly better at it. You may have heard of it. It's called ISBOXER. But ISBoxer is a service and not a product, no? You can only rent it? Also an opensource alternative can't hurt.
This. Open source alternatives are nice to have around. :D
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3735

|
Posted - 2014.12.01 10:23:23 -
[7] - Quote
Makari Aeron wrote:Looks good FoxFour. I compiled and am now using your branch. Tried to make a trackbar which would adjust the preview based on a percentage of the client window but decided that simply resizing it with "show preview frames" checked is far simpler.
I'm going to see if I can pin down this crashing issue I keep getting when I close the last client in the list. Every time it crashes I am not debugging. Oh well. I'll find it eventually.
That would indeed be nice. I just edit the config file to get perfect sizes for the preview windows, client windows, and their positions
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3736

|
Posted - 2014.12.01 13:18:01 -
[8] - Quote
Makari Aeron wrote:why the overlay text doesn't disappear when a preview is removed (aka a client is closed). At least, that's my goal for this week.
Just ran into that. Made me sad. :(
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3736

|
Posted - 2014.12.01 13:41:32 -
[9] - Quote
Makari Aeron wrote:CCP FoxFour wrote:Makari Aeron wrote:why the overlay text doesn't disappear when a preview is removed (aka a client is closed). At least, that's my goal for this week. Just ran into that. Made me sad. :( Yeah. And if you open up another client and put the preview in the same location (ie: same account, different character or what have you), the text is still floating there. My guess is that the overlay text isn't disposed/removed when that preview window is closed. I need to test to see if it's just the borderless preview (I think he calls it "flat"?) or if it's the windowed preview as well. I use the borderless as I tend to accidentally click and drag the windowed previews around. Once I'm done with my EVE payment plan (aka "work") I'll see if I can work on the overlay thing. That shouldn't be too hard to pin down as it's happens every time.
Would explain why I don't usually see it. I keep the borders on.
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3736

|
Posted - 2014.12.02 13:04:07 -
[10] - Quote
Makari Aeron wrote:It was like that in the 1.13 version of the program as well. I don't use the input boxes, instead I scale the previews by checking the "syncronize resize" box and resizing one of the preview windows. Then I go to borderless mode. It has to do with how he implemented the timers. That's on my list to figure out how to fix, if I can.
It seemed like that was going to require a bit of a rewrite to fix properly.
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|
|

CCP FoxFour
C C P C C P Alliance
3736

|
Posted - 2014.12.02 13:05:52 -
[11] - Quote
Makari Aeron wrote:I'm going to be bad an double post because another edit isn't going to draw attention to those watching this thread. You can find my branch of the repository here: https://bitbucket.org/MakariAeron/eve-o-preview/src
It incorporates FoxFour's client location tracking and my fix to the persistent overlay text bug. And here you can find a zip of the current binary. Enjoy! https://bitbucket.org/MakariAeron/eve-o-preview/downloads/EVE-O%20Preview%201.14.zip
@FoxFour: I have sent a pull request to merge my changes (persistent_overlay_text_bugfix) with your feature_track_client_windows I'm still trying to pin down that crashing bug. I haven't been able to replicate it but I'm sure it'll pop up eventually. Enjoy folks!
I saw that but it contained a few other bits that made it a bit of a mess. That or I don't understand Bitbucket and Mercurial... which I really don't so that maybe the case. >.<
Either way, I commented on it. :)
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3737

|
Posted - 2014.12.02 13:55:28 -
[12] - Quote
Makari Aeron wrote:Thanks! I'll do that when I get home from work tonight.
And yeah, I may end up switching it to github. I don't know yet.
/me would not complain
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3738

|
Posted - 2014.12.02 14:12:24 -
[13] - Quote
http://hg-git.github.io/
Guess it should be as simple as install that and
hg bookmark -r default master # make a bookmark of master for default, so a ref gets created hg push git+ssh://[email protected]/schacon/hg-git.git
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3738

|
Posted - 2014.12.02 14:48:43 -
[14] - Quote
Makari Aeron wrote:Yeah...I was just going to download the source and upload it to hithub and then branch it for your fix and then for mine >_>
I'll look into that converter.
Nice thing is it keeps the commit history, which while not required, would probably be nice. :)
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|

CCP FoxFour
C C P C C P Alliance
3738

|
Posted - 2014.12.02 22:28:03 -
[15] - Quote
Makari Aeron wrote:I can't get it to work. I'm using TortoiseHG and the hg-git. The program says the repo was pushed but github has nothing. I'm just going to upload the stupid thing. https://github.com/MakariAeron/eve-o-preview
FoxFour, let me know what your username is on github and I'll add you to the contributors list. And if you want to figure out how to convert the hg to git, be my guest. I tried for 4 hours and decided to do "real" work finally.
>.<
Yea, it's not worth that much effort. All good man. GitHub account is regner.
@CCP_FoxFour // Technical Designer // Team Size Matters
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
|
|
|
|
|