This commit is contained in:
Chris Forbes
2010-02-27 20:17:27 +13:00
parent ed55078e83
commit 11b926a422
290 changed files with 591 additions and 591 deletions

View File

@@ -21,7 +21,7 @@
using System;
using System.IO;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
[Flags]
enum SoundFlags

View File

@@ -18,7 +18,7 @@
*/
#endregion
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
class Blowfish
{

View File

@@ -21,7 +21,7 @@
using System;
using System.Linq;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
/* possibly the fugliest C# i've ever seen. */

View File

@@ -22,7 +22,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class Cache<T, U> : IEnumerable<KeyValuePair<T, U>>
{

View File

@@ -22,7 +22,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
namespace OpenRa.Collections
namespace OpenRA.Collections
{
public class Set<T> : IEnumerable<T>
{

View File

@@ -20,7 +20,7 @@
using System;
namespace OpenRa
namespace OpenRA
{
public class DisposableAction : IDisposable
{

View File

@@ -23,7 +23,7 @@ using System.Collections.Generic;
using System.Drawing;
using System.IO;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public enum Dune2ImageFlags : int
{

View File

@@ -21,7 +21,7 @@
using System;
using System.Collections.Generic;
namespace OpenRa
namespace OpenRA
{
public static class Exts
{

View File

@@ -22,7 +22,7 @@ using System;
using System.Linq;
using System.Reflection;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public static class FieldLoader
{

View File

@@ -22,7 +22,7 @@ using System;
using System.Collections.Generic;
using System.IO;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public static class FileSystem
{

View File

@@ -21,7 +21,7 @@
using System.Collections.Generic;
using System.IO;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class Folder : IFolder
{

View File

@@ -18,7 +18,7 @@
*/
#endregion
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public static class Format2
{

View File

@@ -18,7 +18,7 @@
*/
#endregion
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public static class Format40
{

View File

@@ -20,7 +20,7 @@
using System;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
class FastByteReader
{

View File

@@ -22,7 +22,7 @@ using System;
using System.Drawing;
using System.IO;
namespace OpenRa.FileFormats.Graphics
namespace OpenRA.FileFormats.Graphics
{
[AttributeUsage( AttributeTargets.Assembly )]
public class RendererAttribute : Attribute

View File

@@ -20,7 +20,7 @@
using System.Runtime.InteropServices;
namespace OpenRa.FileFormats.Graphics
namespace OpenRA.FileFormats.Graphics
{
[StructLayout(LayoutKind.Sequential)]
public struct Vertex

View File

@@ -20,7 +20,7 @@
using System.Drawing;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public interface IPaletteRemap
{

View File

@@ -24,7 +24,7 @@ using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class IniFile
{

View File

@@ -20,7 +20,7 @@
using System;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class Lazy<T>
{

View File

@@ -24,7 +24,7 @@ using System.IO;
using System.Linq;
using System.Text;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class Map
{

View File

@@ -23,7 +23,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
using MiniYamlNodes = Dictionary<string, MiniYaml>;

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -8,8 +8,8 @@
<ProjectGuid>{BDAEAB25-991E-46A7-AF1E-4F0E03358DAA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenRa.FileFormats</RootNamespace>
<AssemblyName>OpenRa.FileFormats</AssemblyName>
<RootNamespace>OpenRA.FileFormats</RootNamespace>
<AssemblyName>OpenRA.FileFormats</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>

View File

@@ -23,7 +23,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public interface IFolder
{

View File

@@ -22,7 +22,7 @@ using System.Collections.Generic;
using System.IO;
using System.Text;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class PackageEntry
{

View File

@@ -20,7 +20,7 @@
using System.Collections.Generic;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public struct Pair<T, U>
{

View File

@@ -22,7 +22,7 @@ using System.Collections.Generic;
using System.Drawing;
using System.IO;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class Palette
{

View File

@@ -23,7 +23,7 @@ using System.Drawing;
using System.IO;
using System.Linq;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class PlayerColorRemap : IPaletteRemap
{

View File

@@ -21,7 +21,7 @@
using System;
using System.Collections.Generic;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class PriorityQueue<T>
where T : IComparable<T>

View File

@@ -18,7 +18,7 @@
*/
#endregion
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public static class ProtocolVersion
{

View File

@@ -21,7 +21,7 @@
using System.Collections.Generic;
using System.Linq;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class Session
{

View File

@@ -23,7 +23,7 @@ using System.Collections.Generic;
using System.Drawing;
using System.IO;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class ImageHeader
{

View File

@@ -20,7 +20,7 @@
using System.Drawing;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class ShroudPaletteRemap : IPaletteRemap
{

View File

@@ -20,7 +20,7 @@
using System.Drawing;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class SingleColorRemap : IPaletteRemap
{

View File

@@ -20,7 +20,7 @@
using System.IO;
namespace OpenRa
namespace OpenRA
{
public static class Log
{

View File

@@ -19,7 +19,7 @@
#endregion
using Tao.Sdl;
namespace OpenRa.Support
namespace OpenRA.Support
{
public class Stopwatch
{

View File

@@ -18,7 +18,7 @@
*/
#endregion
namespace OpenRa.Support
namespace OpenRA.Support
{
public static class Timer
{

View File

@@ -21,7 +21,7 @@
using System.Collections.Generic;
using System.IO;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class Terrain
{

View File

@@ -18,7 +18,7 @@
*/
#endregion
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public struct TileReference
{

View File

@@ -22,7 +22,7 @@ using System.Collections.Generic;
using System.Globalization;
using System.IO;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class TileSet
{

View File

@@ -20,7 +20,7 @@
using System.Drawing;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public struct TreeReference
{

View File

@@ -18,7 +18,7 @@
*/
#endregion
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class Tuple<A, B, C>
{

View File

@@ -22,7 +22,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class TypeDictionary
{

View File

@@ -21,7 +21,7 @@
using System.Collections.Generic;
using System.Linq;
namespace OpenRa.FileFormats
namespace OpenRA.FileFormats
{
public class TileTemplate
{

View File

@@ -22,7 +22,7 @@ using System;
using System.Drawing;
using System.Runtime.InteropServices;
namespace OpenRa
namespace OpenRA
{
[StructLayout(LayoutKind.Sequential)]
public struct float2

View File

@@ -21,7 +21,7 @@
using System;
using System.Drawing;
namespace OpenRa
namespace OpenRA
{
public struct int2
{