Clan x86

Technical (Development, Security, etc.) => General Programming => New Project Announcements => Topic started by: rabbit on November 08, 2009, 01:54:07 pm

Title: [VB.NET] Rebirth
Post by: rabbit on November 08, 2009, 01:54:07 pm
Rebirth is a completely new version of AbyssBot, only a billion times better.  A bunch of the BnetConnection class is based off of Lead's Hyperion project, and the interface is (admittedly), a tad similar.  I've been working on it for a couple weeks now, I think, and it's coming along nicely.

Right now I'm going for complete customizationablityness.

Some pictures, some of which are kind of old:
(http://rabbitx86.net/rebirth/images/bnet.png)

(http://rabbitx86.net/rebirth/images/lolhugefont.png)

(http://rabbitx86.net/rebirth/images/normal.png)

(http://rabbitx86.net/rebirth/images/rebirth_ru.png)

(http://rabbitx86.net/rebirth/images/rebirthde.png)

(http://rabbitx86.net/rebirth/images/ugh.png)
That last one is just a PoC about custom colors.  I have since deleted that color scheme for the good of all humankind.
Title: Re: [VB.NET] Rebirth
Post by: warz on November 08, 2009, 02:38:26 pm
nothing to see here. move along.
Title: Re: [VB.NET] Rebirth
Post by: rabbit on November 08, 2009, 02:49:08 pm
You're right, your post was useless and should be ignored!
Title: Re: [VB.NET] Rebirth
Post by: MyndFyre on November 08, 2009, 05:01:12 pm
That last one is just a PoC about custom colors.  I have since deleted that color scheme for the good of all humankind.
Proof of Concept or Piece of Crap?
Title: Re: [VB.NET] Rebirth
Post by: Lead on November 08, 2009, 06:36:44 pm
Glad I could help :)
Title: Re: [VB.NET] Rebirth
Post by: Hitmen on November 08, 2009, 11:06:46 pm
nothing to see here. move along.
I disagree!

Unoad Bot
Unoad Bot
Unoad Bot
Unoad Bot
Unoad Bot
Title: Re: [VB.NET] Rebirth
Post by: rabbit on November 09, 2009, 08:15:09 am
That last one is just a PoC about custom colors.  I have since deleted that color scheme for the good of all humankind.
Proof of Concept or Piece of Crap?
I'm still trying to decide.
Title: Re: [VB.NET] Rebirth
Post by: truste1 on November 19, 2009, 08:13:46 am
Who still goes on battle.net?
Title: Re: [VB.NET] Rebirth
Post by: rabbit on November 19, 2009, 08:35:02 am
People?  I don't know.  But I play on ICCup, and I'm also an admin there.  There's a LOT of people on ICCup.
Title: Re: [VB.NET] Rebirth
Post by: Lead on November 19, 2009, 02:41:15 pm
Can you show me how you did your BNI parsing? I know you're using BN#, and so am I (now). But if you could get with me with the snippet or whatnots that would be wonderful. Kthx.
Title: Re: [VB.NET] Rebirth
Post by: rabbit on November 19, 2009, 02:52:39 pm
Can you show me how you did your BNI parsing? I know you're using BN#, and so am I (now). But if you could get with me with the snippet or whatnots that would be wonderful. Kthx.
BN# my ass.  I ported Camel's BNI parser from BNU Bot 2.

http://rebirthbot.googlecode.com/svn/trunk/Rebirth/Classes/Bnet/IconsProcessor.vb

Also, get on AIM somtimes :|
Title: Re: [VB.NET] Rebirth
Post by: Lead on November 19, 2009, 03:33:06 pm
I am on aim! leadx86
Title: Re: [VB.NET] Rebirth
Post by: Camel on November 26, 2009, 03:38:08 am
Quote from: http://rebirthbot.googlecode.com/svn/trunk/Rebirth/Classes/Bnet/IconsProcessor.vb (http://rebirthbot.googlecode.com/svn/trunk/Rebirth/Classes/Bnet/IconsProcessor.vb)
Dim iconPath As String = Application.StartupPath & "\icons\" & Hex(bni.Flags) & ".bmp"
Nice BNI parser :P
Title: Re: [VB.NET] Rebirth
Post by: rabbit on November 26, 2009, 08:38:53 am
Quote from: http://rebirthbot.googlecode.com/svn/trunk/Rebirth/Classes/Bnet/IconsProcessor.vb (http://rebirthbot.googlecode.com/svn/trunk/Rebirth/Classes/Bnet/IconsProcessor.vb)
Dim iconPath As String = Application.StartupPath & "\icons\" & Hex(bni.Flags) & ".bmp"
Nice BNI parser :P
Yeah.  I used that to write the icons when I was porting it because it wasn't working properly at first and I wanted to make sure my changes were fixing it.  As you'll notice, that actually isn't used :P