Experimental v85d now up! [MONKEYNEWS]

Monkey Forums/Monkey Programming/Experimental v85d now up! [MONKEYNEWS]

marksibly(Posted 2015) [#1]
Hi,

[edit]v85d now up[/edit]

I've just uploaded v85b which contains a few tweaks:


***** v85c *****

Added Ferdis fix for ios monkeystore not failing when offline.

Added 'direct:Bool' parameter to DataBuffer constructor, which should be true when creating opengl VBO databuffers (defaults to false). Only affects android, ignored on all other targets.

Fixed glfw3 PathToFilePath so SaveState saves to User/AppData/... as it used to in glfw2.

***** v85b *****

Applied Xaron's fix for HttpRequest on winrt.

Changed android string->int/float conversion to native code to prevent 'number format exceptions'.



The android string->int/float conversion fix has only been applied to the android_new target for now. If there are no problems, I'll add to the ouya target too.


Xaron(Posted 2015) [#2]
Thanks Mark! :)


Samah(Posted 2015) [#3]
@marksibly: I've just uploaded v85b which contains a few tweaks:

And of course the interface magic.


Richard Betson(Posted 2015) [#4]
Just noticed this. Off to test. ;)