[Development] IHI Habbo Impersonate (Coffee TM) - Page 43 - RaGEZONE forums

Notices

Habbo Development Discuss, IHI Habbo Impersonate (Coffee TM) at Habbo Hotel forum; Option 2 Because it looks nice ;)...

Anastasia Ladies

Like Tree302Likes

 
 
LinkBack Thread Tools
Old 1 Week Ago   #631 (permalink)
C# & Java Programmer
 
Quackster's Avatar


Rank: Member +
Join Date: Dec 2010
Location: Australia
Posts: 996
Liked: 365
Rep Power: 2 Quackster is on a distinguished road

Re: Ion H[a]bbo Impersonate (IHI)

Option 2

Because it looks nice ;)
Quackster is offline   Reply With Quote
Old 1 Week Ago   #632 (permalink)
I'm -Jordan-
 
zJordan's Avatar


Rank: Subscriber
Join Date: Sep 2009
Location: Wales
Posts: 1,065
Liked: 175
Rep Power: 0 zJordan has a little shameless behaviour in the past

Re: Ion H[a]bbo Impersonate (IHI)

Option 2 because it looks better.
zJordan is offline   Reply With Quote
Old 1 Week Ago   #633 (permalink)
Deal w/ Satan 2 B Here
 
Mithex's Avatar


Rank: Alpha Member
Join Date: May 2010
Location: Heaven
Posts: 1,620
Liked: 428
Rep Power: 3 Mithex is on a distinguished road

Re: Ion H[a]bbo Impersonate (IHI)

I just had a great talk with Cecer and this project is going to be the most amazing thing ever.
Mithex is online now   Reply With Quote
Old 1 Week Ago   #634 (permalink)
Member
 
matty13's Avatar


Rank: Subscriber
Join Date: Jul 2006
Posts: 374
Liked: 192
Rep Power: 6 matty13 is an known to none

Re: Ion H[a]bbo Impersonate (IHI)

Cecer, have you changed the Socket code in this from the current Ion/Deltar's one?
matty13 is offline   Reply With Quote
Old 1 Week Ago   #635 (permalink)
Now 35% cooler!


Rank: Subscriber
Join Date: Oct 2008
Location: United Kingdom
Posts: 1,874
Liked: 289
Rep Power: 5 Livar is on a distinguished road

Re: Ion H[a]bbo Impersonate (IHI)

Great progress.
Livar is offline   Reply With Quote
Old 6 Days Ago   #636 (permalink)
Shenmue III
 
cecer1's Avatar


Rank: Member +
Join Date: Aug 2006
Location: Bailu Stone Pit
Posts: 633
Liked: 217
Rep Power: 6 cecer1 is on a distinguished road

Re: Ion H[a]bbo Impersonate (IHI)

Originally Posted by matty13 View Post
Cecer, have you changed the Socket code in this from the current Ion/Deltar's one?
Not yet, no. In fact, it is one of the only things left from Ion.
cecer1 is offline   Reply With Quote
Old 6 Days Ago   #637 (permalink)
Account Upgraded | Title Enabled!


Rank: Member +
Join Date: Sep 2009
Posts: 324
Liked: 13
Rep Power: 3 mmaxwell is an known to none

Re: Ion H[a]bbo Impersonate (IHI)

Mate I cant wait for this its gonna blow my mind CECER1 FOR KING
mmaxwell is offline   Reply With Quote
Old 6 Days Ago   #638 (permalink)
Call da po po!!
 
ησвяαιη's Avatar


Rank: Member +
Join Date: Sep 2011
Location: υηιтє∂
Posts: 806
Liked: 259
Rep Power: 1 ησвяαιη is on a distinguished road

Re: Ion H[a]bbo Impersonate (IHI)

There is a memory leak in the disconnection of the User in Ion. ;)
ησвяαιη is online now   Reply With Quote
Old 4 Days Ago   #639 (permalink)
Shenmue III
 
cecer1's Avatar


Rank: Member +
Join Date: Aug 2006
Location: Bailu Stone Pit
Posts: 633
Liked: 217
Rep Power: 6 cecer1 is on a distinguished road

Re: Ion H[a]bbo Impersonate (IHI)

