UOX3 Character Viewer (v0.7 - Updated August 1st, 2006)
Posted: Thu Mar 09, 2006 2:56 am
Character Viewer is a utility built specifically for UOX3 to help shard admins do the following:
- Load UOX3 Worldfiles, Displaying any Characters (and the items they contain).
- Save UOX3 worldfiles as a single file, which UOX3 will load.
- Export Selected character, with optional items, to an export file.
- Import character files to the loaded worldfile, checking for valid Serial numbers
Code: Select all
[color=orange]08/01/2006 - giwo (v0.7)[/color]
Made some minor performance improvements.
Added two new fields to display the total number of Characters and Items in a loaded world.
Added a MenuBar with keyboard shortcuts to CharacterViewer.
Added a Messagebox warning before closing unsaved worldfiles.
[color=orange]7/27/2006 - giwo (v0.6)[/color]
Made the Character and Item lists resizable (by dragging the separator).
Fixed a relatively large bug involving characters with a serial of 0.
Added default values to WorldObject and its derivative classes.
Fixed an issue causing the pack not to be exported if "Pack Items" was selected as an export option.
Modified the ItemList to display all exportable items on all selected characters.
Modified the Itemlist so that only those items which will be exported display on a character.
Modified the ItemList to make it much easier to read (and sortable too!).
[color=orange]04/07/2006 - giwo (v0.5)[/color]
Updated the TabIndex of the controls to reflect a more logical order.
[color=orange]03/05/2006 - giwo (v0.4)[/color]
Fixed an issue causing character serials to change even when they are not conflicting.
Added some notifications to let the user know when a file has been loaded but no characters found.
Made the form a non-resizable tool window.
Fixed some spacing issues when using Windows XP Luna theme.
Enabled horizontal scrolling on the listboxes.
[color=orange]03/01/2006 - giwo (v0.3)[/color]
Locked the "Maximize" button.
Set the "Maximum Size" property for resizing.
Added the version number to the title bar.
Added support for exporting multiple characters.
Added support for importing multiple character files.
Modified character exporting to include serial numbers in filenames thus reducing chances of duplication.
Added error-checking when importing files to ensure they actually have valid data in them.
[color=orange]02/28/2006 - giwo (v0.2)[/color]
Added a progress bar for worldfile loading.
Modified the openFileDialog to default to the same directory as the openFolderDialog.
Cleared out all current world data before loading new world.
Added Caption text to message boxes.
Added description text to openFolderDialogs.
Minor updates/improvements.
Added UOX3 icon to the GUI Window.