James Chen
|
675a821189
|
Merge pull request #5686 from chengstory/ChangeConditionJudgeRule
Fix a logical error in 'TriggerObj::detect()'.
|
2014-03-12 09:47:54 +08:00 |
Ricardo Quesada
|
1a5e816285
|
Merge pull request #5688 from ricardoquesada/xcode_fixes
Deployment iOS >= 5.1.1 (needed for ARM64)
|
2014-03-11 10:19:40 -07:00 |
Ricardo Quesada
|
8f7fd3e13c
|
Deployment iOS >= 5.1.1 (needed for ARM64)
Adds also Valid signature = iOS Developer
|
2014-03-11 10:18:38 -07:00 |
James Chen
|
2f0722d962
|
Merge pull request #5687 from CocosRobot/update_cocosfiles_1394549659
[AUTO][ci skip]: updating cocos2dx_files.json
|
2014-03-11 22:54:49 +08:00 |
CocosRobot
|
d74eece191
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2014-03-11 14:54:20 +00:00 |
James Chen
|
1df6acd10f
|
Merge pull request #5661 from dumganhar/re-add-lua
Adds 'cpp-empty-test', 'lua-empty-test' project
|
2014-03-11 22:50:39 +08:00 |
James Chen
|
fbcf1e7193
|
Updates pull-request-builder.py, do 'git clean -fdx -f' after checkout a new branch.
|
2014-03-11 22:05:50 +08:00 |
minggo
|
63a54b3462
|
Merge pull request #5685 from lihex/develop
update submodule
|
2014-03-11 22:05:25 +08:00 |
chengstory
|
59aa17ea05
|
Change && to || in conditions judge.
|
2014-03-11 22:02:55 +08:00 |
lihex
|
1e8990744e
|
update submodule
|
2014-03-11 22:02:47 +08:00 |
minggo
|
86219dd7f4
|
Merge pull request #5676 from chuanweizhang2013/luamerage
lua template default
|
2014-03-11 21:54:08 +08:00 |
James Chen
|
8feccc45ee
|
Updates win32 project.
|
2014-03-11 21:52:03 +08:00 |
James Chen
|
e825324a94
|
[jenkins ci] Updates pull-request-builder.py. Uses 'git clean -fdx -f' to remove all files that are not in current repo.
|
2014-03-11 21:39:31 +08:00 |
andyque
|
4ed33fa4c8
|
fix lua bindings
|
2014-03-11 21:36:00 +08:00 |
andyque
|
f6a9824df1
|
fix win32 compile error
|
2014-03-11 20:59:35 +08:00 |
James Chen
|
3adc62679f
|
Updates Jenkins ci.
|
2014-03-11 20:47:02 +08:00 |
andyque
|
448b101578
|
fix linux compile error
|
2014-03-11 20:46:11 +08:00 |
James Chen
|
4444e3872e
|
[jenkins ci] Build only cpp-empty-test, cpp-tests.
|
2014-03-11 19:39:20 +08:00 |
James Chen
|
8c56b11819
|
Updates Xcode project and adds scheme for xcbuild.
|
2014-03-11 19:27:55 +08:00 |
James Chen
|
79e979ac71
|
updates CMakeLists.txt
|
2014-03-11 19:10:37 +08:00 |
James Chen
|
25604d3872
|
Update CMakeLists.txt
|
2014-03-11 19:10:37 +08:00 |
James Chen
|
d0ec54e30e
|
Update CMakeLists.txt
|
2014-03-11 19:10:37 +08:00 |
James Chen
|
6ad4b191a6
|
Update CMakeLists.txt
|
2014-03-11 19:10:36 +08:00 |
James Chen
|
cbd9cbaf71
|
travis builds all tests projects for Android.
|
2014-03-11 19:10:36 +08:00 |
James Chen
|
58e21884f8
|
TestsDemo -> CppTests.
|
2014-03-11 19:10:36 +08:00 |
James Chen
|
99ffde24d2
|
[Android] Prefer to install tests to external storage device.
|
2014-03-11 19:10:36 +08:00 |
James Chen
|
431e800dd6
|
All tests could run on Android.
|
2014-03-11 19:10:36 +08:00 |
James Chen
|
b635d9abd9
|
Remove .gitkeep in 'cpp-empty-test', Add proguard-project.txt.
|
2014-03-11 19:10:36 +08:00 |
James Chen
|
3d5c3001bd
|
cpp-empty-test works ok for Android.
|
2014-03-11 19:10:36 +08:00 |
James Chen
|
91a3ba61da
|
lua-empty-test, cpp-empty-test work for iOS/Mac
|
2014-03-11 19:10:36 +08:00 |
James Chen
|
fda8cfa740
|
plist rename.
|
2014-03-11 19:10:35 +08:00 |
James Chen
|
2485f86777
|
lua-empty-test folder structure refactoring.
|
2014-03-11 19:10:35 +08:00 |
James Chen
|
7504a25d9c
|
cpp-hello -> cpp-empty-test, lua-hello -> lua-empty-test, ouch....
|
2014-03-11 19:10:35 +08:00 |
James Chen
|
b88de91a15
|
Renames 'samples' folder to 'tests', ouch....
|
2014-03-11 19:10:34 +08:00 |
James Chen
|
36e9f55c98
|
Renames cocos2d_samples to cocos2d_tests, what could i say?
|
2014-03-11 19:10:09 +08:00 |
James Chen
|
69fc09d715
|
Removes xcscheme for test project.
|
2014-03-11 19:10:09 +08:00 |
James Chen
|
f23bb8c9c1
|
Adds lua-hello samples, it works on iOS / Mac .
|
2014-03-11 19:10:09 +08:00 |
James Chen
|
c156a1df04
|
Removes unused configuration for Xcode.
|
2014-03-11 19:10:09 +08:00 |
James Chen
|
27729db97b
|
Re-add hellocpp, hellolua
|
2014-03-11 19:10:09 +08:00 |
minggo
|
b2e27947a3
|
Merge pull request #5654 from dabingnn/develop_RenderTextureImprovement
Develop render texture improvement
|
2014-03-11 18:50:51 +08:00 |
andyque
|
b95bba56d8
|
update vs2012 project dependency
|
2014-03-11 18:48:28 +08:00 |
andyque
|
48772fb952
|
modify android makefile
|
2014-03-11 18:48:28 +08:00 |
andyque
|
df7aa27b8b
|
fix mac lua
|
2014-03-11 18:48:28 +08:00 |
andyque
|
026ef95b07
|
add lua ui binding
|
2014-03-11 18:48:27 +08:00 |
andyque
|
dcc98ef79f
|
rename cocos2dx_gui to cocos2dx_ui
|
2014-03-11 18:48:27 +08:00 |
andyque
|
032ca5f309
|
rename cocosgui resource to cocosui
|
2014-03-11 18:48:27 +08:00 |
andyque
|
cbcc1bbbcf
|
let ios project compile correct
|
2014-03-11 18:48:26 +08:00 |
andyque
|
d309286c84
|
rename gui folder to ui
|
2014-03-11 18:48:25 +08:00 |
Dhilan007
|
13aa532cff
|
update test case.
|
2014-03-11 18:26:25 +08:00 |
James Chen
|
ed9de19738
|
Merge pull request #5678 from samuele3hu/develop_new_fix
fix: The return value of `luaval_to_dictionary` was wrong and remove some warning
|
2014-03-11 18:20:14 +08:00 |