Skip to content

Commit

Permalink
Deprecated the Map namespace.
Browse files Browse the repository at this point in the history
- Moved all loaders from the Map namespace to the MapLoaders namespace

#70
  • Loading branch information
NTaylorMullen committed Aug 11, 2013
1 parent 6a6be0b commit 5119b7b
Show file tree
Hide file tree
Showing 32 changed files with 338 additions and 350 deletions.
48 changes: 24 additions & 24 deletions EndGate/EndGate.Core.JS/EndGate.Core.JS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,52 +95,52 @@
<DependentUpon>ICloneable.ts</DependentUpon>
</Content>
<TypeScriptCompile Include="Tweening\Functions\Back.ts" />
<TypeScriptCompile Include="Map\Loaders\JSON\JSONLoader.ts" />
<TypeScriptCompile Include="Map\Loaders\JSON\JSONFormat.ts" />
<TypeScriptCompile Include="Map\Loaders\JSON\TMX\ITMX.ts" />
<TypeScriptCompile Include="Map\Loaders\IMapLoader.ts" />
<TypeScriptCompile Include="Map\Loaders\IMapLoadedResult.ts" />
<TypeScriptCompile Include="Map\Loaders\IHookFunction.ts" />
<Content Include="Map\Loaders\IHookFunction.js">
<TypeScriptCompile Include="MapLoaders\JSON\JSONLoader.ts" />
<TypeScriptCompile Include="MapLoaders\JSON\JSONFormat.ts" />
<TypeScriptCompile Include="MapLoaders\JSON\TMX\ITMX.ts" />
<TypeScriptCompile Include="MapLoaders\IMapLoader.ts" />
<TypeScriptCompile Include="MapLoaders\IMapLoadedResult.ts" />
<TypeScriptCompile Include="MapLoaders\IHookFunction.ts" />
<Content Include="MapLoaders\IHookFunction.js">
<DependentUpon>IHookFunction.ts</DependentUpon>
</Content>
<Content Include="Map\Loaders\IMapLoadedResult.js">
<Content Include="MapLoaders\IMapLoadedResult.js">
<DependentUpon>IMapLoadedResult.ts</DependentUpon>
</Content>
<Content Include="Map\Loaders\IMapLoader.js">
<Content Include="MapLoaders\IMapLoader.js">
<DependentUpon>IMapLoader.ts</DependentUpon>
</Content>
<TypeScriptCompile Include="Map\Loaders\IMapPreloadInfo.ts" />
<Content Include="Map\Loaders\IMapPreloadInfo.js">
<TypeScriptCompile Include="MapLoaders\IMapPreloadInfo.ts" />
<Content Include="MapLoaders\IMapPreloadInfo.js">
<DependentUpon>IMapPreloadInfo.ts</DependentUpon>
</Content>
<TypeScriptCompile Include="Map\Loaders\IPropertyHooks.ts" />
<Content Include="Map\Loaders\IPropertyHooks.js">
<TypeScriptCompile Include="MapLoaders\IPropertyHooks.ts" />
<Content Include="MapLoaders\IPropertyHooks.js">
<DependentUpon>IPropertyHooks.ts</DependentUpon>
</Content>
<Content Include="Map\Loaders\JSON\TMX\ITMX.js">
<Content Include="MapLoaders\JSON\TMX\ITMX.js">
<DependentUpon>ITMX.ts</DependentUpon>
</Content>
<TypeScriptCompile Include="Map\Loaders\JSON\TMX\ITMXLayer.ts" />
<Content Include="Map\Loaders\JSON\TMX\ITMXLayer.js">
<TypeScriptCompile Include="MapLoaders\JSON\TMX\ITMXLayer.ts" />
<Content Include="MapLoaders\JSON\TMX\ITMXLayer.js">
<DependentUpon>ITMXLayer.ts</DependentUpon>
</Content>
<TypeScriptCompile Include="Map\Loaders\JSON\TMX\ITMXTileset.ts" />
<Content Include="Map\Loaders\JSON\TMX\ITMXTileset.js">
<TypeScriptCompile Include="MapLoaders\JSON\TMX\ITMXTileset.ts" />
<Content Include="MapLoaders\JSON\TMX\ITMXTileset.js">
<DependentUpon>ITMXTileset.ts</DependentUpon>
</Content>
<Content Include="Map\Loaders\JSON\JSONFormat.js">
<Content Include="MapLoaders\JSON\JSONFormat.js">
<DependentUpon>JSONFormat.ts</DependentUpon>
</Content>
<Content Include="Map\Loaders\JSON\JSONLoader.js">
<Content Include="MapLoaders\JSON\JSONLoader.js">
<DependentUpon>JSONLoader.ts</DependentUpon>
</Content>
<TypeScriptCompile Include="Map\Loaders\JSON\TMX\TMXLoader.ts" />
<TypeScriptCompile Include="Map\Loaders\JSON\TMX\OrthogonalLoader.ts" />
<Content Include="Map\Loaders\JSON\TMX\OrthogonalLoader.js">
<TypeScriptCompile Include="MapLoaders\JSON\TMX\TMXLoader.ts" />
<TypeScriptCompile Include="MapLoaders\JSON\TMX\OrthogonalLoader.ts" />
<Content Include="MapLoaders\JSON\TMX\OrthogonalLoader.js">
<DependentUpon>OrthogonalLoader.ts</DependentUpon>
</Content>
<Content Include="Map\Loaders\JSON\TMX\TMXLoader.js">
<Content Include="MapLoaders\JSON\TMX\TMXLoader.js">
<DependentUpon>TMXLoader.ts</DependentUpon>
</Content>
<TypeScriptCompile Include="Graphics\TileMaps\ITileDetails.ts" />
Expand Down
16 changes: 0 additions & 16 deletions EndGate/EndGate.Core.JS/Map/Loaders/JSON/JSONFormat.js

This file was deleted.

40 changes: 0 additions & 40 deletions EndGate/EndGate.Core.JS/Map/Loaders/JSON/JSONLoader.js

This file was deleted.

208 changes: 0 additions & 208 deletions EndGate/EndGate.Core.JS/Map/Loaders/JSON/TMX/OrthogonalLoader.js

This file was deleted.

36 changes: 0 additions & 36 deletions EndGate/EndGate.Core.JS/Map/Loaders/JSON/TMX/TMXLoader.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference path="../../Graphics/TileMaps/ITileDetails.ts" />
/// <reference path="../Graphics/TileMaps/ITileDetails.ts" />

declare module EndGate.Map.Loaders {
declare module EndGate.MapLoaders {

/**
* Defines an IHookFunction that represents a function that can be used to hook into map loading tiles.
Expand Down
Loading

0 comments on commit 5119b7b

Please sign in to comment.