descriptionTiled (Java)
ownerBjørn Lindeijer <bjorn@lindeijer.nl>
last changeFri, 14 Nov 2008 18:15:37 +1100
changes
4 days agoUwe PachlerFixed some more undo/redo problems with layer settings such as name, visibility etc. default tip
4 days agoUwe PachlerFixed Layer resize undo and added TileRaster experimental class to new LayerResizeEdit
5 days agoUwe Pachlerdeleted MapLayer.setWidth() and .setHeight() methods; they weren't used.
5 days agoUwe PachlerAdded more listener infrastructure to track MapLayer changes. Name Changes are now reported as change events
6 days agoUwe Pachlerfixed multiple images references in .tmx, added CommandInterpreter and merged with 559
6 days agoBjørn LindeijerMerged in the work by Uwe Pachler
12 days agoupachlerRemoved all tabs I could find with global search/replace
12 days agoupachlerAdded NetBeans projects for tiled's plugins
13 days agoupachlerFixed loading object layers: object layers didn't load their width and height correctly (they always came out as 0) because the reflection-based loading code was looking for the setWidth() and setHeight() methods corresponding to the <objectgroup> tag's width and height attributes, which were not present. only the resize() method defined in MapLayer would offer to set width and height. So I added setWidth() and setHeight() to MapLayer. However, to make sure that resize() is the only method that will ever be overriden, I made getWidth() and getHeight() final (as all they do is call resize() anyways)
13 days agoupachler* Fixed a problem with initialisation after loading a map: the parallax editor panel could not find its layer subcomponent while it was initialising. Fixed by giving the LayerParallaxDistancePanel its own listener (so the ParallaxEditorPanel doesn't need to look it up, decouples things a bit better)
...
tags
2 months ago0.7.1
4 months ago0.7.0
2 years ago0.6.1
2 years ago0.6.0
3 years ago0.5.2
3 years ago0.5.1
3 years ago0.5.0
4 years ago0.4.1
...
branches
4 days ago7fcda7cba58bdefault
3 months ago498c408617a8jaxad0127
21 months agoa6e300dcab9badam
2 years ago384b707dabee0.6
2 years agob2392d0629400.6.0
2 years ago2b155da7f362bjorn
3 years ago03fd3182501btile_animation_sandbox
4 years ago459596b6b1a9tiled-0_4
...