Login | Register  
Log feed for the WheelMUD Subversion Repository
Log feed for the WheelMUD Subversion Repository

Revision 670 by karak
Wed, 24 Feb 2010 08:14:15 GMT
Description:
Rewrote EnsureDataIsPresent(), should avoid the last reported crash and should tend to be more descriptive when it does fail.

(2/24/2010 1:14:15 AM)

Modified /trunk/src/Main/Application.cs

Revision 669 by karak
Sun, 21 Feb 2010 23:10:30 GMT
Description:
Added text file logging to track TestHarness output; IE even during catastrophic failure or machine shutdown (say, Windows Update autoreboot or power failure) we want any unhandled exceptions to be logged. This is pretty basic but it works. * Added DisposableList to utilities; manages a List where T is disposable, and disposes all such objects when it is disposed/finalized itself. * Added TextLogUpdater and MultiUpdater to TestHarness, which perform like the existing ConsoleUpdater but log to a text file and utilize multiple such updaters at the same time, respectively. * misc other minor tweaks.

(2/21/2010 4:10:30 PM)

Modified /trunk/src/Actions/Player/Who.cs
Modified /trunk/src/Core/Interfaces/ISuperSystemSubscriber.cs
Modified /trunk/src/Data/Repositories/MobRepository.NoGen.cs
Modified /trunk/src/Files/ConsoleOpen.txt
Modified /trunk/src/Main/Application.cs
Modified /trunk/src/TestHarness/ConsoleUpdater.cs
Added /trunk/src/TestHarness/MultiUpdater.cs
Modified /trunk/src/TestHarness/Program.cs
Modified /trunk/src/TestHarness/TestHarness.csproj
Added /trunk/src/TestHarness/TextLogUpdater.cs
Added /trunk/src/Utilities/DisposableList.cs
Modified /trunk/src/Utilities/WheelMUD.Utilities.csproj

Revision 668 by karak
Sat, 20 Feb 2010 22:29:43 GMT
Description:
Couple document formatting issues fixed.

(2/20/2010 3:29:43 PM)

Modified /trunk/src/GameEngine/GameSystemController.cs
Modified /trunk/src/Main/Application.cs
Modified /trunk/src/World/ItemBehaviors/PotionItemBehavior.cs
Modified /trunk/src/World/Things/Consumable.cs

Revision 667 by karak
Wed, 17 Feb 2010 09:33:45 GMT
Description:
More StyleCop compliance.

(2/17/2010 2:33:45 AM)

Modified /trunk/src/Effects/EffectBase.cs
Modified /trunk/src/Effects/EffectsManager.cs
Modified /trunk/src/Effects/Muted.cs
Modified /trunk/src/GameEngine/GameSystemController.cs
Modified /trunk/src/Helpers/ViewEngine.cs
Modified /trunk/src/Main/AbstractManager.cs
Modified /trunk/src/Main/Application.cs
Modified /trunk/src/Main/EventsManager.cs
Modified /trunk/src/Main/HelpManager.cs
Modified /trunk/src/Server/Connection.cs
Modified /trunk/src/Server/DataFormatter.cs
Modified /trunk/src/TestHarness/Program.cs
Modified /trunk/src/World/Beings/EventProcessor.cs
Modified /trunk/src/World/Beings/Mobile.cs
Modified /trunk/src/World/Beings/Player.cs
Modified /trunk/src/World/Collections/EntityCollection.cs
Modified /trunk/src/World/Collections/ItemCollection.cs
Modified /trunk/src/World/Information/HelpTopic.cs
Modified /trunk/src/World/Information/TypoEntry.cs
Modified /trunk/src/World/Item.cs
Modified /trunk/src/World/ItemBehaviors/ArmorItemBehavior.cs
Modified /trunk/src/World/ItemBehaviors/ContainerItemBehavior.cs
Modified /trunk/src/World/ItemBehaviors/FlammableItemBehavior.cs
Modified /trunk/src/World/ItemBehaviors/PortalItemBehavior.cs
Modified /trunk/src/World/ItemBehaviors/PotionItemBehavior.cs
Modified /trunk/src/World/ItemBehaviors/ShieldItemBehavior.cs
Modified /trunk/src/World/ItemBehaviors/StackableItemBehavior.cs
Modified /trunk/src/World/ItemBehaviors/WeaponItemBehavior.cs
Modified /trunk/src/World/ItemBuilders/ItemBuilderController.cs
Modified /trunk/src/World/MobileBuilders/MobileBuilderController.cs
Modified /trunk/src/World/Places/Area.cs
Modified /trunk/src/World/Places/Room.cs
Modified /trunk/src/World/Things/AbstractContainer.cs
Modified /trunk/src/World/Things/Furniture.cs

