diff options
| author | cjones <cjones@sumo-digital.com> | 2016-03-04 13:16:50 +0000 |
|---|---|---|
| committer | cjones <cjones@sumo-digital.com> | 2016-03-04 13:16:50 +0000 |
| commit | 0887a0a22a946f921f90466227089893295dfb54 (patch) | |
| tree | 96e4c0a7a17b94b70c1e7fb82a541243be2c05f2 | |
| parent | c488d35b941fd3f1a320153b143e39e45f0260c2 (diff) | |
| download | SMAPI-0887a0a22a946f921f90466227089893295dfb54.tar.gz SMAPI-0887a0a22a946f921f90466227089893295dfb54.tar.bz2 SMAPI-0887a0a22a946f921f90466227089893295dfb54.zip | |
Deleted unwanted files. Ideally these would not be in source control.
60 files changed, 0 insertions, 11841 deletions
diff --git a/Release/Mods/TrainerMod.dll b/Release/Mods/TrainerMod.dll Binary files differdeleted file mode 100644 index bbc1f948..00000000 --- a/Release/Mods/TrainerMod.dll +++ /dev/null diff --git a/Release/SMAPI_0.31A.zip b/Release/SMAPI_0.31A.zip Binary files differdeleted file mode 100644 index 70c538f2..00000000 --- a/Release/SMAPI_0.31A.zip +++ /dev/null diff --git a/Release/SMAPI_0.32A.zip b/Release/SMAPI_0.32A.zip Binary files differdeleted file mode 100644 index d07a52b4..00000000 --- a/Release/SMAPI_0.32A.zip +++ /dev/null diff --git a/Release/SMAPI_0.35.zip b/Release/SMAPI_0.35.zip Binary files differdeleted file mode 100644 index fd587597..00000000 --- a/Release/SMAPI_0.35.zip +++ /dev/null diff --git a/Release/SMAPI_0.36A.zip b/Release/SMAPI_0.36A.zip Binary files differdeleted file mode 100644 index 3327651f..00000000 --- a/Release/SMAPI_0.36A.zip +++ /dev/null diff --git a/Release/StardewModdingAPI.exe b/Release/StardewModdingAPI.exe Binary files differdeleted file mode 100644 index 64799ce6..00000000 --- a/Release/StardewModdingAPI.exe +++ /dev/null diff --git a/Release/Use.txt b/Release/Use.txt deleted file mode 100644 index 673aa44b..00000000 --- a/Release/Use.txt +++ /dev/null @@ -1 +0,0 @@ -Place this EXE next to StardewValley.exe and run it.
\ No newline at end of file diff --git a/Release/steam_appid.txt b/Release/steam_appid.txt deleted file mode 100644 index 9fe92b96..00000000 --- a/Release/steam_appid.txt +++ /dev/null @@ -1 +0,0 @@ -413150
\ No newline at end of file diff --git a/StardewInjector/bin/Debug/Lidgren.Network.dll b/StardewInjector/bin/Debug/Lidgren.Network.dll Binary files differdeleted file mode 100644 index 2cd9d5b3..00000000 --- a/StardewInjector/bin/Debug/Lidgren.Network.dll +++ /dev/null diff --git a/StardewInjector/bin/Debug/Microsoft.Xna.Framework.Game.dll b/StardewInjector/bin/Debug/Microsoft.Xna.Framework.Game.dll Binary files differdeleted file mode 100644 index 9ba4aa23..00000000 --- a/StardewInjector/bin/Debug/Microsoft.Xna.Framework.Game.dll +++ /dev/null diff --git a/StardewInjector/bin/Debug/Microsoft.Xna.Framework.Game.xml b/StardewInjector/bin/Debug/Microsoft.Xna.Framework.Game.xml deleted file mode 100644 index d0b7a111..00000000 --- a/StardewInjector/bin/Debug/Microsoft.Xna.Framework.Game.xml +++ /dev/null @@ -1,625 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<doc> - <members> - <member name="T:Microsoft.Xna.Framework.DrawableGameComponent"> - <summary>A game component that is notified when it needs to draw itself.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.DrawableGameComponent.#ctor(Microsoft.Xna.Framework.Game)"> - <summary>Creates a new instance of DrawableGameComponent.</summary> - <param name="game">The Game that the game component should be attached to.</param> - </member> - <member name="M:Microsoft.Xna.Framework.DrawableGameComponent.Dispose(System.Boolean)"> - <summary>Releases the unmanaged resources used by the DrawableGameComponent and optionally releases the managed resources.</summary> - <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param> - </member> - <member name="M:Microsoft.Xna.Framework.DrawableGameComponent.Draw(Microsoft.Xna.Framework.GameTime)"> - <summary>Called when the DrawableGameComponent needs to be drawn. Override this method with component-specific drawing code. Reference page contains links to related conceptual articles.</summary> - <param name="gameTime">Time passed since the last call to Draw.</param> - </member> - <member name="P:Microsoft.Xna.Framework.DrawableGameComponent.DrawOrder"> - <summary>Order in which the component should be drawn, relative to other components that are in the same GameComponentCollection. Reference page contains code sample.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.DrawableGameComponent.DrawOrderChanged"> - <summary>Raised when the DrawOrder property changes.</summary> - <param name="" /> - </member> - <member name="P:Microsoft.Xna.Framework.DrawableGameComponent.GraphicsDevice"> - <summary>The GraphicsDevice the DrawableGameComponent is associated with.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.DrawableGameComponent.Initialize"> - <summary>Initializes the component. Override this method to load any non-graphics resources and query for any required services.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.DrawableGameComponent.LoadContent"> - <summary>Called when graphics resources need to be loaded. Override this method to load any component-specific graphics resources.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.DrawableGameComponent.OnDrawOrderChanged(System.Object,System.EventArgs)"> - <summary>Called when the DrawOrder property changes. Raises the DrawOrderChanged event.</summary> - <param name="sender">The DrawableGameComponent.</param> - <param name="args">Arguments to the DrawOrderChanged event.</param> - </member> - <member name="M:Microsoft.Xna.Framework.DrawableGameComponent.OnVisibleChanged(System.Object,System.EventArgs)"> - <summary>Called when the Visible property changes. Raises the VisibleChanged event.</summary> - <param name="sender">The DrawableGameComponent.</param> - <param name="args">Arguments to the VisibleChanged event.</param> - </member> - <member name="M:Microsoft.Xna.Framework.DrawableGameComponent.UnloadContent"> - <summary>Called when graphics resources need to be unloaded. Override this method to unload any component-specific graphics resources.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.DrawableGameComponent.Visible"> - <summary>Indicates whether Draw should be called.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.DrawableGameComponent.VisibleChanged"> - <summary>Raised when the Visible property changes.</summary> - <param name="" /> - </member> - <member name="T:Microsoft.Xna.Framework.Game"> - <summary>Provides basic graphics device initialization, game logic, and rendering code.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.#ctor"> - <summary>Initializes a new instance of this class, which provides basic graphics device initialization, game logic, rendering code, and a game loop. Reference page contains code sample.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.Game.Activated"> - <summary>Raised when the game gains focus.</summary> - <param name="" /> - </member> - <member name="M:Microsoft.Xna.Framework.Game.BeginDraw"> - <summary>Starts the drawing of a frame. This method is followed by calls to Draw and EndDraw.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.BeginRun"> - <summary>Called after all components are initialized but before the first update in the game loop.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.Components"> - <summary>Gets the collection of GameComponents owned by the game.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.Content"> - <summary>Gets or sets the current ContentManager.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.Game.Deactivated"> - <summary>Raised when the game loses focus.</summary> - <param name="" /> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Dispose"> - <summary>Immediately releases the unmanaged resources used by this object.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Dispose(System.Boolean)"> - <summary>Releases all resources used by the Game class.</summary> - <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param> - </member> - <member name="E:Microsoft.Xna.Framework.Game.Disposed"> - <summary>Raised when the game is being disposed.</summary> - <param name="" /> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime)"> - <summary> Reference page contains code sample.</summary> - <param name="gameTime">Time passed since the last call to Draw.</param> - </member> - <member name="M:Microsoft.Xna.Framework.Game.EndDraw"> - <summary>Ends the drawing of a frame. This method is preceeded by calls to Draw and BeginDraw.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.EndRun"> - <summary>Called after the game loop has stopped running before exiting.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Exit"> - <summary>Exits the game.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.Game.Exiting"> - <summary>Raised when the game is exiting.</summary> - <param name="" /> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Finalize"> - <summary>Allows a Game to attempt to free resources and perform other cleanup operations before garbage collection reclaims the Game.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.GraphicsDevice"> - <summary>Gets the current GraphicsDevice.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.InactiveSleepTime"> - <summary>Gets or sets the time to sleep when the game is inactive.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Initialize"> - <summary>Called after the Game and GraphicsDevice are created, but before LoadContent. Reference page contains code sample.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.IsActive"> - <summary>Indicates whether the game is currently the active application.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.IsFixedTimeStep"> - <summary>Gets or sets a value indicating whether to use fixed time steps.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.IsMouseVisible"> - <summary>Gets or sets a value indicating whether the mouse cursor should be visible.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.LaunchParameters"> - <summary>Gets the start up parameters in LaunchParameters.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.LoadContent"> - <summary /> - </member> - <member name="M:Microsoft.Xna.Framework.Game.OnActivated(System.Object,System.EventArgs)"> - <summary>Raises the Activated event. Override this method to add code to handle when the game gains focus.</summary> - <param name="sender">The Game.</param> - <param name="args">Arguments for the Activated event.</param> - </member> - <member name="M:Microsoft.Xna.Framework.Game.OnDeactivated(System.Object,System.EventArgs)"> - <summary>Raises the Deactivated event. Override this method to add code to handle when the game loses focus.</summary> - <param name="sender">The Game.</param> - <param name="args">Arguments for the Deactivated event.</param> - </member> - <member name="M:Microsoft.Xna.Framework.Game.OnExiting(System.Object,System.EventArgs)"> - <summary>Raises an Exiting event. Override this method to add code to handle when the game is exiting.</summary> - <param name="sender">The Game.</param> - <param name="args">Arguments for the Exiting event.</param> - </member> - <member name="M:Microsoft.Xna.Framework.Game.ResetElapsedTime"> - <summary>Resets the elapsed time counter.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Run"> - <summary>Call this method to initialize the game, begin running the game loop, and start processing events for the game.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.RunOneFrame"> - <summary>Run the game through what would happen in a single tick of the game clock; this method is designed for debugging only.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.Services"> - <summary>Gets the GameServiceContainer holding all the service providers attached to the Game.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.ShowMissingRequirementMessage(System.Exception)"> - <summary>This is used to display an error message if there is no suitable graphics device or sound card.</summary> - <param name="exception">The exception to display.</param> - </member> - <member name="M:Microsoft.Xna.Framework.Game.SuppressDraw"> - <summary>Prevents calls to Draw until the next Update.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.Game.TargetElapsedTime"> - <summary>Gets or sets the target time between calls to Update when IsFixedTimeStep is true. Reference page contains links to related code samples.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Tick"> - <summary>Updates the game's clock and calls Update and Draw.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.UnloadContent"> - <summary>Called when graphics resources need to be unloaded. Override this method to unload any game-specific graphics resources.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)"> - <summary> Reference page contains links to related conceptual articles.</summary> - <param name="gameTime">Time passed since the last call to Update.</param> - </member> - <member name="P:Microsoft.Xna.Framework.Game.Window"> - <summary>Gets the underlying operating system window.</summary> - </member> - <member name="T:Microsoft.Xna.Framework.GameComponent"> - <summary>Base class for all XNA Framework game components.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponent.#ctor(Microsoft.Xna.Framework.Game)"> - <summary>Initializes a new instance of this class.</summary> - <param name="game">Game that the game component should be attached to.</param> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponent.Dispose"> - <summary>Immediately releases the unmanaged resources used by this object.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponent.Dispose(System.Boolean)"> - <summary>Releases the unmanaged resources used by the GameComponent and optionally releases the managed resources.</summary> - <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param> - </member> - <member name="E:Microsoft.Xna.Framework.GameComponent.Disposed"> - <summary>Raised when the GameComponent is disposed.</summary> - <param name="" /> - </member> - <member name="P:Microsoft.Xna.Framework.GameComponent.Enabled"> - <summary>Indicates whether GameComponent.Update should be called when Game.Update is called.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.GameComponent.EnabledChanged"> - <summary>Raised when the Enabled property changes.</summary> - <param name="" /> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponent.Finalize"> - <summary>Allows a GameComponent to attempt to free resources and perform other cleanup operations before garbage collection reclaims the GameComponent.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.GameComponent.Game"> - <summary>Gets the Game associated with this GameComponent.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponent.Initialize"> - <summary> Reference page contains code sample.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponent.OnEnabledChanged(System.Object,System.EventArgs)"> - <summary>Called when the Enabled property changes. Raises the EnabledChanged event.</summary> - <param name="sender">The GameComponent.</param> - <param name="args">Arguments to the EnabledChanged event.</param> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponent.OnUpdateOrderChanged(System.Object,System.EventArgs)"> - <summary>Called when the UpdateOrder property changes. Raises the UpdateOrderChanged event.</summary> - <param name="sender">The GameComponent.</param> - <param name="args">Arguments to the UpdateOrderChanged event.</param> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponent.Update(Microsoft.Xna.Framework.GameTime)"> - <summary>Called when the GameComponent needs to be updated. Override this method with component-specific update code.</summary> - <param name="gameTime">Time elapsed since the last call to Update</param> - </member> - <member name="P:Microsoft.Xna.Framework.GameComponent.UpdateOrder"> - <summary>Indicates the order in which the GameComponent should be updated relative to other GameComponent instances. Lower values are updated first.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.GameComponent.UpdateOrderChanged"> - <summary>Raised when the UpdateOrder property changes.</summary> - <param name="" /> - </member> - <member name="T:Microsoft.Xna.Framework.GameComponentCollection"> - <summary>A collection of game components.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponentCollection.#ctor"> - <summary>Initializes a new instance of this class.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.GameComponentCollection.ComponentAdded"> - <summary>Raised when a component is added to the GameComponentCollection.</summary> - <param name="" /> - </member> - <member name="E:Microsoft.Xna.Framework.GameComponentCollection.ComponentRemoved"> - <summary>Raised when a component is removed from the GameComponentCollection.</summary> - <param name="" /> - </member> - <member name="T:Microsoft.Xna.Framework.GameComponentCollectionEventArgs"> - <summary>Arguments used with events from the GameComponentCollection.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameComponentCollectionEventArgs.#ctor(Microsoft.Xna.Framework.IGameComponent)"> - <summary>Creates a new instance of GameComponentCollectionEventArgs.</summary> - <param name="gameComponent">The game component affected by the event.</param> - </member> - <member name="P:Microsoft.Xna.Framework.GameComponentCollectionEventArgs.GameComponent"> - <summary>The game component affected by the event.</summary> - </member> - <member name="T:Microsoft.Xna.Framework.GameServiceContainer"> - <summary>A collection of game services.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameServiceContainer.#ctor"> - <summary>Initializes a new instance of this class, which represents a collection of game services.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameServiceContainer.AddService(System.Type,System.Object)"> - <summary>Adds a service to the GameServiceContainer.</summary> - <param name="type">The type of service to add.</param> - <param name="provider">The service provider to add.</param> - </member> - <member name="M:Microsoft.Xna.Framework.GameServiceContainer.GetService(System.Type)"> - <summary>Gets the object providing a specified service.</summary> - <param name="type">The type of service.</param> - </member> - <member name="M:Microsoft.Xna.Framework.GameServiceContainer.RemoveService(System.Type)"> - <summary>Removes the object providing a specified service.</summary> - <param name="type">The type of service.</param> - </member> - <member name="T:Microsoft.Xna.Framework.GameTime"> - <summary>Snapshot of the game timing state expressed in values that can be used by variable-step (real time) or fixed-step (game time) games.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameTime.#ctor"> - <summary>Creates a new instance of GameTime.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameTime.#ctor(System.TimeSpan,System.TimeSpan)"> - <summary>Creates a new instance of GameTime.</summary> - <param name="totalGameTime">The amount of game time since the start of the game.</param> - <param name="elapsedGameTime">The amount of elapsed game time since the last update.</param> - </member> - <member name="M:Microsoft.Xna.Framework.GameTime.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean)"> - <summary>Creates a new instance of GameTime.</summary> - <param name="totalGameTime">The amount of game time since the start of the game.</param> - <param name="elapsedGameTime">The amount of elapsed game time since the last update.</param> - <param name="isRunningSlowly">Whether the game is running multiple updates this frame.</param> - </member> - <member name="P:Microsoft.Xna.Framework.GameTime.ElapsedGameTime"> - <summary>The amount of elapsed game time since the last update.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.GameTime.IsRunningSlowly"> - <summary>Gets a value indicating that the game loop is taking longer than its TargetElapsedTime. In this case, the game loop can be considered to be running too slowly and should do something to "catch up."</summary> - </member> - <member name="P:Microsoft.Xna.Framework.GameTime.TotalGameTime"> - <summary>The amount of game time since the start of the game.</summary> - </member> - <member name="T:Microsoft.Xna.Framework.GameWindow"> - <summary>The system window associated with a Game.</summary> - </member> - <member name="P:Microsoft.Xna.Framework.GameWindow.AllowUserResizing"> - <summary>Specifies whether to allow the user to resize the game window.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameWindow.BeginScreenDeviceChange(System.Boolean)"> - <summary>Starts a device transition (windowed to full screen or vice versa).</summary> - <param name="willBeFullScreen">Specifies whether the device will be in full-screen mode upon completion of the change.</param> - </member> - <member name="P:Microsoft.Xna.Framework.GameWindow.ClientBounds"> - <summary>The screen dimensions of the game window's client rectangle.</summary> - </member> - <member name="E:Microsoft.Xna.Framework.GameWindow.ClientSizeChanged"> - <summary>Raised when the size of the GameWindow changes.</summary> - <param name="" /> - </member> - <member name="P:Microsoft.Xna.Framework.GameWindow.CurrentOrientation"> - <summary>Gets the current display orientation, which reflects the physical orientation of the phone in the user's hand.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameWindow.EndScreenDeviceChange(System.String)"> - <summary>Completes a device transition.</summary> - <param name="screenDeviceName">The desktop screen to move the window to. This should be the screen device name of the graphics device that has transitioned to full screen.</param> - </member> - <member name="M:Microsoft.Xna.Framework.GameWindow.EndScreenDeviceChange(System.String,System.Int32,System.Int32)"> - <summary>Completes a device transition.</summary> - <param name="screenDeviceName">The desktop screen to move the window to. This should be the screen device name of the graphics device that has transitioned to full screen.</param> - <param name="clientWidth">The new width of the game's client window.</param> - <param name="clientHeight">The new height of the game's client window.</param> - </member> - <member name="P:Microsoft.Xna.Framework.GameWindow.Handle"> - <summary>Gets the handle to the system window.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameWindow.OnActivated"> - <summary>Called when the GameWindow gets focus.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameWindow.OnClientSizeChanged"> - <summary>Called when the size of the client window changes. Raises the ClientSizeChanged event.</summary> - </member> - <member name="M:Microsoft.Xna.Framework.GameWindow.OnDeactivated"> - <summary>Called when the GameWindow loses focus.</summar |
