Search found 10 matches

by noamgat
19 Feb 2010, 16:15
Forum: Server Side Extension Development
Topic: Creation of room with javascript extension?
Replies: 1
Views: 3890

Creation of room with javascript extension?

Hi, I'm using the java API to create a room with an extension, from an extension. From the API I see this : ... xtClass The name of the class (Java) or script (Actionscript) to load as extension. The file extension should only be specified for Actionscript files (.as) ... If I try to put a javascrip...
by noamgat
02 Feb 2010, 10:24
Forum: Server Side Extension Development
Topic: Cross-file referencing in javascript extensions?
Replies: 1
Views: 3661

Cross-file referencing in javascript extensions?

Hi, I have a question about SFS's javascript extension capabilities : Is it possible to call functions from other javascript files (they are in the same directory) from a javascript extension? (I have some framework-type javascript code, which I don't want to paste inside each extension for maintain...
by noamgat
20 Jan 2010, 10:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Two simultanious logins from the same user?
Replies: 16
Views: 19587

Sweet, thanks.
by noamgat
20 Jan 2010, 08:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Two simultanious logins from the same user?
Replies: 16
Views: 19587

Continuing this discussion, I indeed went with the two zone approach, as I suggested earlier and you recommended. The question is - can these two zones interact with one another? I'll explain the scenario : The lobby zone is also the matchmaking zone. Lets say I have multiple games in my app, and th...
by noamgat
07 Dec 2009, 20:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Two simultanious logins from the same user?
Replies: 16
Views: 19587

Ok, so if my original design had one zone per game, I'll need to change to one 'matchmaking' zone and one 'gameplay' zone per game.
I can cope with that.
by noamgat
06 Dec 2009, 19:31
Forum: Server Side Extension Development
Topic: Internal event parameters?
Replies: 2
Views: 4700

Ah, only now I noticed the "InternalEventObject" class in the docs. Thanks!
by noamgat
05 Dec 2009, 11:10
Forum: Server Side Extension Development
Topic: Internal event parameters?
Replies: 2
Views: 4700

Internal event parameters?

Hi I would like to know if there is an organized documentation for which parameters arrive with which internal events. For example, when a user joins a zone/room (does that depend on the scope I defined my extension in? Where in the docs does this question get answered in?) I get a "userJoin&qu...
by noamgat
04 Dec 2009, 16:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Two simultanious logins from the same user?
Replies: 16
Views: 19587

Two simultanious logins from the same user?

Hi I'm currently working on an app that connects to SFS in two different layers - the lobby layer (written in flash) and the game layer (written in unity). I don't have a way to pass the actual connection between the two, so I pass login data from one layer to the other. The problem is that I get an...
by noamgat
02 Dec 2009, 16:05
Forum: .Net / Unity3D API
Topic: Custom login sequences and message handling
Replies: 3
Views: 6950

This explain what happens, but not why. What I mean is, this all makes sense on the server side because it allows us to be generic and write our own login sequences. However, the client still does the same - it sends a username and a password and waits for a login result message. Or at least that is...
by noamgat
02 Dec 2009, 14:20
Forum: .Net / Unity3D API
Topic: Custom login sequences and message handling
Replies: 3
Views: 6950

Custom login sequences and message handling

Hi (Using 1.2.4 API with 1.6.7 PRO server) I'm using the .Net API and writing a small app to test the login options. It seems that if using a custom login sequence (for example, connecting to zone loginZone) causes the responses to be routed to the extensionHandler event no matter what they are. In ...

Go to advanced search