Revision 666 by karak
Wed, 17 Feb 2010 08:23:31 GMT
Description:
StyleCop compliance pass: WheelMUD.Actions, WheelMUD.CharacterCreation, WheelMUD.CommandSystem, and WheelMUD.Core are now fully compliant again.

(2/17/2010 1:23:31 AM)

Modified /trunk/src/Actions/Action.cs
Modified /trunk/src/Actions/Admin/Ban.cs
Modified /trunk/src/Actions/Admin/Jail.cs
Modified /trunk/src/Actions/Admin/Mute.cs
Modified /trunk/src/Actions/Admin/RoleRevoke.cs
Modified /trunk/src/Actions/Configure/Description.cs
Modified /trunk/src/Actions/Configure/Password.cs
Modified /trunk/src/Actions/Inform/Effects.cs
Modified /trunk/src/Actions/Inform/Examine.cs
Modified /trunk/src/Actions/Inform/Glance.cs
Modified /trunk/src/Actions/Item/Drop.cs
Modified /trunk/src/Actions/Item/Empty.cs
Modified /trunk/src/Actions/Item/Fill.cs
Modified /trunk/src/Actions/Item/Get.cs
Modified /trunk/src/Actions/Player/Finger.cs
Modified /trunk/src/Actions/Travel/Knock.cs
Modified /trunk/src/Actions/Travel/Lock.cs
Modified /trunk/src/CharacterCreation/CharacterCreationHandler.cs
Modified /trunk/src/CharacterCreation/CharacterCreationState.cs
Modified /trunk/src/CharacterCreation/GetNameState.cs
Modified /trunk/src/CharacterCreation/ICharacterCreationStep.cs
Modified /trunk/src/CharacterCreation/StepStatusEnum.cs
Modified /trunk/src/CommandSystem/CommandCreator.cs
Modified /trunk/src/Core/ActionInput.cs
Modified /trunk/src/Core/CoreManager.cs
Modified /trunk/src/Core/Enums/SensoryType.cs
Modified /trunk/src/Core/Interfaces/IConnection.cs
Modified /trunk/src/Core/Interfaces/IController.cs
Modified /trunk/src/Core/Interfaces/IItemCollection.cs
Modified /trunk/src/Core/Interfaces/Things.cs
Modified /trunk/src/Core/Output/AnsiHandler.cs
Modified /trunk/src/Core/Output/BufferHandler.cs
Modified /trunk/src/Core/Output/OutputBuffer.cs
Modified /trunk/src/Core/SystemUpdateArgs.cs
Modified /trunk/src/World/Places/World.cs

Revision 665 by bengecko
Wed, 17 Feb 2010 03:17:49 GMT
Description:
No comment entered.

(2/16/2010 8:17:49 PM)

Modified /trunk/src/World/Beings/Player.cs
Modified /trunk/src/World/Thing.cs
Modified /trunk/src/World/Things/Door.cs
Modified /trunk/src/World/Things/DoorSide.cs
Modified /trunk/src/World/Things/Exit.cs
Modified /trunk/src/World/Things/Potion.cs

Revision 664 by fastalanasa
Fri, 05 Feb 2010 22:06:42 GMT
Description:
Removed the last vestiges of the ALAZ library.

(2/5/2010 3:06:42 PM)

Modified /trunk/src/RemoteAdminConsole/MainForm.cs

Revision 663 by fastalanasa
Sun, 24 Jan 2010 23:41:43 GMT
Description:
Removed all of the socket based libraries and code, in preparation to move remote administration to using WCF instead.

(1/24/2010 4:41:43 PM)

Deleted /trunk/src/RemoteAdminConsole/ConnectionManager.cs
Modified /trunk/src/RemoteAdminConsole/RemoteAdminConsole.csproj
Deleted /trunk/src/RemoteAdminConsole/RemoteAdminSocketService.cs
Deleted /trunk/src/Utilities/ALAZ.SystemEx
Modified /trunk/src/WheelMUD.sln

Revision 662 by fastalanasa
Mon, 18 Jan 2010 20:08:11 GMT
Description:
Trying to figure out why JsonRpcServer.cs is not recieving data anymore.

(1/18/2010 1:08:11 PM)

Modified /trunk/src/RemoteAdminConsole/DAL.cs
Modified /trunk/src/RemoteAdminConsole/LoginDialog.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/RemoteAdminSocketService.cs
Modified /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/SocketConnector.cs

Revision 661 by fastalanasa
Sun, 10 Jan 2010 08:38:21 GMT
Description:
More work on UI cues.

(1/10/2010 1:38:21 AM)

Modified /trunk/src/RemoteAdminConsole/MainForm.Designer.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/RemoteAdminSocketService.cs

