Author Statistics for avogl

Back to Index Page

Author Details

Login: avogl
Fullname: avogl
Revisions: 764
Lines of Code: 103096
Added Lines of Code: 233599
Lines of Code per Change: 134.9

Author of the Month

Lines Of Code (per Author)

Lines Of Code for avogl (per module)

Activity

Commit Log

DateAuthorFile/Message
4/8/05 6:27 AMavogl
Increased JavaEditor version number to 0.986.
This was long overdue, tons of changes have happened
since last version.
Anyone developing the editor, fell free to increase the version
number when it seems fit.
(1 Files changed, 1 Lines changed)
src/cfeditor/IGUIConstants.java 1.17 (+1 -1)
4/8/05 6:16 AMavogl
Updated collected archetypes/images and treasures files.
The previous treasures file was missing the collected data
(from the individual *.trs files).
(3 Files changed, 17502 Lines changed)
resource/conf/archetypes 1.13 (+14269 -15646)
resource/conf/crossfire.0 1.12 (+0 -0)
resource/conf/treasures 1.8 (+3233 -47)
11/18/04 9:35 AMavogl
Overlooked a serious compatibility problem with the overloading
of the deprecated method 'show' in two classes.
Fixed that.
--AndreasV
(7 Files changed, 33 Lines changed)
src/cfeditor/JFontChooser.java 1.14 (+0 -0)
src/cfeditor/CMapPropertiesDialog.java 1.10 (+1 -1)
src/cfeditor/CStartupScreen.java 1.4 (+12 -8)
src/cfeditor/CDialogBase.java 1.5 (+18 -14)
src/cfeditor/CFJavaEditor.java 1.18 (+0 -0)
src/cfeditor/COptionDialog.java 1.10 (+1 -1)
src/cfeditor/CNewMapDialog.java 1.10 (+1 -1)
11/17/04 10:51 PMavogl
I made the CFJavaEditor compliant with Java Version 1.5.
(The problems were use of 'enum' as a variable name, which has
become a reserved system keyword in 1.5, and debrecated functions
'Frame.show()' / 'Frame.hide()'. Simple fix.)
On the way, I did some other minor syntax cleanups which are not supposed
to have any effects on performance.
The editor should now compile and run on java versions 1.3, 1.4 and 1.5.

--AndreasV
(46 Files changed, 90 Lines changed)
src/cfeditor/CFArchType.java 1.6 (+0 -2)
src/cfeditor/ArchObjectStack.java 1.16 (+4 -13)
src/cfeditor/textedit/scripteditor/ScriptEditView.java 1.2 (+2 -3)
src/cfeditor/textedit/scripteditor/CFPythonPopup.java 1.2 (+1 -1)
src/cfeditor/CMapViewInterface.java 1.4 (+0 -8)
src/cfeditor/CMapViewIFrame.java 1.6 (+0 -5)
src/cfeditor/CMainControl.java 1.19 (+8 -13)
src/cfeditor/CDialogBase.java 1.4 (+1 -4)
src/cfeditor/CAttribBitmask.java 1.6 (+1 -4)
src/cfeditor/COptionDialog.java 1.9 (+0 -3)
src/cfeditor/CMapControl.java 1.11 (+0 -3)
src/cfeditor/textedit/scripteditor/ScriptEditControl.java 1.2 (+2 -2)
src/cfeditor/CMainToolbar.java 1.5 (+6 -9)
src/cfeditor/textedit/textarea/SyntaxStyle.java 1.3 (+1 -3)
src/cfeditor/CArchPanelPan.java 1.7 (+0 -3)
src/cfeditor/ReplaceDialog.java 1.2 (+7 -10)
src/cfeditor/CMapFileEncode.java 1.7 (+0 -2)
src/cfeditor/CMapModel.java 1.11 (+0 -1)
src/cfeditor/AnimationObject.java 1.4 (+0 -14)
src/cfeditor/CMapViewBasic.java 1.14 (+0 -3)
src/cfeditor/textedit/scripteditor/ScriptEditMenuBar.java 1.2 (+3 -5)
src/cfeditor/CStartupScreen.java 1.3 (+1 -4)
INSTALL.txt 1.9 (+3 -3)
src/cfeditor/CFTreasureListTree.java 1.7 (+10 -10)
src/cfeditor/ScriptArchData.java 1.5 (+8 -8)
src/cfeditor/CMainMenu.java 1.13 (+1 -2)
src/cfeditor/CArchPanel.java 1.10 (+0 -4)
src/cfeditor/CArchQuickView.java 1.7 (+2 -5)
src/cfeditor/CNewMapDialog.java 1.9 (+0 -3)
src/cfeditor/textedit/textarea/TokenMarker.java 1.4 (+1 -2)
src/cfeditor/textedit/textarea/InputHandler.java 1.4 (+4 -4)
src/cfeditor/CMapTileList.java 1.12 (+3 -5)
src/cfeditor/CMapFileDecode.java 1.8 (+0 -2)
src/cfeditor/CopyBuffer.java 1.5 (+0 -1)
src/cfeditor/CPickmapPanel.java 1.8 (+0 -3)
src/cfeditor/JFontChooser.java 1.13 (+4 -7)
src/cfeditor/FaceObject.java 1.4 (+0 -5)
src/cfeditor/CMapPropertiesDialog.java 1.9 (+1 -4)
src/cfeditor/CMapArchPanel.java 1.12 (+4 -7)
src/cfeditor/textedit/textarea/JavaScriptTokenMarker.java 1.3 (+1 -3)
src/cfeditor/CFJavaEditor.java 1.17 (+4 -2)
src/cfeditor/CFancyButton.java 1.5 (+0 -3)
src/cfeditor/CAttribDialog.java 1.9 (+3 -4)
src/cfeditor/CGUIUtils.java 1.5 (+0 -3)
src/cfeditor/CMainStatusbar.java 1.4 (+0 -2)
src/cfeditor/CMainView.java 1.14 (+4 -4)
6/25/04 8:35 AMavogl
Fix for a bug in the diffArchText logic of the object attribute
dialog. This patch was submitted to me by Michael Toennies.
(The adressed problem was about partial occurrence of substrings
in attributes, such as "hp" in "maxhp").

