Login | Register  
Feed for the Universe Manager Lite Repository
Feed for the Universe Manager Lite Repository

Revision 83 by fastalanasa
Tue, 31 Aug 2010 04:37:21 GMT
Description:
Added exits to the room JSON export. These now show up as exit arrays when exporting rooms and areas.

(8/30/2010 10:37:21 PM)

Modified /trunk/Main.cs

Revision 82 by fastalanasa
Sun, 29 Aug 2010 05:29:25 GMT
Description:
The export dialog now gives feedback when the export operation is done. Tweaked the room nodes, so that they indent when they are embedded in an area JSON node.

(8/28/2010 11:29:25 PM)

Modified /trunk/ExportDialog.Designer.cs
Modified /trunk/ExportDialog.cs
Modified /trunk/Main.cs

Revision 81 by fastalanasa
Sun, 29 Aug 2010 04:48:32 GMT
Description:
Added the ability to export areas and individual rooms out to files in JSON format. Still need to add exit arrays to the room nodes.

(8/28/2010 10:48:32 PM)

Added /trunk/ExportDialog.Designer.cs
Added /trunk/ExportDialog.cs
Added /trunk/ExportDialog.resx
Modified /trunk/Main.Designer.cs
Modified /trunk/Main.cs
Modified /trunk/Main.resx
Modified /trunk/UniverseManagerLite.csproj

Revision 80 by fastalanasa
Sat, 21 Aug 2010 20:33:46 GMT
Description:
Forgot to apply the fix for loading .NET 2.0 assemblies in .NET 4.0 solutions/projects.

(8/21/2010 2:33:46 PM)

Modified /trunk/App.config

Revision 79 by fastalanasa
Sat, 21 Aug 2010 19:31:44 GMT
Description:
Converted UDL.net project to .NET 4.0.

(8/21/2010 1:31:44 PM)

Modified /trunk/ConnectionStringEditors/UDL.Net.csproj

Revision 78 by fastalanasa
Sat, 21 Aug 2010 19:11:36 GMT
Description:
No comment entered.

(8/21/2010 1:11:36 PM)

Modified /trunk/Properties/Settings.Designer.cs

Revision 77 by fastalanasa
Sat, 21 Aug 2010 19:11:24 GMT
Description:
Updated Universe Manager Lite to version 0.4.0.0.

(8/21/2010 1:11:24 PM)

Modified /trunk/App.config
Modified /trunk/Properties/GlobalAssemblyInfo.cs
Modified /trunk/UniverseManagerLite.csproj
Modified /trunk/src/GlobalAssemblyInfo.cs

Revision 76 by fastalanasa
Sat, 24 Jul 2010 21:43:18 GMT
Description:
Made the exit editing text a bit more clear. It now tells users what to do.

(7/24/2010 3:43:18 PM)

Modified /trunk/Decorators/Universe/ExitDecorator.cs

Revision 75 by fastalanasa
Sat, 24 Jul 2010 21:27:20 GMT
Description:
Updated version to 0.3.7.1 for the whole solution.

(7/24/2010 3:27:20 PM)

Modified /trunk/Properties/GlobalAssemblyInfo.cs

Revision 74 by fastalanasa
Sat, 24 Jul 2010 21:22:09 GMT
Description:
Default connection string is now saving to the config file. Totally forgot to do this.

(7/24/2010 3:22:09 PM)

Modified /trunk/UMLConfig.cs
Modified /trunk/UMLConfiguration.cs

Revision 73 by fastalanasa
Fri, 23 Jul 2010 03:43:08 GMT
Description:
Updated the license file.

(7/22/2010 9:43:08 PM)

Modified /trunk/LICENSE.txt

Revision 72 by fastalanasa
Wed, 21 Jul 2010 15:33:58 GMT
Description:
Updated copyright to 2010.

(7/21/2010 9:33:58 AM)

Modified /trunk/src/GlobalAssemblyInfo.cs

Revision 71 by fastalanasa
Tue, 20 Jul 2010 03:28:31 GMT
Description:
Fixed the executable icons.

(7/19/2010 9:28:31 PM)

Modified /trunk/UniverseManagerLite.csproj

Revision 70 by fastalanasa
Tue, 20 Jul 2010 03:26:59 GMT
Description:
Exit editing now works in all situations; adding, removing, and updating.

(7/19/2010 9:26:59 PM)

Modified /trunk/Main.cs
Modified /trunk/PropertyGrid/ExitEditorUI.Designer.cs

Revision 69 by fastalanasa
Mon, 19 Jul 2010 06:19:35 GMT
Description:
Exits are now being added to both the originator and destination rooms. Still need to deal with updating and deleting rooms in the UI.

