Cameron White

Results 103 comments of Cameron White

Hi Erwin, Did you also adjust the ragdoll demo to create more constraints and islands? In `BenchmarkDemo::createTest3()`, I increased `size` to 35, and `sizeX` and `sizeY` to 2.0, and saw...

I forgot this PR was still open - I've rebased it on the latest upstream master and applied clang format With the changes to the ragdoll example described in https://github.com/bulletphysics/bullet3/pull/386#issuecomment-329633730,...

I think it might be possible to get the memory usage of a translation unit (http://clang.llvm.org/doxygen/group__CINDEX__TRANSLATION__UNIT.html), so I'll see what I can do with that. I'm using Linux, but I'd...

I think this looks good so far. To update the translation template you can run 'make updatepot' which will regenerate messages.pot with all the updated strings used in the code....

Yes, the `messages.pot` is uploaded to the launchpad translations site, where translators can then update the translations for each language. Eventually the updated `.po` files are then pulled back into...

Thanks for looking at this! I'm not sure if the `dotnet-deb` stuff will be sufficient - there are a lot of other things like icons, .desktop files etc that are...

Splitting the Cairo.Context methods into logical groups definitely sounds okay to me on the internal side of things, since there will be a ton of methods 👍 I'm not 100%...

Yeah I'm leaning towards the latter suggestion of just splitting the implementation across files for the different logical groups, but keeping the API just on `Cairo.Context`

Looking at this a bit, in many cases we could generate the `ToOwned()` method similar to how the `ReleaseHandle()` for an OwnedHandle is generated, e.g. look for a standard method...

Yeah I agree with leaving it as-is for now and addressing it along with the IDisposable stuff 👍