Directory crossfire/src/cfeditor/gui/map/

Directory Created:
2006-12-01 15:49
Directory Deleted:
2013-05-28 14:09
Total Files:
0
Deleted Files:
17
Lines of Code:
0

[root]/crossfire/src/cfeditor/gui/map

Lines of Code

crossfire/src/cfeditor/gui/map/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 529 (100.0%) 7968 (100.0%) 15.0
akirschbaum 481 (90.9%) 7695 (96.6%) 15.9
christianhujer 46 (8.7%) 259 (3.3%) 5.6
derdanny 2 (0.4%) 14 (0.2%) 7.0

Most Recent Commits

akirschbaum 2013-05-28 14:09 Rev.: 9238

Move java sources into common src directory.

0 lines of code changed in 17 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (del), DefaultLevelRenderer.java (del), DefaultMapPropertiesDialogFactory.java (del), DefaultMapViewFactory.java (del), DefaultRendererFactory.java (del), LevelRenderer.java (del), MapCursorActions.java (del), MapCursorControl.java (del), MapPreviewAccessory.java (del), MapPropertiesDialog.java (del), MapRenderer.java (del), MapTilePane.java (del), MapUserListener.java (del), PickmapRenderer.java (del), SimpleLevelRenderer.java (del), package-info.java (del), package.html (del)
akirschbaum 2009-01-28 13:21 Rev.: 5913

Remove unused parameter.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultMapViewFactory.java (+1 -3)
akirschbaum 2009-01-28 13:17 Rev.: 5912

Move code to handle double height faces from DefaultLeverRenderer to FaceObjectProviders.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultMapViewFactory.java (+1 -3)
akirschbaum 2009-01-28 02:20 Rev.: 5909

Add @Override annotations.

21 lines of code changed in 6 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+5), DefaultLevelRenderer.java (+10), DefaultMapPropertiesDialogFactory.java (+1), DefaultMapViewFactory.java (+1), DefaultRendererFactory.java (+1), SimpleLevelRenderer.java (+3)
akirschbaum 2009-01-28 00:49 Rev.: 5905

Add @Override annotations.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+1)
akirschbaum 2009-01-27 11:20 Rev.: 5895

Extract code for selecting alpha images from DefaultLevelRenderer.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapRenderer.java (+1 -1)
akirschbaum 2009-01-27 02:18 Rev.: 5894

Merge EditTypes into MapViewSettings.

17 lines of code changed in 4 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+2 -4), DefaultLevelRenderer.java (+6), DefaultMapViewFactory.java (+2 -9), MapRenderer.java (+7 -6)
akirschbaum 2009-01-26 15:55 Rev.: 5891

Remove MapViewSettingsEvent.

14 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultLevelRenderer.java (+14 -2)
akirschbaum 2009-01-26 15:42 Rev.: 5889

Move MapViewSettings and related classes to separate package.

7 lines of code changed in 5 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+1 -1), DefaultLevelRenderer.java (+3 -3), DefaultMapViewFactory.java (+1 -1), MapRenderer.java (+1 -1), PickmapRenderer.java (+1 -1)
akirschbaum 2009-01-26 14:49 Rev.: 5886

Move EditTypes to separate package.

3 lines of code changed in 3 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+1 -1), DefaultMapViewFactory.java (+1 -1), MapRenderer.java (+1 -1)
akirschbaum 2009-01-08 18:16 Rev.: 5872

Update JAPI library.

32 lines of code changed in 3 files:

  • crossfire/src/cfeditor/gui/map: DefaultMapPropertiesDialogFactory.java (+6 -5), DefaultMapViewFactory.java (+5 -4), MapPropertiesDialog.java (+21 -20)
akirschbaum 2008-12-12 12:20 Rev.: 5843

Move field to top of class.

2 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultLevelRenderer.java (+2 -2)
akirschbaum 2008-11-26 16:29 Rev.: 5842

Fix Create Image command: do not cut off right/bottom row of map.

10 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultLevelRenderer.java (+10 -1)
akirschbaum 2008-11-02 12:16 Rev.: 5662

Move call to MapModel.beginTransaction() out of try...finally block.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapPropertiesDialog.java (+1 -1)
akirschbaum 2008-11-02 12:15 Rev.: 5661

Rename variable name.

29 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapPropertiesDialog.java (+29 -30)
akirschbaum 2008-11-02 12:14 Rev.: 5660

Make code calling MapArchObject.begin/endTransaction() more robust.

33 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapPropertiesDialog.java (+33 -32)
akirschbaum 2008-11-02 12:11 Rev.: 5659

Make code calling MapModel.begin/endTransaction() more robust.

38 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapPropertiesDialog.java (+38 -33)
akirschbaum 2008-10-22 23:41 Rev.: 5583

Make "grid visible" affect all maps.