(7/19/2010 12:19:35 AM)

Modified /trunk/Main.cs

Revision 68 by fastalanasa
Sun, 18 Jul 2010 05:31:26 GMT
Description:
Separated the database stuff with a graphic and large label in the UML config editing dialog. Just wanted to make it clear what that database stuff was for. Made all the buttons consistant across all the dialogs.

(7/17/2010 11:31:26 PM)

Modified /trunk/Main.cs
Modified /trunk/Properties/Resources.Designer.cs
Modified /trunk/Properties/Resources.resx
Modified /trunk/PropertyGrid/ExitEditorUI.Designer.cs
Modified /trunk/PropertyGrid/RoomPickerUI.Designer.cs
Modified /trunk/PropertyGrid/RoomPickerUI.resx
Added /trunk/Resources/singledatabase.png
Modified /trunk/UMLConfiguration.Designer.cs
Modified /trunk/UniverseManagerLite.csproj

Revision 67 by fastalanasa
Sun, 18 Jul 2010 04:47:34 GMT
Description:
Added a custom connection string editor that I found on CodeProject. It works extremely well. The config file for the Universe Manager Lite is now fully editably from the config dialog.

(7/17/2010 10:47:34 PM)

Added /trunk/ConnectionStringEditors
Added /trunk/ConnectionStringEditors/Core
Added /trunk/ConnectionStringEditors/Core/ConnectionStringDialog.cs
Added /trunk/ConnectionStringEditors/Core/DbProvider.cs
Added /trunk/ConnectionStringEditors/Core/DbProvidersCollection.cs
Added /trunk/ConnectionStringEditors/Core/IOleDbEditor.cs
Added /trunk/ConnectionStringEditors/Core/IUDLEditor.cs
Added /trunk/ConnectionStringEditors/Core/ObjectWrapper.cs
Added /trunk/ConnectionStringEditors/Core/OleDbProvider.cs
Added /trunk/ConnectionStringEditors/Core/UDLEditorsCollection.cs
Added /trunk/ConnectionStringEditors/Core/UDLStringBuilder.cs
Added /trunk/ConnectionStringEditors/Properties
Added /trunk/ConnectionStringEditors/Properties/AssemblyInfo.cs
Added /trunk/ConnectionStringEditors/UDL.Net.csproj
Added /trunk/ConnectionStringEditors/UI
Added /trunk/ConnectionStringEditors/UI/Editors
Added /trunk/ConnectionStringEditors/UI/Editors/Common
Added /trunk/ConnectionStringEditors/UI/Editors/Common/GenericEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/GenericEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/GenericEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OdbcEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OdbcEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OdbcEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OdbcManager.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OleDbAccessEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OleDbAccessEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OleDbAccessEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OleDbEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OleDbEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OleDbEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OracleEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OracleEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/OracleEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Common/SqlClientEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/SqlClientEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/SqlClientEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Common/SqlCompactEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/SqlCompactEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Common/SqlCompactEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Firebird
Added /trunk/ConnectionStringEditors/UI/Editors/Firebird/FirebirdEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Firebird/FirebirdEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Firebird/FirebirdEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Firebird/FirebirdStringBuilder.cs
Added /trunk/ConnectionStringEditors/UI/Editors/MySql
Added /trunk/ConnectionStringEditors/UI/Editors/MySql/MySQLStringBuilder.cs
Added /trunk/ConnectionStringEditors/UI/Editors/MySql/MySqlEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/MySql/MySqlEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/MySql/MySqlEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Postgre
Added /trunk/ConnectionStringEditors/UI/Editors/Postgre/PostgreEditor.Designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Postgre/PostgreEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/Postgre/PostgreEditor.resx
Added /trunk/ConnectionStringEditors/UI/Editors/Postgre/PostgreStringBuilder.cs
Added /trunk/ConnectionStringEditors/UI/Editors/SQLite
Added /trunk/ConnectionStringEditors/UI/Editors/SQLite/SQLiteStringBuilder.cs
Added /trunk/ConnectionStringEditors/UI/Editors/SQLite/SqliteEditor.cs
Added /trunk/ConnectionStringEditors/UI/Editors/SQLite/SqliteEditor.designer.cs
Added /trunk/ConnectionStringEditors/UI/Editors/SQLite/SqliteEditor.resx
Added /trunk/ConnectionStringEditors/UI/frmDialog.Designer.cs
Added /trunk/ConnectionStringEditors/UI/frmDialog.cs
Added /trunk/ConnectionStringEditors/UI/frmDialog.resx
Modified /trunk/UMLConfiguration.cs
Modified /trunk/UniverseManagerLite.csproj
Modified /trunk/UniverseManagerLite.sln

