拆解Unreal资源

出于学习的目的(认真脸),想拆解下别人家的作品的包,看下他们的美术资源是怎么布局、整理的,所以花了一晚上尝试了下,并记录如下。     阅读全文
Kanglai Qian's avatar
Kanglai Qian 11月 07, 2014

pomelo php client

** This is depecrated since pomelo is only supporting libpomelo2 with various bindings. I’ve removed the github repo and you may find the archive here(Download).**     阅读全文
Kanglai Qian's avatar
Kanglai Qian 10月 29, 2014

pomelo调试心得

最近被pomelo的一个bug搞的心力憔悴,之前本地开发和阿里云环境上都是好好的,但是在另一套环境下时不时就挂。为了这个问题加起来折腾了好几天,今天终于算处理掉了(虽然还没从根子上解决)。写篇文章记录一下思路和解决方案。     阅读全文
Kanglai Qian's avatar
Kanglai Qian 9月 15, 2014

Compile libcurl 7.37.0 with Android 4.4 or other versions

Recently I need compile libcurl for different platforms, since cocos-2dx 3.0 ships with libcurl 7.26.0 and there are several fixes in newer versions according to changelog. There are several blogs describing how to build libcurl with android source, such as porting-of-libcurl-to-android-os-using, How_to_compile_libcurl and Android ndk下编译libcurl. However, they are all out dated, especially android source has changed a lot!     阅读全文
Kanglai Qian's avatar
Kanglai Qian 8月 31, 2014

如何在国内下载android源代码

为了编译libcurl,必须下载android系统源代码,结果发现被某墙弄的基本不能下。我手头只有一个性能很弱的vps,最后没办法走上了双重代理不归路~最后使用了ssh端口转发,然后socks5代理转http代理(其实也可以拿来干别的事情,如上上网什么的)     阅读全文
Kanglai Qian's avatar
Kanglai Qian 8月 29, 2014

人人相册下载器(针对人人v7)

最近升级了人人v7,发现人人网改造器挂了,想下个相册都没办法。后来找到一个专门下载人人相册的工具,试了下也不灵,应该是HTML结构变化所致,就稍微改了改代码,使得在新版人人上也能用了。     阅读全文
Kanglai Qian's avatar
Kanglai Qian 8月 29, 2014

ImagePicker for cocos2d-x v3

This extension plugin is able to load images from system photo library. Native calls for Android, iOS(iPhone+iPad) & Win32. More details can be found here ImagePicker.     阅读全文
Kanglai Qian's avatar
Kanglai Qian 4月 14, 2014

Visual Studio 2012编译Unreal 4

最近尝试了一下在Visual Studio 2012中编译Unreal 4,记录一下其中踩的坑 (其实这个纯粹是我蛋疼才这么干的,讲真还是升级VS比较方便…)     阅读全文
Kanglai Qian's avatar
Kanglai Qian 3月 29, 2014

word ladder 2

I was blocked by word ladder II in last two days.     阅读全文
Kanglai Qian's avatar
Kanglai Qian 11月 05, 2013

glew32 link error

I encountered a very strange problem these days: can’t link glew in C++ code. I’ve tried this code but failed, my post in SO:     阅读全文
Kanglai Qian's avatar
Kanglai Qian 10月 24, 2013