Author Topic: Return to Blockland v4  (Read 49068 times)

Why is everybody on my friends list Blockhead now?

Why is everybody on my friends list Blockhead now?
He fixed it.

One other thing I forgot to mention in the changelog. I changed how pinging works a bit so the client can fail to respond to up to 2 pings before the server throws you off. This gives you like a minute and a half to respond which should solve most people's issues.

Have you dropped OSX support yet? I think I remember you saying something like that a while ago.

Not officially, it seems like a bit of a toss-up as to whether it actually screws you over or not depending on a range of obscure factors. I had a chat with Kompressor and he had some ideas about fixing tcp objects in the long term so basically use RTB at your own risk if you have a mac.

You might have mentioned this before, but when is the private chat room coming?

What dose the version 4.01 do 


What dose the version 4.01 do 

Gee it's not like he made an entire log dedicated to changed and or added features

RTB 4.01 is about to get released shortly. Here's the changelog:

Code: [Select]
- Fixed tcp objects a bit more so they don't affect other tcp objects so much. Probably will cause console spam until Badspot provides a method to check for the existence of methods for objects.

Apologies for the delay fixing some of the more critical stuff - I've been pretty busy recently.
Code: [Select]
function simObject::hasMethod(%this,%method) { return isFunction(%this.getClassName(),%method) || (%this.getName() !$= "" ? isFunction(%this.getName(),%method) : 0); }?
Code: [Select]
==>echo(rootGroup.hasMethod("swap"));
1
==>echo(rootGroup.hasMethod("gargle"));
0

The issue is to do with checking for a method outside of the package you're doing the check in.

Code: [Select]
- Fixed tcp objects a bit more so they don't affect other tcp objects so much. Probably will cause console spam until Badspot provides a method to check for the existence of methods for objects.
Thank you sooooooooooo much Ephialtes!!! RTB now works for my Mac :D

Code: [Select]
Probably will cause console spam until Badspot provides a method to check for the existence of methods for objects.
isFunction(MainMenuGUI, "showButtons")

?

RTB is still not perfect with Mac because sometimes the key won't authenticate and you gotta restart it and you gotta load the servers twice for it to work.

RTB is still not perfect with Mac because sometimes the key won't authenticate and you gotta restart it and you gotta load the servers twice for it to work.
Ephi already said that full support for mac wasn't likely.
so basically use RTB at your own risk if you have a mac.