summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/transition/SlideTransition.java
Commit message (Collapse)AuthorAgeFilesLines
* Engine: Fixed many potential bugsStarla Insigna2009-03-191-1/+1
| | | | Identified by FindBugs. http://findbugs.sourceforge.net/
* Added support for other System filesStarla Insigna2009-02-081-0/+0
| | | | | | Because the coordinates and transparent color previously used were tuned for the default System file, the coordinates were changed to be more forgiving and the color is picked from the last pixel of the first row from the graphic. Also, for some reason, every file in source control has been marked as modified, even though most haven't been. Don't know why this happened.
* Fixed a transition problemStarla Insigna2009-02-071-1/+1
|
* Started DatabaseStarla Insigna2009-02-071-0/+5
|
* Implemented SlideTransitionStarla Insigna2009-02-061-0/+140