Dhilan007
|
771ed300c4
|
close #3642:fix bounding box of new label is incorrect.
|
2014-01-24 14:04:08 +08:00 |
James Chen
|
27ff8f3c68
|
Merge pull request #5195 from dumganhar/iss3833-ccs-scenetest-crash
closed #3833: SceneTest of CocoStudio crashes
|
2014-01-23 20:04:43 -08:00 |
James Chen
|
2e75a86431
|
Merge pull request #5185 from hanjukim/develop
closed #3832: color and opacity settings are invalid when alignText.
|
2014-01-23 19:56:45 -08:00 |
James Chen
|
c6e7093270
|
closed #3833: SceneTest of CocoStudio crashes
|
2014-01-24 11:50:58 +08:00 |
James Chen
|
5f71d320c3
|
Merge pull request #5189 from samuele3hu/developNewEventDispacther
close #3822:Use the new event-dispatcher to update some lua test cases which used the old event-dispatcher
|
2014-01-23 19:41:09 -08:00 |
andyque
|
43ff0c42cf
|
fix a potential bug of CCSkin. It will cause the display of CCSkin wrongly.
|
2014-01-24 11:05:34 +08:00 |
samuele3hu
|
6b927fb6b0
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developNewEventDispacther
|
2014-01-23 22:28:05 +08:00 |
samuele3hu
|
402d0cf7b1
|
issue #3822:Update the test cases which are related with touch using the `EventListenerTouchAllAtOnce` or `EventListenerTouchOneByOne`
|
2014-01-23 22:26:14 +08:00 |
Hanju Kim
|
1a34a6ff84
|
remove unused header
remove CC Prefix
|
2014-01-23 18:55:51 +09:00 |
James Chen
|
41c63e2f4d
|
Merge pull request #5183 from dumganhar/iss3823-fullscreen-glfw
closed #3823: Fullscreen support for desktop platforms (windows, linux, mac).
|
2014-01-23 01:41:41 -08:00 |
Hanju Kim
|
0d05db2326
|
Merge remote-tracking branch 'remotes/upstream/develop' into develop
|
2014-01-23 18:40:07 +09:00 |
Hanju Kim
|
c042c5f3db
|
updateColor should be called after updating quads on alignText
|
2014-01-23 17:27:28 +09:00 |
minggo
|
636205147f
|
Merge pull request #5184 from minggo/update-version
update version
|
2014-01-23 00:26:35 -08:00 |
minggo
|
c1f503bed0
|
update version
|
2014-01-23 16:25:38 +08:00 |
samuele3hu
|
a91d9161c7
|
issue #3822:Update the KeypadTest using the new event-dispatcher
|
2014-01-23 16:17:24 +08:00 |
James Chen
|
8a6e5c1904
|
issue #3823: Updates desktop/CCEGLView.h/.cpp to support fullscreen. Use EGLView::initWithFullScreen() to initialize a window with full screen.
|
2014-01-23 15:56:12 +08:00 |
Hanju Kim
|
d0319fea2c
|
Syncing develop
|
2014-01-23 16:43:52 +09:00 |
Hanju Kim
|
4773fd0937
|
Merge develop
|
2014-01-23 16:20:42 +09:00 |
Hanju Kim
|
39904e304d
|
Merge remote-tracking branch 'remotes/upstream/develop' into develop
Conflicts:
cocos/2d/CCLabel.cpp
|
2014-01-23 15:57:25 +09:00 |
CocosRobot
|
5edc28c849
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-23 05:58:35 +00:00 |
James Chen
|
49efe0acc2
|
Merge pull request #5177 from Dhilan007/develop_label
Label:Change the default parameters of TextHAlignment and let setString method do a single function
|
2014-01-22 21:50:22 -08:00 |
Dhilan007
|
bd97394ccc
|
1.Label:Change the default parameters
2.Label:let setString method do a single function
|
2014-01-23 13:42:27 +08:00 |
CocosRobot
|
b0c828b471
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-23 03:56:45 +00:00 |
James Chen
|
9292d92f63
|
Merge pull request #5143 from pandamicro/develop
closed #3806: SAXParser was supported with manual binding in JSB
|
2014-01-22 19:50:15 -08:00 |
James Chen
|
aba15dfc2d
|
Merge pull request #5172 from dumganhar/use-unified-cceglview
Using unified 'desktop/CCEGLView.h/cpp' for Windows platform too.
|
2014-01-22 19:23:44 -08:00 |
James Chen
|
ce28972269
|
Updates cocos/2d/cocos2d.vcxproj.
|
2014-01-23 10:36:44 +08:00 |
James Chen
|
19062d716d
|
Updates includes path to 'desktop/CCEGLView.h'. And added windows relevant codes.
|
2014-01-23 10:27:42 +08:00 |
James Chen
|
9b02f97217
|
Updates windows project to use the unified 'desktop/CCEGLView.h/.cpp'.
|
2014-01-23 09:58:12 +08:00 |
minggo
|
a1729fa1b4
|
Merge pull request #5159 from natural-law/develop
Add test case for issue 2572
|
2014-01-22 17:49:56 -08:00 |
Ricardo Quesada
|
c48415ef3c
|
Merge pull request #5163 from dabingnn/develop_improve_renderer
Develop improve renderer
|
2014-01-22 17:04:19 -08:00 |
Ricardo Quesada
|
dceb9cb1b9
|
compiles on Linux
|
2014-01-22 14:17:32 -08:00 |
Ricardo Quesada
|
6b8781241c
|
code is cleaner
|
2014-01-22 13:51:01 -08:00 |
Ricardo Quesada
|
7249d3ca76
|
Unified CCEAGLView on Linux and Mac
|
2014-01-22 13:05:37 -08:00 |
Ricardo Quesada
|
1b6dfcda40
|
Merge branch 'develop' into cceglview_in_desktop
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
|
2014-01-22 11:21:16 -08:00 |
pandamicro
|
913360e526
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
|
2014-01-22 22:32:44 +08:00 |
pandamicro
|
d6df71cc11
|
Fixed #3806: Change parameters to const &
|
2014-01-22 22:31:26 +08:00 |
James Chen
|
45bbbca8c6
|
Merge pull request #5164 from Dhilan007/develop_label
close #3642:fix bounding box of new label is incorrect.
|
2014-01-22 06:23:39 -08:00 |
Huabing.Xu
|
159f44a5dc
|
issue #3812: performance improvement, 1. add vector reserve 2. use C++11 range loop
|
2014-01-22 18:24:23 +08:00 |
CocosRobot
|
e900504e8b
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-22 10:03:04 +00:00 |
Dhilan007
|
ec297a2c31
|
close #3642:fix bounding box of new label is incorrect.
|
2014-01-22 18:01:37 +08:00 |
Dhilan007
|
a2f5146731
|
close #3642:fix bounding box of the new label is a bit off.
|
2014-01-22 17:45:56 +08:00 |
James Chen
|
351814c0be
|
Merge pull request #5158 from Dhilan007/develop_label
Label:remove unused code and optimization performance.
|
2014-01-22 01:24:48 -08:00 |
James Chen
|
1b89a058fa
|
Merge pull request #5160 from samuele3hu/developBugFix
fix:Update the some test cases for lua
|
2014-01-22 01:21:50 -08:00 |
James Chen
|
292c5a17c6
|
Merge pull request #5161 from pyrasis/develop
[Win32] fix localStorageGetItem crash when column text is NULL.
|
2014-01-22 01:17:32 -08:00 |
samuele3hu
|
e1476c8d60
|
fix:Replace cc.TextureCache:getInstance() —> cc.Director:getInstance():getTextureCache()
|
2014-01-22 17:09:33 +08:00 |
Huabing.Xu
|
cc39ca4f16
|
issue #3812: rename convertToWorldCoordiantes->convertToWorldCoordinates
|
2014-01-22 17:09:13 +08:00 |
CocosRobot
|
f9615d891e
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-22 08:57:36 +00:00 |
minggo
|
9c6a65baba
|
Merge pull request #5156 from minggo/deprecate-function
deprecated some functions in Object
|
2014-01-22 00:51:50 -08:00 |
Lee, Jae-Hong
|
e5d45583b7
|
[Win32] fix localStorageGetItem crash when column text is NULL.
|
2014-01-22 17:37:29 +09:00 |
Huabing.Xu
|
7ea9a4f025
|
issue #3812: remove member variable _lastCommand
|
2014-01-22 16:03:04 +08:00 |