Skip to content

Commit

Permalink
Updated changes for NME 3.4.1
Browse files Browse the repository at this point in the history
git-svn-id: https://nekonme.googlecode.com/svn/trunk@1978 1509560c-5e2a-0410-865c-31c25e1cfdef
  • Loading branch information
jgranick committed Aug 16, 2012
1 parent f1d7481 commit effade3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@ Changes
=======


3.4.1
---------------
* Added (beta) support for Apache Cordova, deploying HTML5 to Android, iOS and BlackBerry
* Added initial support for BlackBerry OS 6 and 7 devices, using HTML5
* Added (beta) support for Adobe AIR, deploying Flash to the desktop (so far)
* Improved trace() to consistently output in real-time on native targets
* Added support for <window parameters="" /> in Flash and HTML5
* Added support for <app url="" /> in Flash and HTML5
* Improved HTML5 rendering to use CSS3 transforms
* Added custom HTML5 preloader support
* Fixed HTML5 glow and drop shadow filters
* Disabled touch scrolling by default for HTML5 projects
* Improved bitmapData.draw for all platforms
* NME is now an extension, removing the need for boilerplate <ndll /> tags
* Added an OpenGL line scaling mode on native targets (used by default)
* Implemented bitmapData.noise for native targets
* Implemented displayObject.getBounds and displayObject.getRect for native targets
* Changed stage focus events to FocusEvent.FOCUS_IN and FocusEvent.FOCUS_OUT
* Fixed URLLoader for BlackBerry
* Fixed issues which occurred for launching iOS projects
* Added unit tests for bitmaps, display objects and graphics


3.4.0
---------------
* Added support for the BlackBerry simulator
Expand Down
2 changes: 1 addition & 1 deletion tools/installer/mac/Installer.pmdoc/03hxcpp.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<pkgref spec="1.12" uuid="5E8E5D52-4B8B-4A0C-903D-9F3D2CE87326"><config><identifier>org.haxenme.nme.hxcpp.pkg</identifier><version>2.10:</version><description></description><post-install type="none"/><requireAuthorization/><installFrom relative="true">resources/hxcpp</installFrom><installTo>/</installTo><flags><followSymbolicLinks/></flags><packageStore type="internal"></packageStore><mod>parent</mod><mod>version</mod><mod>installTo</mod></config><contents><file-list>03hxcpp-contents.xml</file-list><filter>/CVS$</filter><filter>/\.svn$</filter><filter>/\.cvsignore$</filter><filter>/\.cvspass$</filter><filter>/\.DS_Store$</filter></contents></pkgref>
<pkgref spec="1.12" uuid="5E8E5D52-4B8B-4A0C-903D-9F3D2CE87326"><config><identifier>org.haxenme.nme.hxcpp.pkg</identifier><version>2.10.1</version><description></description><post-install type="none"/><requireAuthorization/><installFrom relative="true">resources/hxcpp</installFrom><installTo>/</installTo><flags><followSymbolicLinks/></flags><packageStore type="internal"></packageStore><mod>parent</mod><mod>version</mod><mod>installTo</mod></config><contents><file-list>03hxcpp-contents.xml</file-list><filter>/CVS$</filter><filter>/\.svn$</filter><filter>/\.cvsignore$</filter><filter>/\.cvspass$</filter><filter>/\.DS_Store$</filter></contents></pkgref>
2 changes: 1 addition & 1 deletion tools/installer/mac/Installer.pmdoc/05nme.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<pkgref spec="1.12" uuid="EC37F398-BEE8-4A0C-AB0F-10323EF68C45"><config><identifier>org.haxenme.nme.nme.pkg</identifier><version>3.4.0</version><description></description><post-install type="none"/><requireAuthorization/><installFrom relative="true">resources/nme</installFrom><installTo>/</installTo><flags><followSymbolicLinks/></flags><packageStore type="internal"></packageStore><mod>scripts.postflight.isRelativeType</mod><mod>parent</mod><mod>installTo</mod><mod>version</mod></config><scripts><postflight relative="true" mod="true">resources/nme-postflight.sh</postflight></scripts><contents><file-list>05nme-contents.xml</file-list><filter>/CVS$</filter><filter>/\.svn$</filter><filter>/\.cvsignore$</filter><filter>/\.cvspass$</filter><filter>/\.DS_Store$</filter></contents></pkgref>
<pkgref spec="1.12" uuid="EC37F398-BEE8-4A0C-AB0F-10323EF68C45"><config><identifier>org.haxenme.nme.nme.pkg</identifier><version>3.4.1</version><description></description><post-install type="none"/><requireAuthorization/><installFrom relative="true">resources/nme</installFrom><installTo>/</installTo><flags><followSymbolicLinks/></flags><packageStore type="internal"></packageStore><mod>scripts.postflight.isRelativeType</mod><mod>parent</mod><mod>installTo</mod><mod>version</mod></config><scripts><postflight relative="true" mod="true">resources/nme-postflight.sh</postflight></scripts><contents><file-list>05nme-contents.xml</file-list><filter>/CVS$</filter><filter>/\.svn$</filter><filter>/\.cvsignore$</filter><filter>/\.cvspass$</filter><filter>/\.DS_Store$</filter></contents></pkgref>

0 comments on commit effade3

Please sign in to comment.