I also realized that some tabs have somehow appeared in
the "ArchObject.java" source. Have added a written policy against
use of tabs (in favour of spaces) into the Developer_README.txt.

--AV
(3 Files changed, 825 Lines changed)
src/cfeditor/ArchObjectParser.java 1.8 (+0 -2)
src/cfeditor/ArchObject.java 1.12 (+726 -715)
Developer_README.txt 1.3 (+99 -82)
6/9/04 6:52 AMavogl
Updated datafiles for latest arch and object data.
--AV
(4 Files changed, 6984 Lines changed)
resource/conf/treasures 1.6 (+5334 -3681)
resource/conf/typenumbers.xml 1.5 (+4 -1)
resource/conf/archetypes 1.11 (+1646 -543)
resource/conf/crossfire.0 1.11 (+0 -0)
6/9/04 6:49 AMavogl
Fix for proper copying of the script edit parameter
when objects are copied in the editor.
--AV
(1 Files changed, 845 Lines changed)
src/cfeditor/ScriptArchData.java 1.4 (+845 -844)
11/17/03 5:14 AMavogl
Added javadoc build target to the ant build file.
Doc generation can now be invoked by directive "ant doc".
Also cleaned up some javadoc errors in the code.
--AndreasV
(13 Files changed, 40 Lines changed)
src/cfeditor/CMapFileDecode.java 1.7 (+1 -1)
src/cfeditor/ArchObject.java 1.11 (+2 -2)
src/cfeditor/CFancyButton.java 1.4 (+1 -1)
src/cfeditor/textedit/textarea/KeywordMap.java 1.3 (+2 -2)
src/cfeditor/CMainView.java 1.13 (+3 -3)
build.xml 1.5 (+20 -0)
src/cfeditor/CFTreasureListTree.java 1.6 (+0 -1)
src/cfeditor/textedit/textarea/TokenMarker.java 1.3 (+2 -2)
src/cfeditor/CFArchTypeList.java 1.8 (+2 -2)
src/cfeditor/MultiArchData.java 1.3 (+1 -1)
src/cfeditor/textedit/textarea/InputHandler.java 1.3 (+2 -2)
src/cfeditor/textedit/textarea/TextAreaPainter.java 1.3 (+3 -3)
src/cfeditor/AutojoinList.java 1.5 (+1 -1)
10/17/03 10:05 AMavogl
Small bug: When no arches could be found,
an exception was thrown.
Fixed by this checkin.
--AV
(1 Files changed, 3 Lines changed)
src/cfeditor/CArchPanel.java 1.9 (+3 -2)
10/12/03 9:23 AMavogl
CFJavaEditor Update:

The archpanel tabs used to be sorted in the same order
as read from the arch directory file, which led
to unpredictable results on unix systems.
Now the archpanel tabs are always sorted in alphabetical
order. Due to the way Java handles tabbed panes, the
order is displayed left->right, bottom->up.
Anyways, as long as the archpanel width is not resized,
the order should now always stay exactly the same.

This patch was submitted by Mark Wedel.
I extended it to affect the pickmaps panel too.

Also added support for script event options.

--AndreasV
(10 Files changed, 173 Lines changed)
src/cfeditor/CMapFileDecode.java 1.6 (+12 -5)
src/cfeditor/CMapArchPanel.java 1.11 (+1 -1)
src/cfeditor/CMainView.java 1.12 (+12 -0)
src/cfeditor/ArchObject.java 1.9 (+8 -3)
src/cfeditor/CArchPanelPan.java 1.6 (+5 -9)
src/cfeditor/CPickmapPanel.java 1.7 (+37 -53)
src/cfeditor/CArchPanel.java 1.8 (+34 -8)
src/cfeditor/CMainControl.java 1.17 (+5 -8)
src/cfeditor/ScriptArchData.java 1.3 (+57 -20)
src/cfeditor/ArchObjectStack.java 1.15 (+2 -1)