Steffen Itterheim

Results 11 comments of Steffen Itterheim

Correct, drawing is fine. Indeed, I get: `cell size; {0, 0}` when logging this: ``` -(CCTableViewCell*) tableView:(CCTableView*)tableView nodeForRowAtIndex:(NSUInteger)index { // use the same seed so that the random colors don't...

What's the status of #681 keyboard support for Mac? Currently documenting input events, just want to know if I should delay documenting keyboard events if it gets integrated in CCResponder...

Ah thanks, I could not find the slightest reference to "key" events in CCResponder or CCResponderManager in v3.4.1. But it's there in develop (v3.4.3). I didn't expect this to be...

+10 I keep having to add @see for parameters just to get the links show up in order to make the docs decently discoverable. Perhaps auto-generate the @see list from...

+1 I'm wondering if these invalid cross ref warnings might lead to this particular problem here: https://github.com/tomaz/appledoc/issues/491 Because the file in question generates 2-3 such warnings. Will test. ... Hmmm,...

One explanation I might have: the particular class with the overview comment without cross references is in a header with many other interfaces (its subclasses). However not all of the...

Following text creates the cross ref links for the CCAction classes: ``` /** Base class for instant actions, ie actions which perform their task immediately and quit. ### Subclasses -...

Interestingly, with this text all classes preceding `[CCNode removeFromParent]`` are not linked, but the classes following that text fragment do have links. My best guess is that the [] is...

Link gives a 404. What happened to Aliqua?

Any chance you could invite me as member so I can have a look? I'm most interested in an actual ES implementation in ObjC. I've created what I thought was...