-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,701 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<root> | ||
<id>gambiter.guiflash</id> | ||
<version>0.2.1</version> | ||
<name>GUIFlash</name> | ||
<description>Flash components for use in python mods.</description> | ||
</root> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<project version="2"> | ||
<!-- Output SWF options --> | ||
<output> | ||
<movie outputType="Application" /> | ||
<movie input="" /> | ||
<movie path="..\GUIFlash.swf" /> | ||
<movie fps="50" /> | ||
<movie width="25" /> | ||
<movie height="25" /> | ||
<movie version="11" /> | ||
<movie minorVersion="4" /> | ||
<movie platform="Flash Player" /> | ||
<movie background="#FFFFFF" /> | ||
</output> | ||
<!-- Other classes to be compiled into your SWF --> | ||
<classpaths> | ||
<class path="src" /> | ||
</classpaths> | ||
<!-- Build options --> | ||
<build> | ||
<option accessible="False" /> | ||
<option advancedTelemetry="False" /> | ||
<option allowSourcePathOverlap="False" /> | ||
<option benchmark="False" /> | ||
<option es="False" /> | ||
<option inline="False" /> | ||
<option locale="" /> | ||
<option loadConfig="" /> | ||
<option optimize="True" /> | ||
<option omitTraces="True" /> | ||
<option showActionScriptWarnings="True" /> | ||
<option showBindingWarnings="True" /> | ||
<option showInvalidCSS="True" /> | ||
<option showDeprecationWarnings="True" /> | ||
<option showUnusedTypeSelectorWarnings="True" /> | ||
<option strict="True" /> | ||
<option useNetwork="True" /> | ||
<option useResourceBundleMetadata="True" /> | ||
<option warnings="True" /> | ||
<option verboseStackTraces="False" /> | ||
<option linkReport="" /> | ||
<option loadExterns="" /> | ||
<option staticLinkRSL="True" /> | ||
<option additional="" /> | ||
<option compilerConstants="" /> | ||
<option minorVersion="" /> | ||
</build> | ||
<!-- SWC Include Libraries --> | ||
<includeLibraries> | ||
<!-- example: <element path="..." /> --> | ||
</includeLibraries> | ||
<!-- SWC Libraries --> | ||
<libraryPaths> | ||
<!-- example: <element path="..." /> --> | ||
</libraryPaths> | ||
<!-- External Libraries --> | ||
<externalLibraryPaths> | ||
<element path="swc\wg\base_app-1.0-SNAPSHOT.swc" /> | ||
<element path="swc\wg\battle.swc" /> | ||
<element path="swc\wg\common_i18n_library-1.0-SNAPSHOT.swc" /> | ||
<element path="swc\wg\common-1.0-SNAPSHOT.swc" /> | ||
<element path="swc\wg\gui_base-1.0-SNAPSHOT.swc" /> | ||
<element path="swc\wg\gui_battle-1.0-SNAPSHOT.swc" /> | ||
<element path="swc\wg\gui_lobby-1.0-SNAPSHOT.swc" /> | ||
<element path="swc\wg\lobby.swc" /> | ||
</externalLibraryPaths> | ||
<!-- Runtime Shared Libraries --> | ||
<rslPaths> | ||
<!-- example: <element path="..." /> --> | ||
</rslPaths> | ||
<!-- Intrinsic Libraries --> | ||
<intrinsics> | ||
<!-- example: <element path="..." /> --> | ||
</intrinsics> | ||
<!-- Assets to embed into the output SWF --> | ||
<library> | ||
<!-- example: <asset path="..." id="..." update="..." glyphs="..." mode="..." place="..." sharepoint="..." /> --> | ||
</library> | ||
<!-- Class files to compile (other referenced classes will automatically be included) --> | ||
<compileTargets> | ||
<compile path="src\net\gambiter\FlashUI.as" /> | ||
</compileTargets> | ||
<!-- Paths to exclude from the Project Explorer tree --> | ||
<hiddenPaths> | ||
<hidden path="obj" /> | ||
</hiddenPaths> | ||
<!-- Executed before build --> | ||
<preBuildCommand /> | ||
<!-- Executed after build --> | ||
<postBuildCommand alwaysRun="False" /> | ||
<!-- Other project options --> | ||
<options> | ||
<option showHiddenPaths="False" /> | ||
<option testMovie="Default" /> | ||
<option testMovieCommand="" /> | ||
</options> | ||
<!-- Plugin storage --> | ||
<storage /> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--This Adobe Flex compiler configuration file was generated by a tool.--> | ||
<!--Any modifications you make may be lost.--> | ||
<flex-config> | ||
<target-player>11.4</target-player> | ||
<benchmark>false</benchmark> | ||
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries> | ||
<compiler> | ||
<define append="true"> | ||
<name>CONFIG::debug</name> | ||
<value>false</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::release</name> | ||
<value>true</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::timeStamp</name> | ||
<value>'19.12.2017'</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::air</name> | ||
<value>false</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::mobile</name> | ||
<value>false</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::desktop</name> | ||
<value>false</value> | ||
</define> | ||
<optimize>true</optimize> | ||
<omit-trace-statements>true</omit-trace-statements> | ||
<verbose-stacktraces>false</verbose-stacktraces> | ||
<source-path append="true"> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\src</path-element> | ||
<path-element>C:\Program Files (x86)\FlashDevelop\Library\AS3\classes</path-element> | ||
</source-path> | ||
<external-library-path append="true"> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\base_app-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\battle.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\common_i18n_library-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\common-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\gui_base-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\gui_battle-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\gui_lobby-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\lobby.swc</path-element> | ||
</external-library-path> | ||
</compiler> | ||
<file-specs> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\src\net\gambiter\FlashUI.as</path-element> | ||
</file-specs> | ||
<default-background-color>#FFFFFF</default-background-color> | ||
<default-frame-rate>50</default-frame-rate> | ||
<default-size> | ||
<width>25</width> | ||
<height>25</height> | ||
</default-size> | ||
</flex-config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--This Adobe Flex compiler configuration file was generated by a tool.--> | ||
<!--Any modifications you make may be lost.--> | ||
<flex-config> | ||
<target-player>11.4</target-player> | ||
<benchmark>false</benchmark> | ||
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries> | ||
<compiler> | ||
<define append="true"> | ||
<name>CONFIG::debug</name> | ||
<value>false</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::release</name> | ||
<value>true</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::timeStamp</name> | ||
<value>'19.12.2017'</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::air</name> | ||
<value>false</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::mobile</name> | ||
<value>false</value> | ||
</define> | ||
<define append="true"> | ||
<name>CONFIG::desktop</name> | ||
<value>false</value> | ||
</define> | ||
<optimize>true</optimize> | ||
<omit-trace-statements>true</omit-trace-statements> | ||
<verbose-stacktraces>false</verbose-stacktraces> | ||
<source-path append="true"> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\src</path-element> | ||
<path-element>C:\Program Files (x86)\FlashDevelop\Library\AS3\classes</path-element> | ||
</source-path> | ||
<external-library-path append="true"> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\base_app-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\battle.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\common_i18n_library-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\common-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\gui_base-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\gui_battle-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\gui_lobby-1.0-SNAPSHOT.swc</path-element> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\swc\wg\lobby.swc</path-element> | ||
</external-library-path> | ||
</compiler> | ||
<file-specs> | ||
<path-element>C:\Games\OneDrive\WoT_Mods\GUIFlash\source\res\gui\flash\as3proj\src\net\gambiter\FlashUI.as</path-element> | ||
</file-specs> | ||
<default-background-color>#FFFFFF</default-background-color> | ||
<default-frame-rate>50</default-frame-rate> | ||
<default-size> | ||
<width>25</width> | ||
<height>25</height> | ||
</default-size> | ||
</flex-config> |
Oops, something went wrong.