Projects > cpp > Issues > Bug #4058

We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.

Create Issue on Github

Get rid of `Object`. Create `RefCount` instead

Bug #4058 [Closed]
ricardo 2014-02-18 03:34 . Updated almost 10 years ago

We need to get rid of Object.

We can tag it as deprecated, but a lot of projects based on cocos2d are using it, and it is super confusing.

What to do:

  • Copy Object to RefCount
  • Remove from RefCount the stuff that is not needed.
  • Make Object a subclass of RefCount
  • Tag Object` as deprecated
  • All our objects that are subclass of Object, make them sublcass of RefCount.
zhangxm 2014-02-18 03:38
  • Assignee set to dumganhar
  • Target version set to 3.0-rc0
dumganhar 2014-02-22 00:57
  • % Done changed from 0 to 80
zhangxm 2014-02-27 01:51
  • Status changed from New to Resolved
zhangxm 2014-03-03 06:56
  • Status changed from Resolved to Closed

Atom PDF

Status:Closed
Start date:2014-02-18
Priority:Normal
Due date:
Assignee:dumganhar
% Done:

80%

Category:-
Target version:3.0-rc0