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

@@ -20,7 +20,7 @@
using System;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
public class Animation
{

View File

@@ -22,9 +22,9 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml;
using OpenRa.FileFormats;
using OpenRA.FileFormats;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
static class ChromeProvider
{

View File

@@ -20,7 +20,7 @@
using System.Xml;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class CursorSequence
{

View File

@@ -20,9 +20,9 @@
using System;
using System.Linq;
using OpenRa.FileFormats;
using OpenRA.FileFormats;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
static class CursorSheetBuilder
{

View File

@@ -21,10 +21,10 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using OpenRa.FileFormats;
using OpenRa.Traits;
using OpenRA.FileFormats;
using OpenRA.Traits;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class HardwarePalette : Sheet
{

View File

@@ -19,9 +19,9 @@
#endregion
using System.Drawing;
using OpenRa.FileFormats.Graphics;
using OpenRA.FileFormats.Graphics;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class LineRenderer
{

View File

@@ -22,7 +22,7 @@ using System.Drawing;
using System.IO;
using System.Xml;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class MappedImage
{

View File

@@ -22,10 +22,10 @@ using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.Linq;
using OpenRa.FileFormats;
using OpenRa.Traits;
using OpenRA.FileFormats;
using OpenRA.Traits;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class Minimap
{

View File

@@ -19,9 +19,9 @@
#endregion
using System.Linq;
using OpenRa.FileFormats;
using OpenRA.FileFormats;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class OverlayRenderer
{

View File

@@ -23,12 +23,12 @@ using System.Drawing;
using System.Drawing.Text;
using System.Reflection;
using System.Windows.Forms;
using OpenRa.FileFormats;
using OpenRa.FileFormats.Graphics;
using OpenRa.Support;
using OpenRA.FileFormats;
using OpenRA.FileFormats.Graphics;
using OpenRA.Support;
using System.IO;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
internal class Renderer
{

View File

@@ -20,7 +20,7 @@
using System.Xml;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
public class Sequence
{

View File

@@ -22,9 +22,9 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml;
using OpenRa.FileFormats;
using OpenRA.FileFormats;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
static class SequenceProvider
{

View File

@@ -19,10 +19,10 @@
#endregion
using System.Drawing;
using OpenRa.FileFormats;
using OpenRa.FileFormats.Graphics;
using OpenRA.FileFormats;
using OpenRA.FileFormats.Graphics;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
public class Sheet
{

View File

@@ -20,7 +20,7 @@
using System.Drawing;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class SheetBuilder
{

View File

@@ -20,7 +20,7 @@
using System.Drawing;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
public class Sprite
{

View File

@@ -1,11 +1,11 @@
using System;
using System.Drawing;
using System.Linq;
using OpenRa.FileFormats;
using OpenRA.FileFormats;
using Tao.FreeType;
using System.Runtime.InteropServices;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class SpriteFont
{

View File

@@ -18,9 +18,9 @@
*/
#endregion
using OpenRa.FileFormats.Graphics;
using OpenRA.FileFormats.Graphics;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class SpriteRenderer
{

View File

@@ -19,9 +19,9 @@
#endregion
using System.Linq;
using OpenRa.FileFormats;
using OpenRA.FileFormats;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
static class SpriteSheetBuilder
{

View File

@@ -19,10 +19,10 @@
#endregion
using System.Drawing;
using OpenRa.FileFormats;
using OpenRa.FileFormats.Graphics;
using OpenRA.FileFormats;
using OpenRA.FileFormats.Graphics;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
class TerrainRenderer
{

View File

@@ -23,9 +23,9 @@ using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using OpenRa.FileFormats.Graphics;
using OpenRA.FileFormats.Graphics;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
static class Util
{

View File

@@ -20,10 +20,10 @@
using System.Collections.Generic;
using System.Linq;
using OpenRa.Network;
using OpenRa.Traits;
using OpenRA.Network;
using OpenRA.Traits;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
interface IHandleInput
{

View File

@@ -21,10 +21,10 @@
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRa.FileFormats;
using OpenRa.Traits;
using OpenRA.FileFormats;
using OpenRA.Traits;
namespace OpenRa.Graphics
namespace OpenRA.Graphics
{
public class WorldRenderer
{