Hello,
The 2nd beta of the build 256 of the iOS runtime is available (build 256.18).
Please login to see this link.
Please login to see this link.
Please login to see this link.
And for the ones how use the English Unicode version, here is the Please login to see this link..
Important: there is a change in this version, iPad and iPhone/iPad projects now contain an additional launch image for the landscape mode, and the size of the launch images and icon have been modified. In old MFA files the images are automatically scaled and the new ones are created, this causes incompatibility with previous versions of the exporter. Make backup copies of your MFA files before using this build, just in case there is a problem and you need to switch back to a previous build.
EDIT: please note Xcode may report a warning in the project file when you load a newly-created project. We will work on this for a next version.
Thanks for testing!
Yves.
Bug fixes and new features in Build 256 - Beta 2
- Fixed several memory leaks
- Fixed freeze in 'Last object has been destroyed' condition
- Bug in Advanced Path Movement when clearing the path (CArrayList bug)
- Mersenne Twister returned bad floating point values
- Fixed drag-drop for non-active objects
- Fixed drag-drop movement when scrolling the screen
- Crash in iOS Store when switching frames before a request finished
- Frame color was still set and read wrong
- ForEach crash when no objects were available for the loop at the time of the action
- Button object now supports the 'Checkbox' setting and shows an iOS Switch control (ON/OFF).
- String object crashed when getting the N'th paragraph
- Crash when getting a filename parameter (selected from a common dialog) in the Unicode runtime
- Active Picture object supports wrapping on/off setting
- Active Picture Object now attempts to load the image from the cache if no internet connection is available
- New "Display" property in the iOS Application property page, allowing a fine control of the application display on the device. More information in the documentation (Distributing / iOS / iOS properties).
- Active/Background System Box could crash when getting it's current string if it didn't have any from the start of the frame
- Added backdrops could disappear during scrolling while they were still on-screen (hotspot was misaligned in the visiblity calculations)
- Space Invader movement stopped working if the "master invader" got destroyed (all objects stopped moving)
- Space Invader movement crashed sometimes when destroying an object with the movement
- Two crashes in button object related to retrieving it's current text
- iOS Video object could intercept mouse clicks (touch input) even when it was destroyed
- New actions in iOSVideo object : Play, Pause, Stop, Set playback time, Begin seeking forward, Begin seeking backward, End seeking
- New expression in iOSVideo object : Get playback time
- Strings used as parameters of events were corrupted after a jump to frame jumping at the same frame
- New Launch image landscape property for iPad projects in the iOS application properties page
- PC runtime: an optimization has been made for scrolling games that contain lot of backdrop objects on layers above the first one and heavily test the collisions with the background.
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())