Dale Stammen
|
8f14597717
|
check if _currentUTF16String is null
|
2014-04-19 09:38:45 -07:00 |
Dale Stammen
|
9cf463bf6a
|
start of input queue support
|
2014-04-19 09:37:54 -07:00 |
Dale Stammen
|
12b01dcb25
|
input events refactor
|
2014-04-19 09:32:59 -07:00 |
Dale Stammen
|
1a56f435fe
|
added missing files
|
2014-04-19 09:32:12 -07:00 |
Dale Stammen
|
bebfe31b48
|
removed input files from refactor
|
2014-04-19 09:28:37 -07:00 |
Dale Stammen
|
66ed186a56
|
added missing files
|
2014-04-19 09:27:28 -07:00 |
Dale Stammen
|
f2b5d7c395
|
updated winrt project file
|
2014-04-19 09:26:52 -07:00 |
Dale Stammen
|
d19e898f21
|
removed ccset.h
|
2014-04-19 09:26:38 -07:00 |
Dale Stammen
|
4baa7ebacf
|
added CC_PLATFORM_WINRT
|
2014-04-19 09:25:54 -07:00 |
Dale Stammen
|
1403737d2d
|
added functions to display ip address of device
|
2014-04-19 09:12:20 -07:00 |
Dale Stammen
|
f233251f4f
|
added functions to display ip address of device
|
2014-04-19 09:12:04 -07:00 |
Dale Stammen
|
008bde1e27
|
fixed font path when fontname is empty string
|
2014-04-19 09:11:20 -07:00 |
Dale Stammen
|
b54a1064fd
|
fixed accelerometer for wp8
|
2014-04-19 09:10:34 -07:00 |
minggo
|
8e83cd7900
|
Merge pull request #6261 from iSevenDays/patch-9
Fix memory leak
|
2014-04-18 14:19:17 +08:00 |
minggo
|
0e7280b1ca
|
Merge pull request #6304 from dumganhar/iss4568-crash
closed #4568: Application crashes on closing if CC_ENABLE_CACHE_TEXTURE_DATA is enabled.
|
2014-04-18 14:00:40 +08:00 |
minggo
|
a8a8ef85e6
|
add comment for EventListenerTouchOneByOne::checkAvailable()
|
2014-04-17 14:46:52 +08:00 |
James Chen
|
30e1d41dbf
|
Makes 'compareRenderCommand' as a static function instead of a global function
|
2014-04-17 10:16:37 +08:00 |
James Chen
|
63f54cb5f7
|
closed #4568: Application crashes on closing if CC_ENABLE_CACHE_TEXTURE_DATA is enabled.
CC_SAFE_RELEASE(_eventDispatcher); should be after 'delete _renderer;'
in Director's destructor.
|
2014-04-17 10:15:11 +08:00 |
minggo
|
46e7058587
|
update version information
|
2014-04-15 13:58:51 +08:00 |
minggo
|
38b982f938
|
Merge pull request #6286 from dumganhar/rename-listener-method
Renames the protected method: 'EventListener::(s|g)etSceneGraphPriority'-> 'EventListener::(s|g)etAssociatedNode'
|
2014-04-15 13:43:25 +08:00 |
James Chen
|
8134404734
|
Renames the protected method: 'EventListener::(s|g)etSceneGraphPriority'
-> 'EventListener::(s|g)etAssociatedNode'
|
2014-04-15 12:50:33 +08:00 |
Ricardo Quesada
|
3978cee2ee
|
compiles on windows
|
2014-04-14 20:00:06 -07:00 |
Ricardo Quesada
|
584ccf65e4
|
Culling working again
|
2014-04-14 16:46:19 -07:00 |
minggo
|
26494c000b
|
Merge pull request #6257 from dumganhar/group-command-manager-not-singleton
GroupCommandManager should not be a singleton, it should be managed by Renderer.
|
2014-04-14 14:52:39 +08:00 |
minggo
|
bb15d0ecf9
|
Merge pull request #6267 from dabingnn/develop_add_culling_enabled_option
Add interface setCullingEnabled(), culling is disabled by default
|
2014-04-14 14:50:11 +08:00 |
James Chen
|
eb651a6ae4
|
Merge pull request #6272 from Dhilan007/develop
LabelTTF:fixed display incorrect if create by FontDefinition.
|
2014-04-14 14:09:50 +08:00 |
Dhilan007
|
aef2767d23
|
change variable name.
|
2014-04-14 13:42:37 +08:00 |
Dhilan007
|
6fe64b83f8
|
LabelTTF:fixed display incorrect if create by FontDefinition.
|
2014-04-14 11:33:46 +08:00 |
Huabing.Xu
|
9935e8ddfb
|
setCullingEnabled set to public access
changed renderer->culling test case
|
2014-04-14 11:33:40 +08:00 |
minggo
|
9f9a87f09d
|
Merge pull request #6254 from dumganhar/clippingnode-leak
Memory leak fix for ClippingNode
|
2014-04-14 10:17:37 +08:00 |
James Chen
|
44a01be0f5
|
Merge pull request #6266 from dumganhar/develop
Const love: std::function<void(Texture2D*)> -> const std::function<void(Texture2D*)>&
|
2014-04-14 10:04:44 +08:00 |
James Chen
|
5000873778
|
Const love: std::function<void(Texture2D*)> -> const
std::function<void(Texture2D*)>&
|
2014-04-14 10:01:17 +08:00 |
Huabing.Xu
|
37bfeff8f0
|
Add interface setCullingEnabled(), culling is disabled by default
|
2014-04-14 09:56:01 +08:00 |
Sachin Garg
|
69223549f3
|
Add support for orientation change callback (applicationScreenSizeChanged) in Android Java activity.
|
2014-04-14 05:46:30 +05:30 |
Anton Sokolchenko
|
65cf2e1256
|
Update CCImage.cpp
|
2014-04-13 01:13:58 +03:00 |
Anton Sokolchenko
|
a9ccb812ed
|
Fix memory leak
|
2014-04-12 18:47:00 +03:00 |
James Chen
|
b276c42ae6
|
GroupCommandManager should not be a singleton, it should be managed by Renderer.
|
2014-04-12 13:01:42 +08:00 |
James Chen
|
922b399ef2
|
Memory leak fix for ClippingNode
|
2014-04-12 12:56:36 +08:00 |
Huabing.Xu
|
a8378a2b99
|
adjust comment
|
2014-04-11 17:31:35 +08:00 |
Huabing.Xu
|
7c027b16b0
|
change assert message
|
2014-04-11 16:07:55 +08:00 |
Huabing.Xu
|
51289e8a4c
|
1. add assert condition of rendering when adding command
2. fix bug: renderTexture->SpriteRenderTextureBug
|
2014-04-11 16:05:22 +08:00 |
James Chen
|
588d825691
|
Merge pull request #6236 from dumganhar/develop
Small fix in CCRenderer.cpp, 'auto i = 0' -> 'ssize_t i = 0' in for loop
|
2014-04-11 13:53:54 +08:00 |
James Chen
|
85cc100ac4
|
Small fix in CCRenderer.cpp, 'auto i = 0' -> 'ssize_t i = 0' in for loop
|
2014-04-11 13:51:40 +08:00 |
James Chen
|
48a5fd555b
|
Compilation error fix in CCQuadCommand.cpp
|
2014-04-11 10:50:38 +08:00 |
James Chen
|
dbeefcdff2
|
Merge commit 'refs/pull/6230/head' of git://github.com/cocos2d/cocos2d-x into pull/6230
|
2014-04-11 10:48:29 +08:00 |
minggo
|
951bf1cbfa
|
remove unneeded codes
|
2014-04-10 22:56:40 +08:00 |
James Chen
|
6b21e598c5
|
[win32] Fix typo in cocos2d_(winrt_|wp8_)headers.props, gui -> ui
|
2014-04-10 21:14:24 +08:00 |
James Chen
|
1fdcaaa2c6
|
Initialzies member variables for QualCommand class.
|
2014-04-10 20:31:44 +08:00 |
James Chen
|
7b4bec1395
|
Merge pull request #6226 from dumganhar/develop
Initializes member variables for TransitionScene class
|
2014-04-10 19:33:17 +08:00 |
James Chen
|
e7a4ac531a
|
Initializes member variables for TransitionScene class
|
2014-04-10 19:29:07 +08:00 |