52 lines of code changed in 6 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+4 -2), DefaultLevelRenderer.java (+29 -21), DefaultMapViewFactory.java (+11 -2), MapRenderer.java (+4 -2), PickmapRenderer.java (+4 -2), SimpleLevelRenderer.java (-9)
akirschbaum 2008-10-19 02:11 Rev.: 5562

Move CMapViewBasic.mapCursorListener to common code base.

0 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (-24)
akirschbaum 2008-10-12 12:05 Rev.: 5508

Remove cfeditor/daieditor's FaceObjects classes.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultMapViewFactory.java (+1 -1)
akirschbaum 2008-10-11 07:24 Rev.: 5463

Remove unneeded this qualifier.

2 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultLevelRenderer.java (+2 -2)
akirschbaum 2008-10-06 11:50 Rev.: 5446

Remove unneeded type parameters from EditTypes.

5 lines of code changed in 3 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+1 -1), DefaultMapViewFactory.java (+2 -2), MapRenderer.java (+2 -2)
akirschbaum 2008-10-04 03:41 Rev.: 5436

Fix selection painting in pickmaps.

5 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultLevelRenderer.java (+5 -6)
akirschbaum 2008-10-03 14:36 Rev.: 5429

Extract MapViewFactory from GridartaObjectsFactory.

102 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultMapViewFactory.java (new 102)
akirschbaum 2008-10-03 06:02 Rev.: 5405

Remove parameters from MapPropertiesDialogFactory.showDialog().

40 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultMapPropertiesDialogFactory.java (+40 -1)
akirschbaum 2008-10-03 05:49 Rev.: 5404

Merge redundant comments.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: DefaultMapPropertiesDialogFactory.java (+1 -12)
akirschbaum 2008-10-03 05:41 Rev.: 5402

Extract MapArchObjectParserFactory from GridartaObjectsFactory.

15 lines of code changed in 3 files:

  • crossfire/src/cfeditor/gui/map: DefaultMapPropertiesDialogFactory.java (+5 -4), MapPropertiesDialog.java (+5 -4), MapTilePane.java (+5 -4)
akirschbaum 2008-10-03 04:55 Rev.: 5401

Extract MapArchObjectFactory from GridartaObjectsFactory.

12 lines of code changed in 3 files:

  • crossfire/src/cfeditor/gui/map: DefaultMapPropertiesDialogFactory.java (+4 -2), MapPropertiesDialog.java (+4 -2), MapTilePane.java (+4 -2)
akirschbaum 2008-10-03 03:15 Rev.: 5394

Remove dependency CMapViewBasic/*Renderer -> MapControl.

17 lines of code changed in 4 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+5 -5), DefaultLevelRenderer.java (+4 -5), MapRenderer.java (+4 -4), PickmapRenderer.java (+4 -4)
akirschbaum 2008-10-03 03:00 Rev.: 5393

Remove dependency MapViewBasic -> MapControl.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+1 -1)
akirschbaum 2008-09-28 13:32 Rev.: 5276

Split off MapPropertiesDialogFactory from MapPropertiesDialog.

77 lines of code changed in 2 files:

  • crossfire/src/cfeditor/gui/map: DefaultMapPropertiesDialogFactory.java (new 73), MapPropertiesDialog.java (+4 -28)
akirschbaum 2008-09-26 12:44 Rev.: 5239

Merge redundant code.

36 lines of code changed in 3 files:

  • crossfire/src/cfeditor/gui/map: DefaultLevelRenderer.java (+11 -5), MapRenderer.java (+13 -11), PickmapRenderer.java (+12 -10)
akirschbaum 2008-09-26 12:20 Rev.: 5238

Merge redundant function calls.

3 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapRenderer.java (+3 -1)
akirschbaum 2008-09-25 15:12 Rev.: 5233

Rename CFilterControl to FilterControl.

6 lines of code changed in 2 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+2 -2), MapRenderer.java (+4 -4)
akirschbaum 2008-09-25 15:06 Rev.: 5232

Move CFilterControl to common code base.

6 lines of code changed in 2 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+2 -2), MapRenderer.java (+4 -4)
akirschbaum 2008-09-25 14:50 Rev.: 5231

Fix race conditions when using CFilterControl.

10 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapRenderer.java (+10 -3)
akirschbaum 2008-09-25 14:31 Rev.: 5230

Move CFilterControl to separate package.

2 lines of code changed in 2 files:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+1 -1), MapRenderer.java (+1 -1)
akirschbaum 2008-09-25 14:25 Rev.: 5229

Simplify code.

7 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapRenderer.java (+7 -12)
akirschbaum 2008-09-24 12:45 Rev.: 5213

Retain view positions when reverting maps.

4 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: CMapViewBasic.java (+4 -1)
akirschbaum 2008-09-17 12:25 Rev.: 5168

Rename identifiers.

1 lines of code changed in 1 file:

  • crossfire/src/cfeditor/gui/map: MapRenderer.java (+1 -1)

(332 more)

Generated by StatSVN 0.7.0