Originally Posted by ησвяαιη View Post
There is a memory leak in the disconnection of the User in Ion. ;)
I am aware that it has issues, but getting it working is more important for now :)

Room Categories
  • Defined in plugins.
  • Identified by a short, UNIQUE, string of no more than 20 characters.
    • Name example: pAdcatTest
      • p = Private Category
      • Adcat = Shortened plugin name (e.g. Administrator Categories)
      • Test = Shortened category name (e.g. Testing Rooms)
Rooms
  • Stored in the Database.
  • Identified by the standard database ID.
cecer1 is offline   Reply With Quote
Old 3 Days Ago   #640 (permalink)
Member
 
matty13's Avatar


Rank: Subscriber
Join Date: Jul 2006
Posts: 374
Liked: 192
Rep Power: 6 matty13 is an known to none

Re: Ion H[a]bbo Impersonate (IHI)

Originally Posted by cecer1 View Post
Not yet, no. In fact, it is one of the only things left from Ion.
The connection code is your biggest problem. If you use a byte array for buffers it reduces the size objects can be allocated on the heap in C#. So the longer its running and the more users you get online on it, eventually it will crash or display an Out of memory error. Yeah there is an improvement Microsoft made to fix this with Socket and its called using the "ReveiveAsync, ConnectAsync, DisconnectAsync, SendAsync" etc functions of the Socket class, look into it! :D

Originally Posted by ησвяαιη View Post
There is a memory leak in the disconnection of the User in Ion. ;)
Probably the socket leaking.
matty13 is offline   Reply With Quote
Old 3 Days Ago   #641 (permalink)
Shenmue III
 
cecer1's Avatar


Rank: Member +
Join Date: Aug 2006
Location: Bailu Stone Pit
Posts: 633
Liked: 217
Rep Power: 6 cecer1 is on a distinguished road

Re: IHI Habbo Impersonate (Coffee TM)

Originally Posted by matty13 View Post
The connection code is your biggest problem. If you use a byte array for buffers it reduces the size objects can be allocated on the heap in C#. So the longer its running and the more users you get online on it, eventually it will crash or display an Out of memory error. Yeah there is an improvement Microsoft made to fix this with Socket and its called using the "ReveiveAsync, ConnectAsync, DisconnectAsync, SendAsync" etc functions of the Socket class, look into it! :D
I will when it actually has a way to get more than 1 user on without them getting bored of looking at the hotel view :)

Thanks for the tip.

----

IHI is now an IHI TEAM Inc Ltd TM COFFEE product!
Sponsored by those little bits of fluff in your belly button (thank you).

---

In far less important, uninteresting and just plain off topic news. I am making a new collection to use with IHI which I plan on releasing once it is done.

Last edited by cecer1; 3 Days Ago at 02:56 PM.
cecer1 is offline   Reply With Quote
Old 3 Days Ago   #642 (permalink)
I'm made up of sky.
 
Zak©'s Avatar


Rank: Alpha Member
Join Date: Oct 2007
Posts: 2,183
Liked: 373
Rep Power: 7 Zak© is on a distinguished road

Re: IHI Habbo Impersonate (Coffee TM)

Originally Posted by cecer1 View Post
I will when it actually has a way to get more than 1 user on without them getting bored of looking at the hotel view :)

Thanks for the tip.

----

IHI is now an IHI TEAM Inc Ltd TM COFFEE product!
Sponsored by those little bits of fluff in your belly button (thank you).

---

In far less important, uninteresting and just plain off topic news. I am making a new collection to use with IHI which I plan on releasing once it is done.
Coffee is not nice with Biscuits

Anyhow nice to see a lot more activity on this development.
Zak© is offline   Reply With Quote
Old 1 Day Ago   #643 (permalink)
I'm -Jordan-
 
zJordan's Avatar


Rank: Subscriber
Join Date: Sep 2009
Location: Wales
Posts: 1,065
Liked: 175
Rep Power: 0 zJordan has a little shameless behaviour in the past

Re: IHI Habbo Impersonate (Coffee TM)

Originally Posted by Zak© View Post
Coffee is not nice with Biscuits

Anyhow nice to see a lot more activity on this development.
Tea is nice with biscuits :P

Anyways any updates, Chris?
zJordan is offline   Reply With Quote
 

Thread Tools