James Chen
|
9436173039
|
issue #4058: typedef Ref Object; and deprecate it.
|
2014-02-20 10:58:37 +08:00 |
James Chen
|
0ea27d8543
|
issue #4058: CCObject.cpp -> CCRef.cpp for all platform projects.
|
2014-02-20 10:56:25 +08:00 |
James Chen
|
5e6130c92c
|
issue #4058: Get rid of Object ,rename it to Ref.
|
2014-02-20 10:53:49 +08:00 |
James Chen
|
43e51a9cb1
|
Merge pull request #5378 from Dhilan007/develop_label_multiilTexture
closed #4060:fixed Label wasn't implemented correctly when Label::_fontAtlas contains multiple texture.
|
2014-02-19 18:26:38 +08:00 |
Dhilan007
|
dfc6522f5c
|
update XCode project for add miss file on Mac and IOS.
|
2014-02-19 17:11:28 +08:00 |
Dhilan007
|
f086f39319
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into new_label
|
2014-02-19 17:00:26 +08:00 |
James Chen
|
557fbe43da
|
Merge pull request #5392 from CocosRobot/updategeneratedsubmodule_1392798454
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-02-19 16:37:34 +08:00 |
CocosRobot
|
1f45dd4349
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-02-19 08:27:37 +00:00 |
James Chen
|
fe6ec12d59
|
Merge pull request #5391 from samuele3hu/developBinding
fix: The lua binding of getPropertiesForGID would lead to compile error
|
2014-02-19 16:22:43 +08:00 |
samuele3hu
|
ce1656fa8d
|
fix: The lua binding of getPropertiesForGID would lead to compile error
|
2014-02-19 15:47:45 +08:00 |
James Chen
|
ba479b788b
|
Merge pull request #5389 from CocosRobot/updategeneratedsubmodule_1392789491
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-02-19 14:56:01 +08:00 |
CocosRobot
|
4ecd7ba58d
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-02-19 05:58:15 +00:00 |
James Chen
|
e1a256d6f1
|
Merge pull request #5319 from samuele3hu/developDynamic
issue #3956:Add the conversional functions which are used in the templates of lua binding-generator
|
2014-02-19 13:52:08 +08:00 |
James Chen
|
58d3311da0
|
Merge pull request #5342 from heliclei/console-user-command
closed #4063 :revise CCConsole to support more easily for adding custom command.
|
2014-02-18 16:54:56 +08:00 |
Dhilan007
|
5361413383
|
replace [auto] with [const auto&] in FOR loop.
|
2014-02-18 16:41:01 +08:00 |
James Chen
|
6c1923562c
|
Merge pull request #5379 from CocosRobot/update_cocosfiles_1392710438
[AUTO][ci skip] : updating tools/project-creator/module/cocos_files.json
|
2014-02-18 16:29:20 +08:00 |
James Chen
|
977e69a841
|
Merge pull request #5380 from CocosRobot/updategeneratedsubmodule_1392710650
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-02-18 16:28:49 +08:00 |
CocosRobot
|
97ff6c5bdf
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-02-18 08:04:14 +00:00 |
CocosRobot
|
d35f7626a6
|
[AUTO][ci skip] : updating tools/project-creator/module/cocos_files.json
|
2014-02-18 08:00:39 +00:00 |
James Chen
|
609b937b39
|
Update CHANGELOG [ci skip]
|
2014-02-18 15:59:56 +08:00 |
James Chen
|
ee4972ae96
|
Merge pull request #5371 from andyque/refactorActionEase
closed #3620: Merge cocostudio/CCActionXxx to CCAction。
|
2014-02-18 15:58:49 +08:00 |
James Chen
|
2c49d1ae91
|
Merge pull request #5377 from samuele3hu/developEventTrigger
close #3593:Add more test cases about SceneReader of cocoStudio
|
2014-02-18 15:31:26 +08:00 |
Dhilan007
|
2ad81b0edb
|
closed #4060:fixed Label wasn't implemented correctly when Label::_fontAtlas contains multiple texture.
|
2014-02-18 14:30:51 +08:00 |
andyque
|
143f5975a6
|
fix cross-platform comiple error
details:
remove CCActionEaseEx dependency
fix compile errors on android platform
fix a few inproper decalare
fix linux compile error
fix win32 compile error
|
2014-02-18 14:22:15 +08:00 |
andyque
|
0b932f4f5f
|
fixed #3620. merge cocostudio/CCActionXXX to CCAction
|
2014-02-18 14:22:14 +08:00 |
andyque
|
e1ca972d3a
|
add tests of all the new added CCActionEaseEx in CCActionEase
|
2014-02-18 14:22:14 +08:00 |
andyque
|
6d392766a2
|
refactor easeIn, easeOut and easeInOut, elastic, bounce, back, quartic etc with free tween functions
finish refactor all ease action with tween functions
|
2014-02-18 14:22:14 +08:00 |
andyque
|
bcfa32f4e9
|
remove unused std::function declare
|
2014-02-18 14:22:14 +08:00 |
andyque
|
68b1c9f2c1
|
change CCTweenFunction class to tweenfunc namespace
|
2014-02-18 14:22:13 +08:00 |
andyque
|
838c71b135
|
refactor EaseIn with CCTweenFunction
|
2014-02-18 14:22:13 +08:00 |
andyque
|
ab11147eeb
|
rename namespace of CCTweenFunction to cocos2d and fix some compile errors
|
2014-02-18 14:22:13 +08:00 |
andyque
|
f16b0022a3
|
move CCActionEaseEx content to CCActionEase
|
2014-02-18 14:22:13 +08:00 |
andyque
|
895b2a0055
|
move CCActionEaseEx and CCTweenFunction to core engine
|
2014-02-18 14:22:12 +08:00 |
samuele3hu
|
5acb556c74
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developEventTrigger
|
2014-02-18 13:46:21 +08:00 |
samuele3hu
|
8cb424b535
|
close #3593:Add more test cases about SceneReader of cocoStudio
|
2014-02-18 13:44:11 +08:00 |
heliclei
|
8bad243903
|
remove redudant prompt
|
2014-02-18 12:00:23 +08:00 |
James Chen
|
19205e3db8
|
Merge pull request #5365 from natural-law/issue3964
closed #3964: Solve the bug of Image::saveImageToPNG().
|
2014-02-18 11:49:09 +08:00 |
James Chen
|
1428cea4df
|
Merge pull request #5376 from dumganhar/free-new-mistake
new[] free mismatching after PR #5326.
|
2014-02-18 11:40:40 +08:00 |
James Chen
|
34f8f0a308
|
Uses `malloc` instead of `new[]`, keep malloc/free matching.
|
2014-02-18 11:14:02 +08:00 |
James Chen
|
297fe597e1
|
Updates mac / iOS project.
|
2014-02-18 11:08:27 +08:00 |
James Chen
|
b4121f47fc
|
[Android] Don't free BitmapDC::_data in BitmapDC's destructor. Remove unused BitmapDC::env.
|
2014-02-18 11:07:58 +08:00 |
zhangbin
|
650331769a
|
closed #3964, Use GL methods instead in function RenderTexture::newImage()
|
2014-02-18 10:47:14 +08:00 |
heliclei
|
007d2c507c
|
use local variable to reduce coupling
|
2014-02-18 10:32:32 +08:00 |
James Chen
|
905443d17c
|
new[] free mismatching after PR #5326.
|
2014-02-18 10:11:04 +08:00 |
heliclei
|
7283e9fdc1
|
fix console hang
|
2014-02-17 23:29:09 +08:00 |
James Chen
|
e9c003663f
|
Update AUTHORS [ci skip]
|
2014-02-17 22:15:25 +08:00 |
James Chen
|
568d980027
|
Merge pull request #5375 from dumganhar/merge5289
Merge PR #5289: fix string size check and assert condition
|
2014-02-17 22:12:07 +08:00 |
James Chen
|
f67f324378
|
Merge commit 'refs/pull/5289/head' of git://github.com/cocos2d/cocos2d-x into merge5289
Conflicts:
cocos/2d/platform/win32/CCImage.cpp
|
2014-02-17 22:10:45 +08:00 |
James Chen
|
332baa2ddc
|
Update AUTHORS [ci skip]
|
2014-02-17 22:00:44 +08:00 |
James Chen
|
27542731e2
|
Merge pull request #5374 from justmao945/develop
Correcting the definition of CMake variables.
|
2014-02-17 21:59:44 +08:00 |