Hello,
The 1st beta of the build 256 of the iOS runtime is available (former beta 10 after build 254...).
Please login to see this link.
Please login to see this link.
Please login to see this link.
Thanks for testing!
Yves.
Bug fixes and new features in Build 256 - Beta 1
- No more compiler warnings when using XCode 4.4
- Hang in Bin() expression
- Crash in Val() expression
- Array object garbled up it's entries when expanding the array
- Active/Background System box bug in multiline text alignment
- The current device orientation would sometimes not be updated
- Score object would sometimes not update its display of the score
- Fixed hidden layers reappering when restarting the frame
- Counter objects would not show an initial value of -1
- In a rare case textures would turn into black boxes
- Embedded binary files are now properly supported in the runtime - most objects support loading directly from them. No more need to use XCode resources.
- List object: Would sometimes not read the very last line in the file (and other extensions)
- AppDrive$, AppDir$ and AppPath$ now just return empty strings (as all file paths on iOS should be relative)
- List object did not load the list content in unicode version
- Camera object : crash in sounds when recording a video
- Camera object : the object memory was not released at the end a frame
- Crash in sound initialization
- Crash of the program in Release version
- Frame background color was incorrect (bad red value)
- RGBAt function of active objects returned wrong numbers
- Lives and scores were always 0 in a sub application
- Pasting an object on the right or bottom of the frame did not paste it.
- Load and Save actions are implemented in the Edit Box object
- Button object crashes related to its text retrieval expression
- Important change: Subfolders for files are now supported globally. Before it just removed the folder component.
- New extension port: Dead Reckoning object (needs testing)
For iOS extension developers:
- New API for listening to some iOS system events
- New easy function to retrieve the NSData of a named resource (be it local file, xcode resource or embedded binary file)
- Moved common and useful extension info routines from CExtension to CObject (such as setting and getting positions and more).
- New simple convenience functions to convert between radians and angles (degreesToRadians(), radiansToDegrees())