Kezhu Wang
|
eb8e08ccdd
|
prefer std::vector to other containers
|
2014-06-03 19:09:48 +08:00 |
Kezhu Wang
|
f1ce9e032d
|
remove unnecessary cache-variable
|
2014-06-03 19:08:28 +08:00 |
Ricardo Quesada
|
9b118e5e96
|
Squashed commit of the following:
commit 519fcd7f68e3586c376fd5e8d4a0ee220a48d225
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 10:10:06 2014 -0700
Updates templates files
commit 2b07843ebe592f56b2abc544ccf66d441bb19fc5
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 10:08:19 2014 -0700
compiles on Windows
commit b175522ef7205eaab3bd3f26c27c5d6514cbe2a4
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:55:30 2014 -0700
adds cocos2d.h
commit 4c3d14f929bac017b93ca843b4f149d352264a30
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:54:24 2014 -0700
re-adds missing files
commit f729181728959260d14c4152555534f5beec8e05
Merge: 148da79 2adac67
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:51:12 2014 -0700
Merge branch 'includes_fixes' of github.com:ricardoquesada/cocos2d-x into includes_fixes
commit 148da79010c5dffeab885933624cffaf3d588852
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:49:12 2014 -0700
Adds SimpleAudioEngine
commit 2adac67019180ec82b7bd03f0b67c12f62e29e77
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:47:45 2014 -0700
Compiles for Android
commit 4a300d1b9225fa5708f25a69a50bb531f0ac1a32
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:13:35 2014 -0700
Fixes the includes
|
2014-04-26 10:11:22 -07:00 |
James Chen
|
5e6130c92c
|
issue #4058: Get rid of Object ,rename it to Ref.
|
2014-02-20 10:53:49 +08:00 |
James Chen
|
b6932d580d
|
issue #3713: Modifies the scope of DEBUG macro in CCAutoreleasePool.h , contains(Object* obj) should be valid in RELEASE version too.
|
2014-01-24 17:57:36 +08:00 |
James Chen
|
6e704b6843
|
issue #3713: Adds AutoreleasePool::isClearing() for easily debugging memory issues. It only valid in DEBUG mode.
|
2014-01-24 17:51:36 +08:00 |
James Chen
|
3aedb8ec43
|
issue #3713: Object::release() of debug version will check whether the object was in autorelease pool.
|
2014-01-24 14:46:06 +08:00 |
minggo
|
562d10c89f
|
issue #3713: every autorelease will cause a release operation
|
2014-01-22 11:40:07 +08:00 |
minggo
|
9ffcef4982
|
issue #3713:fix memory leak of autoreleas pool
|
2014-01-22 10:17:42 +08:00 |
minggo
|
6378d10d5d
|
issue #3713:add test case for autorelease pool
|
2014-01-21 17:47:59 +08:00 |
minggo
|
3e5fbb2422
|
issue #3713: remove Object::_autoReleaseCount
|
2014-01-20 17:08:22 +08:00 |
walzer
|
d4c1aa92d5
|
add copyrights for 2014, in folders other then 2d.
|
2014-01-07 11:47:11 +08:00 |
James Chen
|
cd72813389
|
issue #2790: Autorelease pool is using Vector<T> now.
|
2013-12-07 14:23:29 +08:00 |
minggo
|
95acb1b9e3
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |