Dale Stammen
|
b2d3dbf0fe
|
added wp8 support files and projects
|
2014-03-28 15:39:20 -07:00 |
Dale Stammen
|
6970955378
|
added wp8 support files and projects
|
2014-03-28 15:32:52 -07:00 |
Dale Stammen
|
31150ce189
|
added wp8 support files and projects
|
2014-03-28 12:55:40 -07:00 |
Dale Stammen
|
97bdaad41b
|
added wp8 and winrt support files and projects
|
2014-03-28 12:53:35 -07:00 |
Dale Stammen
|
afe561cccc
|
added wp8 and winrt support files and projects
|
2014-03-28 12:52:16 -07:00 |
Dale Stammen
|
db8efd32f7
|
fixed reserved word DELETE in wp8 compiler
|
2014-03-28 11:26:41 -07:00 |
Dale Stammen
|
77efd401a7
|
intialize _hasMipmaps to false in constructor
|
2014-03-28 11:25:57 -07:00 |
Dale Stammen
|
6ad8ec00ed
|
added missing variadicCreate for wp8
|
2014-03-28 11:25:39 -07:00 |
minggo
|
c7fb226f11
|
Merge pull request #5929 from shujunqiao/cocos-console-test
Cocos console test
|
2014-03-28 18:34:21 +08:00 |
James Chen
|
1c5cff089e
|
Merge pull request #6050 from CocosRobot/update_lua_bindings_1396001378
[AUTO]: updating luabinding automatically
|
2014-03-28 18:11:59 +08:00 |
CocosRobot
|
494321a674
|
[AUTO]: updating luabinding automatically
|
2014-03-28 10:11:08 +00:00 |
James Chen
|
c43b0f6cb0
|
Merge pull request #6043 from andyque/fix4590
closed #4590, fixed rewind problems
|
2014-03-28 18:04:43 +08:00 |
James Chen
|
581ef454eb
|
Merge pull request #6047 from samuele3hu/develop_test
Replace `LabelTTF` and `LabelBMFont` with `Label` for cocosbuild proxy and fix the error that ControlSwitch:create raised.
|
2014-03-28 18:04:12 +08:00 |
James Chen
|
15e584a83c
|
Merge pull request #6048 from pandamicro/ConstructorAccess2
Issue #3897: Add missed constructors
|
2014-03-28 18:03:35 +08:00 |
pandamicro
|
74a4aa793d
|
Issue #3897: Move OrbitCamera constructor into cpp
|
2014-03-28 18:00:25 +08:00 |
shujunqiao
|
9ffb26fdc9
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into cocos-console-test
|
2014-03-28 17:50:29 +08:00 |
pandamicro
|
26f5107381
|
Reverse CONSTRUCTOR_ACCESS to protected
|
2014-03-28 17:45:35 +08:00 |
pandamicro
|
5fc8050d9e
|
Issue #3897: Add missed constructors
|
2014-03-28 17:45:06 +08:00 |
James Chen
|
9836f11543
|
Merge pull request #6046 from Dhilan007/develop_label
Fixed possible crash if invoking FontAtlasCache::purgeCachedData.
|
2014-03-28 17:23:24 +08:00 |
samuele3hu
|
7ca207f993
|
Replace `LabelTTF` and `LabelBMFont` with `Label` for cocosbuild proxy and fix the error that ControlSwitch:create raised.
|
2014-03-28 17:18:41 +08:00 |
Dhilan007
|
cb50741f5d
|
Fixed possible crash if invoking FontAtlasCache::purgeCachedData.
|
2014-03-28 16:52:48 +08:00 |
andyque
|
5a9af407dc
|
closed #4590, remove -> property access
|
2014-03-28 16:41:33 +08:00 |
CocosRobot
|
07d1a54a92
|
[AUTO]: updating luabinding automatically
|
2014-03-28 08:20:29 +00:00 |
andyque
|
97883acfb1
|
closed #4590, fixed rewind problems
|
2014-03-28 15:59:04 +08:00 |
Dhilan007
|
8ab057550f
|
fixed got wrong Rect by LabelTTF::getBoundingBox / LabelBMFont::getBoundingBox.
|
2014-03-28 15:58:28 +08:00 |
James Chen
|
ecad5ea3ce
|
Fixed `ExtensionTest/CocoStudioComponentsTest` crash after applying PR #6011.
|
2014-03-28 14:55:15 +08:00 |
James Chen
|
fd9ab5c4d1
|
Merge pull request #6039 from Dhilan007/develop_label
LabelTTF and LabelBMFont tagged as deprecated
|
2014-03-28 14:31:11 +08:00 |
Dhilan007
|
dd73be16e0
|
fixed indention.
|
2014-03-28 14:22:51 +08:00 |
Dhilan007
|
898e2136b1
|
LabelTTF and LabelBMFont tagged as deprecated
|
2014-03-28 14:18:01 +08:00 |
CocosRobot
|
bb1b6f96fb
|
[AUTO]: updating luabinding automatically
|
2014-03-28 06:17:06 +00:00 |
James Chen
|
e87f6991cf
|
User object has to be released before others, since userObject may have a weak reference of this node.
It may invoke `node->stopAllAction();` while `_actionManager` is null if the next line is after `CC_SAFE_RELEASE_NULL(_actionManager)`.
|
2014-03-28 14:09:51 +08:00 |
James Chen
|
c266647447
|
ParticleSystem should also override `onExit` to unschedule update since in `onEnter`, it will be scheduled again. Otherwise, it'll trigger an assert.
|
2014-03-28 14:05:38 +08:00 |
pandamicro
|
65f4c23004
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
|
2014-03-28 13:56:09 +08:00 |
shujunqiao
|
411bb95025
|
add [director end] command's explain in CCConsole.cpp.
|
2014-03-28 13:50:06 +08:00 |
shujunqiao
|
ff4b83813c
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into cocos-console-test
|
2014-03-28 13:41:18 +08:00 |
shujunqiao
|
fb780f82da
|
add [director end] command in CCConsole.cpp.
|
2014-03-28 13:40:24 +08:00 |
CocosRobot
|
ceda1b9a9a
|
[AUTO]: updating luabinding automatically
|
2014-03-28 03:33:44 +00:00 |
James Chen
|
5c77b4d4b1
|
Merge pull request #6011 from DarraghCoy/event_listener_crash_fixes
closed #4586: Fix crashes in event dispatch other related safety checks/fixes
|
2014-03-28 11:28:41 +08:00 |
minggo
|
688ac51546
|
Merge pull request #6036 from Dhilan007/develop_label
fixed got wrong Rect by Label::getBoundingBox.
|
2014-03-28 11:18:50 +08:00 |
Darragh Coy
|
0f729126f0
|
Find another instance where we should null out the node pointer for the current listener after it has been disassociated with the node.
|
2014-03-27 20:11:37 -07:00 |
Dhilan007
|
3da695b184
|
fixed got wrong Rect by Label::getBoundingBox.
|
2014-03-28 11:03:39 +08:00 |
minggo
|
2c1eb04124
|
[ci skip]
|
2014-03-28 10:45:45 +08:00 |
minggo
|
b607172e57
|
Merge pull request #6035 from Dhilan007/develop_label
Remove the old implementation of LabelBMFont.
|
2014-03-28 10:32:04 +08:00 |
Dhilan007
|
fd5a4acddb
|
Remove the old implementation of LabelBMFont.
|
2014-03-28 10:28:44 +08:00 |
minggo
|
de9c5b34c1
|
Merge pull request #6032 from boyu0/4573_Particle_setVisible_crash
closed #4573: Set particle visible to false then set to true cause crashes.
|
2014-03-28 10:08:39 +08:00 |
minggo
|
3db5d56840
|
Merge pull request #6031 from Dhilan007/develop_label
closed #4561:Fixed read file more than once for label created by different font size.
|
2014-03-28 10:07:50 +08:00 |
Dhilan007
|
2bf256db0a
|
using 'struct' for reduce looks up in the map.
|
2014-03-28 09:44:16 +08:00 |
Darragh Coy
|
83495e6e9b
|
Macro wrap some of the other debug checks related to event listeners.
|
2014-03-27 15:39:52 -07:00 |
Darragh Coy
|
c6cd927ea5
|
When an event listener is removed from the scene and has a node associated with it, NULL out the node pointer so as not to leave any dangling pointers.
|
2014-03-27 15:37:16 -07:00 |
Darragh Coy
|
a778d07ecc
|
Undo most of the rest of the event dispatcher related changes in this fix. Will update with a much more elegant solution that does not disturb the existing code so much and which ensures no dangling pointers.
|
2014-03-27 15:22:11 -07:00 |