Ok, almost ready for the next version... I got a network search working (Works with a UDP broadcast), and I set it up to assign a username...
New commands:
SWF_NAME - Provide the name of the movie, used to match when searching for hosts (Hosts only respond if the client has the same name as them)
SWF_REQUIREDVERSION - Tell XSFN what version your movie needs... If XSFN is too old, it'll trigger an OldVersion event.
SWF_DEFAULTUSERNAME - If the user doesn't pick a name, automatically assign this until he/she changes it.
SWF_AUTHOR, SWF_CREATIONDATE - Will be used in future versions
New events:
OldVersion - XSFN version is lower than the one you specified with SWF_REQUIREDVERSION
Connect - Triggered when XSFN connects... Same as NetStateChange with netstate = 4... Just makes it more understandable...
Disconnect - Same as NetStateChange with netstate = 0...
So before I release a new version... Anyone else have any other variables, commands, events, etc they want added?
(Still working on transparency, but I don't have it working yet)
