CowboyX86 wrote:Just the tiles in the window!
Ok, I know why that is. It has to do with double buffering. (OSX does it automatically)
CowboyX86 wrote:Well I've found more bugs:
* The Fill Tool isn't working correctly, in some cases it not fill completly, or not change all Tiles correctly.
* The 4º Tool (Selection Tool?) It's not working correctly too!
Yea, I should probably put out a list of known bugs. The fill tool will only fill a limited space. (i.e. if you try to fill the entire grid, it will only fill 128 tiles) Right now, I use a recursive flood-fill algorithm. So I have to limit it because of possible stack overflows. I'm changing the algorithm in the next version.
As for the selection tool, I'm not sure what tool your talking about. There are only the tools described in the wiki. You can view the wiki within the program by going to File>Help (windows) or Buildeft2D>Help (mac)
Thanks again for the feedback.
Other Known Bugs/Issues/Feature to be added
-Using the stamp tool then clicking on a tile will not change tool back to pencil
-Cursor icons for the current tool
-In Windows, the buttons don't "unstick"
-No orientation changing within stamp editor
-Remove tiles from set
-Add sub folder of images to tile set
-Tile names option
-Export used Tiles option
-Layer reordering
-Tool shortcuts and right-click (as opposed to alt)
-Select Tiles tool, and an Undo (infinite "undo" is what I'm aiming for)
-More robust stamp editor options (right now you can only use the pencil tool in the stamp editor
)