Directory src/daimonin/

Total Files:
3
Deleted Files:
4
Lines of Code:
1789

[root]/src/daimonin
            directory in repo src (0 files, 0 lines)
                directory in repo main (0 files, 0 lines)
                    directory in repo java (0 files, 0 lines)
                        directory in repo net (0 files, 0 lines)
                            directory in repo sf (0 files, 0 lines)
                                directory in repo gridarta (0 files, 0 lines)
                                    directory in repo var (0 files, 0 lines)
                                        directory in repo daimonin (1 files, 83 lines)
                                            directory in repo gui (0 files, 0 lines)
                                                directory in repo map (0 files, 0 lines)
                                                    directory in repo renderer (2 files, 166 lines)
                                                directory in repo mappropertiesdialog (2 files, 840 lines)
                                            directory in repo maincontrol (1 files, 592 lines)
                                            directory in repo model (0 files, 0 lines)
                                                directory in repo archetype (2 files, 195 lines)
                                                directory in repo gameobject (1 files, 154 lines)
                                                directory in repo io (2 files, 392 lines)
                                                directory in repo maparchobject (2 files, 586 lines)
                                                directory in repo mapcontrol (1 files, 118 lines)
                                                directory in repo scripts (1 files, 208 lines)
                                                directory in repo settings (3 files, 194 lines)
                                            directory in repo resource (1 files, 158 lines)
                    directory in repo resources (0 files, 0 lines)
                        directory in repo HelpFiles (1 files, 1744 lines)
                        directory in repo net (0 files, 0 lines)
                            directory in repo sf (0 files, 0 lines)
                                directory in repo gridarta (0 files, 0 lines)
                                    directory in repo var (0 files, 0 lines)
                                        directory in repo daimonin (2 files, 263 lines)
                directory in repo test (0 files, 0 lines)
                    directory in repo resources (1 files, 30 lines)

Lines of Code

src/daimonin/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 49 (100.0%) 197 (100.0%) 4.0
akirschbaum 47 (95.9%) 197 (100.0%) 4.1
smacky 2 (4.1%) 0 (0.0%) 0.0

Most Recent Commits

akirschbaum 2014-12-26 05:50 Rev.: 9735

Fix undo/redo operations involving game object attribute changes.

4 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+4)
akirschbaum 2014-12-07 15:54 Rev.: 9731

Define "rendererFactory" variable in plugins when run from command line.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2014-10-07 14:26 Rev.: 9707

Browse archetypes: Add option to save the current selection as a CSV file.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2014-03-10 14:51 Rev.: 9694

Remember new map path when using "save as" to save a map. Also clear the map's modified flag.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2014-03-09 15:01 Rev.: 9691

Properly update pickmap view when using a relative maps directory.

3 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+3)
akirschbaum 2014-03-09 07:21 Rev.: 9689

Remove outdated files.

0 lines of code changed in 2 files:

  • src/daimonin: INSTALL.txt (del), README.txt (del)
akirschbaum 2014-03-09 05:28 Rev.: 9688

Remove support for building with Ant. From now on Gradle is required to build the editor from sources.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2014-03-09 05:18 Rev.: 9687

Remove unused library jdom-1.0.jar.

1 lines of code changed in 1 file:

  • src/daimonin: build.gradle (+1)
akirschbaum 2014-03-01 01:10 Rev.: 9671

Properly update pickmap view after map modifications. Reload pickmaps from disk when the pickmap folder is changed.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2014-02-23 14:14 Rev.: 9648

Add missing library which broke the settings dialog.

3 lines of code changed in 2 files:

  • src/daimonin: ChangeLog (+2), build.gradle (+1)
akirschbaum 2014-02-23 06:56 Rev.: 9644

Fix run plugin dialog for plugins which use MapPathParameter values.

3 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+3)
akirschbaum 2014-02-23 03:04 Rev.: 9638

Do not run plugin scripts if not all parameter values are specified.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2014-02-22 11:02 Rev.: 9627

Do not retain configuration of plugin parameters when changing parameter types.

3 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+3)
akirschbaum 2014-02-22 09:02 Rev.: 9626

Fix configuration dialogs for Boolean, Integer, and Double plugin parameter types.

