mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 15:35:10 +00:00
Fixed Incorrect debugger line numbers when "Open loaded while playing" is enabled
Fixed AS3 debugger - Slow injecting debug info - now faster
Fixed AS3 debugger - obfuscated classes debugging
Fixed Delayed open loaded SWFs while playing
Fixed AS3 Direct editation - script initializer for main document class
Changed Wrong unicode escape `{invalid_utf8:xxx}` changed to `{invalid_utf8=xxx}` for compatibility with file names
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<DOMDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ns.adobe.com/xfl/2008/" currentTimeline="1" xflVersion="2.2" creatorInfo="Adobe Flash Professional CS6" platform="Windows" versionInfo="Saved by Adobe Flash Windows 12.0 build 537" majorVersion="12" buildNumber="537" gridSnapTo="true" snapAlign="false" objectsSnapTo="false" nextSceneIdentifier="2" playOptionsPlayLoop="false" playOptionsPlayPages="false" playOptionsPlayFrameActions="false">
|
||||
<DOMDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ns.adobe.com/xfl/2008/" currentTimeline="1" xflVersion="2.2" creatorInfo="Adobe Flash Professional CS6" platform="Windows" versionInfo="Saved by Adobe Flash Windows 12.0 build 481" majorVersion="12" buildNumber="481" gridSnapTo="true" snapAlign="false" objectsSnapTo="false" nextSceneIdentifier="2" playOptionsPlayLoop="false" playOptionsPlayPages="false" playOptionsPlayFrameActions="false">
|
||||
<timelines>
|
||||
<DOMTimeline name="Scene 1">
|
||||
<layers>
|
||||
@@ -14,6 +14,15 @@
|
||||
</timelines>
|
||||
<PrinterSettings/>
|
||||
<publishHistory>
|
||||
<PublishItem publishSize="4175" publishTime="1700340276" publishDebug="true"/>
|
||||
<PublishItem publishSize="4162" publishTime="1700339789" publishDebug="true"/>
|
||||
<PublishItem publishSize="4121" publishTime="1700339614" publishDebug="true"/>
|
||||
<PublishItem publishSize="2956" publishTime="1700339539"/>
|
||||
<PublishItem publishSize="2952" publishTime="1700339469"/>
|
||||
<PublishItem publishSize="4122" publishTime="1700339049" publishDebug="true"/>
|
||||
<PublishItem publishSize="3019" publishTime="1700338890"/>
|
||||
<PublishItem publishSize="2950" publishTime="1700338133"/>
|
||||
<PublishItem publishSize="2943" publishTime="1700337952"/>
|
||||
<PublishItem publishSize="1631" publishTime="1414397031"/>
|
||||
<PublishItem publishSize="1625" publishTime="1414396836"/>
|
||||
<PublishItem publishSize="1620" publishTime="1414395905"/>
|
||||
@@ -25,10 +34,5 @@
|
||||
<PublishItem publishSize="1668" publishTime="1414394172"/>
|
||||
<PublishItem publishSize="864" publishTime="1414335994"/>
|
||||
<PublishItem publishSize="533" publishTime="1414335971"/>
|
||||
<PublishItem publishSize="533" publishTime="1414335959"/>
|
||||
<PublishItem publishSize="533" publishTime="1414335918"/>
|
||||
<PublishItem publishSize="533" publishTime="1414335903"/>
|
||||
<PublishItem publishSize="533" publishTime="1414335885"/>
|
||||
<PublishItem publishSize="533" publishTime="1414335821"/>
|
||||
</publishHistory>
|
||||
</DOMDocument>
|
||||
@@ -5,8 +5,8 @@
|
||||
xmlns:xmp="http://ns.adobe.com/xap/1.0/">
|
||||
<xmp:CreatorTool>Adobe Flash Professional CS6 - build 537</xmp:CreatorTool>
|
||||
<xmp:CreateDate>2014-10-26T15:59:21+01:00</xmp:CreateDate>
|
||||
<xmp:MetadataDate>2014-10-27T08:16:09+01:00</xmp:MetadataDate>
|
||||
<xmp:ModifyDate>2014-10-27T08:16:09+01:00</xmp:ModifyDate>
|
||||
<xmp:MetadataDate>2023-11-18T12:05:50-08:00</xmp:MetadataDate>
|
||||
<xmp:ModifyDate>2023-11-18T12:05:50-08:00</xmp:ModifyDate>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about=""
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
@@ -15,7 +15,7 @@
|
||||
<rdf:Description rdf:about=""
|
||||
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
|
||||
xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#">
|
||||
<xmpMM:InstanceID>xmp.iid:A3850720A95DE411873EA2B016962F64</xmpMM:InstanceID>
|
||||
<xmpMM:InstanceID>xmp.iid:CDA31DDF4D86EE11B43B9B2E6D6D7C97</xmpMM:InstanceID>
|
||||
<xmpMM:DocumentID>xmp.did:1476A545885CE411B13FACEEFCD7D43C</xmpMM:DocumentID>
|
||||
<xmpMM:OriginalDocumentID>xmp.did:1476A545885CE411B13FACEEFCD7D43C</xmpMM:OriginalDocumentID>
|
||||
<xmpMM:History>
|
||||
@@ -44,6 +44,12 @@
|
||||
<stEvt:when>2014-10-26T15:59:21+01:00</stEvt:when>
|
||||
<stEvt:softwareAgent>Adobe Flash Professional CS6 - build 537</stEvt:softwareAgent>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<stEvt:action>created</stEvt:action>
|
||||
<stEvt:instanceID>xmp.iid:CDA31DDF4D86EE11B43B9B2E6D6D7C97</stEvt:instanceID>
|
||||
<stEvt:when>2014-10-26T15:59:21+01:00</stEvt:when>
|
||||
<stEvt:softwareAgent>Adobe Flash Professional CS6 - build 481</stEvt:softwareAgent>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpMM:History>
|
||||
</rdf:Description>
|
||||
|
||||
@@ -35,11 +35,11 @@
|
||||
</PublishFormatProperties>
|
||||
<PublishHtmlProperties enabled="true">
|
||||
<VersionDetectionIfAvailable>0</VersionDetectionIfAvailable>
|
||||
<VersionInfo>11,4,0,0;11,3,0,0;11,2,0,0;11,1,0,0;10,3,0,0;10,2,153,0;10,1,52,0;9,0,124,0;8,0,24,0;7,0,14,0;6,0,79,0;5,0,58,0;4,0,32,0;3,0,8,0;2,0,1,12;1,0,0,1;</VersionInfo>
|
||||
<VersionInfo>11,3,0,0;11,4,0,0;12,0,0,0;11,2,0,0;11,1,0,0;10,3,0,0;10,2,153,0;10,1,52,0;9,0,124,0;8,0,24,0;7,0,14,0;6,0,79,0;5,0,58,0;4,0,32,0;3,0,8,0;2,0,1,12;1,0,0,1;</VersionInfo>
|
||||
<UsingDefaultContentFilename>1</UsingDefaultContentFilename>
|
||||
<UsingDefaultAlternateFilename>1</UsingDefaultAlternateFilename>
|
||||
<ContentFilename>debug_content.html</ContentFilename>
|
||||
<AlternateFilename>debug_alternate.html</AlternateFilename>
|
||||
<ContentFilename>debug.xfl_content.html</ContentFilename>
|
||||
<AlternateFilename>debug.xfl_alternate.html</AlternateFilename>
|
||||
<UsingOwnAlternateFile>0</UsingOwnAlternateFile>
|
||||
<OwnAlternateFilename></OwnAlternateFilename>
|
||||
<Width>550</Width>
|
||||
@@ -56,7 +56,7 @@
|
||||
<WindowMode>0</WindowMode>
|
||||
<DisplayMenu>1</DisplayMenu>
|
||||
<DeviceFont>0</DeviceFont>
|
||||
<TemplateFileName>C:\Users\Jindra\AppData\Local\Adobe\Flash CS6\en_US\Configuration\HTML\Default.html</TemplateFileName>
|
||||
<TemplateFileName>C:\Users\MyUser\AppData\Local\Adobe\Flash CS6\en_US\Configuration\HTML\Default.html</TemplateFileName>
|
||||
<showTagWarnMsg>1</showTagWarnMsg>
|
||||
</PublishHtmlProperties>
|
||||
<PublishFlashProperties enabled="true">
|
||||
@@ -72,8 +72,8 @@
|
||||
<EventFormat>0</EventFormat>
|
||||
<EventCompress>7</EventCompress>
|
||||
<OverrideSounds>0</OverrideSounds>
|
||||
<Version>17</Version>
|
||||
<ExternalPlayer>FlashPlayer11.4</ExternalPlayer>
|
||||
<Version>15</Version>
|
||||
<ExternalPlayer>FlashPlayer11.2</ExternalPlayer>
|
||||
<ActionScriptVersion>3</ActionScriptVersion>
|
||||
<PackageExportFrame>1</PackageExportFrame>
|
||||
<PackagePaths></PackagePaths>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user