Changelog
Here's the complete change log:
*********** To be released
- HippoHX now moved to haXe 2 and SWHX 1.2
- AS3 client API added.
- Now if there is a runtime exception it is shown to help working out what the problem is.
- Window.onRightClick and Window.onFilesDropped methods are now public to allow haXe to AS3 communication AVM2 does check public/private modifiers at runtime. AS2 API has been updated accordingly (although not necessary) for consistency.
- isError parameter is now optional and defaults to false in Dialog.confirm and Dialog.message.
- Added createDirectory to File API.
- Added support to current systools.Registry API.
- Fixed bug #6: Completed File AS2 client API with copyDirectory and deleteDirectory methods.
*********** 0.2 - 29th April 2008
- Mac only. File AS2 API now defines default application folder relative to "Resources" folder and not to "MacOs" folder.
- Now App class doesn't use File class any more for logging.
- Fixed bug: Now adding a slash at the end of applicationFolder. This was a side bug of rev 46.
- Fixed bug: "openBrowserWindow" cannot really use "applicationFolder" because that would mess up opening "http" pages. Weird thing though is that "openBrowserWindow" takes application's folder as the base folder, which seems to be different from other methods. This needs further investigation.
- Custom icons are disabled until new systools available because of a Mac crash. If you need it, just go to HippoPackager.hx class, uncomment the line and recompile the packager.
- Fixed a bunch of minor Mac-specific issues in the packager
- Moved packager to os-specific folders.
- Application.getApplicationFolder doesn't end in a slash now.
- File.copyDirectory doesn't return Bool any more. Now throws exception.
- Added fullPath method to File class.
- Now main haXe backend classes are singletons and you get an instance using getInstance method for consistency with Flash and haXe client APIs.
- Massive API renaming. Removed the "manager" bit of all backend classes and therefore removed it on the matching client APIs too. Main HippoHX class is now "App".
- haXe client API available
- "compiler" renamed to "packager". Thanks Nicolas for the suggestion.
*********** 0.1 - 15th April 2008
- Initial Release!
- HippoHX now moved to haXe 2 and SWHX 1.2
- AS3 client API added.
- Now if there is a runtime exception it is shown to help working out what the problem is.
- Window.onRightClick and Window.onFilesDropped methods are now public to allow haXe to AS3 communication AVM2 does check public/private modifiers at runtime. AS2 API has been updated accordingly (although not necessary) for consistency.
- isError parameter is now optional and defaults to false in Dialog.confirm and Dialog.message.
- Added createDirectory to File API.
- Added support to current systools.Registry API.
- Fixed bug #6: Completed File AS2 client API with copyDirectory and deleteDirectory methods.
*********** 0.2 - 29th April 2008
- Mac only. File AS2 API now defines default application folder relative to "Resources" folder and not to "MacOs" folder.
- Now App class doesn't use File class any more for logging.
- Fixed bug: Now adding a slash at the end of applicationFolder. This was a side bug of rev 46.
- Fixed bug: "openBrowserWindow" cannot really use "applicationFolder" because that would mess up opening "http" pages. Weird thing though is that "openBrowserWindow" takes application's folder as the base folder, which seems to be different from other methods. This needs further investigation.
- Custom icons are disabled until new systools available because of a Mac crash. If you need it, just go to HippoPackager.hx class, uncomment the line and recompile the packager.
- Fixed a bunch of minor Mac-specific issues in the packager
- Moved packager to os-specific folders.
- Application.getApplicationFolder doesn't end in a slash now.
- File.copyDirectory doesn't return Bool any more. Now throws exception.
- Added fullPath method to File class.
- Now main haXe backend classes are singletons and you get an instance using getInstance method for consistency with Flash and haXe client APIs.
- Massive API renaming. Removed the "manager" bit of all backend classes and therefore removed it on the matching client APIs too. Main HippoHX class is now "App".
- haXe client API available
- "compiler" renamed to "packager". Thanks Nicolas for the suggestion.
*********** 0.1 - 15th April 2008
- Initial Release!
Powered by Code Igniter