Revision 660 by fastalanasa
Sun, 10 Jan 2010 07:34:59 GMT
Description:
Working on UI stuff for connect and disconnect to server visual cues.

(1/10/2010 12:34:59 AM)

Modified /trunk/src/RemoteAdminConsole/MainForm.Designer.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.resx
Modified /trunk/src/RemoteAdminConsole/RemoteAdminSocketService.cs
Modified /trunk/src/RemoteAdminConsole/ServerInfo.cs
Modified /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/BaseSocketConnectionHost.cs

Revision 659 by jlechem
Sat, 02 Jan 2010 00:47:30 GMT
Description:
No comment entered.

(1/1/2010 5:47:30 PM)

Modified /trunk/src/Actions/Admin/Mute.cs
Modified /trunk/src/Effects/Muted.cs

Revision 658 by fastalanasa
Thu, 31 Dec 2009 06:00:24 GMT
Description:
Some more UI tweaks for the status bar, and the session window.

(12/30/2009 11:00:24 PM)

Modified /trunk/src/RemoteAdminConsole/ConnectionManager.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.Designer.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.resx
Modified /trunk/src/WheelMUD.sln

Revision 657 by fastalanasa
Thu, 31 Dec 2009 05:33:54 GMT
Description:
No comment entered.

(12/30/2009 10:33:54 PM)

Deleted /trunk/src/RemoteAdminConsole/AsyncTcpClient.cs
Modified /trunk/src/RemoteAdminConsole/LoginDialog.Designer.cs
Modified /trunk/src/RemoteAdminConsole/LoginDialog.cs
Modified /trunk/src/RemoteAdminConsole/LoginDialog.resx
Modified /trunk/src/RemoteAdminConsole/MainForm.Designer.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.resx
Modified /trunk/src/RemoteAdminConsole/Properties/licenses.licx
Modified /trunk/src/RemoteAdminConsole/RemoteAdminConsole.csproj

Revision 656 by fastalanasa
Wed, 30 Dec 2009 21:41:44 GMT
Description:
Started work on the overrides for the base class BaseSocketService in RemoteAdminSocketService.

(12/30/2009 2:41:44 PM)

Modified /trunk/src/RemoteAdminConsole/RemoteAdminSocketService.cs

Revision 655 by fastalanasa
Wed, 30 Dec 2009 20:45:30 GMT
Description:
GAH, can't believe that I miss adding a port number for the server! This code is to add support for a port number in the forms and database.

(12/30/2009 1:45:30 PM)

Modified /trunk/src/RemoteAdminConsole/AddServer.Designer.cs
Modified /trunk/src/RemoteAdminConsole/AddServer.cs
Modified /trunk/src/RemoteAdminConsole/AddServer.resx
Modified /trunk/src/RemoteAdminConsole/ConnectionManager.cs
Modified /trunk/src/RemoteAdminConsole/DAL.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/ServerInfo.cs

Revision 654 by fastalanasa
Wed, 30 Dec 2009 20:12:29 GMT
Description:
The start of the integration with the new ALAZ socket library.

(12/30/2009 1:12:29 PM)

Added /trunk/src/RemoteAdminConsole/ConnectionManager.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/RemoteAdminConsole.csproj
Added /trunk/src/RemoteAdminConsole/RemoteAdminSocketService.cs
Modified /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/SocketClientSync.cs
Modified /trunk/src/WheelMUD.sln

Revision 653 by fastalanasa
Sun, 27 Dec 2009 05:15:28 GMT
Description:
Checking in a nice Async Socket library by Andre Luis Azevedo. This is called ALAZ Library, and it is hosted at CodePlex. It can be found at http://www.codeproject.com/KB/IP/AsyncSocketServerandClien.aspx I will be using this library to help with the socket encryption that is needed between the RPC clients and server. I will need to change how the JSON-RPC server works as well. Just wanted to have this under source control, so that I won't lose it.

(12/26/2009 10:15:28 PM)

