• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision95 (tree)
Time2014-05-25 10:27:02
Authorsyun77

Log Message

BGM再生に失敗する不具合を修正

Change Summary

Incremental Difference

--- trunk/MyProject/.idea/workspace.xml (revision 94)
+++ trunk/MyProject/.idea/workspace.xml (revision 95)
@@ -26,7 +26,7 @@
2626 <file leaf-file-name="Main.hx" pinned="false" current="false" current-in-tab="false">
2727 <entry file="file://$PROJECT_DIR$/Source/Main.hx">
2828 <provider selected="true" editor-type-id="text-editor">
29- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="510">
29+ <state vertical-scroll-proportion="0.0" vertical-offset="375" max-vertical-offset="510">
3030 <caret line="25" column="39" selection-start-line="25" selection-start-column="39" selection-end-line="25" selection-end-column="39" />
3131 <folding />
3232 </state>
@@ -37,16 +37,36 @@
3737 <entry file="file://$PROJECT_DIR$/Source/SceneMain.hx">
3838 <provider selected="true" editor-type-id="text-editor">
3939 <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="630">
40- <caret line="33" column="41" selection-start-line="33" selection-start-column="41" selection-end-line="33" selection-end-column="41" />
40+ <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
4141 <folding />
4242 </state>
4343 </provider>
4444 </entry>
4545 </file>
46- <file leaf-file-name="Application.hx" pinned="false" current="true" current-in-tab="true">
46+ <file leaf-file-name="SoundManager.hx" pinned="false" current="false" current-in-tab="false">
47+ <entry file="file://$PROJECT_DIR$/Source/framework/SoundManager.hx">
48+ <provider selected="true" editor-type-id="text-editor">
49+ <state vertical-scroll-proportion="0.0" vertical-offset="597" max-vertical-offset="1500">
50+ <caret line="80" column="18" selection-start-line="80" selection-start-column="18" selection-end-line="80" selection-end-column="18" />
51+ <folding />
52+ </state>
53+ </provider>
54+ </entry>
55+ </file>
56+ <file leaf-file-name="Sound.hx" pinned="false" current="true" current-in-tab="true">
57+ <entry file="file:///usr/lib/haxe/std/flash/media/Sound.hx">
58+ <provider selected="true" editor-type-id="text-editor">
59+ <state vertical-scroll-proportion="0.41158536" vertical-offset="0" max-vertical-offset="656">
60+ <caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" />
61+ <folding />
62+ </state>
63+ </provider>
64+ </entry>
65+ </file>
66+ <file leaf-file-name="Application.hx" pinned="false" current="false" current-in-tab="false">
4767 <entry file="file://$PROJECT_DIR$/Source/framework/Application.hx">
4868 <provider selected="true" editor-type-id="text-editor">
49- <state vertical-scroll-proportion="0.25261584" vertical-offset="221" max-vertical-offset="2190">
69+ <state vertical-scroll-proportion="0.0" vertical-offset="221" max-vertical-offset="2190">
5070 <caret line="26" column="30" selection-start-line="26" selection-start-column="30" selection-end-line="26" selection-end-column="30" />
5171 <folding />
5272 </state>
@@ -74,12 +94,12 @@
7494 <option value="$PROJECT_DIR$/Source/framework/IToken.hx" />
7595 <option value="$PROJECT_DIR$/project.xml" />
7696 <option value="$PROJECT_DIR$/Source/framework/GraphicManager.hx" />
77- <option value="$PROJECT_DIR$/Source/framework/SoundManager.hx" />
78- <option value="$PROJECT_DIR$/Source/SceneMain.hx" />
7997 <option value="$PROJECT_DIR$/Source/framework/util/TextFormat.hx" />
8098 <option value="$PROJECT_DIR$/Source/framework/FontManager.hx" />
8199 <option value="$PROJECT_DIR$/Source/framework/Application.hx" />
82100 <option value="$PROJECT_DIR$/Source/framework/FpsView.hx" />
101+ <option value="$PROJECT_DIR$/Source/SceneMain.hx" />
102+ <option value="$PROJECT_DIR$/Source/framework/SoundManager.hx" />
83103 </list>
84104 </option>
85105 </component>
@@ -287,6 +307,8 @@
287307 <sortByType />
288308 </navigator>
289309 <panes>
310+ <pane id="Scope" />
311+ <pane id="PackagesPane" />
290312 <pane id="ProjectPane">
291313 <subPane>
292314 <PATH>
@@ -387,8 +409,6 @@
387409 </PATH>
388410 </subPane>
389411 </pane>
390- <pane id="PackagesPane" />
391- <pane id="Scope" />
392412 </panes>
393413 </component>
394414 <component name="PropertiesComponent">
@@ -445,19 +465,6 @@
445465 <option name="PORT" value="5005" />
446466 <method />
447467 </configuration>
448- <configuration default="true" type="Applet" factoryName="Applet">
449- <module name="" />
450- <option name="MAIN_CLASS_NAME" />
451- <option name="HTML_FILE_NAME" />
452- <option name="HTML_USED" value="false" />
453- <option name="WIDTH" value="400" />
454- <option name="HEIGHT" value="300" />
455- <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
456- <option name="VM_PARAMETERS" />
457- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
458- <option name="ALTERNATIVE_JRE_PATH" />
459- <method />
460- </configuration>
461468 <configuration default="true" type="TestNG" factoryName="TestNG">
462469 <module name="" />
463470 <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
@@ -485,6 +492,19 @@
485492 <listeners />
486493 <method />
487494 </configuration>
495+ <configuration default="true" type="Applet" factoryName="Applet">
496+ <module name="" />
497+ <option name="MAIN_CLASS_NAME" />
498+ <option name="HTML_FILE_NAME" />
499+ <option name="HTML_USED" value="false" />
500+ <option name="WIDTH" value="400" />
501+ <option name="HEIGHT" value="300" />
502+ <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
503+ <option name="VM_PARAMETERS" />
504+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
505+ <option name="ALTERNATIVE_JRE_PATH" />
506+ <method />
507+ </configuration>
488508 <configuration default="true" type="Application" factoryName="Application">
489509 <option name="MAIN_CLASS_NAME" />
490510 <option name="VM_PARAMETERS" />
@@ -499,18 +519,6 @@
499519 <envs />
500520 <method />
501521 </configuration>
502- <configuration default="true" type="HaxeApplicationRunConfiguration" factoryName="Haxe Application">
503- <module name="" />
504- <option name="customExecutable" value="false" />
505- <option name="customExecutablePath" value="" />
506- <option name="customFileToLaunch" value="false" />
507- <option name="customFileToLaunchPath" value="" />
508- <option name="name" value="Haxe Application" />
509- <option name="saveOutputToFile" value="false" />
510- <option name="showConsoleOnStdErr" value="false" />
511- <option name="showConsoleOnStdOut" value="false" />
512- <method />
513- </configuration>
514522 <configuration default="true" type="JUnit" factoryName="JUnit">
515523 <module name="" />
516524 <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
@@ -531,6 +539,18 @@
531539 <patterns />
532540 <method />
533541 </configuration>
542+ <configuration default="true" type="HaxeApplicationRunConfiguration" factoryName="Haxe Application">
543+ <module name="" />
544+ <option name="customExecutable" value="false" />
545+ <option name="customExecutablePath" value="" />
546+ <option name="customFileToLaunch" value="false" />
547+ <option name="customFileToLaunchPath" value="" />
548+ <option name="name" value="Haxe Application" />
549+ <option name="saveOutputToFile" value="false" />
550+ <option name="showConsoleOnStdErr" value="false" />
551+ <option name="showConsoleOnStdOut" value="false" />
552+ <method />
553+ </configuration>
534554 <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android Application">
535555 <module name="" />
536556 <option name="ACTIVITY_CLASS" value="" />
@@ -616,8 +636,8 @@
616636 <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
617637 <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
618638 <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
639+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
619640 <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
620- <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
621641 </layout>
622642 </component>
623643 <component name="Vcs.Log.UiProperties">
@@ -920,14 +940,6 @@
920940 </state>
921941 </provider>
922942 </entry>
923- <entry file="file:///usr/lib/haxe/std/flash/media/Sound.hx">
924- <provider selected="true" editor-type-id="text-editor">
925- <state vertical-scroll-proportion="0.36585367" vertical-offset="0" max-vertical-offset="656">
926- <caret line="16" column="13" selection-start-line="16" selection-start-column="13" selection-end-line="16" selection-end-column="13" />
927- <folding />
928- </state>
929- </provider>
930- </entry>
931943 <entry file="file://$PROJECT_DIR$/Source/framework/Mouse.hx">
932944 <provider selected="true" editor-type-id="text-editor">
933945 <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1275">
@@ -984,14 +996,6 @@
984996 </state>
985997 </provider>
986998 </entry>
987- <entry file="file://$PROJECT_DIR$/Source/framework/SoundManager.hx">
988- <provider selected="true" editor-type-id="text-editor">
989- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1500">
990- <caret line="43" column="43" selection-start-line="43" selection-start-column="43" selection-end-line="43" selection-end-column="43" />
991- <folding />
992- </state>
993- </provider>
994- </entry>
995999 <entry file="file://$PROJECT_DIR$/Source/Main.hx">
9961000 <provider selected="true" editor-type-id="text-editor">
9971001 <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="510">
@@ -1000,14 +1004,6 @@
10001004 </state>
10011005 </provider>
10021006 </entry>
1003- <entry file="file://$PROJECT_DIR$/Source/SceneMain.hx">
1004- <provider selected="true" editor-type-id="text-editor">
1005- <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="630">
1006- <caret line="33" column="41" selection-start-line="33" selection-start-column="41" selection-end-line="33" selection-end-column="41" />
1007- <folding />
1008- </state>
1009- </provider>
1010- </entry>
10111007 <entry file="file:///usr/lib/haxe/std/Date.hx">
10121008 <provider selected="true" editor-type-id="text-editor">
10131009 <state vertical-scroll-proportion="0.40802675" vertical-offset="296" max-vertical-offset="2940">
@@ -1042,12 +1038,36 @@
10421038 </entry>
10431039 <entry file="file://$PROJECT_DIR$/Source/framework/Application.hx">
10441040 <provider selected="true" editor-type-id="text-editor">
1045- <state vertical-scroll-proportion="0.25261584" vertical-offset="221" max-vertical-offset="2190">
1041+ <state vertical-scroll-proportion="0.0" vertical-offset="221" max-vertical-offset="2190">
10461042 <caret line="26" column="30" selection-start-line="26" selection-start-column="30" selection-end-line="26" selection-end-column="30" />
10471043 <folding />
10481044 </state>
10491045 </provider>
10501046 </entry>
1047+ <entry file="file://$PROJECT_DIR$/Source/SceneMain.hx">
1048+ <provider selected="true" editor-type-id="text-editor">
1049+ <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="630">
1050+ <caret line="10" column="13" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
1051+ <folding />
1052+ </state>
1053+ </provider>
1054+ </entry>
1055+ <entry file="file://$PROJECT_DIR$/Source/framework/SoundManager.hx">
1056+ <provider selected="true" editor-type-id="text-editor">
1057+ <state vertical-scroll-proportion="0.0" vertical-offset="597" max-vertical-offset="1500">
1058+ <caret line="80" column="18" selection-start-line="80" selection-start-column="18" selection-end-line="80" selection-end-column="18" />
1059+ <folding />
1060+ </state>
1061+ </provider>
1062+ </entry>
1063+ <entry file="file:///usr/lib/haxe/std/flash/media/Sound.hx">
1064+ <provider selected="true" editor-type-id="text-editor">
1065+ <state vertical-scroll-proportion="0.41158536" vertical-offset="0" max-vertical-offset="656">
1066+ <caret line="18" column="0" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" />
1067+ <folding />
1068+ </state>
1069+ </provider>
1070+ </entry>
10511071 </component>
10521072 <component name="masterDetails">
10531073 <states>