Author Topic: [VB.NET] Rebirth  (Read 8795 times)

0 Members and 1 Guest are viewing this topic.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
[VB.NET] Rebirth
« 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:











That last one is just a PoC about custom colors.  I have since deleted that color scheme for the good of all humankind.

Offline warz

  • Hero Member
  • *****
  • Posts: 1134
    • View Profile
    • chyea.org
Re: [VB.NET] Rebirth
« Reply #1 on: November 08, 2009, 02:38:26 pm »
nothing to see here. move along.
http://www.chyea.org/ - web based markup debugger

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: [VB.NET] Rebirth
« Reply #2 on: November 08, 2009, 02:49:08 pm »
You're right, your post was useless and should be ignored!

Offline MyndFyre

  • Boticulator Extraordinaire
  • Moderator
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: [VB.NET] Rebirth
« Reply #3 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?
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Lead

  • x86
  • Hero Member
  • *****
  • Posts: 635
  • Shaman of Sexy.
    • View Profile
Re: [VB.NET] Rebirth
« Reply #4 on: November 08, 2009, 06:36:44 pm »
Glad I could help :)


Quote
Son, if you really want something in this life, you have to work for it. Now quiet! They're about to announce the lottery numbers. - Homer Simpson

Offline Hitmen

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 1913
    • View Profile
Re: [VB.NET] Rebirth
« Reply #5 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
Quote
(22:15:39) Newby: it hurts to swallow

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: [VB.NET] Rebirth
« Reply #6 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.

Offline truste1

  • Hero Member
  • *****
  • Posts: 1130
  • I haven't visited my profile!
    • View Profile
Re: [VB.NET] Rebirth
« Reply #7 on: November 19, 2009, 08:13:46 am »
Who still goes on battle.net?
Ain't Life Grand?

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: [VB.NET] Rebirth
« Reply #8 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.

Offline Lead

  • x86
  • Hero Member
  • *****
  • Posts: 635
  • Shaman of Sexy.
    • View Profile
Re: [VB.NET] Rebirth
« Reply #9 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.


Quote
Son, if you really want something in this life, you have to work for it. Now quiet! They're about to announce the lottery numbers. - Homer Simpson

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: [VB.NET] Rebirth
« Reply #10 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 :|

Offline Lead

  • x86
  • Hero Member
  • *****
  • Posts: 635
  • Shaman of Sexy.
    • View Profile
Re: [VB.NET] Rebirth
« Reply #11 on: November 19, 2009, 03:33:06 pm »
I am on aim! leadx86


Quote
Son, if you really want something in this life, you have to work for it. Now quiet! They're about to announce the lottery numbers. - Homer Simpson

Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: [VB.NET] Rebirth
« Reply #12 on: November 26, 2009, 03:38:08 am »
Dim iconPath As String = Application.StartupPath & "\icons\" & Hex(bni.Flags) & ".bmp"
Nice BNI parser :P

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: [VB.NET] Rebirth
« Reply #13 on: November 26, 2009, 08:38:53 am »
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