You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(103) |
Jun
(121) |
Jul
(16) |
Aug
(67) |
Sep
(126) |
Oct
(161) |
Nov
(164) |
Dec
(588) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(394) |
Feb
(181) |
Mar
(131) |
Apr
(180) |
May
(255) |
Jun
(11) |
Jul
(79) |
Aug
(70) |
Sep
(274) |
Oct
(138) |
Nov
(195) |
Dec
(8) |
2008 |
Jan
(3) |
Feb
(142) |
Mar
(162) |
Apr
(124) |
May
(148) |
Jun
(157) |
Jul
(425) |
Aug
(373) |
Sep
(264) |
Oct
(315) |
Nov
(225) |
Dec
(6) |
2009 |
Jan
(67) |
Feb
(78) |
Mar
(279) |
Apr
(294) |
May
(92) |
Jun
(65) |
Jul
(134) |
Aug
(41) |
Sep
(138) |
Oct
(125) |
Nov
(126) |
Dec
(122) |
2010 |
Jan
(15) |
Feb
(48) |
Mar
(9) |
Apr
(195) |
May
(373) |
Jun
(507) |
Jul
(42) |
Aug
(16) |
Sep
(38) |
Oct
(81) |
Nov
(64) |
Dec
(18) |
2011 |
Jan
(13) |
Feb
(12) |
Mar
(39) |
Apr
(1) |
May
(2) |
Jun
(27) |
Jul
(27) |
Aug
(31) |
Sep
(14) |
Oct
(102) |
Nov
(20) |
Dec
(37) |
2012 |
Jan
(22) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(18) |
Jul
(6) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
(47) |
Jun
(7) |
Jul
(107) |
Aug
|
Sep
|
Oct
(112) |
Nov
(31) |
Dec
(17) |
2014 |
Jan
(29) |
Feb
(111) |
Mar
(34) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(18) |
Dec
(10) |
From: <chr...@us...> - 2006-05-25 11:26:26
|
Revision: 9 Author: christianhujer Date: 2006-05-25 04:23:53 -0700 (Thu, 25 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=9&view=rev Log Message: ----------- Optimized imports. New import order: All packages alphabetically, all classes alphabetically. Modified Paths: -------------- trunk/crossfire/src/cfeditor/ArchObjectParser.java trunk/crossfire/src/cfeditor/CArchPanel.java trunk/crossfire/src/cfeditor/CArchPanelPan.java trunk/crossfire/src/cfeditor/CAttribBitmask.java trunk/crossfire/src/cfeditor/CAttribDialog.java trunk/crossfire/src/cfeditor/CFArchTypeList.java trunk/crossfire/src/cfeditor/CFHelp.java trunk/crossfire/src/cfeditor/CFTreasureListTree.java trunk/crossfire/src/cfeditor/CFancyButton.java trunk/crossfire/src/cfeditor/CFileInputStream.java trunk/crossfire/src/cfeditor/CFileReader.java trunk/crossfire/src/cfeditor/CGUIUtils.java trunk/crossfire/src/cfeditor/CMainControl.java trunk/crossfire/src/cfeditor/CMainMenu.java trunk/crossfire/src/cfeditor/CMainStatusbar.java trunk/crossfire/src/cfeditor/CMainToolbar.java trunk/crossfire/src/cfeditor/CMainView.java trunk/crossfire/src/cfeditor/CMapArchPanel.java trunk/crossfire/src/cfeditor/CMapPropertiesDialog.java trunk/crossfire/src/cfeditor/CMapTileList.java trunk/crossfire/src/cfeditor/CMapViewBasic.java trunk/crossfire/src/cfeditor/CNewMapDialog.java trunk/crossfire/src/cfeditor/COptionDialog.java trunk/crossfire/src/cfeditor/CPickmapPanel.java trunk/crossfire/src/cfeditor/CResourceLoader.java trunk/crossfire/src/cfeditor/CScriptController.java trunk/crossfire/src/cfeditor/CScriptView.java trunk/crossfire/src/cfeditor/CStartupScreen.java trunk/crossfire/src/cfeditor/JFontChooser.java trunk/crossfire/src/cfeditor/ReplaceDialog.java trunk/crossfire/src/cfeditor/ScriptArchData.java trunk/crossfire/src/cfeditor/TrackedBufferedInputStream.java trunk/crossfire/src/cfeditor/filter/Filter.java trunk/crossfire/src/cfeditor/filter/NamedFilterList.java trunk/crossfire/src/cfeditor/gui/ArchComboBox.java trunk/crossfire/src/cfeditor/gui/CloseableTabbedPane.java trunk/crossfire/src/cfeditor/gui/ScriptEditor.java trunk/crossfire/src/cfeditor/gui/ScriptManager.java trunk/crossfire/src/cfeditor/menu/LocationMenuEntry.java trunk/crossfire/src/cfeditor/menu/MenuListener.java trunk/crossfire/src/cfeditor/menu/MenuLocation.java trunk/crossfire/src/cfeditor/menu/SwitchedMenuEntry.java trunk/crossfire/src/cfeditor/parameter/ArchParameterView.java trunk/crossfire/src/cfeditor/parameter/DoubleParameterView.java trunk/crossfire/src/cfeditor/parameter/FilterParameter.java trunk/crossfire/src/cfeditor/parameter/FilterParameterView.java trunk/crossfire/src/cfeditor/parameter/IntegerParameterView.java trunk/crossfire/src/cfeditor/parameter/ParameterDescriptionEditor.java trunk/crossfire/src/cfeditor/parameter/ParameterNameEditor.java trunk/crossfire/src/cfeditor/parameter/StringParameterView.java trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditControl.java trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditView.java trunk/crossfire/src/cfeditor/textedit/textarea/DefaultInputHandler.java trunk/crossfire/src/cfeditor/textedit/textarea/InputHandler.java trunk/crossfire/src/cfeditor/textedit/textarea/JEditTextArea.java trunk/crossfire/src/cfeditor/textedit/textarea/TextAreaPainter.java trunk/daimonin/src/cfeditor/CArchPanel.java trunk/daimonin/src/cfeditor/CArchPanelPan.java trunk/daimonin/src/cfeditor/CArchQuickView.java trunk/daimonin/src/cfeditor/CAttribBitmask.java trunk/daimonin/src/cfeditor/CAttribDialog.java trunk/daimonin/src/cfeditor/CFArchType.java trunk/daimonin/src/cfeditor/CFArchTypeList.java trunk/daimonin/src/cfeditor/CFJavaEditor.java trunk/daimonin/src/cfeditor/CFTreasureListTree.java trunk/daimonin/src/cfeditor/CGUIUtils.java trunk/daimonin/src/cfeditor/CMainControl.java trunk/daimonin/src/cfeditor/CMainStatusbar.java trunk/daimonin/src/cfeditor/CMainView.java trunk/daimonin/src/cfeditor/CMapFileDecode.java trunk/daimonin/src/cfeditor/CMapFileEncode.java trunk/daimonin/src/cfeditor/CMapTileList.java trunk/daimonin/src/cfeditor/CNewMapDialog.java trunk/daimonin/src/cfeditor/CPickmapPanel.java trunk/daimonin/src/cfeditor/CPreview.java trunk/daimonin/src/cfeditor/CopyBuffer.java trunk/daimonin/src/cfeditor/MapTilePane.java trunk/daimonin/src/cfeditor/ProcessRunner.java trunk/daimonin/src/cfeditor/ReplaceDialog.java trunk/daimonin/src/cfeditor/ScriptArchData.java trunk/daimonin/src/cfeditor/Spells.java trunk/daimonin/src/cfeditor/SplashScreen.java trunk/daimonin/src/cfeditor/Updater.java trunk/daimonin/src/cfeditor/arch/ArchObjectParser.java trunk/daimonin/src/cfeditor/arch/NamedObjects.java trunk/daimonin/src/cfeditor/arch/NamedTreeNode.java trunk/daimonin/src/cfeditor/arch/anim/AnimationObject.java trunk/daimonin/src/cfeditor/arch/face/FaceFacade.java trunk/daimonin/src/cfeditor/arch/face/FaceObjects.java trunk/daimonin/src/cfeditor/arch/match/MutableOrArchObjectMatcher.java trunk/daimonin/src/cfeditor/arch/match/ViewArchObjectMatcherManager.java trunk/daimonin/src/cfeditor/gui/AboutDialog.java trunk/daimonin/src/cfeditor/gui/ConnectionView.java trunk/daimonin/src/cfeditor/gui/ErrorListView.java trunk/daimonin/src/cfeditor/gui/HideFileFilterProxy.java trunk/daimonin/src/cfeditor/gui/MapFileFilter.java trunk/daimonin/src/cfeditor/gui/map/MapCursorControl.java trunk/daimonin/src/cfeditor/gui/map/MapPreviewAccessory.java trunk/daimonin/src/cfeditor/gui/map/MapPropertiesDialog.java trunk/daimonin/src/cfeditor/gui/map/MapTilePane.java trunk/daimonin/src/cfeditor/gui/map/MapUserListener.java trunk/daimonin/src/cfeditor/gui/prefs/AppPrefs.java trunk/daimonin/src/cfeditor/gui/prefs/DevPrefs.java trunk/daimonin/src/cfeditor/gui/prefs/GUIPrefs.java trunk/daimonin/src/cfeditor/gui/prefs/MapValidatorPrefs.java trunk/daimonin/src/cfeditor/gui/prefs/MiscPrefs.java trunk/daimonin/src/cfeditor/gui/prefs/NetPrefs.java trunk/daimonin/src/cfeditor/gui/prefs/ResPrefs.java trunk/daimonin/src/cfeditor/gui/prefs/UpdatePrefs.java trunk/daimonin/src/cfeditor/help/DHelp.java trunk/daimonin/src/cfeditor/icons/AbstractFaceProvider.java trunk/daimonin/src/cfeditor/icons/ArchFaceProvider.java trunk/daimonin/src/cfeditor/icons/DaimoninFaceProvider.java trunk/daimonin/src/cfeditor/icons/FilterFaceProvider.java trunk/daimonin/src/cfeditor/map/DefaultMapModel.java trunk/daimonin/src/cfeditor/map/MapControl.java trunk/daimonin/src/cfeditor/map/MapModel.java trunk/daimonin/src/cfeditor/map/validation/AbstractValidator.java trunk/daimonin/src/cfeditor/map/validation/DelegatingMapValidator.java trunk/daimonin/src/cfeditor/map/validation/ValidationError.java trunk/daimonin/src/cfeditor/map/validation/checks/ExitChecker.java trunk/daimonin/src/cfeditor/map/validation/checks/TilePathsChecker.java trunk/daimonin/src/cfeditor/map/validation/checks/TilePathsError.java trunk/daimonin/src/cfeditor/swing/DSplitPane.java trunk/daimonin/src/cfeditor/textedit/scripteditor/CFPythonPopup.java trunk/daimonin/src/cfeditor/textedit/scripteditor/ScriptEditControl.java trunk/daimonin/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java trunk/daimonin/src/cfeditor/textedit/scripteditor/ScriptEditView.java trunk/daimonin/src/cfeditor/textedit/textarea/DefaultInputHandler.java trunk/daimonin/src/cfeditor/textedit/textarea/InputHandler.java trunk/daimonin/src/cfeditor/textedit/textarea/JEditTextArea.java trunk/daimonin/src/cfeditor/textedit/textarea/SyntaxUtilities.java trunk/daimonin/src/cfeditor/textedit/textarea/TextAreaDefaults.java trunk/daimonin/src/cfeditor/textedit/textarea/TextAreaPainter.java trunk/daimonin/src/test/cfeditor/gui/map/MapCursorTest.java trunk/daimonin/src/test/cfeditor/util/NodeListIteratorTest.java trunk/daimonin/src/test/cfeditor/util/TableTest.java Modified: trunk/crossfire/src/cfeditor/ArchObjectParser.java =================================================================== --- trunk/crossfire/src/cfeditor/ArchObjectParser.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/ArchObjectParser.java 2006-05-25 11:23:53 UTC (rev 9) @@ -36,8 +36,8 @@ import org.jdom.DataConversionException; import org.jdom.Document; import org.jdom.Element; +import org.jdom.JDOMException; import org.jdom.input.SAXBuilder; -import org.jdom.JDOMException; /** * The <code>ArchObjectParser</code> class handles the parsing of arches. Modified: trunk/crossfire/src/cfeditor/CArchPanel.java =================================================================== --- trunk/crossfire/src/cfeditor/CArchPanel.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CArchPanel.java 2006-05-25 11:23:53 UTC (rev 9) @@ -29,11 +29,11 @@ import java.awt.Dimension; import java.awt.Toolkit; import javax.swing.BorderFactory; -import javax.swing.event.ChangeEvent; -import javax.swing.event.ChangeListener; import javax.swing.JPanel; import javax.swing.JSplitPane; import javax.swing.JTabbedPane; +import javax.swing.event.ChangeEvent; +import javax.swing.event.ChangeListener; /** * The <code>CArchPanel</code> holds the tile palette. Modified: trunk/crossfire/src/cfeditor/CArchPanelPan.java =================================================================== --- trunk/crossfire/src/cfeditor/CArchPanelPan.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CArchPanelPan.java 2006-05-25 11:23:53 UTC (rev 9) @@ -32,13 +32,13 @@ import java.awt.event.MouseEvent; import javax.swing.DefaultListCellRenderer; import javax.swing.DefaultListModel; -import javax.swing.event.ListSelectionEvent; -import javax.swing.event.ListSelectionListener; import javax.swing.JComboBox; import javax.swing.JList; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JViewport; +import javax.swing.event.ListSelectionEvent; +import javax.swing.event.ListSelectionListener; import org.apache.log4j.Logger; public class CArchPanelPan extends JPanel { Modified: trunk/crossfire/src/cfeditor/CAttribBitmask.java =================================================================== --- trunk/crossfire/src/cfeditor/CAttribBitmask.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CAttribBitmask.java 2006-05-25 11:23:53 UTC (rev 9) @@ -25,10 +25,10 @@ package cfeditor; import java.awt.Color; +import java.awt.FlowLayout; +import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; -import java.awt.FlowLayout; -import java.awt.GridLayout; import java.util.List; import javax.swing.BorderFactory; import javax.swing.BoxLayout; Modified: trunk/crossfire/src/cfeditor/CAttribDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/CAttribDialog.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CAttribDialog.java 2006-05-25 11:23:53 UTC (rev 9) @@ -28,6 +28,9 @@ import java.awt.Color; import java.awt.Component; import java.awt.Dimension; +import java.awt.FlowLayout; +import java.awt.GridLayout; +import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ItemEvent; @@ -35,9 +38,6 @@ import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; -import java.awt.FlowLayout; -import java.awt.GridLayout; -import java.awt.Insets; import java.util.Vector; import javax.swing.BorderFactory; import javax.swing.Box; Modified: trunk/crossfire/src/cfeditor/CFArchTypeList.java =================================================================== --- trunk/crossfire/src/cfeditor/CFArchTypeList.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CFArchTypeList.java 2006-05-25 11:23:53 UTC (rev 9) @@ -35,15 +35,15 @@ import java.util.Hashtable; import java.util.List; import java.util.Vector; +import javax.swing.JFileChooser; import javax.swing.filechooser.FileFilter; -import javax.swing.JFileChooser; import org.apache.log4j.Logger; import org.jdom.Attribute; import org.jdom.DataConversionException; import org.jdom.Document; import org.jdom.Element; +import org.jdom.JDOMException; import org.jdom.input.SAXBuilder; -import org.jdom.JDOMException; /** * This class handles all the CFArchTypes and makes Modified: trunk/crossfire/src/cfeditor/CFHelp.java =================================================================== --- trunk/crossfire/src/cfeditor/CFHelp.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CFHelp.java 2006-05-25 11:23:53 UTC (rev 9) @@ -31,13 +31,13 @@ import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; -import javax.swing.event.HyperlinkEvent; -import javax.swing.event.HyperlinkListener; import javax.swing.JEditorPane; import javax.swing.JFrame; import javax.swing.JScrollPane; import javax.swing.JViewport; import javax.swing.SwingUtilities; +import javax.swing.event.HyperlinkEvent; +import javax.swing.event.HyperlinkListener; import javax.swing.text.Document; import org.apache.log4j.Logger; Modified: trunk/crossfire/src/cfeditor/CFTreasureListTree.java =================================================================== --- trunk/crossfire/src/cfeditor/CFTreasureListTree.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CFTreasureListTree.java 2006-05-25 11:23:53 UTC (rev 9) @@ -27,9 +27,9 @@ import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; +import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; -import java.awt.Font; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.IOException; @@ -37,7 +37,6 @@ import java.util.Hashtable; import java.util.Vector; import javax.swing.BorderFactory; -import javax.swing.BorderFactory; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.JDialog; Modified: trunk/crossfire/src/cfeditor/CFancyButton.java =================================================================== --- trunk/crossfire/src/cfeditor/CFancyButton.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CFancyButton.java 2006-05-25 11:23:53 UTC (rev 9) @@ -24,10 +24,10 @@ package cfeditor; +import java.awt.Insets; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; -import java.awt.Insets; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.UIManager; Modified: trunk/crossfire/src/cfeditor/CFileInputStream.java =================================================================== --- trunk/crossfire/src/cfeditor/CFileInputStream.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CFileInputStream.java 2006-05-25 11:23:53 UTC (rev 9) @@ -27,8 +27,8 @@ import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; +import java.io.IOException; import java.io.InputStream; -import java.io.IOException; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/CFileReader.java =================================================================== --- trunk/crossfire/src/cfeditor/CFileReader.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CFileReader.java 2006-05-25 11:23:53 UTC (rev 9) @@ -29,9 +29,9 @@ import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; +import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; -import java.io.IOException; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/CGUIUtils.java =================================================================== --- trunk/crossfire/src/cfeditor/CGUIUtils.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CGUIUtils.java 2006-05-25 11:23:53 UTC (rev 9) @@ -25,11 +25,11 @@ package cfeditor; import java.awt.BorderLayout; +import java.awt.Image; +import java.awt.Toolkit; import java.awt.image.FilteredImageSource; import java.awt.image.ImageProducer; import java.awt.image.RGBImageFilter; -import java.awt.Image; -import java.awt.Toolkit; import java.io.File; import java.net.URL; import java.util.Hashtable; Modified: trunk/crossfire/src/cfeditor/CMainControl.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainControl.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMainControl.java 2006-05-25 11:23:53 UTC (rev 9) @@ -33,7 +33,6 @@ import java.io.IOException; import java.util.Enumeration; import java.util.Vector; -import javax.swing.filechooser.FileFilter; import javax.swing.ImageIcon; import javax.swing.JComponent; import javax.swing.JFileChooser; @@ -43,6 +42,7 @@ import javax.swing.SwingUtilities; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; +import javax.swing.filechooser.FileFilter; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/CMainMenu.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainMenu.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMainMenu.java 2006-05-25 11:23:53 UTC (rev 9) @@ -33,11 +33,11 @@ import cfeditor.menu.SimpleMenuEntry; import cfeditor.menu.SimpleMenuLocation; import cfeditor.textedit.scripteditor.ScriptEditControl; +import java.awt.Event; +import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyEvent; -import java.awt.Event; -import java.awt.Font; import java.util.Enumeration; import javax.swing.JMenu; import javax.swing.JMenuBar; Modified: trunk/crossfire/src/cfeditor/CMainStatusbar.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainStatusbar.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMainStatusbar.java 2006-05-25 11:23:53 UTC (rev 9) @@ -25,9 +25,9 @@ package cfeditor; import java.awt.BorderLayout; -import javax.swing.border.BevelBorder; import javax.swing.JLabel; import javax.swing.JPanel; +import javax.swing.border.BevelBorder; /** * <code>CMainStatusbar</code> implements the main statusbar of the Modified: trunk/crossfire/src/cfeditor/CMainToolbar.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainToolbar.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMainToolbar.java 2006-05-25 11:23:53 UTC (rev 9) @@ -25,11 +25,11 @@ package cfeditor; import java.awt.Dimension; +import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; -import java.awt.Insets; import java.util.Enumeration; import java.util.Vector; import javax.swing.ButtonGroup; Modified: trunk/crossfire/src/cfeditor/CMainView.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMainView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -27,16 +27,14 @@ import java.awt.BorderLayout; import java.awt.Component; import java.awt.Dimension; +import java.awt.Rectangle; +import java.awt.Toolkit; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; -import java.awt.Rectangle; -import java.awt.Toolkit; import java.beans.PropertyVetoException; import java.util.Enumeration; import java.util.Vector; import javax.swing.BorderFactory; -import javax.swing.event.InternalFrameEvent; -import javax.swing.event.InternalFrameListener; import javax.swing.ImageIcon; import javax.swing.JDesktopPane; import javax.swing.JFrame; @@ -44,6 +42,8 @@ import javax.swing.JSplitPane; import javax.swing.JTabbedPane; import javax.swing.UIManager; +import javax.swing.event.InternalFrameEvent; +import javax.swing.event.InternalFrameListener; /** * The main view of the level editor. Contains the "desktop" for internal level Modified: trunk/crossfire/src/cfeditor/CMapArchPanel.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapArchPanel.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMapArchPanel.java 2006-05-25 11:23:53 UTC (rev 9) @@ -28,14 +28,13 @@ import java.awt.Color; import java.awt.Component; import java.awt.Dimension; -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.GridLayout; import java.awt.Insets; import java.awt.Toolkit; -import javax.swing.border.EtchedBorder; +import java.awt.event.ActionEvent; +import java.awt.event.ActionListener; import javax.swing.BoxLayout; import javax.swing.DefaultListModel; import javax.swing.JButton; @@ -49,6 +48,7 @@ import javax.swing.JTextField; import javax.swing.JTextPane; import javax.swing.JViewport; +import javax.swing.border.EtchedBorder; import javax.swing.text.BadLocationException; import javax.swing.text.Document; import javax.swing.text.Style; Modified: trunk/crossfire/src/cfeditor/CMapPropertiesDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapPropertiesDialog.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMapPropertiesDialog.java 2006-05-25 11:23:53 UTC (rev 9) @@ -26,17 +26,13 @@ import java.awt.BorderLayout; import java.awt.Dimension; -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; import java.awt.FlowLayout; import java.awt.Frame; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.GridLayout; -import javax.swing.border.CompoundBorder; -import javax.swing.border.EmptyBorder; -import javax.swing.border.EtchedBorder; -import javax.swing.border.TitledBorder; +import java.awt.event.ActionEvent; +import java.awt.event.ActionListener; import javax.swing.BorderFactory; import javax.swing.Box; import javax.swing.BoxLayout; @@ -51,6 +47,10 @@ import javax.swing.JTextArea; import javax.swing.JTextField; import javax.swing.JViewport; +import javax.swing.border.CompoundBorder; +import javax.swing.border.EmptyBorder; +import javax.swing.border.EtchedBorder; +import javax.swing.border.TitledBorder; /** * Dialog used to ask the user the properties for the new level. Modified: trunk/crossfire/src/cfeditor/CMapTileList.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapTileList.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMapTileList.java 2006-05-25 11:23:53 UTC (rev 9) @@ -27,23 +27,23 @@ import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; +import java.awt.GridLayout; +import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; -import java.awt.GridLayout; -import java.awt.Rectangle; import java.util.Date; import java.util.Iterator; import javax.swing.BorderFactory; import javax.swing.DefaultListCellRenderer; import javax.swing.DefaultListModel; -import javax.swing.event.ListSelectionEvent; -import javax.swing.event.ListSelectionListener; import javax.swing.JList; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JViewport; +import javax.swing.event.ListSelectionEvent; +import javax.swing.event.ListSelectionListener; /** * The panel that holds the map-tiles of the selected map square. (The window Modified: trunk/crossfire/src/cfeditor/CMapViewBasic.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapViewBasic.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CMapViewBasic.java 2006-05-25 11:23:53 UTC (rev 9) @@ -29,18 +29,18 @@ import com.visualtek.png.PNGException; import java.awt.Color; import java.awt.Dimension; +import java.awt.Graphics; +import java.awt.Graphics2D; +import java.awt.Image; +import java.awt.Point; +import java.awt.Rectangle; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.event.MouseMotionAdapter; import java.awt.event.MouseMotionListener; import java.awt.geom.AffineTransform; import java.awt.geom.NoninvertibleTransformException; -import java.awt.Graphics2D; -import java.awt.Graphics; import java.awt.image.BufferedImage; -import java.awt.Image; -import java.awt.Point; -import java.awt.Rectangle; import java.io.IOException; import java.util.Iterator; import java.util.Vector; Modified: trunk/crossfire/src/cfeditor/CNewMapDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/CNewMapDialog.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CNewMapDialog.java 2006-05-25 11:23:53 UTC (rev 9) @@ -26,16 +26,12 @@ import java.awt.BorderLayout; import java.awt.Dimension; -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; import java.awt.FlowLayout; import java.awt.Frame; import java.awt.GridLayout; +import java.awt.event.ActionEvent; +import java.awt.event.ActionListener; import java.util.Calendar; -import javax.swing.border.CompoundBorder; -import javax.swing.border.EmptyBorder; -import javax.swing.border.EtchedBorder; -import javax.swing.border.TitledBorder; import javax.swing.Box; import javax.swing.BoxLayout; import javax.swing.JButton; @@ -43,6 +39,10 @@ import javax.swing.JPanel; import javax.swing.JTabbedPane; import javax.swing.JTextField; +import javax.swing.border.CompoundBorder; +import javax.swing.border.EmptyBorder; +import javax.swing.border.EtchedBorder; +import javax.swing.border.TitledBorder; /** * Dialog used to ask the user the properties for the new level. Contains a Modified: trunk/crossfire/src/cfeditor/COptionDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/COptionDialog.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/COptionDialog.java 2006-05-25 11:23:53 UTC (rev 9) @@ -27,15 +27,11 @@ import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; import java.awt.FlowLayout; import java.awt.Frame; import java.awt.GridLayout; -import javax.swing.border.CompoundBorder; -import javax.swing.border.EmptyBorder; -import javax.swing.border.EtchedBorder; -import javax.swing.border.TitledBorder; +import java.awt.event.ActionEvent; +import java.awt.event.ActionListener; import javax.swing.Box; import javax.swing.BoxLayout; import javax.swing.JButton; @@ -44,6 +40,10 @@ import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTextField; +import javax.swing.border.CompoundBorder; +import javax.swing.border.EmptyBorder; +import javax.swing.border.EtchedBorder; +import javax.swing.border.TitledBorder; /** * Dialog used to ask the user the properties for the new level. Modified: trunk/crossfire/src/cfeditor/CPickmapPanel.java =================================================================== --- trunk/crossfire/src/cfeditor/CPickmapPanel.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CPickmapPanel.java 2006-05-25 11:23:53 UTC (rev 9) @@ -27,10 +27,10 @@ import java.io.File; import java.util.Enumeration; import java.util.Hashtable; +import javax.swing.JOptionPane; +import javax.swing.JTabbedPane; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; -import javax.swing.JOptionPane; -import javax.swing.JTabbedPane; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/CResourceLoader.java =================================================================== --- trunk/crossfire/src/cfeditor/CResourceLoader.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CResourceLoader.java 2006-05-25 11:23:53 UTC (rev 9) @@ -8,8 +8,8 @@ import java.io.File; import java.io.FileOutputStream; +import java.io.IOException; import java.io.InputStream; -import java.io.IOException; import java.io.OutputStream; import java.net.URL; import org.apache.log4j.Logger; Modified: trunk/crossfire/src/cfeditor/CScriptController.java =================================================================== --- trunk/crossfire/src/cfeditor/CScriptController.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CScriptController.java 2006-05-25 11:23:53 UTC (rev 9) @@ -23,10 +23,10 @@ import java.util.Iterator; import java.util.LinkedHashMap; import java.util.List; +import javax.swing.JFileChooser; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import javax.swing.filechooser.FileFilter; -import javax.swing.JFileChooser; import org.apache.log4j.Logger; import org.jdom.Document; import org.jdom.Element; Modified: trunk/crossfire/src/cfeditor/CScriptView.java =================================================================== --- trunk/crossfire/src/cfeditor/CScriptView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CScriptView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -12,18 +12,15 @@ import cfeditor.gui.ScriptManager; import java.awt.BorderLayout; import java.awt.Component; -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; +import java.awt.event.ActionEvent; +import java.awt.event.ActionListener; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.ArrayList; -import javax.swing.event.ChangeEvent; -import javax.swing.event.ChangeListener; -import javax.swing.filechooser.FileFilter; import javax.swing.JComponent; import javax.swing.JDialog; import javax.swing.JFileChooser; @@ -33,6 +30,9 @@ import javax.swing.JMenuItem; import javax.swing.JOptionPane; import javax.swing.JPanel; +import javax.swing.event.ChangeEvent; +import javax.swing.event.ChangeListener; +import javax.swing.filechooser.FileFilter; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/CStartupScreen.java =================================================================== --- trunk/crossfire/src/cfeditor/CStartupScreen.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/CStartupScreen.java 2006-05-25 11:23:53 UTC (rev 9) @@ -23,15 +23,15 @@ package cfeditor; +import java.awt.Frame; +import java.awt.Graphics; +import java.awt.Rectangle; +import java.awt.Window; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; -import java.awt.Frame; -import java.awt.Graphics; -import java.awt.Rectangle; -import java.awt.Window; import javax.swing.ImageIcon; import javax.swing.Timer; Modified: trunk/crossfire/src/cfeditor/JFontChooser.java =================================================================== --- trunk/crossfire/src/cfeditor/JFontChooser.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/JFontChooser.java 2006-05-25 11:23:53 UTC (rev 9) @@ -18,16 +18,16 @@ import java.awt.Component; import java.awt.Dialog; import java.awt.Dimension; +import java.awt.Font; +import java.awt.Frame; +import java.awt.GraphicsEnvironment; +import java.awt.GridLayout; +import java.awt.Window; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ComponentAdapter; import java.awt.event.ComponentEvent; import java.awt.font.TextAttribute; -import java.awt.Font; -import java.awt.Frame; -import java.awt.GraphicsEnvironment; -import java.awt.GridLayout; -import java.awt.Window; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; @@ -41,9 +41,9 @@ import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JTextArea; -import javax.swing.plaf.FontUIResource; import javax.swing.SwingUtilities; import javax.swing.UIManager; +import javax.swing.plaf.FontUIResource; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/ReplaceDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/ReplaceDialog.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/ReplaceDialog.java 2006-05-25 11:23:53 UTC (rev 9) @@ -25,12 +25,12 @@ package cfeditor; import java.awt.Color; +import java.awt.FlowLayout; +import java.awt.Point; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ItemEvent; import java.awt.event.ItemListener; -import java.awt.FlowLayout; -import java.awt.Point; import java.util.Iterator; import javax.swing.BorderFactory; import javax.swing.Box; Modified: trunk/crossfire/src/cfeditor/ScriptArchData.java =================================================================== --- trunk/crossfire/src/cfeditor/ScriptArchData.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/ScriptArchData.java 2006-05-25 11:23:53 UTC (rev 9) @@ -26,17 +26,16 @@ import cfeditor.textedit.scripteditor.ScriptEditControl; import java.awt.Color; +import java.awt.FlowLayout; +import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; -import java.awt.FlowLayout; -import java.awt.Insets; import java.io.File; import java.io.IOException; import java.util.Vector; import javax.swing.BorderFactory; import javax.swing.Box; import javax.swing.BoxLayout; -import javax.swing.filechooser.FileFilter; import javax.swing.JButton; import javax.swing.JComboBox; import javax.swing.JDialog; @@ -46,6 +45,7 @@ import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JTextField; +import javax.swing.filechooser.FileFilter; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/TrackedBufferedInputStream.java =================================================================== --- trunk/crossfire/src/cfeditor/TrackedBufferedInputStream.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/TrackedBufferedInputStream.java 2006-05-25 11:23:53 UTC (rev 9) @@ -7,8 +7,8 @@ package cfeditor; import java.io.BufferedInputStream; +import java.io.IOException; import java.io.InputStream; -import java.io.IOException; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/filter/Filter.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/Filter.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/filter/Filter.java 2006-05-25 11:23:53 UTC (rev 9) @@ -5,10 +5,9 @@ * Window>Preferences>Java>Code Generation>Code and Comments */ package cfeditor.filter; -import org.jdom.Element; - import cfeditor.ArchObject; import cfeditor.menu.BasicMenuEntry; +import org.jdom.Element; /** * @author tchize Modified: trunk/crossfire/src/cfeditor/filter/NamedFilterList.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/NamedFilterList.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/filter/NamedFilterList.java 2006-05-25 11:23:53 UTC (rev 9) @@ -17,14 +17,14 @@ import java.util.LinkedHashMap; import java.util.List; import java.util.Map; -import javax.swing.event.ChangeEvent; -import javax.swing.event.ChangeListener; import javax.swing.JButton; import javax.swing.JCheckBoxMenuItem; import javax.swing.JComponent; import javax.swing.JMenu; import javax.swing.JPopupMenu; import javax.swing.JSeparator; +import javax.swing.event.ChangeEvent; +import javax.swing.event.ChangeListener; import org.apache.log4j.Logger; import org.jdom.Element; Modified: trunk/crossfire/src/cfeditor/gui/ArchComboBox.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/ArchComboBox.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/gui/ArchComboBox.java 2006-05-25 11:23:53 UTC (rev 9) @@ -12,23 +12,20 @@ import java.awt.Color; import java.awt.Component; import java.awt.Dimension; +import java.awt.FlowLayout; +import java.awt.GridBagConstraints; +import java.awt.GridBagLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; -import java.awt.FlowLayout; -import java.awt.GridBagConstraints; -import java.awt.GridBagLayout; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import javax.swing.AbstractListModel; -import javax.swing.border.LineBorder; import javax.swing.ComboBoxEditor; import javax.swing.ComboBoxModel; import javax.swing.DefaultListCellRenderer; -import javax.swing.event.DocumentEvent; -import javax.swing.event.DocumentListener; import javax.swing.JButton; import javax.swing.JComboBox; import javax.swing.JLabel; @@ -36,6 +33,9 @@ import javax.swing.JPanel; import javax.swing.JPopupMenu; import javax.swing.JTextField; +import javax.swing.border.LineBorder; +import javax.swing.event.DocumentEvent; +import javax.swing.event.DocumentListener; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/gui/CloseableTabbedPane.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/CloseableTabbedPane.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/gui/CloseableTabbedPane.java 2006-05-25 11:23:53 UTC (rev 9) @@ -56,9 +56,9 @@ import cfeditor.CGUIUtils; import cfeditor.IGUIConstants; import java.awt.Component; +import java.awt.Graphics; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; -import java.awt.Graphics; import javax.swing.Icon; import javax.swing.ImageIcon; import javax.swing.JTabbedPane; Modified: trunk/crossfire/src/cfeditor/gui/ScriptEditor.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/ScriptEditor.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/gui/ScriptEditor.java 2006-05-25 11:23:53 UTC (rev 9) @@ -8,31 +8,27 @@ import cfeditor.CGUIUtils; import cfeditor.CScriptModel; +import cfeditor.IGUIConstants; import cfeditor.IdGenerator; -import cfeditor.IGUIConstants; +import cfeditor.PluginParameter; +import cfeditor.PluginParameterView; import cfeditor.parameter.ParameterDescriptionEditor; import cfeditor.parameter.ParameterNameEditor; import cfeditor.parameter.ParameterTypeEditor; -import cfeditor.PluginParameter; -import cfeditor.PluginParameterView; import java.awt.BorderLayout; import java.awt.Component; +import java.awt.FlowLayout; +import java.awt.Font; +import java.awt.GridBagConstraints; +import java.awt.GridBagLayout; +import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.FocusEvent; import java.awt.event.FocusListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; -import java.awt.FlowLayout; -import java.awt.Font; -import java.awt.GridBagConstraints; -import java.awt.GridBagLayout; -import java.awt.Insets; import java.util.Hashtable; -import javax.swing.event.ChangeEvent; -import javax.swing.event.ChangeListener; -import javax.swing.event.DocumentEvent; -import javax.swing.event.DocumentListener; import javax.swing.JButton; import javax.swing.JCheckBox; import javax.swing.JLabel; @@ -41,6 +37,10 @@ import javax.swing.JScrollPane; import javax.swing.JTabbedPane; import javax.swing.JTextArea; +import javax.swing.event.ChangeEvent; +import javax.swing.event.ChangeListener; +import javax.swing.event.DocumentEvent; +import javax.swing.event.DocumentListener; import javax.swing.table.TableModel; import org.apache.log4j.Logger; Modified: trunk/crossfire/src/cfeditor/gui/ScriptManager.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/ScriptManager.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/gui/ScriptManager.java 2006-05-25 11:23:53 UTC (rev 9) @@ -11,23 +11,23 @@ import java.awt.BorderLayout; import java.awt.CardLayout; import java.awt.Color; +import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; -import java.awt.GridLayout; import java.util.HashMap; import javax.swing.AbstractListModel; -import javax.swing.border.LineBorder; import javax.swing.DefaultListSelectionModel; -import javax.swing.event.ChangeEvent; -import javax.swing.event.ChangeListener; -import javax.swing.event.ListSelectionEvent; -import javax.swing.event.ListSelectionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JList; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.ListModel; +import javax.swing.border.LineBorder; +import javax.swing.event.ChangeEvent; +import javax.swing.event.ChangeListener; +import javax.swing.event.ListSelectionEvent; +import javax.swing.event.ListSelectionListener; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/menu/LocationMenuEntry.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/LocationMenuEntry.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/menu/LocationMenuEntry.java 2006-05-25 11:23:53 UTC (rev 9) @@ -6,7 +6,6 @@ */ package cfeditor.menu; -import java.lang.String; import java.util.Iterator; import java.util.Set; import javax.swing.JComponent; Modified: trunk/crossfire/src/cfeditor/menu/MenuListener.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/MenuListener.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/menu/MenuListener.java 2006-05-25 11:23:53 UTC (rev 9) @@ -6,8 +6,6 @@ */ package cfeditor.menu; -import cfeditor.menu.MenuChangeEvent; - /** * Used to notify of changes in a MenuEntry or a MenuLocation */ Modified: trunk/crossfire/src/cfeditor/menu/MenuLocation.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/MenuLocation.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/menu/MenuLocation.java 2006-05-25 11:23:53 UTC (rev 9) @@ -6,8 +6,6 @@ */ package cfeditor.menu; -import cfeditor.menu.MenuEntry; -import java.lang.String; import java.util.Set; public interface MenuLocation { Modified: trunk/crossfire/src/cfeditor/menu/SwitchedMenuEntry.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/SwitchedMenuEntry.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/menu/SwitchedMenuEntry.java 2006-05-25 11:23:53 UTC (rev 9) @@ -6,7 +6,6 @@ */ package cfeditor.menu; -import cfeditor.menu.MenuEntry; import javax.swing.JComponent; public class SwitchedMenuEntry extends MenuEntry { Modified: trunk/crossfire/src/cfeditor/parameter/ArchParameterView.java =================================================================== --- trunk/crossfire/src/cfeditor/parameter/ArchParameterView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/parameter/ArchParameterView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -6,9 +6,9 @@ */ package cfeditor.parameter; -import cfeditor.gui.ArchComboBox; import cfeditor.PluginParameter; import cfeditor.PluginParameterView; +import cfeditor.gui.ArchComboBox; import java.awt.event.ItemEvent; import java.awt.event.ItemListener; import javax.swing.JComponent; Modified: trunk/crossfire/src/cfeditor/parameter/DoubleParameterView.java =================================================================== --- trunk/crossfire/src/cfeditor/parameter/DoubleParameterView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/parameter/DoubleParameterView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -11,14 +11,14 @@ import java.awt.Component; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; -import javax.swing.event.ChangeEvent; -import javax.swing.event.ChangeListener; import javax.swing.JButton; import javax.swing.JComponent; import javax.swing.JOptionPane; import javax.swing.JSpinner; import javax.swing.SpinnerModel; import javax.swing.SpinnerNumberModel; +import javax.swing.event.ChangeEvent; +import javax.swing.event.ChangeListener; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/parameter/FilterParameter.java =================================================================== --- trunk/crossfire/src/cfeditor/parameter/FilterParameter.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/parameter/FilterParameter.java 2006-05-25 11:23:53 UTC (rev 9) @@ -6,10 +6,10 @@ */ package cfeditor.parameter; +import cfeditor.PluginParameter; +import cfeditor.PluginParameterView; import cfeditor.filter.NamedFilterConfig; import cfeditor.filter.NamedFilterList; -import cfeditor.PluginParameter; -import cfeditor.PluginParameterView; import org.jdom.Element; /** Modified: trunk/crossfire/src/cfeditor/parameter/FilterParameterView.java =================================================================== --- trunk/crossfire/src/cfeditor/parameter/FilterParameterView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/parameter/FilterParameterView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -6,11 +6,11 @@ */ package cfeditor.parameter; +import cfeditor.PluginParameter; +import cfeditor.PluginParameterView; import cfeditor.filter.FilterConfig; import cfeditor.filter.NamedFilterList; import cfeditor.menu.BasicMenuEntry; -import cfeditor.PluginParameter; -import cfeditor.PluginParameterView; import javax.swing.JComponent; import javax.swing.JPanel; Modified: trunk/crossfire/src/cfeditor/parameter/IntegerParameterView.java =================================================================== --- trunk/crossfire/src/cfeditor/parameter/IntegerParameterView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/parameter/IntegerParameterView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -11,14 +11,14 @@ import java.awt.Component; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; -import javax.swing.event.ChangeEvent; -import javax.swing.event.ChangeListener; import javax.swing.JButton; import javax.swing.JComponent; import javax.swing.JOptionPane; import javax.swing.JSpinner; import javax.swing.SpinnerModel; import javax.swing.SpinnerNumberModel; +import javax.swing.event.ChangeEvent; +import javax.swing.event.ChangeListener; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/parameter/ParameterDescriptionEditor.java =================================================================== --- trunk/crossfire/src/cfeditor/parameter/ParameterDescriptionEditor.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/parameter/ParameterDescriptionEditor.java 2006-05-25 11:23:53 UTC (rev 9) @@ -7,9 +7,9 @@ package cfeditor.parameter; import cfeditor.PluginParameter; +import javax.swing.JTextField; import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; -import javax.swing.JTextField; /** * @author tchize Modified: trunk/crossfire/src/cfeditor/parameter/ParameterNameEditor.java =================================================================== --- trunk/crossfire/src/cfeditor/parameter/ParameterNameEditor.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/parameter/ParameterNameEditor.java 2006-05-25 11:23:53 UTC (rev 9) @@ -7,9 +7,9 @@ package cfeditor.parameter; import cfeditor.PluginParameter; +import javax.swing.JTextField; import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; -import javax.swing.JTextField; /** * @author tchize Modified: trunk/crossfire/src/cfeditor/parameter/StringParameterView.java =================================================================== --- trunk/crossfire/src/cfeditor/parameter/StringParameterView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/parameter/StringParameterView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -8,11 +8,11 @@ import cfeditor.PluginParameter; import cfeditor.PluginParameterView; -import javax.swing.event.DocumentEvent; -import javax.swing.event.DocumentListener; import javax.swing.JComponent; import javax.swing.JPanel; import javax.swing.JTextField; +import javax.swing.event.DocumentEvent; +import javax.swing.event.DocumentListener; import javax.swing.text.Document; import org.apache.log4j.Logger; Modified: trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditControl.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditControl.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditControl.java 2006-05-25 11:23:53 UTC (rev 9) @@ -30,9 +30,9 @@ import java.io.FileWriter; import java.io.IOException; import java.util.Vector; -import javax.swing.filechooser.FileFilter; import javax.swing.JFileChooser; import javax.swing.JOptionPane; +import javax.swing.filechooser.FileFilter; import org.apache.log4j.Logger; /** Modified: trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 2006-05-25 11:23:53 UTC (rev 9) @@ -24,10 +24,10 @@ import cfeditor.textedit.textarea.InputHandler; import cfeditor.textedit.textarea.JEditTextArea; +import java.awt.Event; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyEvent; -import java.awt.Event; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; Modified: trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditView.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -29,22 +29,22 @@ import cfeditor.textedit.textarea.PythonTokenMarker; import cfeditor.textedit.textarea.SyntaxDocument; import java.awt.Dimension; +import java.awt.Rectangle; +import java.awt.Toolkit; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; -import java.awt.Rectangle; -import java.awt.Toolkit; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.Vector; -import javax.swing.event.ChangeEvent; -import javax.swing.event.ChangeListener; import javax.swing.ImageIcon; import javax.swing.JFrame; import javax.swing.JOptionPane; import javax.swing.JTabbedPane; +import javax.swing.event.ChangeEvent; +import javax.swing.event.ChangeListener; import javax.swing.text.BadLocationException; import org.apache.log4j.Logger; Modified: trunk/crossfire/src/cfeditor/textedit/textarea/DefaultInputHandler.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/textarea/DefaultInputHandler.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/textedit/textarea/DefaultInputHandler.java 2006-05-25 11:23:53 UTC (rev 9) @@ -8,10 +8,10 @@ */ package cfeditor.textedit.textarea; +import java.awt.Toolkit; import java.awt.event.ActionListener; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; -import java.awt.Toolkit; import java.util.Hashtable; import java.util.StringTokenizer; import javax.swing.KeyStroke; Modified: trunk/crossfire/src/cfeditor/textedit/textarea/InputHandler.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/textarea/InputHandler.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/textedit/textarea/InputHandler.java 2006-05-25 11:23:53 UTC (rev 9) @@ -11,6 +11,7 @@ import cfeditor.textedit.scripteditor.CFPythonPopup; import cfeditor.textedit.scripteditor.ScriptEditControl; import java.awt.Component; +import java.awt.Toolkit; import java.awt.datatransfer.DataFlavor; import java.awt.datatransfer.StringSelection; import java.awt.datatransfer.Transferable; @@ -19,7 +20,6 @@ import java.awt.event.ActionListener; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; -import java.awt.Toolkit; import java.io.BufferedReader; import java.io.IOException; import java.util.Enumeration; Modified: trunk/crossfire/src/cfeditor/textedit/textarea/JEditTextArea.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/textarea/JEditTextArea.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/textedit/textarea/JEditTextArea.java 2006-05-25 11:23:53 UTC (rev 9) @@ -11,10 +11,15 @@ import java.awt.AWTEvent; import java.awt.Component; import java.awt.Container; +import java.awt.Dimension; +import java.awt.Font; +import java.awt.FontMetrics; +import java.awt.Insets; +import java.awt.LayoutManager; +import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.DataFlavor; import java.awt.datatransfer.StringSelection; -import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.AdjustmentEvent; @@ -28,32 +33,27 @@ import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.MouseMotionListener; -import java.awt.Font; -import java.awt.FontMetrics; -import java.awt.Insets; -import java.awt.LayoutManager; -import java.awt.Toolkit; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.Enumeration; import java.util.HashSet; import java.util.Set; import java.util.Vector; +import javax.swing.JComponent; +import javax.swing.JPopupMenu; +import javax.swing.JScrollBar; +import javax.swing.KeyStroke; +import javax.swing.SwingUtilities; +import javax.swing.Timer; import javax.swing.event.CaretEvent; import javax.swing.event.CaretListener; import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; import javax.swing.event.EventListenerList; -import javax.swing.JComponent; -import javax.swing.JPopupMenu; -import javax.swing.JScrollBar; -import javax.swing.KeyStroke; -import javax.swing.SwingUtilities; import javax.swing.text.BadLocationException; import javax.swing.text.Element; import javax.swing.text.Segment; import javax.swing.text.Utilities; -import javax.swing.Timer; import javax.swing.undo.AbstractUndoableEdit; import javax.swing.undo.UndoableEdit; import org.apache.log4j.Logger; Modified: trunk/crossfire/src/cfeditor/textedit/textarea/TextAreaPainter.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/textarea/TextAreaPainter.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/crossfire/src/cfeditor/textedit/textarea/TextAreaPainter.java 2006-05-25 11:23:53 UTC (rev 9) @@ -11,19 +11,19 @@ import java.awt.Color; import java.awt.Cursor; import java.awt.Dimension; +import java.awt.Font; +import java.awt.FontMetrics; +import java.awt.Graphics; +import java.awt.Rectangle; import java.awt.event.MouseEvent; import java.awt.font.FontRenderContext; import java.awt.font.TextLayout; -import java.awt.Font; -import java.awt.FontMetrics; import java.awt.geom.AffineTransform; -import java.awt.Graphics; -import java.awt.Rectangle; import javax.swing.JComponent; +import javax.swing.ToolTipManager; import javax.swing.text.Segment; import javax.swing.text.TabExpander; import javax.swing.text.Utilities; -import javax.swing.ToolTipManager; import org.apache.log4j.Logger; /** Modified: trunk/daimonin/src/cfeditor/CArchPanel.java =================================================================== --- trunk/daimonin/src/cfeditor/CArchPanel.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/daimonin/src/cfeditor/CArchPanel.java 2006-05-25 11:23:53 UTC (rev 9) @@ -25,15 +25,15 @@ package cfeditor; import cfeditor.arch.ArchObject; -import org.jetbrains.annotations.Nullable; +import java.awt.BorderLayout; +import java.util.ArrayList; import javax.swing.BorderFactory; import javax.swing.JPanel; import javax.swing.JTabbedPane; import static javax.swing.SwingConstants.TOP; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; -import java.awt.BorderLayout; -import java.util.ArrayList; +import org.jetbrains.annotations.Nullable; /** The <code>CArchPanel</code> holds the tile palette. * Modified: trunk/daimonin/src/cfeditor/CArchPanelPan.java =================================================================== --- trunk/daimonin/src/cfeditor/CArchPanelPan.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/daimonin/src/cfeditor/CArchPanelPan.java 2006-05-25 11:23:53 UTC (rev 9) @@ -45,8 +45,8 @@ import javax.swing.JViewport; import javax.swing.event.ListSelectionEvent; import javax.swing.event.ListSelectionListener; +import net.sf.japi.swing.ActionFactory; import org.jetbrains.annotations.Nullable; -import net.sf.japi.swing.ActionFactory; public final class CArchPanelPan extends JPanel { Modified: trunk/daimonin/src/cfeditor/CArchQuickView.java =================================================================== --- trunk/daimonin/src/cfeditor/CArchQuickView.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/daimonin/src/cfeditor/CArchQuickView.java 2006-05-25 11:23:53 UTC (rev 9) @@ -25,11 +25,11 @@ package cfeditor; import cfeditor.arch.ArchObject; -import javax.swing.JLabel; -import javax.swing.JPanel; import java.awt.Color; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; +import javax.swing.JLabel; +import javax.swing.JPanel; /** * The <code>CArchQuickView</code> holds the tile palette. Modified: trunk/daimonin/src/cfeditor/CAttribBitmask.java =================================================================== --- trunk/daimonin/src/cfeditor/CAttribBitmask.java 2006-05-25 11:04:16 UTC (rev 8) +++ trunk/daimonin/src/cfeditor/CAttribBitmask.java 2006-05-25 11:23:53 UTC (rev 9) @@ -24,9 +24,8 @@ package cfeditor; -import net.sf.japi.xml.NodeListIterator; -import org.jetbrains.annotations.Nullable; -import org.w3c.dom.Element; +import java.awt.Component; +import java.awt.GridLayout; import javax.swing.JCheckBox; import static javax.swing.JOptionPane.OK_CANCEL_OPTION; import static javax.swing.JOptionPane.OK_OPTION; @@ -35,8 +34,9 @@ import javax.swing.JPanel; import javax.xml.xpath.XPath; import javax.xml.xpath.XPathExpressionException; -import java.awt.Component; -import java.awt.GridLayout; +import net.sf.japi.xml.NodeListIterator; +import org.jetbrains.annotations.Nullable; +import org.w3c.dom.Element; /** This class manages bitmask values which appear in Daimonin arch attributes. * Attacktype, spellpath and material are such bitmasks. Modified: trunk/daimonin/src/cfeditor/CAttribDialog.java =================================================================== --- trunk/daimonin/... [truncated message content] |
From: <chr...@us...> - 2006-05-25 11:04:29
|
Revision: 8 Author: christianhujer Date: 2006-05-25 04:04:16 -0700 (Thu, 25 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=8&view=rev Log Message: ----------- Removed usage of deprecated symbols. Modified Paths: -------------- trunk/crossfire/src/cfeditor/CScriptView.java trunk/crossfire/src/cfeditor/gui/ScriptManager.java Modified: trunk/crossfire/src/cfeditor/CScriptView.java =================================================================== --- trunk/crossfire/src/cfeditor/CScriptView.java 2006-05-25 10:55:22 UTC (rev 7) +++ trunk/crossfire/src/cfeditor/CScriptView.java 2006-05-25 11:04:16 UTC (rev 8) @@ -167,7 +167,7 @@ } scriptManager.pack(); - scriptManager.show(); + scriptManager.setVisible(true); } } else if (cmd.equals("$$save")) { ctrl.exportXML(); @@ -264,7 +264,7 @@ dialog.getContentPane().add(panel, BorderLayout.CENTER); dialog.getContentPane().add(p, BorderLayout.SOUTH); dialog.pack(); - dialog.show(); + dialog.setVisible(true); Object result = p.getValue(); if (result instanceof Integer) { if (((Integer)result).intValue() == JOptionPane.YES_OPTION) { Modified: trunk/crossfire/src/cfeditor/gui/ScriptManager.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/ScriptManager.java 2006-05-25 10:55:22 UTC (rev 7) +++ trunk/crossfire/src/cfeditor/gui/ScriptManager.java 2006-05-25 11:04:16 UTC (rev 8) @@ -129,7 +129,7 @@ left.add(bottomLeft, BorderLayout.SOUTH); scripts.setSelectedIndex(0); this.pack(); - this.show(); + this.setVisible(true); } private CScriptController getController() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2006-05-25 10:56:42
|
Revision: 7 Author: christianhujer Date: 2006-05-25 03:55:22 -0700 (Thu, 25 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=7&view=rev Log Message: ----------- Changed Crossfire source to UTF-8 Modified Paths: -------------- trunk/crossfire/src/cfeditor/AnimationObject.java trunk/crossfire/src/cfeditor/ArchObject.java trunk/crossfire/src/cfeditor/ArchObjectParser.java trunk/crossfire/src/cfeditor/ArchObjectStack.java trunk/crossfire/src/cfeditor/AutojoinList.java trunk/crossfire/src/cfeditor/CArchPanel.java trunk/crossfire/src/cfeditor/CArchPanelPan.java trunk/crossfire/src/cfeditor/CArchQuickView.java trunk/crossfire/src/cfeditor/CAttribBitmask.java trunk/crossfire/src/cfeditor/CAttribDialog.java trunk/crossfire/src/cfeditor/CDialogBase.java trunk/crossfire/src/cfeditor/CFArchAttrib.java trunk/crossfire/src/cfeditor/CFArchType.java trunk/crossfire/src/cfeditor/CFArchTypeList.java trunk/crossfire/src/cfeditor/CFHelp.java trunk/crossfire/src/cfeditor/CFJavaEditor.java trunk/crossfire/src/cfeditor/CFTreasureListTree.java trunk/crossfire/src/cfeditor/CFancyButton.java trunk/crossfire/src/cfeditor/CFileInputStream.java trunk/crossfire/src/cfeditor/CFileReader.java trunk/crossfire/src/cfeditor/CGUIUtils.java trunk/crossfire/src/cfeditor/CGridderException.java trunk/crossfire/src/cfeditor/CMainControl.java trunk/crossfire/src/cfeditor/CMainMenu.java trunk/crossfire/src/cfeditor/CMainStatusbar.java trunk/crossfire/src/cfeditor/CMainToolbar.java trunk/crossfire/src/cfeditor/CMainView.java trunk/crossfire/src/cfeditor/CMapArchPanel.java trunk/crossfire/src/cfeditor/CMapControl.java trunk/crossfire/src/cfeditor/CMapFileDecode.java trunk/crossfire/src/cfeditor/CMapFileEncode.java trunk/crossfire/src/cfeditor/CMapModel.java trunk/crossfire/src/cfeditor/CMapPropertiesDialog.java trunk/crossfire/src/cfeditor/CMapTileList.java trunk/crossfire/src/cfeditor/CMapViewBasic.java trunk/crossfire/src/cfeditor/CMapViewIFrame.java trunk/crossfire/src/cfeditor/CMapViewInterface.java trunk/crossfire/src/cfeditor/CNewMapDialog.java trunk/crossfire/src/cfeditor/COptionDialog.java trunk/crossfire/src/cfeditor/CPickmapPanel.java trunk/crossfire/src/cfeditor/CSettings.java trunk/crossfire/src/cfeditor/CStartupScreen.java trunk/crossfire/src/cfeditor/CUndoStack.java trunk/crossfire/src/cfeditor/CopyBuffer.java trunk/crossfire/src/cfeditor/FaceObject.java trunk/crossfire/src/cfeditor/IGUIConstants.java trunk/crossfire/src/cfeditor/IUndoable.java trunk/crossfire/src/cfeditor/JFontChooser.java trunk/crossfire/src/cfeditor/MapArchObject.java trunk/crossfire/src/cfeditor/MultiArchData.java trunk/crossfire/src/cfeditor/MultiPositionData.java trunk/crossfire/src/cfeditor/ReplaceDialog.java trunk/crossfire/src/cfeditor/ScriptArchData.java trunk/crossfire/src/cfeditor/filter/BasicFilterConfig.java trunk/crossfire/src/cfeditor/filter/ConfigEvent.java trunk/crossfire/src/cfeditor/filter/ConfigListener.java trunk/crossfire/src/cfeditor/filter/FilterConfig.java trunk/crossfire/src/cfeditor/filter/NamedFilterConfig.java trunk/crossfire/src/cfeditor/filter/NamedFilterEvent.java trunk/crossfire/src/cfeditor/filter/NamedFilterListener.java trunk/crossfire/src/cfeditor/filter/SimpleFilterConfig.java trunk/crossfire/src/cfeditor/gui/CloseableTabbedPane.java trunk/crossfire/src/cfeditor/menu/BasicAction.java trunk/crossfire/src/cfeditor/menu/BasicMenuEntry.java trunk/crossfire/src/cfeditor/menu/CheckBoxMenuEntry.java trunk/crossfire/src/cfeditor/menu/FilterCheckBoxEntry.java trunk/crossfire/src/cfeditor/menu/MenuGroup.java trunk/crossfire/src/cfeditor/menu/MenuHelper.java trunk/crossfire/src/cfeditor/menu/SeparatorMenuEntry.java trunk/crossfire/src/cfeditor/menu/SimpleMenuEntry.java trunk/crossfire/src/cfeditor/menu/SimpleMenuLocation.java trunk/crossfire/src/cfeditor/textedit/scripteditor/CFPythonPopup.java trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditControl.java trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditView.java Modified: trunk/crossfire/src/cfeditor/AnimationObject.java =================================================================== --- trunk/crossfire/src/cfeditor/AnimationObject.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/AnimationObject.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/ArchObject.java =================================================================== --- trunk/crossfire/src/cfeditor/ArchObject.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/ArchObject.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/ArchObjectParser.java =================================================================== --- trunk/crossfire/src/cfeditor/ArchObjectParser.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/ArchObjectParser.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/ArchObjectStack.java =================================================================== --- trunk/crossfire/src/cfeditor/ArchObjectStack.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/ArchObjectStack.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/AutojoinList.java =================================================================== --- trunk/crossfire/src/cfeditor/AutojoinList.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/AutojoinList.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CArchPanel.java =================================================================== --- trunk/crossfire/src/cfeditor/CArchPanel.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CArchPanel.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CArchPanelPan.java =================================================================== --- trunk/crossfire/src/cfeditor/CArchPanelPan.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CArchPanelPan.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CArchQuickView.java =================================================================== --- trunk/crossfire/src/cfeditor/CArchQuickView.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CArchQuickView.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CAttribBitmask.java =================================================================== --- trunk/crossfire/src/cfeditor/CAttribBitmask.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CAttribBitmask.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CAttribDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/CAttribDialog.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CAttribDialog.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CDialogBase.java =================================================================== --- trunk/crossfire/src/cfeditor/CDialogBase.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CDialogBase.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFArchAttrib.java =================================================================== --- trunk/crossfire/src/cfeditor/CFArchAttrib.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFArchAttrib.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFArchType.java =================================================================== --- trunk/crossfire/src/cfeditor/CFArchType.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFArchType.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFArchTypeList.java =================================================================== --- trunk/crossfire/src/cfeditor/CFArchTypeList.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFArchTypeList.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFHelp.java =================================================================== --- trunk/crossfire/src/cfeditor/CFHelp.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFHelp.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFJavaEditor.java =================================================================== --- trunk/crossfire/src/cfeditor/CFJavaEditor.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFJavaEditor.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFTreasureListTree.java =================================================================== --- trunk/crossfire/src/cfeditor/CFTreasureListTree.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFTreasureListTree.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFancyButton.java =================================================================== --- trunk/crossfire/src/cfeditor/CFancyButton.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFancyButton.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFileInputStream.java =================================================================== --- trunk/crossfire/src/cfeditor/CFileInputStream.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFileInputStream.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CFileReader.java =================================================================== --- trunk/crossfire/src/cfeditor/CFileReader.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CFileReader.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CGUIUtils.java =================================================================== --- trunk/crossfire/src/cfeditor/CGUIUtils.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CGUIUtils.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CGridderException.java =================================================================== --- trunk/crossfire/src/cfeditor/CGridderException.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CGridderException.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMainControl.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainControl.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMainControl.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMainMenu.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainMenu.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMainMenu.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMainStatusbar.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainStatusbar.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMainStatusbar.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMainToolbar.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainToolbar.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMainToolbar.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMainView.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainView.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMainView.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapArchPanel.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapArchPanel.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapArchPanel.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapControl.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapControl.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapControl.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapFileDecode.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapFileDecode.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapFileDecode.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapFileEncode.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapFileEncode.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapFileEncode.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapModel.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapModel.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapModel.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -508,7 +508,7 @@ } oldarch = newarch; - // insert \xEDt in map or add to arch in map + // insert ít in map or add to arch in map ArchObject node = m_mapGrid[mapx][mapy]; if (node == null) { m_mapGrid[mapx][mapy] = newarch; @@ -669,7 +669,7 @@ } oldarch = arch; - // insert \xEDt in map or add to arch in map + // insert ít in map or add to arch in map ArchObject node = m_mapGrid[mapx][mapy]; if (node == null) { m_mapGrid[mapx][mapy] = arch; Modified: trunk/crossfire/src/cfeditor/CMapPropertiesDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapPropertiesDialog.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapPropertiesDialog.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapTileList.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapTileList.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapTileList.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapViewBasic.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapViewBasic.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapViewBasic.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapViewIFrame.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapViewIFrame.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapViewIFrame.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CMapViewInterface.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapViewInterface.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CMapViewInterface.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CNewMapDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/CNewMapDialog.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CNewMapDialog.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/COptionDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/COptionDialog.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/COptionDialog.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CPickmapPanel.java =================================================================== --- trunk/crossfire/src/cfeditor/CPickmapPanel.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CPickmapPanel.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CSettings.java =================================================================== --- trunk/crossfire/src/cfeditor/CSettings.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CSettings.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CStartupScreen.java =================================================================== --- trunk/crossfire/src/cfeditor/CStartupScreen.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CStartupScreen.java 2006-05-25 10:55:22 UTC (rev 7) @@ -2,7 +2,7 @@ * Crossfire Java Editor. * Copyright (C) 2000 Michael Toennies * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -38,7 +38,7 @@ /** * The startup screen (splash screen) shown to the user when he starts up the * level editor. Should at least show the text: - * Gridder version x.x.x, Copyright (C) 2000 Pasi Ker\xE4nen + * Gridder version x.x.x, Copyright (C) 2000 Pasi Keränen * Gridder comes with ABSOLUTELY NO WARRANTY; for details * see license.html. This is free software, and you are welcome * to redistribute it under certain conditions; see license.html Modified: trunk/crossfire/src/cfeditor/CUndoStack.java =================================================================== --- trunk/crossfire/src/cfeditor/CUndoStack.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CUndoStack.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/CopyBuffer.java =================================================================== --- trunk/crossfire/src/cfeditor/CopyBuffer.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/CopyBuffer.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/FaceObject.java =================================================================== --- trunk/crossfire/src/cfeditor/FaceObject.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/FaceObject.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/IGUIConstants.java =================================================================== --- trunk/crossfire/src/cfeditor/IGUIConstants.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/IGUIConstants.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/IUndoable.java =================================================================== --- trunk/crossfire/src/cfeditor/IUndoable.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/IUndoable.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/JFontChooser.java =================================================================== --- trunk/crossfire/src/cfeditor/JFontChooser.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/JFontChooser.java 2006-05-25 10:55:22 UTC (rev 7) @@ -356,13 +356,13 @@ String new_msg = ""; // return value: new message with html tags while (msg.indexOf("\n") >= 0) { new_msg = new_msg+"<html><font color=black size=\""+getHtmlSize(f.getSize())+ - "\" face=\""+f.getFontName()+"\"><B>"+msg.substring(0, msg.indexOf("\n"))+"</B></font></html>\xA7"; + "\" face=\""+f.getFontName()+"\"><B>"+msg.substring(0, msg.indexOf("\n"))+"</B></font></html>§"; msg = msg.substring(msg.indexOf("\n")+1); } new_msg = new_msg+"<html><font color=black size=\""+getHtmlSize(f.getSize())+ "\" face=\""+f.getFontName()+"\"><B>"+msg+"</B></font></html>"; - new_msg = new_msg.replace('\xA7', '\n'); + new_msg = new_msg.replace('§', '\n'); return new_msg; } Modified: trunk/crossfire/src/cfeditor/MapArchObject.java =================================================================== --- trunk/crossfire/src/cfeditor/MapArchObject.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/MapArchObject.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -150,7 +150,7 @@ */ public String getMapNameWithoutMusic() { int t; - if (IGUIConstants.isoView && (t = name.indexOf("\xA7")) > 0) { + if (IGUIConstants.isoView && (t = name.indexOf("§")) > 0) { return name.substring(0, t); } return name; Modified: trunk/crossfire/src/cfeditor/MultiArchData.java =================================================================== --- trunk/crossfire/src/cfeditor/MultiArchData.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/MultiArchData.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/MultiPositionData.java =================================================================== --- trunk/crossfire/src/cfeditor/MultiPositionData.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/MultiPositionData.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/ReplaceDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/ReplaceDialog.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/ReplaceDialog.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/ScriptArchData.java =================================================================== --- trunk/crossfire/src/cfeditor/ScriptArchData.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/ScriptArchData.java 2006-05-25 10:55:22 UTC (rev 7) @@ -3,7 +3,7 @@ * Copyright (C) 2000 Michael Toennies * Copyright (C) 2001 Andreas Vogl * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/filter/BasicFilterConfig.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/BasicFilterConfig.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/filter/BasicFilterConfig.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 30-d\xE9c.-2004 + * Created on 30-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/filter/ConfigEvent.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/ConfigEvent.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/filter/ConfigEvent.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 30-d\xE9c.-2004 + * Created on 30-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/filter/ConfigListener.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/ConfigListener.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/filter/ConfigListener.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 30-d\xE9c.-2004 + * Created on 30-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/filter/FilterConfig.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/FilterConfig.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/filter/FilterConfig.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 26-d\xE9c.-2004 + * Created on 26-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/filter/NamedFilterConfig.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/NamedFilterConfig.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/filter/NamedFilterConfig.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 29-d\xE9c.-2004 + * Created on 29-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/filter/NamedFilterEvent.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/NamedFilterEvent.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/filter/NamedFilterEvent.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 29-d\xE9c.-2004 + * Created on 29-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/filter/NamedFilterListener.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/NamedFilterListener.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/filter/NamedFilterListener.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 29-d\xE9c.-2004 + * Created on 29-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/filter/SimpleFilterConfig.java =================================================================== --- trunk/crossfire/src/cfeditor/filter/SimpleFilterConfig.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/filter/SimpleFilterConfig.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 26-d\xE9c.-2004 + * Created on 26-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/gui/CloseableTabbedPane.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/CloseableTabbedPane.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/gui/CloseableTabbedPane.java 2006-05-25 10:55:22 UTC (rev 7) @@ -5,7 +5,7 @@ * * This particular class is based on xnap (http://xnap.sourceforge.net). * See second section two. - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as Modified: trunk/crossfire/src/cfeditor/menu/BasicAction.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/BasicAction.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/BasicAction.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 18-d\xE9c.-2004 + * Created on 18-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/menu/BasicMenuEntry.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/BasicMenuEntry.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/BasicMenuEntry.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 12-d\xE9c.-2004 + * Created on 12-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/menu/CheckBoxMenuEntry.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/CheckBoxMenuEntry.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/CheckBoxMenuEntry.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 12-d\xE9c.-2004 + * Created on 12-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/menu/FilterCheckBoxEntry.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/FilterCheckBoxEntry.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/FilterCheckBoxEntry.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 29-d\xE9c.-2004 + * Created on 29-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/menu/MenuGroup.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/MenuGroup.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/MenuGroup.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 19-d\xE9c.-2004 + * Created on 19-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/menu/MenuHelper.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/MenuHelper.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/MenuHelper.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 17-d\xE9c.-2004 + * Created on 17-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/menu/SeparatorMenuEntry.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/SeparatorMenuEntry.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/SeparatorMenuEntry.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 07-d\xE9c.-2004 + * Created on 07-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/menu/SimpleMenuEntry.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/SimpleMenuEntry.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/SimpleMenuEntry.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 12-d\xE9c.-2004 + * Created on 12-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/menu/SimpleMenuLocation.java =================================================================== --- trunk/crossfire/src/cfeditor/menu/SimpleMenuLocation.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/menu/SimpleMenuLocation.java 2006-05-25 10:55:22 UTC (rev 7) @@ -1,5 +1,5 @@ /* - * Created on 11-d\xE9c.-2004 + * Created on 11-déc.-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments Modified: trunk/crossfire/src/cfeditor/textedit/scripteditor/CFPythonPopup.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/scripteditor/CFPythonPopup.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/textedit/scripteditor/CFPythonPopup.java 2006-05-25 10:55:22 UTC (rev 7) @@ -2,7 +2,7 @@ * Crossfire Java Editor. * Copyright (C) 2000 Michael Toennies * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditControl.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditControl.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditControl.java 2006-05-25 10:55:22 UTC (rev 7) @@ -2,7 +2,7 @@ * Crossfire Java Editor. * Copyright (C) 2000 Michael Toennies * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 2006-05-25 10:55:22 UTC (rev 7) @@ -2,7 +2,7 @@ * Crossfire Java Editor. * Copyright (C) 2000 Michael Toennies * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditView.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditView.java 2006-05-22 00:20:53 UTC (rev 6) +++ trunk/crossfire/src/cfeditor/textedit/scripteditor/ScriptEditView.java 2006-05-25 10:55:22 UTC (rev 7) @@ -2,7 +2,7 @@ * Crossfire Java Editor. * Copyright (C) 2000 Michael Toennies * - * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Ker\xE4nen) + * (code based on: Gridder. 2D grid based level editor. (C) 2000 Pasi Keränen) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2006-05-22 00:23:15
|
Revision: 6 Author: christianhujer Date: 2006-05-21 17:20:53 -0700 (Sun, 21 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=6&view=rev Log Message: ----------- Adding project frame. Added Paths: ----------- trunk/COPYING trunk/CREDITS trunk/FAQ trunk/INSTALL trunk/LICENSE trunk/NEWS trunk/README trunk/build.xml trunk/lib/ trunk/lib/LICENSE-Pack200Task.jar trunk/lib/LICENSE-antmeat.jar trunk/lib/LICENSE-java2html.jar trunk/lib/LICENSE-svnClientAdapter.jar trunk/lib/LICENSE-svnant.jar trunk/lib/Pack200Task.jar trunk/lib/antmeat.jar trunk/lib/java2html.jar trunk/lib/svnClientAdapter.jar trunk/lib/svnant.jar trunk/src/ trunk/src/app/ trunk/src/app/net/ trunk/src/app/net/sf/ trunk/src/app/net/sf/gridarta/ trunk/src/doc/ trunk/src/doc/.htaccess trunk/src/doc/cleanupXhtml11.xslt trunk/src/doc/dtd/ trunk/src/doc/dtd/catalogForAnt.xml trunk/src/doc/dtd/xhtml-applet-1.mod trunk/src/doc/dtd/xhtml-arch-1.mod trunk/src/doc/dtd/xhtml-attribs-1.mod trunk/src/doc/dtd/xhtml-base-1.mod trunk/src/doc/dtd/xhtml-basic-form-1.mod trunk/src/doc/dtd/xhtml-basic-table-1.mod trunk/src/doc/dtd/xhtml-bdo-1.mod trunk/src/doc/dtd/xhtml-blkphras-1.mod trunk/src/doc/dtd/xhtml-blkpres-1.mod trunk/src/doc/dtd/xhtml-blkstruct-1.mod trunk/src/doc/dtd/xhtml-charent-1.mod trunk/src/doc/dtd/xhtml-csismap-1.mod trunk/src/doc/dtd/xhtml-datatypes-1.mod trunk/src/doc/dtd/xhtml-edit-1.mod trunk/src/doc/dtd/xhtml-events-1.mod trunk/src/doc/dtd/xhtml-form-1.mod trunk/src/doc/dtd/xhtml-frames-1.mod trunk/src/doc/dtd/xhtml-framework-1.mod trunk/src/doc/dtd/xhtml-hypertext-1.mod trunk/src/doc/dtd/xhtml-iframe-1.mod trunk/src/doc/dtd/xhtml-image-1.mod trunk/src/doc/dtd/xhtml-inlphras-1.mod trunk/src/doc/dtd/xhtml-inlpres-1.mod trunk/src/doc/dtd/xhtml-inlstruct-1.mod trunk/src/doc/dtd/xhtml-inlstyle-1.mod trunk/src/doc/dtd/xhtml-lat1.ent trunk/src/doc/dtd/xhtml-legacy-1.mod trunk/src/doc/dtd/xhtml-link-1.mod trunk/src/doc/dtd/xhtml-list-1.mod trunk/src/doc/dtd/xhtml-meta-1.mod trunk/src/doc/dtd/xhtml-nameident-1.mod trunk/src/doc/dtd/xhtml-notations-1.mod trunk/src/doc/dtd/xhtml-object-1.mod trunk/src/doc/dtd/xhtml-param-1.mod trunk/src/doc/dtd/xhtml-pres-1.mod trunk/src/doc/dtd/xhtml-qname-1.mod trunk/src/doc/dtd/xhtml-ruby-1.mod trunk/src/doc/dtd/xhtml-script-1.mod trunk/src/doc/dtd/xhtml-special.ent trunk/src/doc/dtd/xhtml-ssismap-1.mod trunk/src/doc/dtd/xhtml-struct-1.mod trunk/src/doc/dtd/xhtml-style-1.mod trunk/src/doc/dtd/xhtml-symbol.ent trunk/src/doc/dtd/xhtml-table-1.mod trunk/src/doc/dtd/xhtml-target-1.mod trunk/src/doc/dtd/xhtml-text-1.mod trunk/src/doc/dtd/xhtml-xinclude10-1.mod trunk/src/doc/dtd/xhtml11-flat.dtd trunk/src/doc/dtd/xhtml11-model-1.mod trunk/src/doc/dtd/xhtml11.dtd trunk/src/doc/dtd/xhtml11_xinclude10-model-1.mod trunk/src/doc/dtd/xhtml11_xinclude10.dtd trunk/src/doc/start.xhtml trunk/src/doc/status404.xhtml trunk/src/doc/transform.xslt trunk/src/doc/xhtml2html.xslt trunk/src/test/ trunk/src/test/net/ trunk/src/test/net/sf/ trunk/src/test/net/sf/gridarta/ Added: trunk/COPYING =================================================================== --- trunk/COPYING (rev 0) +++ trunk/COPYING 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. Property changes on: trunk/COPYING ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: trunk/CREDITS =================================================================== --- trunk/CREDITS (rev 0) +++ trunk/CREDITS 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,27 @@ +The following people have contributed to Gridarta: + +* Pasi Keränen + He created Gridder, out of which Michhael Tönnis created CFJavaEditor. + +* Michael Tönnis <in...@da...> + He created CFJavaEditor and DaimoninEditor. + +* Andreas Vogel <av...@us...> + He did a lot of work adding new features to CFJavaEditor + +* Christian Hujer <ch...@ri...> + He maintained DaimoninEditor from 2005-2006, creator of Gridarta. + +* Daniel Viegas <der...@us...> + Added many new features. + +* Andreas Kirschbaum <aki...@us...> + Added many new features. + + +Gridarta wouldn't exist without the following projects: + +* Gridder, a simple 2D grid based game map editor. http://www.gamedev.net/hosted/javanerd/gridder.asp +* Crossfire, a 2D MMORPG. http://crossfire.real-time.com/ +* Daimonin, a 2D MMORPG, branch of Crossfire. http://www.daimonin.net/ +* JAPI, a library for improved Java software development. http://japi.sourceforge.net/ Property changes on: trunk/CREDITS ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: trunk/FAQ =================================================================== --- trunk/FAQ (rev 0) +++ trunk/FAQ 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,4 @@ +FAQ +--- + +No faq yet. Property changes on: trunk/FAQ ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: trunk/INSTALL =================================================================== --- trunk/INSTALL (rev 0) +++ trunk/INSTALL 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,27 @@ +BUILDING / INSTALLING GRIDARTA +============================== + + +Gridarta is a map editor for 2D MMORPGs, mainly Angelion, Crossfire, Crossfire+ +and Daimonin. + + +Build Requirements +------------------ +* Java 5.0 or newer +* Ant 1.6.5 or newer + + +Runtime Requirements +-------------------- +* Java 5.0 or newer + + +Howto Build +----------- +Change to the project root directory and run "ant". +To find out options about building Gridarta, run "ant -projecthelp". + +Howto Run +--------- +java -jar Gridarta.jar Property changes on: trunk/INSTALL ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: trunk/LICENSE =================================================================== --- trunk/LICENSE (rev 0) +++ trunk/LICENSE 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,8 @@ +GRIDARTA LICENSE INFORMATION +------------------------ + +GRIDARTA is licensed under GPL. See file COPYING. + +GRIDARTA uses some third part libraries. These libraries are contained in the +lib/ directory and have their own licenses. See the corresponding +LICENSE-*-files in the lib/ directory for the licenses of third party libraries. Property changes on: trunk/LICENSE ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: trunk/NEWS =================================================================== --- trunk/NEWS (rev 0) +++ trunk/NEWS 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,4 @@ +NEWS +---- + +Currently no news. Property changes on: trunk/NEWS ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: trunk/README =================================================================== --- trunk/README (rev 0) +++ trunk/README 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,127 @@ +GRIDARTA README +=============== + +This file contains some important information about Gridarta. You should read it +first. + + +TABLE OF CONTENTS +----------------- +* project description +* project website +* system requirements +* file structure +* build / installation (see file INSTALL) +* maintainers / credits (see file CREDITS) +* project news (see file NEWS) +* mailing lists +* license information (see file LICENSE) + + +PROJECT DESCRIPTION +------------------- +Gridarta is a map editor for 2D MMORPGs. +The current target applications are: +* Angelion http://angelion.sric.com/ +* Crossfire http://crossfire.real-time.com/ +* Crossfire+ http://crossfire.schmorp.de/ +* Daimonin http://www.daimonin.net/ + + +PROJECT WEBSITE +--------------- +Project homepage: http://gridarta.sourceforge.net/ +Project website: http://sourceforge.net/projects/gridarta/ + + +SYSTEM REQUIREMENTS +------------------- +Java 5.0 + Previous versions of Java will not work. Gridarta uses Generics, autoboxing, + static imports, foreach loops, assertions and varargs quite a lot. + +Ant 1.6.5 + Previous versions of Ant might work but are not tested. + + +FILE STRUCTURE +-------------- +build.xml + The build file to build the project with Ant. + +COPYING + Gridarta license conditions. Note: applies to Gridarta only, not third party + libraries. + +CREDITS + List of project contributors. + +dest/ (generated) + The directory containing generated files. + +developer.proprties (optional) + Optional file for changing default settings of the Ant build. You won't + need to tweak this file for normal building. But if you want to set or + override properties for build.xml, this is the place to put them. + +dist/ (generated) + Generated directory containing distribution archives. + +lib/ + Directory containing third part libraries used to build Gridarta. Please note + that these third party libraries have their own license conditions. The + licenses of the third party libraries are included in the lib/ directory. + +LICENSE + File with license information. + +project.properties + File with automatically changed settings for Ant. + +src/ + Source files. + +src/app/ + Core Gridarta library sources. + +src/doc/ + Documentation source files (website). + +src/test/ + Unit test suite for automated unit testing of Gridarta. + + +BUILD / INSTALLATION +-------------------- +See the file INSTALL. + + +MAINTAINERS / CREDITS +--------------------- +See the file CREDITS + + +PROJECT NEWS +------------ +See the file NEWS + + +MAILING LISTS +------------- +Gridarta mailing lists are the usual sourceforge hosted sourceforge project +mailing lists. The current mailing lists are: +* gri...@li... + News for gridarta users (low traffic) +* gri...@li... + discussion amongst gridarta users (medium traffic) +* gri...@li... + gridarta developer talk list (medium traffic) +* gri...@li... + svn commit digest list (high traffic) +To find out how to subscribe or to read archives, go to: + http://sourceforge.net/mail/?group_id=166996 + + +LICENSE INFORMATION +------------------- +See the file LICENSE Property changes on: trunk/README ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: trunk/build.xml =================================================================== --- trunk/build.xml (rev 0) +++ trunk/build.xml 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,540 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE project [ + <!ENTITY catalogForAnt SYSTEM "src/doc/dtd/catalogForAnt.xml"> +]> +<project default="compile"> + + <description> + Build file for Gridarta - 2D MMORPG Map Editor. + </description> + + <property file="developer.properties" /> + <property file="project.properties" /> + <property name="build.source.encoding" value="utf-8" /> + <property name="build.source.version" value="1.5" /> + <property name="build.target.version" value="${build.source.version}" /> + <property name="debug" value="false" /> + <property name="javac.args" value="-Xlint:all,-path,-unchecked,-fallthrough,-serial" /> + <property name="user.javadoc.link" value="http://java.sun.com/j2se/1.5.0/docs/api/" /> + <property name="user.javadoc.javasrc" value="${user.javadoc.javahome}/src" /> + <property name="user.svn.javahl" value="false" /> + <property name="svn.baseUrl" value="https://svn.sourceforge.net/svnroot/gridarta" /> + + <condition property="svnCreateBranch" value="true"> + <equals arg1="${project.version.patch}" arg2="0" /> + </condition> + <condition property="svn.branch.sourceUrl" value="${svn.baseUrl}/trunk"> + <equals arg1="${project.version.patch}" arg2="0" /> + </condition> + <condition property="svn.branch.targetUrl" value="${svn.baseUrl}/branches/${project.version.major}.${project.version.minor}"> + <equals arg1="${project.version.patch}" arg2="0" /> + </condition> + <condition property="svn.branch.message" value="Creating branch for version ${project.version.major}.${project.version.minor}"> + <equals arg1="${project.version.patch}" arg2="0" /> + </condition> + <property name="svn.tag.sourceUrl" value="${svn.baseUrl}/branches/${project.version.major}.${project.version.minor}" /> + <property name="svn.tag.targetUrl" value="${svn.baseUrl}/tags/${project.version.major}.${project.version.minor}.${project.version.patch}" /> + <property name="svn.tag.message" value="Creating release tag for version ${project.version.major}.${project.version.minor}.${project.version.patch}" /> + + <taskdef name="megaxslt" classpath="lib/megaxslt.jar" classname="com.hujer.ant.tasks.megaxslt.MegaXsltTask" /> + <taskdef name="rgzip" classpath="lib/megaxslt.jar" classname="com.hujer.ant.tasks.rgzip.RGZipTask" /> + <taskdef name="pack200" classpath="lib/Pack200Task.jar" classname="com.sun.tools.apache.ant.pack200.Pack200Task" /> + <taskdef name="freshmeat" classpath="lib/antmeat.jar" classname="de.frewert.ant.freshmeat.Announcement"> + <classpath> + <pathelement path="lib/xmlrpc-2.0.1.jar" /> + <pathelement path="lib/commons-codec-1.3.jar" /> + </classpath> + </taskdef> + <taskdef name="svn" classpath="lib/svnant.jar" classname="org.tigris.subversion.svnant.SvnTask"> + <classpath> + <pathelement path="lib/svnClientAdapter.jar" /> + <pathelement path="lib/jakarta-regexp-1.3.jar" /> + </classpath> + </taskdef> + + &catalogForAnt; + + <target + name = "update" + if = "dev.autoupdate" + > + <svn javahl="${user.svn.javahl}"> + <update dir="."/> + </svn> + </target> + + <target + name = "init" + depends = "update" + > + </target> + + <target + name = "clean" + description = "Removes all generated files." + > + <delete dir="dest" /> + <delete dir="dist" /> + <subant target="clean"> + <fileset dir="src/doc/guide" includes="**/build.xml" /> + </subant> + </target> + + <target + name = "guideProjects" + description = "builds all guide projects." + > + <subant> + <fileset dir="src/doc/guide" includes="**/build.xml" /> + </subant> + </target> + + <target + name = "compile" + depends = "init" + description = "Compiles the Gridarta sources." + > + <mkdir dir="dest/app" /> + <javac + srcdir = "src/app" + destdir = "dest/app" + encoding = "${build.source.encoding}" + source = "${build.source.version}" + target = "${build.target.version}" + debug = "${debug}" + excludes = "test/**/*.java" + > + <classpath> + <fileset dir="lib" includes="annotations.jar" /> + </classpath> + <compilerarg line="${javac.args}" /> + </javac> + <copy todir="dest/app"> + <fileset dir="src/app" includes="**/*.properties" /> + </copy> + </target> + + <target + name = "doc" + depends = "editorialDoc, apiDoc" + description = "Creates project documentation." + /> + + <target + name = "java2html" + description = "Converts documentation java sources to XHTML." + > + <taskdef name="java2html" classpath="lib/java2html.jar" classname="de.java2html.anttasks.Java2HtmlTask" /> + <java2html + srcdir = "src/doc" + destdir = "src/doc" + includes = "**/*.java" + outputformat = "xhtml11" + tabs = "4" + style = "eclipse" + addlineanchors = "true" + includedocumentfooter = "true" + includedocumentheader = "true" + lineanchorprefix = "line" + showdefaulttitle = "true" + showfilename = "true" + showlinenumbers = "true" + showtableborder = "true" + /> + </target> + + <target + name = "editorialDoc" + description = "Creates the editorial part of the project documentation." + depends = "java2html" + > + <mkdir dir="dest/doc" /> + <megaxslt + srcdir="src/doc" + destdir="dest/doc" + includes="**/*.xhtml" + validatesource="true" + validatedest="true" + ending="xhtml" + > + <xmlcatalog refid="commonDTDs" /> + <transformation stylesheet="src/doc/transform.xslt" /> + <transformation stylesheet="src/doc/cleanupXhtml11.xslt" /> + </megaxslt> + <megaxslt + srcdir="dest/doc" + destdir="dest/doc" + includes="**/*.xhtml" + validatesource="true" + validatedest="false" + ending="html" + converttocanonical="true" + > + <xmlcatalog refid="commonDTDs" /> + <transformation stylesheet="src/doc/xhtml2html.xslt" /> + </megaxslt> + <copy + todir="dest/doc" + > + <fileset dir="src/doc"> + <include name="**/.htaccess" /> + <include name="**/*.html" /> + <include name="dtd/**/*.mod" /> + <include name="dtd/**/*.dtd" /> + <include name="dtd/**/*.xml" /> + <include name="**/*.css" /> + <include name="**/*.png" /> + <exclude name="**/.xvpics/*.png" /> + </fileset> + </copy> + </target> + + <target + name = "apiDoc" + depends = "init" + description = "Creates public javadoc documentation." + > + <mkdir dir="dest/doc/api/${project.version}" /> + <copy todir="dest/doc/api/${project.version}" file="src/doc/api/public/copyright.html" /> + <copy todir="dest/doc/api/${project.version}" file="src/doc/api/public/.htaccess" /> + <javadoc + destdir = "dest/doc/api/${project.version}" + access = "protected" + author = "yes" + version = "yes" + locale = "en_US" + use = "yes" + splitindex = "yes" + windowtitle = "Gridarta API documentation" + doctitle = "Gridarta<br />Yet another Java API<br />API Documentation" + header = "Gridarta ${project.version}<br />Yet another Java API<br />API Documentation" + footer = "Gridarta<br />Yet another Java API<br />API Documentation" + bottom = "<div style="text-align:center;">© 2005-2006 The Gridarta Developers. All rights reserved. See <a href="{@docRoot}/copyright.html">copyright</a></div>" + serialwarn = "yes" + charset = "${build.source.encoding}" + docencoding = "${build.source.encoding}" + source = "${build.source.version}" + encoding = "${build.source.encoding}" + linksource = "yes" + overview = "src/app/overview.html" + link = "${user.javadoc.link}" + > + <classpath> + <fileset dir="lib" includes="annotations.jar" /> + </classpath> + <sourcepath> + <pathelement path="${user.javadoc.javasrc}" /> + <pathelement path="src/app" /> + </sourcepath> + <packageset + dir="src/app" + defaultexcludes="yes" + > + <include name="**" /> + </packageset> + <tag enabled="true" name="retval" description="Return Values:" scope="methods" /> + <tag enabled="true" name="pre" description="Preconditions:" scope="methods,constructors" /> + <tag enabled="true" name="post" description="Postconditions:" scope="methods" /> + <tag enabled="true" name="note" description="Notes:" /> + <tag enabled="true" name="warning" description="Warnings:" /> + <tag enabled="true" name="todo" description="Todo:" /> + <tag enabled="true" name="fixme" description="Fixme:" /> + <tag enabled="true" name="xxx" description="XXX:" /> + <tag enabled="false" name="used" description="Manually marked as used." /> + </javadoc> + </target> + + <target + name = "dist" + description = "Packs distribution archives." + depends = "distSrc, distLib, distDoc" + /> + + <target + name = "distSrc" + description = "Packs source distribution archives." + > + <mkdir dir="dist" /> + <property name="distSrc" value="dist/gridarta-${project.version}.src" /> + <parallel> + <tar tarfile="${distSrc}.tar"> + <tarfileset dir="." prefix="gridarta-${project.version}"> + <include name="src/**" /> + <include name="build.xml" /> + </tarfileset> + </tar> + <zip destfile="${distSrc}.zip"> + <zipfileset dir="." prefix="gridarta-${project.version}"> + <include name="src/**" /> + <include name="build.xml" /> + </zipfileset> + </zip> + <jar destfile="${distSrc}.jar"> + <zipfileset dir="." prefix="gridarta-${project.version}"> + <include name="src/**" /> + <include name="build.xml" /> + </zipfileset> + </jar> + </parallel> + <parallel> + <gzip src="${distSrc}.tar" destfile="${distSrc}.tar.gz" /> + <bzip2 src="${distSrc}.tar" destfile="${distSrc}.tar.bz2" /> + </parallel> + <delete file="${distSrc}.tar" /> + </target> + + <target + name = "distLib" + description = "Packs library distribution archives." + depends = "compile" + > + <mkdir dir="dist" /> + <property name="distLib" value="dist/gridarta-${project.version}.lib" /> + <jar destfile="${distLib}.jar"> + <zipfileset dir="dest/app"/> + <zipfileset src="lib/annotations.jar"/> + <manifest> + <attribute name="Implementation-Title" value="Gridarta" /> + <attribute name="Implementation-Vendor" value="The Gridarta Developers" /> + <attribute name="Implementation-Version" value="${project.version}" /> + <attribute name="Implementation-URL" value="http://sourceforge.net/projets/gridarta/" /> + </manifest> + </jar> + <pack200 + src="${distLib}.jar" + destfile="${distLib}.pack.gz" + gzipoutput="true" + stripdebug="true" + effort="9" + keepfileorder="false" + modificationtime="latest" + deflatehint="false" + /> + </target> + + <target + name = "distDoc" + description = "Packs documentation archives." + depends = "apiDoc" + > + <mkdir dir="dist" /> + <property name="distDoc" value="dist/gridarta-${project.version}.doc" /> + <parallel> + <tar tarfile="${distDoc}.tar"> + <tarfileset dir="dest/doc" prefix="gridarta-${project.version}"> + <include name="api/${project.version}/**" /> + </tarfileset> + </tar> + <zip destfile="${distDoc}.zip"> + <zipfileset dir="dest/doc" prefix="gridarta-${project.version}"> + <include name="api/${project.version}/**" /> + </zipfileset> + </zip> + <jar destfile="${distDoc}.jar"> + <zipfileset dir="dest/doc" prefix="gridarta-${project.version}"> + <include name="api/${project.version}/**" /> + </zipfileset> + </jar> + </parallel> + <parallel> + <gzip src="${distDoc}.tar" destfile="${distDoc}.tar.gz" /> + <bzip2 src="${distDoc}.tar" destfile="${distDoc}.tar.bz2" /> + </parallel> + <delete file="${distDoc}.tar" /> + </target> + + <target + name = "checkDevMail" + description = "checks whether the developer defined his / her email address" + unless = "developer.email" + > + <fail message="You must define the property developer.email with your email address in the file developer.properties." /> + </target> + + <target + name = "checkDevSmtp" + description = "checks whether the developer defined his / her smtp host" + unless = "user.mail.smtp.host" + > + <fail message="You must define the property user.mail.smtp.host with your smtp host address in the file developer.properties." /> + </target> + + <target + name = "releaseDist" + description = "uploads distribution archives to sourceforge." + if = "developer.email" + depends = "checkDevMail, dist" + > + <touch file="src/doc/api/start.xhtml" millis="0" /> + <megaxslt + srcdir="src/doc/api" + destdir="src/doc/api" + includes="start.xhtml" + validatesource="true" + validatedest="true" + ending="xhtml" + converttocanonical="true" + checktimestamps="true" + > + <xmlcatalog refid="commonDTDs" /> + <parameter name="project.version" value="${project.version}" /> + <transformation stylesheet="src/doc/api/release.xslt" /> + </megaxslt> + <svn javahl="${user.svn.javahl}"> + <commit file="src/doc/api/start.xhtml" message="Updating API link to include ${project.version}." /> + </svn> + <exec executable="rsync"> + <arg line="-auzv -e ssh dest/doc/api/ ${user.rsync.username}@${user.rsync.host}:${user.rsync.dir}/htdocs/api/" /> + </exec> + <sshexec + host="${user.rsync.host}" + username="${user.rsync.username}" + keyfile="${user.ssh.keyfile}" + command="rm ${user.rsync.dir}/htdocs/api/latest ; ln -s ${project.version} ${user.rsync.dir}/htdocs/api/latest" + /> + <ftp + server = "upload.sourceforge.net" + userid = "anonymous" + password = "${developer.email}" + remotedir = "incoming" + action = "put" + > + <fileset dir="dist" /> + </ftp> + <antcall target="svnCreateBranch" /> + <antcall target="svnCreateTag" /> + <antcall target="uploadDoc" /> + </target> + + <target + name = "uploadDoc" + description = "uploads the latest editorial documentation." + depends = "editorialDoc" + > + <exec executable="rsync"> + <arg line="-auzv --exclude=api/*/ -e ssh dest/doc/ ${user.rsync.username}@${user.rsync.host}:${user.rsync.dir}/htdocs/" /> + </exec> + </target> + + <target + name = "announce" + description = "announce new version on freshmeat.net" + > + <echo>Announcing. Press return to start announcing this release at FreshMeat.</echo> + <input/> + <freshmeat + username = "${user.freshmeat.username}" + password = "${user.freshmeat.password}" + > + <printlicenses/> + <printreleasefoci/> + <publish + projectname = "gridarta" + branchname = "Default" + version = "${project.version}" + focus = "${project.focus}" + > + <changes file="LatestNews" /> + <urlblock + homepage = "http://gridarta.sourceforge.net/" + cvs = "http://svn.sourceforge.net/viewcvs.cgi/gridarta/" + mailinglist = "http://sourceforge.net/mailarchive/forum.php?forum=gridarta-users" + tgz = "http://prdownloads.sourceforge.net/gridarta/gridarta-${project.version}.src.tar.gz?download" + bz2 = "http://prdownloads.sourceforge.net/gridarta/gridarta-${project.version}.src.tar.bz2?download" + zip = "http://prdownloads.sourceforge.net/gridarta/gridarta-${project.version}.src.zip?download" + /> + </publish> + </freshmeat> + </target> + + <target + name = "release" + description = "Releases a new version of Gridarta." + > + <antcall target="clean" /> + <antcall target="releaseDist" /> + <echo>I've uploaded the distribution archives to sourceforge. +Press return when you're done configuring the new file releases on sourceforge. +I will then announce the release at FreshMeat.</echo> + <input/> + <antcall target="announce" /> + </target> + + <target + name = "svnCreateBranch" + description = "Creates a release branch for a new major or minor revision. This target shouldn't be invoked directly." + if = "svnCreateBranch" + > + <svn javahl="${user.svn.javahl}"> + <copy srcUrl="${svn.branch.sourceUrl}" desturl="${svn.branch.targetUrl}" message="${svn.branch.message}" /> + </svn> + </target> + + <target + name = "svnCreateTag" + description = "Creates a release tag for a new patch revision. This target shouldn't be invoked directly." + > + <svn javahl="${user.svn.javahl}"> + <copy srcUrl="${svn.tag.sourceUrl}" desturl="${svn.tag.targetUrl}" message="${svn.tag.message}" /> + </svn> + </target> + + <target + name = "checkstyle" + description = "Runs checkstyle to stylecheck the source code" + > + <taskdef + resource = "checkstyletask.properties" + classpath = "lib/checkstyle.jar" + > + <classpath> + <pathelement path="lib/antlr.jar" /> + <pathelement path="lib/commons-beanutils-core.jar" /> + </classpath> + </taskdef> + <checkstyle + config = "src/checkstyle.xml" + failOnViolation = "false" + > + <formatter type="xml" tofile="dest/doc/checkstyle_report.xml" /> + <formatter type="plain" tofile="dest/doc/checkstyle_report.txt" /> + <formatter type="plain" /> + <fileset dir="src/app" includes="**/*.java" /> + <fileset dir="src" includes="test/**/*.java" /> + </checkstyle> + <style + in = "dest/doc/checkstyle_report.xml" + out = "dest/doc/checkstyle_report.html" + style = "src/doc/checkstyle.xslt" + /> + </target> + + <target + name = "mailCheckstyle" + description = "Mails checkstyle results to the mailing list" + depends = "checkstyle, checkDevMail, checkDevSmtp" + > + <mail + from = "${developer.email}" + tolist = "gri...@li..." + mailhost = "${user.mail.smtp.host}" + subject = "Checkstyle violation(s) in Gridarta" + files = "checkstyle_report.html" + /> + </target> + + <target + name = "changelog" + description = "Updates the changelog" + > + <exec executable="svn" output="src/doc/changelog.xml"> + <arg line="log -v --xml" /> + </exec> + <style + in = "src/doc/changelog.xml" + out = "src/doc/changelog.xhtml" + style = "src/doc/changelog.xslt" + /> + </target> + +</project> Property changes on: trunk/build.xml ___________________________________________________________________ Name: svn:mime-type + text/xml Name: svn:eol-style + LF Added: trunk/lib/LICENSE-Pack200Task.jar =================================================================== --- trunk/lib/LICENSE-Pack200Task.jar (rev 0) +++ trunk/lib/LICENSE-Pack200Task.jar 2006-05-22 00:20:53 UTC (rev 6) @@ -0,0 +1,471 @@ +SUN PUBLIC LICENSE Version 1.0 + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original Code, + prior Modifications used by a Contributor, and the Modifications made + by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof and corresponding documentation released + with the source code. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified as + the Initial Developer in the Source Code notice required by Exhibit A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + + A. Any addition to or deletion from the contents of a file containing + Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, and + apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated documentation, interface definition files, scripts used + to control compilation and installation of an Executable, or source + code differential comparisons against either the Original Code or + another well known, available Covered Code of the Contributor's + choice. The Source Code can be in a compressed or archival form, + provided the appropriate decompression or de-archiving software is + widely available for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, to + cause the direction or management of such entity, whether by contract + or otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + +2. Source Code License. + +2.1 The Initial Developer Grant. + + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, modify, + display, perform, sublicense and distribute the Original Code (or + portions thereof) with or without Modifications, and/or as part of a + Larger Work; and + + (b) under Patent Claims infringed by the making, using or selling of + Original Code, to make, have made, use, practice, sell, and offer for + sale, and/or otherwise dispose of the Original Code (or portions + thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are effective + on the date Initial Developer first distributes Original Code under + the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused by: + i) the modification of the Original Code or ii) the combination of the + Original Code with other software or devices. + +2.2. Contributor Grant. + + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications created + by such Contributor (or portions thereof) either on an unmodified + basis, with other Modifications, as Covered Code and/or as part of a + Larger Work; and + + (b) under Patent Claims infringed by the making, using, or selling of + Modifications made by that Contributor either alone and/or in + combination with its Contributor Version (or portions of such + combination), to make, use, sell, offer for sale, have made, and/or + otherwise dispose of: 1) Modifications made by that Contributor (or + portions thereof); and 2) the combination of Modifications made by + that Contributor with its Contributor Version (or portions of such + combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective + on the date Contributor first makes Commercial Use of the Covered + Code. + + (d) notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; 3) for + infringements caused by: i) third party modifications of Contributor + Version or ii) the combination of Modifications made by that + Contributor with other software (except as part of the Contributor + Version) or other devices; or 4) under Patent Claims infringed by + Covered Code in the absence of Modifications made by that Contributor. + +3. Distribution Obligations. + +3.1. Application of License. + + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + +3.2. Availability of Source Code. + + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + +3.3. Description of Modifications. + + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You descr... [truncated message content] |
From: <chr...@us...> - 2006-05-21 23:07:30
|
Revision: 5 Author: christianhujer Date: 2006-05-21 16:07:22 -0700 (Sun, 21 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=5&view=rev Log Message: ----------- Changed Crossfire source to UTF-8 Modified Paths: -------------- trunk/crossfire/build.xml Removed Paths: ------------- trunk/crossfire/build_win.bat Modified: trunk/crossfire/build.xml =================================================================== --- trunk/crossfire/build.xml 2006-05-21 23:00:50 UTC (rev 4) +++ trunk/crossfire/build.xml 2006-05-21 23:07:22 UTC (rev 5) @@ -37,7 +37,7 @@ <!-- compiling all Java classes --> <target name="compile" depends="init,clean"> - <javac srcdir="${src.dir}" destdir="${build.dir}" debug="true"> + <javac srcdir="${src.dir}" destdir="${build.dir}" debug="true" encoding="utf-8"> <classpath> <fileset dir="${lib.dir}" includes="*.jar" /> </classpath> @@ -114,4 +114,4 @@ <bottom><![CDATA[<i>Copyright (C) 2003 Andreas Vogl, Michael Toennies</i>]]></bottom> </javadoc> </target> -</project> \ No newline at end of file +</project> Deleted: trunk/crossfire/build_win.bat =================================================================== --- trunk/crossfire/build_win.bat 2006-05-21 23:00:50 UTC (rev 4) +++ trunk/crossfire/build_win.bat 2006-05-21 23:07:22 UTC (rev 5) @@ -1,81 +0,0 @@ -@echo off -title build CFJavaEditor -REM Run this from the root directory of the project, as checked out from CVS. -REM To configure the script, you only need to set CF_JAVAPATH, (unless something changes dramatically.) - -REM check if java_home is well defined -if exist "%JAVA_HOME%\bin\javac.exe" goto start1 -REM ------ java home is unset ------ - -REM ########################################################## -REM ### set the following path to your java home directory ### -REM ########################################################## -SET CF_JAVAPATH=C:\Progra~1\Java_SDK2 - -if exist "%CF_JAVAPATH%\bin\javac.exe" goto start2 -echo BUILD FAILED -echo. -echo Could not find the java home directory. -echo Please set the system variable JAVA_HOME or just enter your -echo java path in the "build_win.bat" file at the marked position. -echo. -pause -goto stop -REM ------ start build process ------ -:start1 -SET CF_JAVAPATH="%JAVA_HOME%" -:start2 - -if exist class rd /s /q class -mkdir class - -echo Compiling... -%CF_JAVAPATH%\bin\javac -d class -classpath lib\png.jar;lib\visualtek.jar;lib\jdom.jar;lib\crimson.jar src/cfeditor/*.java src/cfeditor/textedit/textarea/*.java src/cfeditor/textedit/scripteditor/*.java - -echo Preparing to build .jar file... -xcopy /q resource\HelpFiles\*.* class\resource\HelpFiles /s /i -xcopy /q resource\conf\*.* class /s /i -xcopy /q resource\icons\*.* class\resource\icons /s /i -xcopy /q resource\system\*.* class\resource\system /s /i - -Echo Deleting all CVS directories from the class directory... -REM If there are any new subdirectories here in the future, make sure to get rid of them too. - -cd class -if exist CVS rd /s /q CVS -if exist resource\HelpFiles\CVS rd /s /q resource\HelpFiles\CVS -if exist resource\conf\CVS rd /s /q resource\conf\CVS -if exist resource\icons\CVS rd /s /q resource\icons\CVS -if exist resource\system\CVS rd /s /q resource\system\CVS -if exist resource\CVS rd /s /q resource\CVS - -echo Extracting png.jar... -%CF_JAVAPATH%\bin\jar xvf ..\lib\png.jar > NUL - -echo Extracting visualtek.jar... -%CF_JAVAPATH%\bin\jar xvf ..\lib\visualtek.jar > NUL - -echo Extracting jdom.jar... -%CF_JAVAPATH%\bin\jar xvf ..\lib\jdom.jar > NUL - -echo Extracting crimson.jar... -%CF_JAVAPATH%\bin\jar xvf ..\lib\crimson.jar > NUL - -rd /s /q META-INF - -echo Building CFJavaEditor.jar... -%CF_JAVAPATH%\bin\jar cfm ..\CFJavaEditor.jar ..\manifest.txt .\*.* -cd .. - -echo Cleaning up... -rd /s /q class - -echo Done. - -echo Press any key to test your .jar file... -pause > NUL - -REM The **** The following line is optional. Use it to test your jar file**** -%CF_JAVAPATH%\bin\java -jar CFJavaEditor.jar - -:stop \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2006-05-21 23:01:31
|
Revision: 4 Author: christianhujer Date: 2006-05-21 16:00:50 -0700 (Sun, 21 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=4&view=rev Log Message: ----------- Changing Daimonin build to top level ant build. Modified Paths: -------------- trunk/daimonin/DaimoninEditor.jar Added Paths: ----------- trunk/daimonin/README.txt trunk/daimonin/build.xml Removed Paths: ------------- trunk/daimonin/make/ Modified: trunk/daimonin/DaimoninEditor.jar =================================================================== (Binary files differ) Copied: trunk/daimonin/README.txt (from rev 3, trunk/daimonin/make/ant/README.txt) =================================================================== --- trunk/daimonin/README.txt (rev 0) +++ trunk/daimonin/README.txt 2006-05-21 23:00:50 UTC (rev 4) @@ -0,0 +1,91 @@ +Building the Daimonin Editor with Ant +===================================== + +To build with Ant, there are 3 possible ways: +* Stay in the main directory (daimonin/editor), use + ant -f make/ant/build.xml + for building +* Change to the ant directory, use ant for building + ( cd make/ant ; ant ) +* Create a new build.xml with the following content: +<?xml version="1.0" encoding="UTF-8"?> +<project name="DaimoninEditor Private" default="jar"> + <import file="make/ant/build.xml" /> +</project> + +The third way probably is the preferred way by vi / vim users, because the +build.xml is searched in current file upwards path, not subdirectories. + + +build.properties +--------------- + +You can modify the build process to fit your personal needs. For this, create +a file named "build.properties" in the daimonin/editor directory. +The following can be changed (properties' names): +* debug mode compilation (debug) +* ctags tags creation (user.ctags) +* ftp upload of DaimoninEditor.jar (user.ftp.host, user.ftp.user, + user.ftp.pass, user.ftp.dir, user.ftp.depends, user.ftp.passive, + user.ftp.ignoreNoncriticalErrors) + +The following properties are supported (place them as name-value-pairs in +daimonin/editor/build.properties, like user.ctags=yes) +* debug + Developers sometimes want debug builds. A debug build contains all symbols + needed for debugging a Java application (private symbol names, line + numbers). But also, a debug build is 25% larger. + Value: yes|no + Default: no +* user.ctags + ctags is a program that scans source codes for symbols and generates symbol + tables. It is used by users of editors like vim or emacs for tag table + initialization. The tags can then be used to navigate from a symbol usage + to its declaration. + Value: yes|no + Default: no +* user.ftp.host + DaimoninEditor.jar FTP Upload Host. + Value: valid host name or ip address + Default: no default value +* user.ftp.user + DaimoninEditor.jar FTP Upload Login username. + Value: valid ftp username + Default: no default value +* user.ftp.pass + DaimoninEditor.jar FTP Upload Login password + Value: valid ftp password + Default: no default value +* user.ftp.dir + DaimoninEditor.jar FTP Upload Remote Directory + Value: valid remote directory + Default: no default value +* user.ftp.depends + DaimoninEditor.jar FTP Upload Only if file has changed + Value: yes|no + Default: yes +* user.ftp.passive + DaimoninEditor.jar FTP Upload use passive FTP + Value: yes|no + Default: yes +* user.ftp.ignoreNoncriticalErrors + DaimoninEditor.jar FTP Upload ignore non-critical errors + Value: yes|no + Default: yes +* build.number + Build number, will be automatically created and increased by Ant +* build.developer + If you plan to release your DaimoninEditor.jar, you definitely should set this. + The build number will only be shown in the about dialog if you also set + the property build.developer. + Theoretically, creating a unique build.number would be possible via CVS, but + the delay in CVS usage is too long. To keep build numbers unique, they are + only published if they also denote the build developer. + +Example user.properties file: +user.ctags=yes +debug=yes +user.ftp.host=www.myhost.com +user.ftp.user=cheristheus1234 +user.ftp.pass=12345678 +user.ftp.dir=daimonin Copied: trunk/daimonin/build.xml (from rev 3, trunk/daimonin/make/ant/build.xml) =================================================================== --- trunk/daimonin/build.xml (rev 0) +++ trunk/daimonin/build.xml 2006-05-21 23:00:50 UTC (rev 4) @@ -0,0 +1,358 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- This is the ANT buildfile for the DaimoninEditor + - (c) 2003 by Andreas Vogl + - (c) 2005 by Christian Hujer + - + - Apache Ant is a Java-based cross-platform build tool. + - For more information about Ant, visit <http://ant.apache.org/> + - + - How to use Ant for the DaimoninEditor: + + - o Install Ant on your system. Make sure both the JAVA_HOME + - and ANT_HOME environment variables are set correctly. + - + - o Change into the DaimoninEditor main directory. + - run "ant -f make/ant/build.xml" to compile, + - run "ant -f make/ant/build.xml run" to run the DaimoninEditor. + --> +<project name="DaimoninEditor" default="jar"> + + <!-- set properties and clean build directory --> + <target name="init"> + <property file="developer.properties" /> + <property file="nextBuildNumber.properties" /> + <property name="src.dir" value="src" /> + <property name="lib.dir" value="lib" /> + <property name="devlib.dir" value="devlib/" /><!-- Don't forget trailing / ! --> + <property name="test.dir" value="test" /> + <property name="resource.dir" value="resource" /> + <property name="arch.dir" value="../arch" /> + <property name="config.dir" value="../arch/dev/editor/conf" /> + <property name="build.dir" value="class" /> + <property name="jarname" value="DaimoninEditor.jar" /> + <property name="build.source.version" value="1.5" /> + <property name="build.target.version" value="${build.source.version}" /> + <property name="build.source.encoding" value="utf-8" /> + <property name="checkstyle.path" value="${devlib.dir}checkstyle-all-3.5.jar" /> + <property name="checkstyle.conv" value="${devlib.dir}checkstyle_checks.xml" /> + <property name="jalopy.path" value="${devlib.dir}jalopy/lib" /> + <property name="jalopy.conv" value="${devlib.dir}jalopy_format.xml" /> + <property name="todo.file" value="todo.txt" /> + <property name="debug" value="false" /> + <property name="user.ftp.depends" value="yes" /> + <property name="user.ftp.passive" value="yes" /> + <property name="user.ftp.ignoreNoncriticalErrors" value="yes" /> + <property name="build.developer" value="unknown" /> + <property name="javac.args" value="-Xlint:all,-path,-unchecked,-fallthrough,-serial" /> + <tstamp><format property="build.tstamp" pattern="yyyy-MM-dd HH:mm:ss z" timezone="UTC"/></tstamp> + <echoproperties destfile="build.properties"> + <propertyset negate="true"> + <propertyref prefix="user.ftp"/> + <propertyref prefix="user.scp"/> + </propertyset> + </echoproperties> + </target> + + <!-- create ctags. --> + <target name="ctags" if="user.ctags" depends="init" description="creates tags file with symbol definitions for vim and other editors."> + <exec executable="ctags"> + <arg line="-R ${src.dir}" /> + </exec> + </target> + + <!-- delete and recreate the build directory --> + <target name="clean" description="deletes compiled classes." depends="init"> + <delete dir="${build.dir}" /> + <mkdir dir="${build.dir}" /> + </target> + + <!-- compiling all Java classes --> + <target name="compile" depends="init,clean,ctags" description="compiles source."> + <javac + srcdir = "${src.dir}" + destdir = "${build.dir}" + encoding = "${build.source.encoding}" + source = "${build.source.version}" + target = "${build.target.version}" + debug = "${debug}" + excludes = "test/**/*.java" + > + <classpath> + <fileset dir="${lib.dir}" includes="*.jar" excludes="LICENSE-*.jar" /> + </classpath> + <compilerarg line="${javac.args}" /> + </javac> + </target> + + <!-- create JAR file --> + <target name="jar" depends="compile" description="compiles source and creates jar."> + <delete dir="${build.dir}/META-INF" /> + + <!-- copy the resource files into the build dir --> + <copy todir="${build.dir}"> + <fileset dir="${resource.dir}"> + <include name="icons/**/*.*"/> + <include name="system/**/*.*"/> + <exclude name="**/.xvpics/**"/> + </fileset> + </copy> + <!--copy todir="${build.dir}"> + <fileset dir="${config.dir}" /> + </copy--> + <copy todir="${build.dir}"> + <fileset dir="${src.dir}" includes="**/*.properties" /> + </copy> + <!--copy file="${arch.dir}/archetypes" todir="${build.dir}" /--> + <!--copy file="${arch.dir}/daimonin.0" todir="${build.dir}" /--> + <!--copy file="${arch.dir}/treasures" todir="${build.dir}" /--> + <delete dir="${build.dir}/customize" /> + + <jar + destfile = "${jarname}" + index = "true" + > + <!-- pack everything into the jar file --> + <fileset dir="${build.dir}" excludes="MANIFEST.MF,test/**"/> + <fileset file="build.properties" /> + <fileset file="License" /> + <fileset dir="lib"> + <include name="LICENSE-*" /> + </fileset> + <fileset dir=".."> + <include name="arch/dev/editor/conf/ArchObjectMatchers.dtd" /> + <include name="arch/dev/editor/conf/ArchObjectMatchers.xml" /> + </fileset> + <zipfileset src="lib/japi.jar"> + <include name="net/sf/japi/swing/ActionFactory.class" /> + <include name="net/sf/japi/swing/action*.properties" /> + <include name="net/sf/japi/swing/ColumnLayout.class" /> + <include name="net/sf/japi/swing/DisposeAction.class" /> + <include name="net/sf/japi/swing/DummyAction.class" /> + <include name="net/sf/japi/swing/IconManager.class" /> + <include name="net/sf/japi/swing/IconManager$1.class" /> + <include name="net/sf/japi/swing/JFileChooserButton.class" /> + <include name="net/sf/japi/swing/JSAXErrorHandler.class" /> + <include name="net/sf/japi/swing/LocaleComparator.class" /> + <include name="net/sf/japi/swing/LocaleListCellRenderer.class" /> + <include name="net/sf/japi/swing/NamedActionMap.class" /> + <include name="net/sf/japi/swing/prefs/AbstractPrefs.class" /> + <include name="net/sf/japi/swing/prefs/action*.properties" /> + <include name="net/sf/japi/swing/prefs/PreferencesGroup.class" /> + <include name="net/sf/japi/swing/prefs/PreferencesPane*.class" /> + <include name="net/sf/japi/swing/prefs/Prefs.class" /> + <include name="net/sf/japi/swing/Progress.class" /> + <include name="net/sf/japi/swing/ProgressDisplay.class" /> + <include name="net/sf/japi/swing/ReflectionAction.class" /> + <include name="net/sf/japi/swing/TipOfTheDayManager.class" /> + <include name="net/sf/japi/swing/ToggleAction.class" /> + <include name="net/sf/japi/util/Arrays2.class" /> + <include name="net/sf/japi/util/EnumerationIterator.class" /> + <include name="net/sf/japi/util/filter/file/AbstractFileFilter.class" /> + <include name="net/sf/japi/util/filter/file/EndingFileFilter.class" /> + <include name="net/sf/japi/util/filter/file/Factory*.class" /> + <include name="net/sf/japi/util/filter/file/FileFilter.class" /> + <include name="net/sf/japi/util/filter/file/FilenameFileFilter.class" /> + <include name="net/sf/japi/util/filter/file/GlobFileFilter.class" /> + <include name="net/sf/japi/util/filter/file/RegexFileFilter.class" /> + <include name="net/sf/japi/util/filter/Filter*.class" /> + <include name="net/sf/japi/util/ThrowableHandler.class" /> + <include name="net/sf/japi/xml/FilteredNodeList.class" /> + <include name="net/sf/japi/xml/NodeListIterator.class" /> + <include name="net/sf/japi/lang/SuperClassIterator.class" /> + </zipfileset> + <!-- creating the manifest --> + <manifest> + <attribute name="Main-Class" value="cfeditor.CFJavaEditor"/> + <attribute name="SplashScreen-Image" value="icons/CFIntro.gif" /> + </manifest> + </jar> + + <!-- delete the build directory --> + <delete dir="${build.dir}" /> + </target> + + <!-- run the jar file with default memory (64 Mb on most systems) --> + <target name="run" depends="init" description="runs editor."> + <java jar="${jarname}" fork="true" failonerror="true" /> + </target> + + <!-- run the jar file with extra memory (128 Mb) --> + <target name="run_high" depends="init" description="runs editor with extra memory (128m)."> + <java jar="${jarname}" fork="true" failonerror="true" maxmemory="128m" /> + </target> + + <!-- Create API documentation. --> + <target name="doc" depends="init" description="creates JavaDoc documentation for editor source."> + <mkdir dir="javadoc" /> + <javadoc + destdir = "javadoc" + locale = "en_US" + version = "yes" + author = "yes" + use = "yes" + splitindex = "yes" + windowtitle = "Daimonin Editor — API Documentation" + doctitle = "Daimonin Editor<br />API Documentation" + header = "Daimonin Editor<br />API Documentation" + footer = "Daimonin Editor<br />API Documentation" + bottom = "<div style="text-align:center;">© 2005 The Daimonin Developers. All rights reserved.</div>" + serialwarn = "yes" + charset = "utf-8" + docencoding = "utf-8" + source = "${build.source.version}" + encoding = "${build.source.encoding}" + linksource = "yes" + private = "yes" + overview = "src/cfeditor/overview.html" + link = "${user.javadoc.link}" + > + <classpath> + <fileset dir="${lib.dir}" includes="*.jar" /> + </classpath> + <sourcepath path="${src.dir}" /> + <packageset + dir="src" + defaultexcludes="yes" + > + <include name="**" /> + </packageset> + <tag + name="todo" + description="Todo:" + /> + <tag + name="used" + description="Manually marked as used." + enabled="false" + /> + <tag + name="fixme" + description="Fixme:" + /> + <tag + name="xxx" + description="XXX:" + /> + <tag + name="note" + description="Note:" + /> + <tag + name="devs" + description="At Developers:" + /> + </javadoc> + </target> + + <!-- Check the source style. + - @see http://checkstyle.sf.net/ + --> + <target name="checkstyle" depends="init" description="performs style checks for source."> + <taskdef resource="checkstyletask.properties" classpath="${checkstyle.path}"/> + <mkdir dir="${test.dir}" /> + <checkstyle config="${checkstyle.conv}"> + <fileset dir="${src.dir}" includes="**/*.java"/> + <formatter type="plain"/> + <formatter type="xml" toFile="${test.dir}/checkstyle_errors.xml"/> + </checkstyle> + </target> + + <!-- Beautifies the source. + - WARNING: DO NOT ARBITRARILY USE THIS AND THEN COMMIT!!! + - Jalopy currently has some serious limitations and flaws that + - interfer with the code conventions used for the Daimonin source. + - @see http://jalopy.sf.net/ + --> + <target name="beautify" depends="init" description="runs a source code beautifier."> + <taskdef name="jalopy" classname="de.hunsicker.jalopy.plugin.ant.AntPlugin"> + <classpath> + <fileset dir="${jalopy.path}"> + <include name="*.jar" /> + </fileset> + </classpath> + </taskdef> + <path id="project.classpath"> + <fileset dir="${lib.dir}" includes="*.jar" /> + </path> + <jalopy + fileformat="unix" + history="file" + historymethod="adler32" + loglevel="info" + threads="1" + classpathref="project.classpath" + convention="../../${jalopy.conv}" + > + <fileset dir="${src.dir}"> + <include name="**/*.java"/> + </fileset> + </jalopy> + </target> + + <!-- Prints a todo list. + - Useful e.g. to parse the list from within vi and jump from todo change to todo change. + --> + <target name="todo" depends="init" description="prints a file with todo information"> + <concat> + <fileset file="${todo.file}" /> + </concat> + </target> + + <target + name = "preparePublish" + description = "preparse files to publish" + depends = "jar" + > + <property name="update.number" value="${build.number}"/> + <property name="update.tstamp" value="${build.tstamp}"/> + <property name="update.developer" value="${build.developer}"/> + <property name="update.url" value="${user.update.url}"/> + <echoproperties destfile="update.properties"> + <propertyset> + <propertyref prefix="update" /> + </propertyset> + </echoproperties> + </target> + + <target + name = "ftpPublish" + description = "publishes DaimoninEditor.jar using ftp" + depends="preparePublish" + > + <ftp + server="${user.ftp.host}" + userid="${user.ftp.user}" + password="${user.ftp.pass}" + remotedir="${user.ftp.dir}" + depends="${user.ftp.depends}" + passive="${user.ftp.passive}" + ignoreNoncriticalErrors="${user.ftp.ignoreNoncriticalErrors}" + > + <fileset dir="."> + <include name="DaimoninEditor.jar" /> + <include name="update.properties" /> + </fileset> + </ftp> + </target> + + <target + name = "scpPublish" + description = "publishes DaimoninEditor.jar using scp" + depends = "preparePublish" + > + <scp + todir="${user.scp.dir}" + passphrase="${user.scp.passphrase}" + trust="${user.scp.trust}" + keyfile="${user.scp.keyfile}" + > + <fileset dir="."> + <include name="DaimoninEditor.jar" /> + <include name="update.properties" /> + </fileset> + </scp> + <buildnumber file="nextBuildNumber.properties" /> + <cvs command="commit -m "Released new update version, committing next build number." nextBuildNumber.properties" /> + </target> + +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <der...@us...> - 2006-05-19 15:16:10
|
Revision: 3 Author: derdanny Date: 2006-05-19 08:15:56 -0700 (Fri, 19 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=3&view=rev Log Message: ----------- Treasurelist files were not loaded when map path was absolute -> fixed. Modified Paths: -------------- trunk/daimonin/src/cfeditor/CFTreasureListTree.java Modified: trunk/daimonin/src/cfeditor/CFTreasureListTree.java =================================================================== --- trunk/daimonin/src/cfeditor/CFTreasureListTree.java 2006-05-17 21:00:35 UTC (rev 2) +++ trunk/daimonin/src/cfeditor/CFTreasureListTree.java 2006-05-19 15:15:56 UTC (rev 3) @@ -27,25 +27,6 @@ import static cfeditor.CGUIUtils.getSysIcon; import cfeditor.arch.ArchObject; import cfeditor.help.DHelp; -import net.sf.japi.util.EnumerationIterator; -import org.jetbrains.annotations.Nullable; -import javax.swing.BorderFactory; -import javax.swing.ImageIcon; -import javax.swing.JButton; -import javax.swing.JDialog; -import static javax.swing.JOptionPane.WARNING_MESSAGE; -import static javax.swing.JOptionPane.showMessageDialog; -import javax.swing.JPanel; -import javax.swing.JScrollPane; -import javax.swing.JSplitPane; -import javax.swing.JTextField; -import javax.swing.JTree; -import javax.swing.JViewport; -import javax.swing.ScrollPaneConstants; -import javax.swing.WindowConstants; -import javax.swing.tree.DefaultMutableTreeNode; -import javax.swing.tree.DefaultTreeCellRenderer; -import javax.swing.tree.TreePath; import java.awt.BorderLayout; import static java.awt.Color.gray; import java.awt.Component; @@ -65,6 +46,25 @@ import java.util.HashMap; import java.util.List; import java.util.Map; +import javax.swing.BorderFactory; +import javax.swing.ImageIcon; +import javax.swing.JButton; +import javax.swing.JDialog; +import static javax.swing.JOptionPane.WARNING_MESSAGE; +import static javax.swing.JOptionPane.showMessageDialog; +import javax.swing.JPanel; +import javax.swing.JScrollPane; +import javax.swing.JSplitPane; +import javax.swing.JTextField; +import javax.swing.JTree; +import javax.swing.JViewport; +import javax.swing.ScrollPaneConstants; +import javax.swing.WindowConstants; +import javax.swing.tree.DefaultMutableTreeNode; +import javax.swing.tree.DefaultTreeCellRenderer; +import javax.swing.tree.TreePath; +import org.jetbrains.annotations.Nullable; +import net.sf.japi.util.EnumerationIterator; /** * The CFTreasureListTree class fully manages the Daimonin treausrelists. @@ -318,7 +318,12 @@ CFileReader reader = null; try { - final String baseDir = CMainControl.getInstance().getArchDefaultFolder(); + final String baseDir; + if (f.isAbsolute()) { + baseDir = ""; + } else { + baseDir = CMainControl.getInstance().getArchDefaultFolder(); + } reader = new CFileReader(baseDir, fname); // read the whole file line by line for (String rawLine; (rawLine = reader.readLine()) != null;) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2006-05-17 19:48:15
|
Revision: 1 Author: christianhujer Date: 2006-05-17 12:48:02 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=1&view=rev Log Message: ----------- Created ttb structure. Added Paths: ----------- branches/ tags/ trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |