-
This feature has been added. A new button is available in the canvas window tool palette that will activate tiled preview window. The preview window is updated each time a modification is made, and can be resized as desired.
2007-01-31 05:44:33 UTC in Semicuro
-
A window which displays a tiled preview of the current texture will allow users to see how their texture will look without having to rely on test renders between each modification.
2007-01-31 05:39:04 UTC in Semicuro
-
This feature has been added - A new property was added to the config file ('paintcursor') that will allow you to specify either the default cursor ('default'), or a crosshair cursor ('crosshair') to be used for painting.
2007-01-31 05:31:41 UTC in Semicuro
-
There are two issues:
1. When the PaintWrap option is enabled, when painting in a corner, the paint does not wrap to the diagonal corner.
2. When scaling is enabled, the scaling is not applied to wrapped portion of a stroke.
2007-01-28 00:13:03 UTC in Semicuro
-
Your request has been noted. Perhaps adding a preference to determine which cursor should be used during painting would suffice.
2007-01-09 23:58:52 UTC in Semicuro
-
The .smc file format is fairly straightforward. Each layer of a texture is saved as an embedded .png image (which has lossless compression), along with a few header fields. As such, it should be fairly trivial to write a script for the gimp that both reads from and saves to the .smc format. The other direction (saving a Semicuro document in .XFC format) seems a great deal more involved. I'll...
2007-01-09 23:46:58 UTC in Semicuro
-
The cause of this bug is apparently an incompatibility between the manner in which the Sun SDK compiles/assembles a project, and the manner in which gcj attempts to use it. Installing the Sun JRE and running Semicuro from that has been reported to solve the problem. One the JRE is installed, all you have to do is use the fully-qualified path to Sun's java, (e.g. /usr/java/jre1.5.0_06/bin/java...
2007-01-08 22:58:28 UTC in Semicuro
-
Werner - glad you got it working. As for the debug output - there aren't that many debug output statements in the code yet - during development I typically relied out printing to the console, but this output was removed as soon as debugging was complete. The logging facility is there, however, and I anticipate making greater use of it as development continues. For now I rely on stack traces and...
2007-01-08 22:42:15 UTC in Semicuro
-
Werner - before I started debugging, I'd be tempted to try uninstalling gcj, and installing Sun's SDK to see if that makes any difference. You may not even have to uninstall gcj, as long as you set your JAVA_HOME environment variable to point to the correct location.
Jim.
2007-01-07 01:00:00 UTC in Semicuro
-
This is the second time I've seen this error (the other is in a bug report in the tracker). It suggests that there might be something wrong with your classpath, but as far as I know, this really shouldn't be a problem if all the paths are specified correctly in the MANIFEST document inside the jar file. I'm puzzled by this one.
2007-01-06 03:27:04 UTC in Semicuro