[root]/src/daimonin
src
(0 files, 0 lines)
main
(0 files, 0 lines)
java
(0 files, 0 lines)
net
(0 files, 0 lines)
sf
(0 files, 0 lines)
gridarta
(0 files, 0 lines)
var
(0 files, 0 lines)
daimonin
(1 files, 83 lines)
gui
(0 files, 0 lines)
map
(0 files, 0 lines)
renderer
(2 files, 166 lines)
mappropertiesdialog
(2 files, 840 lines)
maincontrol
(1 files, 592 lines)
model
(0 files, 0 lines)
archetype
(2 files, 195 lines)
gameobject
(1 files, 154 lines)
io
(2 files, 392 lines)
maparchobject
(2 files, 586 lines)
mapcontrol
(1 files, 118 lines)
scripts
(1 files, 208 lines)
settings
(3 files, 194 lines)
resource
(1 files, 158 lines)
resources
(0 files, 0 lines)
HelpFiles
(1 files, 1744 lines)
net
(0 files, 0 lines)
sf
(0 files, 0 lines)
gridarta
(0 files, 0 lines)
var
(0 files, 0 lines)
daimonin
(2 files, 263 lines)
test
(0 files, 0 lines)
resources
(1 files, 30 lines)
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 |
Fix undo/redo operations involving game object attribute changes.
4 lines of code changed in 1 file:
Define "rendererFactory" variable in plugins when run from command line.
5 lines of code changed in 1 file:
Browse archetypes: Add option to save the current selection as a CSV file.
5 lines of code changed in 1 file:
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:
Properly update pickmap view when using a relative maps directory.
3 lines of code changed in 1 file:
Remove outdated files.
0 lines of code changed in 2 files:
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:
Remove unused library jdom-1.0.jar.
1 lines of code changed in 1 file:
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:
Add missing library which broke the settings dialog.
3 lines of code changed in 2 files:
Fix run plugin dialog for plugins which use MapPathParameter values.
3 lines of code changed in 1 file:
Do not run plugin scripts if not all parameter values are specified.
5 lines of code changed in 1 file:
Do not retain configuration of plugin parameters when changing parameter types.
3 lines of code changed in 1 file:
Fix configuration dialogs for Boolean, Integer, and Double plugin parameter types.
3 lines of code changed in 1 file:
Fix type combo box in parameter tab in plugin editor.
4 lines of code changed in 1 file:
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:
Add missing dependencies to build file.
1 lines of code changed in 1 file:
Fix File|Options... to actually show the setting dialog.
4 lines of code changed in 1 file:
Show all parameters when editing plugin parameters.
2 lines of code changed in 1 file:
Properly update the selected square view if an object is inserted into an empty map square.
5 lines of code changed in 1 file:
Save modified plugin scripts.
4 lines of code changed in 1 file:
Rename japi.jar-LICENSE to japi-lib.jar-LICENSE.
1 lines of code changed in 1 file:
Properly display license text in About dialog.
7 lines of code changed in 1 file:
Move jlfgr to repository.
0 lines of code changed in 1 file:
Convert flat file repository to Maven repository.
2 lines of code changed in 1 file:
Properly enable/disable Edit|Grow/Shrink Selection menu.
2 lines of code changed in 1 file:
Fix typo.
1 lines of code changed in 1 file:
Make Edit|Grow Selectionto actually work.
4 lines of code changed in 1 file:
Add "Browse archetypes" to archetypes menu.
5 lines of code changed in 1 file:
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:
Always show the map cursor.
3 lines of code changed in 1 file:
Properly enable or disable "Move Cursor" actions if the map size changes.
5 lines of code changed in 1 file:
Fix plugin script parameter editor.
4 lines of code changed in 1 file:
Fix layout issues in plugin manager dialog.
4 lines of code changed in 1 file:
Extract ProjectModel from GridartaEditor.
2 lines of code changed in 2 files:
Do not automatically open the help dialog when the editor is started for the first time.
5 lines of code changed in 1 file:
Fix error message when running the editor from within the IDE.
1 lines of code changed in 1 file:
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:
Add Gradle build files.
61 lines of code changed in 2 files:
Release 0.10.
4 lines of code changed in 1 file:
(2 more)