This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vec2 float2 | |
vec3 float3 | |
vec4 float4 | |
mat2 float2x2 | |
mat3 float3x3 | |
mat4 float4x4 | |
iGlobalTime _Time.y | |
iTime _Time.y | |
mod fmod | |
mix lerp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
namespace Samsung | |
{ | |
public abstract class Singleton<T> : Singleton where T : MonoBehaviour | |
{ | |
#region Fields | |
[CanBeNull] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Id": "StaticWeb", | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "Stmt1473822775279", | |
"Action": [ | |
"s3:GetObject" | |
], | |
"Effect": "Allow", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actions=true | |
ads=true | |
analytics=true | |
appindexing=true | |
appstate=true | |
auth=true | |
cast=true | |
common=true | |
drive=false | |
dynamic=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "PluginFacebookLuaHelper.h" | |
#include "PluginFacebook/PluginFacebook.h" | |
#include "CCLuaEngine.h" | |
#include "tolua_fix.h" | |
#include "SDKBoxLuaHelper.h" | |
static const std::string FBGraphUser_ID ("uid"); | |
static const std::string FBGraphUser_NAME ("name"); | |
static const std::string FBGraphUser_FIRST_NAME ("firstName"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**************************************************************************** | |
Copyright (c) 2010-2011 cocos2d-x.org | |
http://www.cocos2d-x.org | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proj.android/../cocos2dx/cocos2dx/platform/third_party/android/prebuilt/libcurl/libs/armeabi-v7a/libcurl.a(libcurl_la-netrc.o):netrc.c:function Curl_parsenetrc: error: undefined reference to 'getpwuid_r' | |
proj.android/../cocos2dx/cocos2dx/platform/third_party/android/prebuilt/libcurl/libs/armeabi-v7a/libcurl.a(libcurl_la-curl_ntlm_wb.o):curl_ntlm_wb.c:function ntlm_wb_init: error: undefined reference to 'getpwuid_r' | |
proj.android/../cocos2dx/cocos2dx/platform/third_party/android/prebuilt/libcurl/libs/armeabi-v7a/libcurl.a(libcurl_la-curl_ntlm_wb.o):curl_ntlm_wb.c:function ntlm_wb_init: error: undefined reference to 'getpwuid_r' | |
proj.android/../cocos2dx/cocos2dx/platform/third_party/android/prebuilt/libpng/libs/armeabi-v7a/libpng.a(pngget.o):pngget.c:function png_get_sCAL_fixed: error: undefined reference to 'atof' | |
proj.android/../cocos2dx/cocos2dx/platform/third_party/android/prebuilt/libpng/libs/armeabi-v7a/libpng.a(pngget.o):pngget.c:function png_get_sCAL_fixed: error: undefined reference to 'atof' | |
proj.andro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I/DEBUG ( 183): Abort message: 'art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI GetStringUTFChars called with pending exception 'android.content.res.Resources$NotFoundException' thrown in unknown throw location' | |
I/DEBUG ( 183): r0 00000000 r1 000055e7 r2 00000006 r3 00000000 | |
I/DEBUG ( 183): r4 aebffdb8 r5 00000006 r6 0000000b r7 0000010c | |
I/DEBUG ( 183): r8 00000000 r9 b486f520 sl b4a38800 fp 00000001 | |
I/DEBUG ( 183): ip 000055e7 sp aebff260 lr b6e313c5 pc b6e54ea0 cpsr 60070010 | |
I/DEBUG ( 183): | |
I/DEBUG ( 183): backtrace: | |
I/DEBUG ( 183): #00 pc 0003aea0 /system/lib/libc.so (tgkill+12) | |
I/DEBUG ( 183): #01 pc 000173c1 /system/lib/libc.so (pthread_kill+52) | |
I/DEBUG ( 183): #02 pc 00017fd3 /system/lib/libc.so (raise+10) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**************************************************************************** | |
Copyright (c) 2010-2013 cocos2d-x.org | |
http://www.cocos2d-x.org | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"android" : | |
{ | |
"iap": | |
{ | |
"key":"your in-app-billing key here", | |
"items":{} | |
} | |
} |
NewerOlder