Author Topic: WabbitStudio Software Suite  (Read 83453 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 #225 on: April 23, 2011, 07:00:58 pm »
Yes AVI recording had sound. That was the only reason for making it

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: WabbitStudio Software Suite
« Reply #226 on: April 24, 2011, 07:56:25 am »
Yes AVI recording had sound. That was the only reason for making it

Yap.

I created a guide to linking Wabbitemu and it's posted over at RevSoft.

Thanks, I'll check it out, since I've always used PindurTI for linking.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: WabbitStudio Software Suite
« Reply #227 on: May 22, 2011, 06:03:03 am »
Can Wabbitemu open both .8Xp and .8xp and .8XP files? I know TokenIDE and wxwabbitemu have a problem with it, and I was wondering.

Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #228 on: May 22, 2011, 06:05:41 am »
Wabbitemu doesn't care about file extension (expect in the case of .zip/.tig, .lab, and .brk). Other than that it opens whatever file it can. Also windows filenames are case insensitve which means .8Xp is the same as .8xp or .8XP

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: WabbitStudio Software Suite
« Reply #229 on: May 22, 2011, 06:07:01 am »
Wabbitemu doesn't care about file extension (expect in the case of .zip/.tig, .lab, and .brk). Other than that it opens whatever file it can. Also windows filenames are case insensitve which means .8Xp is the same as .8xp or .8XP

Not on Linux though, hence I was asking, I'll probably make wxwabbitemu accept all of them and talk to Merth to allow other extensisons because TokenIDE can be used by Mono.

And wabbit can be used through Wine.

Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #230 on: May 22, 2011, 06:07:45 am »
Wabbitemu doesn't care about file extension (expect in the case of .zip/.tig, .lab, and .brk). Other than that it opens whatever file it can.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: WabbitStudio Software Suite
« Reply #231 on: May 22, 2011, 07:15:32 am »
Wabbitemu doesn't care about file extension (expect in the case of .zip/.tig, .lab, and .brk). Other than that it opens whatever file it can.

Yeah I got it :/

Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #232 on: May 22, 2011, 07:18:09 am »
Sorry reading through it the first time it seemed like you had missed that part. Anyway you can fix wxwabbit by just changing the *.8xp in the file open dialog to be *.8xp;*.8XP;*.8Xp;*.8xP

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: WabbitStudio Software Suite
« Reply #233 on: May 22, 2011, 08:29:50 am »
Done. I've simply modified the filters, not the shown filter dropdown text since it will clutter up the box, and I want it to be seamless with the change. ;)

http://code.google.com/p/wxwabbitemu/source/detail?r=49
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: WabbitStudio Software Suite
« Reply #234 on: May 22, 2011, 10:24:47 am »
Done. I've simply modified the filters, not the shown filter dropdown text since it will clutter up the box, and I want it to be seamless with the change. ;)

http://code.google.com/p/wxwabbitemu/source/detail?r=49

Damn, you were quicker =P

Offline Compynerd255

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +53/-4
  • Betafreak Games
    • View Profile
    • Betafreak Games
Re: WabbitStudio Software Suite
« Reply #235 on: May 23, 2011, 10:36:34 am »
I believe that there is a bug with the COM object. When I tried to reference it in Microsoft Visual Studio 2008, it did not show up in the list of registered COM objects (although TI's own link communication devices did). How are you registering the COM object on setup?

BTW, I was wondering about this so that I could add joystick compatiblility via Microsoft DirectInput (which would be a really cool feature besides :)).
The Slime: On Hold, preparing to add dynamic tiles

Axe Eitrix: DONE

Betafreak Games: Fun filled games for XBox and PC. Check it out at http://www.betafreak.com



Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #236 on: May 23, 2011, 01:51:34 pm »
Spencer is messing with the COM object, and despite my persistence he will not make it so you can register it via regsvr. Short answer: it requires a lot of work. Get on IRC and talk to me about it I'll walk you through there. Worst case i send you the old version that works.

As for joysticks, I own none so that's a no go. I'm also hesitant to link against directx

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: WabbitStudio Software Suite
« Reply #237 on: May 26, 2011, 01:16:40 am »
Well for joysticks there's always this, though, although I don't know how reliable it is anymore: http://ourl.ca/4140/212054;topicseen#new

Offline BuckeyeDude

  • Project Author
  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 283
  • Rating: +42/-0
    • View Profile
Re: WabbitStudio Software Suite
« Reply #238 on: May 28, 2011, 11:21:26 pm »
If anyone (SirCmpwn) is still interested, I updated Wabbitemu.dll so its much easier to work with the COM interface. What does this mean? Basically any application you make can control an instance of wabbit. The wiki has more details on how it works, how to set it up and a sample project that shows the basics of how the code works.
Also back in the works is the windows and mac versions of Wabbitcode. I've been working on fixing a couple long standing bugs in the windows version, while Will ran out of games to play and is coding a third rewrite of his version. Feedback and requests for both would be much appreciated

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: WabbitStudio Software Suite
« Reply #239 on: June 08, 2011, 02:18:23 am »
That's nice to hear. :)

I need to update my copy of Wabbitemu at one point because the two I got are half a year old I think.

By the way, any chances of a clipboard feature? It would be nice if in the emu we pressed CTRL+C then we could paste the screen content in an image editor. The current way (drag and drop) is nice, but it opens a new file window with the same name, which makes it very hard for example if I want to put several static screenshots (such as map chunks for a strategy guide) together.