tiantian20007

Results 5 issues of tiantian20007

Make left panel scaleable when window size changed; Fix issue: https://github.com/cocos2d/CocosBuilder/issues/399

![screen shot 2013-07-18 at 5 26 20 pm](https://f.cloud.github.com/assets/406098/818243/fbc2bf4e-ef8c-11e2-9624-7e9e0aad0711.png)

Break point in Cocosbuilder is not working. I'm not sure if it is the reason that ScriptingCore::enableDebugger is never invoked; Configuration in js_bindings_config.h is set: # define JSB_ENABLE_DEBUGGER 1

When a party leader start a matchmaker, party member will receive a FOnReceivedPartyMatchmakerTicket call back. However, UNakamaRealtimeClient::HandleReceivedMessage failed to parse party_matchmaker_ticket. The origin data is fine, see the variable and...