Wenhai Lin
|
d63474436b
|
fix compiling error caused by enable CC_LABELBMFONT_DEBUG_DRAW/CC_LABELATLAS_DEBUG_DRAW
|
2014-11-24 17:21:14 +08:00 |
honghui
|
0e73301fc4
|
remove "using namespace" from header files
|
2014-11-24 17:13:24 +08:00 |
LinWenhai
|
fa90897e5b
|
remove unnecessary keyword
|
2014-11-24 16:27:42 +08:00 |
Dhilan007
|
7119a5855d
|
Fix crash when missing image resource of FNT font.
|
2014-11-24 15:57:00 +08:00 |
minggo
|
8dce62b94c
|
Merge pull request #9209 from CocosRobot/update_lua_bindings_1416813895
[AUTO]: updating luabinding automatically
|
2014-11-24 15:42:10 +08:00 |
Dhilan007
|
4bc4f43b28
|
Reducing unnecessary function call
|
2014-11-24 15:27:20 +08:00 |
James Chen
|
13b1c91785
|
Merge pull request #9208 from CocosRobot/update_lua_bindings_1416813762
[AUTO]: updating luabinding automatically
|
2014-11-24 15:27:11 +08:00 |
CocosRobot
|
f2905f1b8e
|
[AUTO]: updating luabinding automatically
|
2014-11-24 07:26:52 +00:00 |
CocosRobot
|
7dc623fcab
|
[AUTO]: updating luabinding automatically
|
2014-11-24 07:24:39 +00:00 |
minggo
|
74e7aa6db9
|
Merge pull request #9205 from Dhilan007/v3-scriptfix
replace tab with four spaces
|
2014-11-24 15:22:00 +08:00 |
minggo
|
b8bb61c7c6
|
Merge pull request #9028 from andyque/fixWidgetFlipIssue
Fix widget flip issue
|
2014-11-24 15:19:50 +08:00 |
minggo
|
2a0c3983e5
|
[ci skip] Update CHANGELOG
|
2014-11-24 15:18:31 +08:00 |
minggo
|
88c3cc2ad9
|
Merge pull request #9105 from Dhilan007/v3-video-web-fix
Fix WebView and VideoPlayer in wrong place on Android 2.3.x
|
2014-11-24 15:15:18 +08:00 |
James Chen
|
cb6d81599b
|
#8984: Removes unused codes in CCStdC-linux.cpp
|
2014-11-24 15:01:57 +08:00 |
James Chen
|
15a850a24f
|
Disable clang build on linux temporarily since we're using "-stdlib=libc++ " which wasn't installed on travis machine.
|
2014-11-24 15:01:14 +08:00 |
Dhilan007
|
4e769d40b1
|
replace tab with four spaces
|
2014-11-24 11:26:34 +08:00 |
honghui
|
84a8c75ad5
|
Split Runtime.cpp to individual class files
|
2014-11-24 11:14:35 +08:00 |
youyou
|
d04945d77c
|
update templates
|
2014-11-24 11:08:37 +08:00 |
honghui
|
bc344bfba1
|
Merge branch 'v3' of https://github.com/cocoscodeide/cocos2d-x into v3
|
2014-11-24 10:54:23 +08:00 |
kaile.yin
|
2a86677619
|
fixed setCurrentFrame
|
2014-11-24 10:49:22 +08:00 |
honghui
|
3477e0fa19
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2014-11-24 10:43:34 +08:00 |
youyou
|
966100a511
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2014-11-24 10:35:51 +08:00 |
minggo
|
87f70cfaec
|
Merge pull request #9113 from Dhilan007/v3-scriptfix
fix compiling error caused by disable CC_ENABLE_SCRIPT_BINDING
|
2014-11-24 10:09:19 +08:00 |
honghui
|
e0cacdb743
|
Merge branch 'v3' of https://github.com/cocoscodeide/cocos2d-x into v3
|
2014-11-24 09:47:45 +08:00 |
Dale Stammen
|
4557b2ed8b
|
Merge branch 'v3' into v3-win8.1-appstate
|
2014-11-23 14:10:49 -08:00 |
minggo
|
c46f1182f6
|
Merge pull request #9089 from wangqm0513/v3
Update MathUtilNeon64.inl
|
2014-11-22 09:21:04 +08:00 |
Dale Stammen
|
fc09fa8798
|
Merge branch 'v3' into v3-win8.1-appstate
|
2014-11-21 16:27:01 -08:00 |
Dale Stammen
|
a607d41454
|
implemented lostDevice support when app loses the directx device
|
2014-11-21 16:24:51 -08:00 |
Dale Stammen
|
32fe5d07ae
|
fixed compiler warning. Don't use _filePath to check tga if it's length is 0
|
2014-11-21 16:23:54 -08:00 |
Ricardo Quesada
|
0b4a8ad97b
|
Merge pull request #9195 from ricardoquesada/fixes_fileutils
Fixes for FileUtils
|
2014-11-21 14:53:42 -08:00 |
Ricardo Quesada
|
9fedb14354
|
Fixes for FileUtils
compiles after previous patch
|
2014-11-21 14:52:13 -08:00 |
Ricardo Quesada
|
0f268e7aaa
|
Merge pull request #9176 from MSOpenTech/v3-winrt-accelerometer-fix
Fixed accelerometer for windows store apps device orientation
|
2014-11-21 11:50:08 -08:00 |
Ricardo Quesada
|
16623545f9
|
Merge pull request #9190 from dptd/update
Updated link to information about contribution.
|
2014-11-21 11:49:11 -08:00 |
Ricardo Quesada
|
ca9b82c78d
|
Merge pull request #9194 from dptd/cpp11
changed few loops for C++11 range-based for loop
|
2014-11-21 11:48:46 -08:00 |
Bartosz Duszel
|
fbd27dff9c
|
changed few loops for C++11 range-based for loop
|
2014-11-21 20:12:55 +01:00 |
Dale Stammen
|
2a86c77066
|
added foreground, background, lostdevice support
|
2014-11-21 10:31:57 -08:00 |
Dale Stammen
|
316b68f783
|
added winrt and wp8 support for EVENT_RENDERER_RECREATED
|
2014-11-21 10:30:49 -08:00 |
Dale Stammen
|
7aaad84022
|
added winrt and wp8 support for EVENT_RENDERER_RECREATED
|
2014-11-21 10:30:14 -08:00 |
Dale Stammen
|
34df482893
|
disabled mandlebrot, julia and blur shader tests for winrt and wp8
|
2014-11-21 10:29:36 -08:00 |
Dale Stammen
|
a5b1faa379
|
added winrt and wp8 support for EVENT_RENDERER_RECREATED
|
2014-11-21 10:00:34 -08:00 |
Dale Stammen
|
9bf15d424f
|
added CC_PLATFORM_WINRT to enable CC_ENABLE_CACHE_TEXTURE_DATA
|
2014-11-21 09:52:33 -08:00 |
pipu
|
5d50a8ef92
|
Modify that initialize Color4B for WidgetReader
|
2014-11-21 19:36:20 +08:00 |
pipu
|
27cf8efa6c
|
Merge pull request #14 from chengstory/Branch_v3_flatbuffers
Update windows project.
|
2014-11-21 18:45:07 +08:00 |
zhangcheng
|
32ce3dca2e
|
1, Update windows project.
|
2014-11-21 18:12:46 +08:00 |
pipu
|
6be17520c7
|
Config android, linux, wp8
|
2014-11-21 18:08:09 +08:00 |
pipu
|
f3cb80d8f6
|
Add flat buffers reader and serialize
|
2014-11-21 15:15:38 +08:00 |
James Chen
|
2e66e7de1e
|
Merge pull request #9188 from CocosRobot/update_cocosfiles_1416535058
[AUTO][ci skip]: updating cocos2dx_files.json
|
2014-11-21 13:59:53 +08:00 |
CocosRobot
|
2398712b9d
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2014-11-21 01:57:39 +00:00 |
Ricardo Quesada
|
ee94d89c20
|
Merge pull request #9187 from ricardoquesada/updates_console
Updates console
|
2014-11-20 17:56:23 -08:00 |
Ricardo Quesada
|
59461439ad
|
Updates console
|
2014-11-20 17:55:59 -08:00 |