Added /trunk/src/Utilities/ALAZ.SystemEx
Added /trunk/src/Utilities/ALAZ.SystemEx/ALAZ.SystemEx.csproj
Added /trunk/src/Utilities/ALAZ.SystemEx/BaseDisposable.cs
Added /trunk/src/Utilities/ALAZ.SystemEx/BaseFinalizable.cs
Added /trunk/src/Utilities/ALAZ.SystemEx/Properties
Added /trunk/src/Utilities/ALAZ.SystemEx/Properties/AssemblyInfo.cs
Added /trunk/src/Utilities/ALAZ.SystemEx/RuntTimeEx
Added /trunk/src/Utilities/ALAZ.SystemEx/RuntTimeEx/InteropServicesEx
Added /trunk/src/Utilities/ALAZ.SystemEx/RuntTimeEx/InteropServicesEx/MarshalEx.cs
Added /trunk/src/Utilities/ALAZ.SystemEx/ThreadingEx
Added /trunk/src/Utilities/ALAZ.SystemEx/ThreadingEx/ThreadEx.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/ALAZ.SystemEx.NetEx.csproj
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/ALAZLibSN.snk
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/Properties
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/Properties/AssemblyInfo.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/AuthenticateCallbackData.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/BaseSocketConnection.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/BaseSocketConnectionCreator.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/BaseSocketConnectionHost.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/BufferUtils.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/ClientSocketConnection.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/ConnectionEventArgs.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/CryptUtils.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/ExceptionEventArgs.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/MessageBuffer.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/MessageEventArgs.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/ProxyInfo.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/ProxyUtils.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/ServerSocketConnection.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/SocketClient.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/SocketClientSync.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/SocketConnector.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/SocketListener.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/SocketServer.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/SocketsExTypes.cs
Added /trunk/src/Utilities/ALAZ.SystemEx.NetEx/SocketsEx/WriteData.cs

Revision 652 by fastalanasa
Fri, 25 Dec 2009 16:12:57 GMT
Description:
Changing the reference to SandDock.dll to the local file.

(12/25/2009 9:12:57 AM)

Modified /trunk/src/RemoteAdminConsole/AsyncTcpClient.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.Designer.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.resx
Modified /trunk/src/RemoteAdminConsole/RemoteAdminConsole.csproj

Revision 651 by fastalanasa
Fri, 25 Dec 2009 09:32:44 GMT
Description:
The start of the client socket code.

(12/25/2009 2:32:44 AM)

Added /trunk/src/RemoteAdminConsole/AsyncTcpClient.cs
Modified /trunk/src/RemoteAdminConsole/LoginDialog.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.Designer.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.resx
Modified /trunk/src/RemoteAdminConsole/RemoteAdminConsole.csproj

Revision 650 by fastalanasa
Fri, 25 Dec 2009 08:32:57 GMT
Description:
Minimal DAL was created to store server info into a SQLite database. The UI now adds servers to the Treeview and database. The UI now removes servers from the Treeview and the database.

(12/25/2009 1:32:57 AM)

Modified /trunk/src/CharacterCreation/CharacterCreationHandler.cs
Modified /trunk/src/RemoteAdminConsole/AddServer.Designer.cs
Modified /trunk/src/RemoteAdminConsole/AddServer.cs
Added /trunk/src/RemoteAdminConsole/DAL.cs
Modified /trunk/src/RemoteAdminConsole/LoginDialog.Designer.cs
Modified /trunk/src/RemoteAdminConsole/LoginDialog.cs
Modified /trunk/src/RemoteAdminConsole/LoginDialog.resx
Modified /trunk/src/RemoteAdminConsole/MainForm.Designer.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.cs
Modified /trunk/src/RemoteAdminConsole/MainForm.resx
Modified /trunk/src/RemoteAdminConsole/RemoteAdminConsole.csproj
Added /trunk/src/RemoteAdminConsole/ServerInfo.cs

Revision 649 by fastalanasa
Fri, 25 Dec 2009 04:18:24 GMT
Description:
Added a check for the SQLite provider in the new code to detect whether the app needs to get a copy of the SQLite database.

(12/24/2009 9:18:24 PM)

Modified /trunk/src/Data/Helpers.cs
Modified /trunk/src/Effects/Muted.cs
Modified /trunk/src/Main/Application.cs

Revision 648 by fastalanasa
Fri, 25 Dec 2009 01:55:38 GMT
Description:
Put a few Resharper supression comments; PossibleNullReferenceException and AssignNullToNotNullAttribute.

(12/24/2009 6:55:38 PM)

Modified /trunk/src/Main/Application.cs

Revision 647 by fastalanasa
Fri, 25 Dec 2009 01:51:33 GMT
Description:
Moved the database check to Application.cs

(12/24/2009 6:51:33 PM)

Modified /trunk/src/Main/Application.cs
Modified /trunk/src/TestHarness/Program.cs

Revision 646 by fastalanasa
Fri, 25 Dec 2009 01:48:07 GMT
Description:
Added a check in TestHarness to see if the WheelMud.net.db exists. If it does not, then it will move a fresh copy to the correct directory. This will only work if the configuration is set to Debug.

(12/24/2009 6:48:07 PM)

Modified /trunk/src/TestHarness/Program.cs
Modified /trunk/src/TestHarness/TestHarness.csproj

Copyright 2007-2009 by WheelMUD  | Terms Of Use | Privacy Statement
Google Analytics Alternative