Jeremy Ong

Results 79 comments of Jeremy Ong

Also getting this as well. Between this and some of the other issues in this repo, is this plugin still used by users of globalize?

Looks good. Call it sdl context or something and make a PR

Although, no need to use instance counts. prefer a shared_ptr or something for thread safety and such.

Actually, on second thought, I'm not convinced that any change is necessary. It's very C-ish yes, but subsystem it represents is still a C subsystem at the end of the...

Mind posting the error?

Gotcha this should be pretty easy to fix. I'll try to get to it later today.

Getting to this this weekend.

Const member functions were overlooked actually. There were a ton of overloads that needed matching signatures so it doesn't surprise me that there are still some missing. Selecting the const...

Can you provide a simple test case demonstrating what you would want and the functionality you expect?

OK I see. This fails currently because the SetClass function in Selene tries to automatically create a constructor. I can understand how this could be useful and I can probably...