3 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+3)
akirschbaum 2014-02-22 06:59 Rev.: 9624

Fix type combo box in parameter tab in plugin editor.

4 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+4)
akirschbaum 2014-02-19 15:18 Rev.: 9588

Remove implementation for plugin parameters of type net.sf.gridarta.model.filter.NamedFilterConfig as the existing implementation was but a stub.

6 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+6)
akirschbaum 2014-02-15 00:40 Rev.: 9564

Add missing dependencies to build file.

1 lines of code changed in 1 file:

  • src/daimonin: build.gradle (+1)
akirschbaum 2014-02-15 00:34 Rev.: 9563

Fix File|Options... to actually show the setting dialog.

4 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+4)
akirschbaum 2014-02-14 14:41 Rev.: 9562

Show all parameters when editing plugin parameters.

2 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+2)
akirschbaum 2014-02-14 13:43 Rev.: 9561

Properly update the selected square view if an object is inserted into an empty map square.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2014-01-26 14:51 Rev.: 9558

Save modified plugin scripts.

4 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+4)
akirschbaum 2014-01-26 13:27 Rev.: 9545

Rename japi.jar-LICENSE to japi-lib.jar-LICENSE.

1 lines of code changed in 1 file:

  • src/daimonin: build.gradle (+1 -1)
akirschbaum 2014-01-26 13:23 Rev.: 9544

Properly display license text in About dialog.

7 lines of code changed in 1 file:

  • src/daimonin: build.gradle (+7)
akirschbaum 2014-01-26 12:41 Rev.: 9543

Move jlfgr to repository.

0 lines of code changed in 1 file:

  • src/daimonin: lib (del)
akirschbaum 2014-01-26 12:26 Rev.: 9542

Convert flat file repository to Maven repository.

2 lines of code changed in 1 file:

  • src/daimonin: build.gradle (+2 -2)
akirschbaum 2014-01-24 02:56 Rev.: 9538

Properly enable/disable Edit|Grow/Shrink Selection menu.

2 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+2)
akirschbaum 2014-01-24 02:55 Rev.: 9537

Fix typo.

1 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+1 -1)
akirschbaum 2014-01-24 02:09 Rev.: 9536

Make Edit|Grow Selectionto actually work.

4 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+4)
akirschbaum 2013-12-10 14:36 Rev.: 9527

Add "Browse archetypes" to archetypes menu.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2013-12-04 14:51 Rev.: 9520

Switch to adjacent map if the map cursor attempts to move off map on a tiled map set.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2013-12-03 05:03 Rev.: 9518

Always show the map cursor.

3 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+3)
akirschbaum 2013-12-02 18:32 Rev.: 9517

Properly enable or disable "Move Cursor" actions if the map size changes.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2013-11-24 02:35 Rev.: 9506

Fix plugin script parameter editor.

4 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+4)
akirschbaum 2013-11-23 04:16 Rev.: 9491

Fix layout issues in plugin manager dialog.

4 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+4)
akirschbaum 2013-10-14 15:08 Rev.: 9432

Extract ProjectModel from GridartaEditor.

2 lines of code changed in 2 files:

  • src/daimonin: build.gradle (+1), daimonin.iml (+1)
akirschbaum 2013-10-05 01:38 Rev.: 9377

Do not automatically open the help dialog when the editor is started for the first time.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2013-10-05 01:07 Rev.: 9376

Fix error message when running the editor from within the IDE.

1 lines of code changed in 1 file:

  • src/daimonin: daimonin.iml (+1)
akirschbaum 2013-07-19 07:27 Rev.: 9370

Add attribute_ordering section to types.xml. It specifies the ordering of attributes when writing map files.

5 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+5)
akirschbaum 2013-07-14 02:07 Rev.: 9330

Add Gradle build files.

61 lines of code changed in 2 files:

  • src/daimonin: build.gradle (new 60), daimonin.iml (+1)
akirschbaum 2013-07-11 22:30 Rev.: 9317

Release 0.10.

4 lines of code changed in 1 file:

  • src/daimonin: ChangeLog (+4)

(2 more)

Generated by StatSVN 0.7.0