Revision 66 by fastalanasa
Sun, 18 Jul 2010 03:08:42 GMT
Description:
The path to the mud.config file is now saving. The DefaultConnectionStringName is now saving.

(7/17/2010 9:08:42 PM)

Modified /trunk/Main.cs
Modified /trunk/UMLConfig.cs
Modified /trunk/UMLConfiguration.Designer.cs
Modified /trunk/UMLConfiguration.cs

Revision 65 by fastalanasa
Sat, 17 Jul 2010 06:57:34 GMT
Description:
Added code to change where the mud.config file is located. Still not saving to the app.config file, but it's a start.

(7/17/2010 12:57:34 AM)

Modified /trunk/PropertyGrid/RoomPickerUI.Designer.cs
Modified /trunk/PropertyGrid/RoomPickerUI.resx
Modified /trunk/UMLConfiguration.Designer.cs
Modified /trunk/UMLConfiguration.cs

Revision 64 by fastalanasa
Sat, 17 Jul 2010 03:52:58 GMT
Description:
Fixed the problem with the destination room id not being saved. Exits are now saving correctly from the Universe Manager Lite (UML).

(7/16/2010 9:52:58 PM)

Modified /trunk/PropertyGrid/ExitEditorUI.cs

Revision 63 by fastalanasa
Sat, 17 Jul 2010 01:17:47 GMT
Description:
Made the dialogs look like Vista/Windows 7 system dialogs.

(7/16/2010 7:17:47 PM)

Modified /trunk/PropertyGrid/ExitEditorUI.Designer.cs
Modified /trunk/PropertyGrid/ExitEditorUI.cs
Modified /trunk/PropertyGrid/RoomPickerUI.Designer.cs
Modified /trunk/PropertyGrid/RoomPickerUI.resx
Modified /trunk/PropertyGrid/UILongString.Designer.cs
Modified /trunk/UMLConfiguration.Designer.cs

Revision 62 by fastalanasa
Fri, 16 Jul 2010 03:53:46 GMT
Description:
The exits are now saving, but not quite correctly yet.

(7/15/2010 9:53:46 PM)

Modified /trunk/Main.cs
Modified /trunk/PropertyGrid/ExitEditor.cs
Modified /trunk/PropertyGrid/ExitEditorUI.Designer.cs
Modified /trunk/PropertyGrid/ExitEditorUI.cs

Revision 61 by fastalanasa
Tue, 13 Jul 2010 04:29:20 GMT
Description:
Working on editing the config file for Universe Manager Lite.

(7/12/2010 10:29:20 PM)

Modified /trunk/UMLConfiguration.Designer.cs
Modified /trunk/UMLConfiguration.cs
Modified /trunk/UMLConfiguration.resx

Revision 60 by fastalanasa
Mon, 12 Jul 2010 03:09:44 GMT
Description:
Working on the UI bit for exit stuff. Got part of the treeview node code working. Still need to figure out how to set the name of the node once the new exit is changed from the custom property grid editors. Current workaround is to wait until the node is selected again.

(7/11/2010 9:09:44 PM)

Modified /trunk/Decorators/Universe/ExitDecorator.cs
Modified /trunk/Main.cs
Modified /trunk/PropertyGrid/ExitEditor.cs
Modified /trunk/PropertyGrid/ExitEditorUI.Designer.cs
Modified /trunk/PropertyGrid/ExitEditorUI.cs
Modified /trunk/PropertyGrid/RoomPickerUI.Designer.cs
Modified /trunk/PropertyGrid/RoomPickerUI.cs

Revision 59 by fastalanasa
Mon, 12 Jul 2010 02:02:05 GMT
Description:
Added a room picker dialog. It picks rooms correctly. Next step is to save the change to the database.

(7/11/2010 8:02:05 PM)

Modified /trunk/Decorators/Universe/AreaDecorator.cs
Modified /trunk/PropertyGrid/EnumEditor.cs
Modified /trunk/PropertyGrid/ExitEditor.cs
Modified /trunk/PropertyGrid/ExitEditorUI.Designer.cs
Modified /trunk/PropertyGrid/ExitEditorUI.cs
Added /trunk/PropertyGrid/RoomPickerUI.Designer.cs
Added /trunk/PropertyGrid/RoomPickerUI.cs
Added /trunk/PropertyGrid/RoomPickerUI.resx
Modified /trunk/UniverseManagerLite.csproj

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