-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added prebuilt AnimationEditor to address teamcity problem.
- Loading branch information
Showing
40 changed files
with
41,457 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
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 @@ | ||
{"RecentFiles":["C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/Enemy/Evilvine.achx","C:/Users/vchel/Documents/GitHub/FlatRedBall/FRBDK/Glue/OfficialPlugins/Wizard/EmbeddedContent/Platformer/PlatformerAnimations.achx","C:/Users/vchel/Documents/FlatRedBallProjects/WallJumpTutorial/WallJumpTutorial/Content/Entities/Player/PlatformerAnimations.achx","C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/Bullet/AnimationChainListFile.achx","C:/Users/vchel/Documents/GitHub/masteroid/Masteroid/Content/GlobalContent/Asteroids.achx","C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/StaticDestroyableObject/AnimationChainListFile.achx","C:/Users/vchel/Documents/FlatRedBallProjects/Beefball3/Beefball3/Content/Screens/GameScreen/AnimationChainListFile.achx","C:/Users/vchel/Documents/GitHub/KidDefense/GameProject/KidDefense/Content/Entities/Ui/Emoticons/AnimationChainListFile.achx","C:/Users/vchel/Documents/GitHub/KidDefense/GameProject/KidDefense/Content/Entities/Prop/PropAnimations.achx","C:/Users/vchel/Documents/GitHub/KidDefense/GameProject/KidDefense/Content/Entities/Player/PlayerBodyAnimations1.achx","C:/Users/vchel/Documents/GitHub/KidDefense/GameProject/KidDefense/Content/Entities/HomeBase/HomeBaseAnimations.achx","C:/Users/vchel/Documents/GitHub/KidDefense/GameProject/KidDefense/Content/Entities/Player/FlashlightAnimations.achx","C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/Enemy/EyeballThing.achx","C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/Enemy/BoomBabyShoggoth.achx","C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/EnemyBullet/PoisonCloudAnimation.achx","C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/EnemyDeathEffect/AnimationChainListFile.achx","C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/EnemyBullet/BlackHoleShotAnimation.achx","C:/Users/vchel/Documents/GitHub/Kimuzukash-chibi-kuto-urufu/CrankyChibiCthulu/Content/Entities/EnemyBullet/ParasiteShotAnimation.achx","C:/Users/vchel/Documents/FlatRedBallProjects/LiveEditTest/LiveEditTest/Content/Entities/AnimatedEntity/AnimationChainListFile.achx","C:/Users/vchel/Documents/FlatRedBallProjects/SuperCrazyRaceWorld/SuperCrazyRaceWorld/Content/Entities/Player/PlatformerAnimationsP4.achx"]} |
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
FRBDK/AnimationEditor/PreviewProject/bin/Debug/AnimationEditor.exe.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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Binary file not shown.
Binary file added
BIN
+22 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/CommonFormsAndControls.dll
Binary file not shown.
Binary file added
BIN
+51.5 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/CommonFormsAndControls.pdb
Binary file not shown.
48 changes: 48 additions & 0 deletions
48
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Content/BmfcTemplate.bmfc
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,48 @@ | ||
# AngelCode Bitmap Font Generator configuration file | ||
fileVersion=1 | ||
|
||
# font settings | ||
fontName=FontNameVariable | ||
charSet=0 | ||
fontSize=-FontSizeVariable | ||
aa=1 | ||
scaleH=100 | ||
useSmoothing={UseSmoothing} | ||
isBold={IsBold} | ||
isItalic={IsItalic} | ||
useUnicode=1 | ||
disableBoxChars=1 | ||
outputInvalidCharGlyph=0 | ||
|
||
# character alignment | ||
paddingDown=0 | ||
paddingUp=0 | ||
paddingRight=0 | ||
paddingLeft=0 | ||
spacingHoriz=1 | ||
spacingVert=1 | ||
|
||
# output file | ||
outWidth=512 | ||
outHeight=256 | ||
outBitDepth=32 | ||
fontDescFormat=0 | ||
fourChnlPacked=0 | ||
textureFormat=png | ||
textureCompression=0 | ||
alphaChnl=alphaChnlValue | ||
redChnl=redChnlValue | ||
greenChnl=greenChnlValue | ||
blueChnl=blueChnlValue | ||
invA=0 | ||
invR=0 | ||
invG=0 | ||
invB=0 | ||
|
||
# outline | ||
outlineThickness=OutlineThicknessVariable | ||
|
||
# selected chars | ||
chars=32-126,160-255 | ||
|
||
# imported icon images |
Binary file added
BIN
+235 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/FlatRedBall.AnimationEditorForms.dll
Binary file not shown.
Binary file added
BIN
+610 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/FlatRedBall.AnimationEditorForms.pdb
Binary file not shown.
Binary file added
BIN
+30 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/FlatRedBall.SpecializedXnaControls.dll
Binary file not shown.
Binary file added
BIN
+77.5 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/FlatRedBall.SpecializedXnaControls.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
14,214 changes: 14,214 additions & 0 deletions
14,214
FRBDK/AnimationEditor/PreviewProject/bin/Debug/FlatRedBall.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+73 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.Game.dll
Binary file not shown.
625 changes: 625 additions & 0 deletions
625
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.Game.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+72 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.GamerServices.dll
Binary file not shown.
1,310 changes: 1,310 additions & 0 deletions
1,310
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.GamerServices.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+418 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.Graphics.dll
Binary file not shown.
3,431 changes: 3,431 additions & 0 deletions
3,431
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.Graphics.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+22.5 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.Input.Touch.dll
Binary file not shown.
252 changes: 252 additions & 0 deletions
252
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.Input.Touch.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+74 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.Xact.dll
Binary file not shown.
283 changes: 283 additions & 0 deletions
283
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.Xact.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+664 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.dll
Binary file not shown.
7,375 changes: 7,375 additions & 0 deletions
7,375
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Microsoft.Xna.Framework.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
11,262 changes: 11,262 additions & 0 deletions
11,262
FRBDK/AnimationEditor/PreviewProject/bin/Debug/Newtonsoft.Json.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
FRBDK/AnimationEditor/PreviewProject/bin/Debug/RenderingLibrary.dll.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,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?><configuration> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="mscorlib" publicKeyToken="b77a5c561934e089" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Drawing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Binary file not shown.
Binary file added
BIN
+113 KB
FRBDK/AnimationEditor/PreviewProject/bin/Debug/System.Numerics.Vectors.dll
Binary file not shown.
Oops, something went wrong.