- メインスピーカー:マシューさん(@matthewmccull)
- サブスピーカー:ジョンさん(@johndbritton)
従来の CVCS (集中バージョン管理システム)のリビジョン番号は連番。 SVN はサーバーにデプロイした時点でリビジョン番号1と設定される。
従来の CVCS (集中バージョン管理システム)のリビジョン番号は連番。 SVN はサーバーにデプロイした時点でリビジョン番号1と設定される。
package org.cocos2dx.cpp; | |
import java.util.HashSet; | |
import java.util.Hashtable; | |
import java.util.Iterator; | |
import java.util.Set; | |
import org.cocos2dx.plugin.AdsWrapper; | |
import org.cocos2dx.plugin.InterfaceAds; | |
import org.cocos2dx.plugin.PluginWrapper; |
#include "B2DebugDrawLayer.h" | |
USING_NS_CC; | |
B2DebugDrawLayer *B2DebugDrawLayer::create(b2World *pB2World, float pPtmRatio) | |
{ | |
B2DebugDrawLayer *pRet = new B2DebugDrawLayer(pB2World, pPtmRatio); | |
if (pRet && pRet->init()) { | |
pRet->autorelease(); | |
return pRet; |
Please note this script has moved: https://github.com/EsotericSoftware/spine-scripts |
package com.ozateck.oyadius4; | |
import android.app.Activity; | |
import android.os.Bundle; | |
import android.content.Intent; | |
import android.util.Log; | |
import android.widget.Toast; | |
import com.google.android.gms.common.api.GoogleApiClient; | |
import com.google.android.gms.games.Games; |