walzer
f4c8c3bf7a
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
2012-09-28 10:19:23 +08:00
minggo
fc2ba4730f
Merge pull request #1410 from folecr/jsbindings_audioengine
...
Add JavaScript bindings for CocosDenshion SimpleAudioEngine
2012-09-27 18:57:32 -07:00
folecr
5859260b25
Update to latest generated bindings
2012-09-27 13:39:49 -07:00
folecr
f1aff597a2
Update makefile to include CocosDenshion
2012-09-27 13:39:49 -07:00
folecr
d57842bec5
Generate bindings for CocosDenshion's SimpleAudioEngine
...
* Bindings configured to rename SimpleAudioEngine to AudioEngine
2012-09-27 13:39:49 -07:00
walzer
2f779a3a27
update doxygen config
2012-09-27 14:06:39 +08:00
Walzer
c07f6ae272
Merge pull request #1403 from walzer/gles20
...
add landscape orientation setting to TestJavascript Xcode proj.
2012-09-26 19:59:55 -07:00
walzer
dcbf450cb3
add landscape orientation setting to TestJavascript Xcode prom.
2012-09-27 10:58:48 +08:00
Horcruxes
cb66f1673e
Update cocos2dx/platform/ios/CCFileUtils.mm
...
fixing cannot read data using CCArray::createWithContentsOfFile
2012-09-27 12:31:53 +10:00
Walzer
bfa71ebdf5
Merge pull request #1400 from walzer/gles20
...
fix compilation error in xcodebuild command line mode, which are caused by ios6 compatibility
2012-09-26 19:29:53 -07:00
walzer
d18eecf247
UIInterfaceOrientationMaskLandscape -> UIInterfaceOrientationMaskAllButUpsideDown, developers still need to set orientation in xcode->targets
2012-09-27 10:28:00 +08:00
minggo
216a47ab1b
Merge pull request #1401 from folecr/gles20
...
Ignore userconf.ini when running from jenkins
2012-09-26 18:24:10 -07:00
folecr
c8d108d350
Ignore userconf.ini when running from jenkins
2012-09-26 10:49:02 -07:00
walzer
edaf22f14d
fix xcode4 templates compilation error for xcodebuild command line mode, caused by ios6 compatibility.
2012-09-27 00:46:09 +08:00
walzer
c9772c76ec
fix compilation error in xcodebuild command line, which are caused by ios6 deprecated marcos and enums
2012-09-27 00:44:40 +08:00
Walzer
70e16a5835
Update AUTHORS
2012-09-26 19:31:01 +08:00
James Chen
7bb2e183da
Merge pull request #1398 from dumganhar/gles20
...
Updated win32 template.
2012-09-26 02:57:17 -07:00
James Chen
6f6dd5daea
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
2012-09-26 17:55:44 +08:00
James Chen
e4b428a875
Updated win32 template.
2012-09-26 17:55:18 +08:00
minggo
50cce4f399
Merge pull request #1397 from minggo/gles20
...
modify xcode project to include correct files
2012-09-26 02:13:53 -07:00
minggo
f3e2a385e1
modify xcode project to include correct files
2012-09-26 17:12:57 +08:00
James Chen
16f77f6f53
Merge pull request #1396 from dumganhar/gles20
...
Reverted CCNotificationCenter.cpp.
2012-09-26 01:28:59 -07:00
James Chen
0d8e7deb10
Reverted CCNotificationCenter.cpp. 'object' and 'target' should not be retained. We must use weak reference, otherwise the life-cycle of target object will be delayed until the destruction of CCNotificationCenter.
2012-09-26 16:25:13 +08:00
minggo
ff66536c30
Merge pull request #1395 from minggo/gles20
...
update AUTHORS and CHANGELOG
2012-09-26 01:05:44 -07:00
minggo
25d3f4215f
update AUTHORS and CHANGELOG
2012-09-26 16:04:22 +08:00
James Chen
4add2e806a
Merge pull request #1394 from dumganhar/gles20
...
A memory leak fix in CCNotificationCenter.
2012-09-26 00:52:41 -07:00
James Chen
a4e04d70c9
A memory leak fix in CCNotificationCenter.
2012-09-26 15:51:14 +08:00
James Chen
caf7b2a0e4
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
2012-09-26 15:50:01 +08:00
James Chen
48a5ed22c8
Merge pull request #1379 from jzgenius/fix_CCNotificationObserver_performSelector
...
fixed #1485 : [1] The parameters 'target' and 'object' in the constructor of CCNotificationObserver needs to be retained;
[2] perform m_object to performSelector target.
2012-09-26 00:47:28 -07:00
James Chen
28e1813353
Merge pull request #1393 from dumganhar/gles20
...
Fixed some compilation errors for linux platform.
2012-09-26 00:34:19 -07:00
minggo
5c026c5285
Merge pull request #1392 from minggo/gles20
...
update CHANGELOG
2012-09-26 00:33:16 -07:00
minggo
1e950ed445
update CHANGELOG
2012-09-26 15:31:32 +08:00
James Chen
b48b329517
Removed js185-1.0.1.tar.gz.
2012-09-26 15:28:32 +08:00
James Chen
0ca7e00700
fixed some compilation errors for linux platform.
2012-09-26 15:23:10 +08:00
jzgenius
0517372557
add CC_SAFE_RETAIN into constructor of CCNotificationObserver.
2012-09-26 14:10:52 +08:00
James Chen
38eb0ad4fc
Merge pull request #1390 from dumganhar/gles20
...
Updated samples/TestCpp/proj.linux/Makefile.
2012-09-25 23:07:56 -07:00
James Chen
ac8edf1384
Updated samples/TestCpp/proj.linux/Makefile.
2012-09-26 14:06:49 +08:00
James Chen
adf5e43bd0
Merge pull request #1389 from dumganhar/gles20
...
Fixed compilation errors of blackberry platform.
2012-09-25 21:05:54 -07:00
James Chen
dacc4a4f64
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
2012-09-26 12:03:06 +08:00
minggo
21fe5fe7ed
Merge pull request #1388 from minggo/gles20
...
fix some bugs when testing
2012-09-25 21:02:50 -07:00
minggo
dc3ba6e0cc
fix some bugs when testing
2012-09-26 12:01:42 +08:00
James Chen
0dfa1b566b
Fixed compilation errors of blackberry platform.
2012-09-26 11:16:44 +08:00
minggo
c3c1022fb4
Merge pull request #1380 from dualface/gles20
...
[Lua] fix CCActionInterval, CCFiniteTimeAction, CCAction declare
2012-09-25 19:30:04 -07:00
James Chen
d6e2dca998
Merge pull request #1387 from dumganhar/gles20
...
fixed #1484 : Minor memory-logic error in EditBoxImplIOS.mm.
2012-09-25 19:06:45 -07:00
James Chen
e8e55c600b
Merge branch 'gles20' of https://github.com/donaldalanmorrison/cocos2d-x into gles20
2012-09-26 09:49:48 +08:00
minggo
effb4b3121
Merge pull request #1386 from folecr/gles20
...
Fix comment. No functional changes.
2012-09-25 18:20:33 -07:00
folecr
53889c5b3c
Fix comment. No functional changes.
2012-09-25 13:55:06 -07:00
Donald Alan Morrison
f6b51c0a5f
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
2012-09-25 10:20:18 -07:00
Donald Alan Morrison
a245199075
Jianhua Chen pointed out a semantic error in my "fix". Thanks James!
...
The Static Analyzer doesn't search for this semantic error, even though it is common.
2012-09-25 10:13:49 -07:00
James Chen
9cacc24632
Merge pull request #1384 from dumganhar/gles20
...
Added library dependence for create-android-project script.
2012-09-25 07:13:42 -07:00