News:

Happy New Year! Yes, the current one, not a previous one; this is a new post, we swear!

Main Menu

[VB.NET] Rebirth

Started by rabbit, November 08, 2009, 01:54:07 PM

Previous topic - Next topic

0 Members and 5 Guests are viewing this topic.

rabbit

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.

warz

nothing to see here. move along.
http://www.chyea.org/ - web based markup debugger

rabbit

You're right, your post was useless and should be ignored!

MyndFyre

Quote from: rabbit on November 08, 2009, 01:54:07 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?
Quote from: Joe on January 23, 2011, 11:47:54 PM
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Quote from: Rule on May 26, 2009, 02:02:12 PMOur species really annoys me.

Lead



QuoteSon, 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

Hitmen

Quote from: warz on November 08, 2009, 02:38:26 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

rabbit

Quote from: MyndFyre on November 08, 2009, 05:01:12 PM
Quote from: rabbit on November 08, 2009, 01:54:07 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'm still trying to decide.

truste1

Ain't Life Grand?

rabbit

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.

Lead

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.


QuoteSon, 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

rabbit

Quote from: 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.
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 :|

Lead



QuoteSon, 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

Camel

Quote from: 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

<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!

rabbit

Quote from: Camel on November 26, 2009, 03:38:08 AM
Quote from: 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