Mark Sibly

Results 127 comments of Mark Sibly

Hi, Send me a new glfw target dir if you want... What else needs to change? Mark On Thu, Sep 12, 2013 at 5:48 PM, AdamRedwoods [email protected]: > Hi, >...

What is it used for? On Thu, Jan 11, 2018 at 11:43 AM, Abrahim wrote: > Implemented a fix for now :), definitely does the job! > > http://monkeycoder.co.nz/forums/topic/dpi-for-android/ >...

Any chance you can cpome up with something for other targets too? And in particular, the 'dpi/mouse scale', ie: 1 or 2 etc. I kind of want: GetDpi (dots per...

Yes, after a module manager update, monkey2 just does an 'update modules', and the first time this is done all modules end up getting built. > I think proper way...

Ok, this is really an issue with the bullet module, you'll need to change line 505 of modules/bullet/bullet.monkey2 to: btRigidBody::btRigidBodyConstructionInfo However, I don't really recommend doing this. The constructioninfo will...

I've tweaked UpdateRate so setting it to 0 can be used to pause updates, instead of just causing a divide by 0! eg: If Keyboard.KeyHit(Key.Space) _scene.UpdateRate=_scene.UpdateRate ? 0 Else 60...

Ok, I've manually added the async sound loader code - thanks! However, I think the LoadSample fix will break code that tries to load stuff outside of monkey://data/, eg: stuff...

FixPath is a bit vague - perhaps FilePath? FileSystemPath? mojo FixDataPath needs to go! mojo file paths shouldn't be different from 'other' file paths - ie: the paths you pass...

Hi, I just updated to Catalina and the develop branch is building fine with xcode 10.2.1, what errors are you getting?

Where'd you get xcode 11 from?!? I did check for updates after upgrading macos but everything was apparently up to date,