[root]/atrinik/src/app/net/sf/gridarta/var/atrinik
actions
(0 files, 0 lines)
gameobject
(0 files, 0 lines)
scripts
(0 files, 0 lines)
gui
(0 files, 0 lines)
map
(0 files, 0 lines)
maptilepane
(0 files, 0 lines)
renderer
(0 files, 0 lines)
mappropertiesdialog
(0 files, 0 lines)
prefs
(0 files, 0 lines)
scripts
(0 files, 0 lines)
io
(0 files, 0 lines)
maincontrol
(0 files, 0 lines)
map
(0 files, 0 lines)
maparchobject
(0 files, 0 lines)
mapcontrol
(0 files, 0 lines)
model
(0 files, 0 lines)
archetype
(0 files, 0 lines)
artifact
(0 files, 0 lines)
collectable
(0 files, 0 lines)
gameobject
(0 files, 0 lines)
io
(0 files, 0 lines)
map
(0 files, 0 lines)
maparchobject
(0 files, 0 lines)
mapcontrol
(0 files, 0 lines)
scripts
(0 files, 0 lines)
settings
(0 files, 0 lines)
resource
(0 files, 0 lines)
settings
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
akirschbaum | 157 (100.0%) | 1457 (100.0%) | 9.2 |
Move java sources into common src directory.
0 lines of code changed in 13 files:
Implement "Map|Open In Client". [Atrinik]
1 lines of code changed in 1 file:
Implement Map|Show Light to toggle highlighting of lighted map squares.
2 lines of code changed in 1 file:
Remove unneeded comments.
1 lines of code changed in 1 file:
Implement Edit|Find... which searches the current map.
2 lines of code changed in 1 file:
Change default keybindings for cursor keys.
4 lines of code changed in 1 file:
Replace "Revert Map" with "Reload Map".
2 lines of code changed in 1 file:
Rename action names.
9 lines of code changed in 2 files:
Implement Map|Go To Exit... which opens a dialog listing all exits out of the current map.
3 lines of code changed in 3 files:
Fix typos.
2 lines of code changed in 1 file:
Revert previous commit.
1 lines of code changed in 1 file:
Properly quote path names passed to map-checker.py.
1 lines of code changed in 1 file:
Implement Edit|Invert Selection which inverts the currently selected map squares.
2 lines of code changed in 1 file:
Remove support for 'plugins' map attribute; add support for 'weather' map attribute.
4 lines of code changed in 4 files:
Implement File|Goto Map... which opens maps by map name.
1 lines of code changed in 1 file:
Do not warn about map difficulty 0 as many existing maps use this. [Crossfire]
1 lines of code changed in 1 file:
Add map-checker.py as a validator.
1 lines of code changed in 1 file:
Move validator related code into model module.
14 lines of code changed in 1 file:
Fix typos.
1 lines of code changed in 1 file:
Define and configure validators from "valdator.*" entries in messages.properties. Document available validators in validators.xhtml.
18 lines of code changed in 1 file:
Hide script editor actions from Configure Shortcuts.
2 lines of code changed in 1 file:
Hide actions not applicable for an editor variant from Configure Shortcuts.
4 lines of code changed in 1 file:
Do not anymore load maps/**/*.trs files.
0 lines of code changed in 1 file:
Default loading config from 'archetype directory' rather than 'collected directory' when starting Gridarta for the first time.
1 lines of code changed in 1 file:
(Re-)add "Save All Maps" function.
1 lines of code changed in 1 file:
Remove face numbers from generated "bmaps" file.
1 lines of code changed in 1 file:
Move hard-coded filenames and patterns for faces into text resources.
7 lines of code changed in 2 files:
Remove redundant text resources.
0 lines of code changed in 1 file:
Remove code to delete old libraries; these libraries should have been removed by now.
0 lines of code changed in 5 files:
Add missing resource keys.
4 lines of code changed in 1 file:
Replace int constants with enum.
0 lines of code changed in 1 file:
Fix Javadoc issues.
28 lines of code changed in 1 file:
Implement #1714800 (Predefined locations / bookmarks) as Bookmarks menu.
1 lines of code changed in 1 file:
Fix 'mpart_id' rather 'mpart_nr' in error message.
1 lines of code changed in 1 file:
Update map header flags in map properties dialog to be in-sync with the ones server knows about.
11 lines of code changed in 4 files:
Whitespace changes.
1 lines of code changed in 1 file:
Implement #1717845 (Multitile paste) as File|Paste Tiled: paste the copy buffer into the selection. If the selection is larger than the copy buffer, tiling happens.
2 lines of code changed in 1 file:
Rename action 'floodfill' to 'floodFill'.
2 lines of code changed in 1 file:
Implement File|Grow Selection and File|Shrink Selection: grows/shrinks the selection by one map square.
2 lines of code changed in 1 file:
Implement File|Expand Empty Selection: includes empty map squares surrounding selected empty map squares to the selection.
2 lines of code changed in 1 file:
(41 more)