Tiamat Release Notes
-
Development Release 0.3.20060830:
- Framework specifications / Java implementation
- Made the scriptTable property of the GameScript class
public read-only to accommodate script editor
- Adventure Studio
- Created editor for GameScripts, added the following
classes for it:
- com.huguesjohnson.tiamat.tools.scriptTable package
- ScriptTable
- ScriptTableCellRenderer
- ScriptTableEntryDialog
- ScriptTableMouseAdapter
- ScriptTablePopupMenu
- ScriptTableUtilites
- StringTableValueTable
- StringTableValuePanel
- com.huguesjohnson.tiamat.tools package
- ActionSelectPanel
- ConditionsPanel
- ParametersTable
- EventPanel
- EventDialog
- GameScriptEditorFrame
- Modified existing EventPanel class
- Replaced existing action label and combobox
with ActionSelectPanel
- Extracted the parameter table into a new class
(called ParameterTable)
- Made the parameter column in ParameterTable a
combobox
(c) 2004-2006 Hugues Johnson