Switch to Barotrauma & too many misc changes to remember

This commit is contained in:
Regalis
2015-10-16 18:11:58 +03:00
parent 2bb5d41836
commit 838022fcd5
203 changed files with 540 additions and 419 deletions

View File

@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace Subsurface
namespace Barotrauma
{
public class GUIComponentStyle
{

View File

@@ -5,7 +5,7 @@ using Microsoft.Xna.Framework.Input;
using System;
using System.Collections.Generic;
namespace Subsurface
namespace Barotrauma
{
[Flags]
public enum Alignment

View File

@@ -2,7 +2,7 @@
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace Subsurface
namespace Barotrauma
{
public class GUIButton : GUIComponent
{

View File

@@ -5,7 +5,7 @@ using EventInput;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Subsurface
namespace Barotrauma
{
public abstract class GUIComponent
{

View File

@@ -5,7 +5,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Subsurface
namespace Barotrauma
{
public class GUIDropDown : GUIComponent
{

View File

@@ -1,7 +1,7 @@
using Microsoft.Xna.Framework;
using System;
namespace Subsurface
namespace Barotrauma
{
public class GUIFrame : GUIComponent
{

View File

@@ -2,7 +2,7 @@
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Subsurface
namespace Barotrauma
{
public class GUIImage : GUIComponent
{

View File

@@ -3,7 +3,7 @@ using System.Diagnostics;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Subsurface
namespace Barotrauma
{
public class GUIListBox : GUIComponent
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Subsurface
namespace Barotrauma
{
class GUIMessage
{

View File

@@ -1,7 +1,7 @@
using Microsoft.Xna.Framework;
using System.Collections.Generic;
namespace Subsurface
namespace Barotrauma
{
public class GUIMessageBox : GUIFrame
{

View File

@@ -1,7 +1,7 @@
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Subsurface
namespace Barotrauma
{
public class GUIProgressBar : GUIComponent
{

View File

@@ -2,7 +2,7 @@
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Subsurface
namespace Barotrauma
{
public class GUIScrollBar : GUIComponent
{

View File

@@ -3,7 +3,7 @@ using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
namespace Subsurface
namespace Barotrauma
{
public class GUIStyle
{

View File

@@ -1,7 +1,7 @@
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Subsurface
namespace Barotrauma
{
public class GUITextBlock : GUIComponent
{

View File

@@ -4,7 +4,7 @@ using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace Subsurface
namespace Barotrauma
{
delegate void TextBoxEvent(GUITextBox sender);

View File

@@ -2,7 +2,7 @@
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace Subsurface
namespace Barotrauma
{
public class GUITickBox : GUIComponent
{

View File

@@ -7,7 +7,7 @@ using System.Diagnostics;
using System.Linq;
using System.Text;
namespace Subsurface
namespace Barotrauma
{
class LoadingScreen
{