Re: Ion H[a]bbo Impersonate (IHI)
Quote:
Originally Posted by
cecer1
THAT IS IT!!!
Mono has been nothing but a pain recently! I am dropping full Mono testing for the meantime. It has caused all motivation to disappear and the project to be practically dead. I do plan on ensuring it is Mono compatible in the future though.
So 6 days and no improvements over Mono? That's fine :D:. You should carry on with the other stuff for now :):
Re: Ion H[a]bbo Impersonate (IHI)
Trust me, if it was just 6 days I wouldn't be so pissed about it. I have been going in circles, dead end to dead end and false hope sprinkled around.
Re: Ion H[a]bbo Impersonate (IHI)
Quote:
Originally Posted by
cecer1
Trust me, if it was just 6 days I wouldn't be so pissed about it. I have been going in circles, dead end to dead end and false hope sprinkled around.
I don't know about any of that actually. I haven't been here in a while so I have no desire to read everything everyone has written, but I know you Cecer1 and your not one to do any of that. You always have a plan or idea, just keep thinking bud.:thumbup1:
Re: Ion H[a]bbo Impersonate (IHI)
I'll probably revisit it sooner or later.
Re: Ion H[a]bbo Impersonate (IHI)
What exactly is this; Ion H[a]bbo Impersonate (IHI) ?
Re: Ion H[a]bbo Impersonate (IHI)
Quote:
Originally Posted by
ѕуѕтєм
What exactly is this; Ion H[a]bbo Impersonate (IHI) ?
Quote:
So why Project: LOL?
You can get from LOL to IHI with a few (simple) steps.
LOL <= Original
lol <= Lower case
101 <= Number lookalike
IHI <= Wire encode each digit. Done.
(See, it isn't just a stupid name)
Simple, done (:
Re: Ion H[a]bbo Impersonate (IHI)
No, I mean, what is it, like what exactly is this project? A emulator?
Re: Ion H[a]bbo Impersonate (IHI)
Quote:
Originally Posted by
ѕуѕтєм
No, I mean, what is it, like what exactly is this project? A emulator?
No it's a portable vortex manipulator you can order and you can place it on your wrist to make it look like a watch.
--
It's a C# emulator that's been in development for 2 years and it has a plugin system. It's really cool :D:
Re: Ion H[a]bbo Impersonate (IHI)
Quote:
Originally Posted by
Quackster
No it's a portable vortex manipulator you can order and you can place it on your wrist to make it look like a watch.
Take my money!
--
Quote:
It's a C# emulator that's been in development for 2 years and it has a plugin system. It's really cool :D:
Its possibly the longest habbo development project this forum has had?
Re: Ion H[a]bbo Impersonate (IHI)
Well, nothing of the original development is left except the name "IHI". The first "I" doesn't even stand for "Ion" any more (it stands for "IHI").
Re: Ion H[a]bbo Impersonate (IHI)
Thread re-opened as OP requested.
Good luck!
Re: Ion H[a]bbo Impersonate (IHI)
- Compiles CHECK
- Opens CHECK
- Fully boots CHECK
Time to test out my new test client and finally get these demotivating errors behind me!
Edit:
- Forget password to test client CHECK
- Forget password to control panel to reset it CHECK
- Enter captcha wrong CHECK
- Still in a good mood CHECK
Re: Ion H[a]bbo Impersonate (IHI)
Re: Ion H[a]bbo Impersonate (IHI)
Good updates.
A lot more updates now since the main error is gone!
Re: Ion H[a]bbo Impersonate (IHI)
The error has been gone for less than 2 hours... suck up!
Off Topic: BISCUITS!
Edit:
API FEEDBACK
Here are the two API designs I am deciding on. They are not that different but I would like to know what people think.
Option 1
PHP Code:
foreach(RoomInfo roomInfo in someNavigatorCategory.Rooms)
{
// Stuff
}
Option 2
PHP Code:
foreach(RoomInfo roomInfo in someNavigatorCategory)
{
// Stuff
}
I know option 2 is shorter but I am more concerned about the intuitiveness of the API. I could have both but that just makes the API that little bit more confusing.
Please tell me which option you would prefer. Thank you.