Author Topic: WabbitStudio Software Suite  (Read 84874 times)

0 Members and 1 Guest are viewing this topic.

Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #120 on: December 27, 2010, 04:30:22 am »
Awesome. The screenshots are part of the next build, I'm waiting till I finish a couple of things, most obviously multicalc linking. Importantly though, making screenshots work like that meant fixing a lot of things about them, so they should be much less buggy.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: WabbitStudio Software Suite
« Reply #121 on: December 27, 2010, 08:50:33 am »
Awesome. The screenshots are part of the next build, I'm waiting till I finish a couple of things, most obviously multicalc linking. Importantly though, making screenshots work like that meant fixing a lot of things about them, so they should be much less buggy.

On a side note, what programming language(s) was WabbitEmu coded in?

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: WabbitStudio Software Suite
« Reply #122 on: December 27, 2010, 11:49:24 am »
C++ and some x86 ASM IIRC.
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: WabbitStudio Software Suite
« Reply #123 on: December 27, 2010, 03:37:11 pm »
Awesome. The screenshots are part of the next build, I'm waiting till I finish a couple of things, most obviously multicalc linking. Importantly though, making screenshots work like that meant fixing a lot of things about them, so they should be much less buggy.
Cool to hear, I am curious how that feature will operate. I assume you'll connect a calc to another and on the first calc you'll start capturing and it will capture on the other at the same time?

What about capturing in slow/fast speed? Will it still be possible?
« Last Edit: December 27, 2010, 03:37:22 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: WabbitStudio Software Suite
« Reply #124 on: December 27, 2010, 05:50:20 pm »
C++ and some x86 ASM IIRC.

I request a new feature. The WabbitEmu opening in the center of the screen. I always have to drag it, is that possible?

Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #125 on: December 27, 2010, 06:57:19 pm »
98% of wabbit is coded in good ole C. When we moved to visual studio it got upgraded to C++, but there are only 4 places where I can really think that its properly used.
Right now screenshots automatically capture any open calculators. If you close a calculator its stops the screenshot. I'm working on a way for you to specify which calculators to catpure.
As for opening wabbit in the center of the screen its doable, but won't happen. Proper windows coding says you leave window placement up to Windows which is exactly what we do.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: WabbitStudio Software Suite
« Reply #126 on: December 27, 2010, 07:03:35 pm »
Did you ever finish the port monitor thing?

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: WabbitStudio Software Suite
« Reply #127 on: December 27, 2010, 07:08:37 pm »
98% of wabbit is coded in good ole C. When we moved to visual studio it got upgraded to C++, but there are only 4 places where I can really think that its properly used.
Right now screenshots automatically capture any open calculators. If you close a calculator its stops the screenshot. I'm working on a way for you to specify which calculators to catpure.
As for opening wabbit in the center of the screen its doable, but won't happen. Proper windows coding says you leave window placement up to Windows which is exactly what we do.

Would an option for that be possible?

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: WabbitStudio Software Suite
« Reply #128 on: December 27, 2010, 10:48:51 pm »
98% of wabbit is coded in good ole C. When we moved to visual studio it got upgraded to C++, but there are only 4 places where I can really think that its properly used.
Right now screenshots automatically capture any open calculators. If you close a calculator its stops the screenshot. I'm working on a way for you to specify which calculators to catpure.
As for opening wabbit in the center of the screen its doable, but won't happen. Proper windows coding says you leave window placement up to Windows which is exactly what we do.
Ah I see. Can't wait to try it. I think Kerm will be very happy too because he demonstrates some DCS CALCnet features from time to time and always have to use PindurTI to create his screenshots.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: WabbitStudio Software Suite
« Reply #129 on: December 27, 2010, 11:53:11 pm »
I was wondering, does the update button work on wabbitemu? Every time I've tried it just tells me that it can't start the update process.
/e

Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #130 on: December 28, 2010, 01:26:32 am »
Did you ever finish the port monitor thing?
Almost. Technical difficulties

Would an option for that be possible?
No, but I will make an option so wabbit remembers your window position

Ah I see. Can't wait to try it. I think Kerm will be very happy too because he demonstrates some DCS CALCnet features from time to time and always have to use PindurTI to create his screenshots.
Kerm will be happy when I finish up his multicalc linking :P. Luckily this is soon to follow

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: WabbitStudio Software Suite
« Reply #131 on: December 28, 2010, 01:29:45 am »
Did you ever get around to implementing the wait-for-keypress mode?  ;D

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: WabbitStudio Software Suite
« Reply #132 on: December 28, 2010, 01:48:10 am »
Oh yeah, I almost forgot to mention, when I try to start a screenshot in the most recent version it just crashes, but in the older version (1.5) it works fine.
/e

Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #133 on: December 28, 2010, 02:07:24 am »
Oh yeah Eeems sorry meant to respond to yours. I fixed updating in the latest, I'll release within the hour. This will also fix your screenshotting issue, although I think it works in the latest (yours is a couple behind)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: WabbitStudio Software Suite
« Reply #134 on: December 28, 2010, 03:22:40 am »
I have the most recent as of last week I believe, which doesn't work.
Thanks for the fix :) I'm getting tired of having to open with 1.5 all the time :p
/e