minggo
|
87125e4b2a
|
issue #2129:use capital words for static const member variables
|
2013-07-08 18:11:32 +08:00 |
minggo
|
04465622b7
|
issue #2129:remove prefix of types in ccTypes.h
|
2013-07-05 16:49:22 +08:00 |
minggo
|
7bcafb46a4
|
Merge pull request #3051 from samuele3hu/execDev
issue #2244:make some execute funs into one fun in ScriptEngineProtocol
|
2013-07-04 03:33:12 -07:00 |
samuele3hu
|
570f2663f4
|
issue #2244:Modify ScriptData struct and functions related with sendEvent
|
2013-07-04 15:44:42 +08:00 |
minggo
|
c327bc7906
|
issue #2373:add const in pkg files
|
2013-07-04 12:50:17 +08:00 |
Ricardo Quesada
|
adaa72fbb4
|
Adds const to getters
Many getters in cocos2d are not declared as const.
This patch adds const to many cocos2d properties, specially in CCNode and
subclasses
|
2013-07-03 17:22:15 -07:00 |
samuele3hu
|
9b08cee01f
|
issue #22434:make some execute funs into one funs in ScriptEngineProtocol
|
2013-07-02 15:23:51 +08:00 |
James Chen
|
93b6328303
|
issue #2129: Removing CC prefix for cocos2dx module.
|
2013-06-20 14:13:12 +08:00 |
James Chen
|
c0d44cb2e4
|
fixed #2129: Rename m_iVar to _var, remove CC prefixes.
|
2013-06-15 14:03:30 +08:00 |
flaming0
|
68ac1684a8
|
Fix windows build (nullptr instead of NULL when assigning to std::function)
|
2013-06-07 00:08:59 +04:00 |
Ricardo Quesada
|
3441ca5563
|
MenuItemToggle is fixed
Supports callbacks now.
Updated MenuTest to supports the new API.
Updated CHANGELOG and version
Updatged Xcode project for Mac
|
2013-06-05 17:51:40 -07:00 |
Ricardo Quesada
|
4b37ec252a
|
Adds C++11 std::function<> support to MenuItem
Updates some of the tests
|
2013-06-04 18:29:26 -07:00 |
James Chen
|
288838ec92
|
Fixing compilation errors.
|
2013-05-07 15:51:58 +08:00 |
Paras Mendiratta
|
94a5cdad29
|
Added Method to create a CCMenuItemToggle from a CCArray with a target selector.
|
2013-03-12 12:41:41 +05:30 |
minggo
|
8dc431425c
|
issue #1686:synchronize CCMenuItem.cpp
|
2013-02-27 17:23:39 +08:00 |
James Chen
|
6565fa92cc
|
fixed #1649: Changed return type to const reference for member variable access.
|
2013-01-14 15:51:53 +08:00 |
minggo
|
a75f8b7e7a
|
fixed #1593:remove all deprecated methods expect CCBAnimationManager
|
2012-12-06 18:51:33 +08:00 |
James Chen
|
7c074d4ced
|
issue #1550: fixed a memory leak in jsbinding.
|
2012-12-03 22:17:53 +08:00 |
James Chen
|
ebd522e3fa
|
issue #1564: Return a new object instead of 'const reference' for some get methods.
|
2012-11-20 16:34:55 +08:00 |
minggo
|
a701eaecce
|
issue #1555:update to v2.1 beta3
|
2012-11-14 18:05:15 +08:00 |
James Chen
|
7d8b261ced
|
fixed #1477: Abstracts Lua and JS binding protocol, some bugs fixes in lua-binding, adding custom menu on win32 and mac for switching resolutions.
|
2012-09-11 14:02:33 +08:00 |
YuLei
|
da79992275
|
Merge branch 'gles20' of git://github.com/cocos2d/cocos2d-x into gles20
|
2012-09-02 00:38:57 +08:00 |
James Chen
|
0f213beae2
|
issue #1454: Fixed a bug in CCMenuItem::activate.
|
2012-08-31 22:33:14 +08:00 |
James Chen
|
9ba5a1bfef
|
issue #1454: Removed COCOS2D_JAVASCRIPT macro.
|
2012-08-31 21:23:23 +08:00 |
minggo
|
860d3eff4b
|
issue #1454: make js binding work together with lua binding and native codes
|
2012-08-31 17:55:45 +08:00 |
Rohan Kuruvilla
|
8d7516a0ef
|
Test project for cocos2d-x js.
|
2012-08-27 10:07:31 -07:00 |
folecr
|
9e226faa6c
|
Use #ifdef COCOS2D_JAVASCRIPT for JS specific code
|
2012-08-27 08:43:40 -07:00 |
Rolando Abarca
|
188cb8052d
|
fixes CCLabelBMFont create
also, a small bug in CCMenuItemToggle
|
2012-08-27 08:43:39 -07:00 |
folecr
|
876f7857e1
|
Fix CCMenuItemToggle::create()
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
5f4bafda08
|
fixes CCMenuItemToggle::create()
Works with no arguments (items). You can add items later
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
a114502929
|
removes OBJECT_TYPE thing
|
2012-08-27 08:43:38 -07:00 |
Rohan Kuruvilla
|
0e9ba1173a
|
Callbacks
|
2012-08-27 08:43:37 -07:00 |
Rolando Abarca
|
4e640ecb35
|
uses new ADD_OBJECT_TYPE macro
|
2012-08-27 08:43:37 -07:00 |
Rolando Abarca
|
9d11298d8e
|
adds empty create for CCMenuItem
|
2012-08-27 08:43:37 -07:00 |
YuLei
|
a38b8d4a00
|
[Lua] CCNode:onEnter() and CCNode:onExit() pass {name = "enter"/"exit"} to Lua function
[Lua] fix CCMenuItem:registerScriptTapHandler() and CCMenuItem:unregisterScriptTapHandler()
[Lua] update luabinding
|
2012-08-25 17:08:33 +08:00 |
YuLei
|
8b54355aa1
|
[Lua] update luabinding
[Lua] add LuaValue, LuaDict, LuaArray
|
2012-08-25 15:05:59 +08:00 |
Walzer
|
685b70e6fb
|
fixed #1402, résolve conflicting "create" functions
1. Following https://docs.google.com/document/d/1eqvYjVah0R9nkjzJ_ga1-_cyjHnizVQ5dyESYNpYM0s/edit?pli=1
2. use CCSequence/CCSpawn::initWithTwoActions, createWithTwoActions instead of initOneTwo, create(one, two).
3. haven't re-generate lua-binding to resolve the conflicts yet.
|
2012-07-23 22:49:11 +08:00 |
James Chen
|
a901b0bb12
|
fixed #1367: Refactor "createWith***" to "create".
|
2012-06-27 14:21:29 +08:00 |
minggo
|
90448ec7d0
|
issue #1269:fix some compiling error because of including error header files
|
2012-06-19 16:20:46 +08:00 |
James Chen
|
595a402c83
|
fixed #1292:make some function names more readable.
|
2012-06-15 16:47:30 +08:00 |
minggo
|
d0f905992a
|
issue #1292:make some function names more readable
|
2012-06-15 15:10:40 +08:00 |
James Chen
|
052d8ea931
|
fixed #1324: Added some create methods. Compiling successfully on win32 by vs2008.
|
2012-06-14 18:32:44 +08:00 |
James Chen
|
3a410c14a1
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1324_create
Conflicts:
cocos2dx/extensions/CCBReader/CCBReader_v2.cpp
cocos2dx/extensions/CCControlExtension/CCScale9Sprite.cpp
cocos2dx/label_nodes/CCLabelBMFont.cpp
cocos2dx/menu_nodes/CCMenuItem.cpp
cocos2dx/menu_nodes/CCMenuItem.h
cocos2dx/misc_nodes/CCRenderTexture.h
cocos2dx/tileMap_parallax_nodes/CCTileMapAtlas.cpp
tests/tests/ExtensionsTest/CocosBuilderTest/HelloCocosBuilder.cpp
tests/tests/LabelTest/LabelTest.cpp
|
2012-06-14 17:36:31 +08:00 |
James Chen
|
7fe3f7357e
|
issue #1324: Reverted old interfaces.
|
2012-06-14 17:18:05 +08:00 |
James Chen
|
23574172ff
|
issue #1324: Added create() for static member functions that new an autorelease object, updated cocoa folder.
|
2012-06-14 16:05:58 +08:00 |
James Chen
|
3f7b44fc23
|
issue #1324: Added create() for static member functions that new an autorelease object
|
2012-06-14 15:13:16 +08:00 |
Nicolas Gramlich
|
58b53be708
|
Merge with gles20.
|
2012-06-11 11:50:32 -07:00 |
Nicolas Gramlich
|
4378731418
|
Merge with gles20.
|
2012-06-11 10:43:07 -07:00 |
James Chen
|
fd2d9a8aa6
|
issue #1310: Finished 'menu_nodes' and 'layers_scenes_transitions_nodes'.
|
2012-06-08 14:50:41 +08:00 |
Nicolas Gramlich
|
40f1ffe5fb
|
CCMenuItem(Image): Added possibility to init without any image. (Changes according to: 5e8518eaed78a6c589bf73dadf85e2056f834f36, 013b4cec0a9250268b131105795e87d37cba4d52)
|
2012-05-31 17:04:53 -07:00 |