Richard Davey

Results 215 comments of Richard Davey

Hi - a ? at the start of a type in jsdoc means it can be nullable: http://usejsdoc.org/tags-type.html

Yes, for nullable types the question mark goes at the start of the data-type, not the property name. There is also ! which means 'not nullable'. A nullable type is...

It would say the same for JavaScript too, because physics isn’t a property of game. In v3 you shouldn’t ever use game as the route in for anything. Look at...

I guess we could, but it's not actually needed unless you're running / working on the Parser, which is like only a handful of people in the world anyway :)

I have moved this issue to the correct repo. Please note, this PR will have to take the form of a JSDoc Template. It's imperative I can just run the...

How would we get it out of Travis and back into the repo?

Gotcha. I think, for now, let's not. Once the defs have had a few weeks to settle down and be tested, we can move them to the main repo and...

If you don't mind I've got a further question relating to this - what would you recommend if _all_ of the items are moving? (for example a typical game) -...

I wonder if there might be another potential way of handling updates: some kind of `dirty` flag on the node. For example, from my perspective, I would have a game-level...

I don't know if it would be fast enough, but I'm happy to make some tests to find out. I guess the issue will be not so much 'is it...