# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#28 | 5890 | Sam Stafford |
Increased granularity of "digestion" setting so that lower values can be set. (This change is backwards-compatible with old settings files.) |
||
#27 | 5818 | Sam Stafford | Configurable painter opacity. | ||
#26 | 5691 | Sam Stafford |
Rebuilt Scenesaver with Qt 3.3.6. Added a new flag to the config file (not in the GUI since it's pretty esoteric) that uses the background image on every other rotation in shuffle mode. |
||
#25 | 5589 | Sam Stafford | Make painter speed configurable. | ||
#24 | 5456 | Sam Stafford | Latest Scenesaver build. | ||
#23 | 5420 | Sam Stafford |
Have the image selection dialog pop up an error if it's unable to save the images file - I was seeing some problems earlier. Haven't been able to repeat them since I put the check in, of course. :P |
||
#22 | 5299 | Sam Stafford |
A second pass for usability - tightened up some terminology and extended some of the "What's This?" help blurbs. |
||
#21 | 5297 | Sam Stafford | Fresh build - the previous one submitted may have been a bit stale. | ||
#20 | 5296 | Sam Stafford |
Cleaned up config dialog a little, added scenes dialog and a couple of icons. |
||
#19 | 5293 | Sam Stafford |
Quick and dirty configuration dialog to edit SceneSaver.cfg. Slightly friendlier than the Notepad gizmo. Still need to write something to help people set up Scenes.txt... |
||
#18 | 5100 | Sam Stafford | Oh yeah, build. | ||
#17 | 5098 | Sam Stafford |
Rollback the multithreaded image loading functionality. It didn't really boost performance like I'd hoped it would - the CPU would still swamp for a second while decoding the image, and there was no way around that. |
||
#16 | 4791 | Sam Stafford |
Fix random color mode (the default if no valid image files are found). It was severely broken by the change that introduced threads. |
||
#15 | 4751 | Sam Stafford |
Change chase-cam view to display everything in terms of what the chased creature can eat. |
||
#14 | 4707 | Sam Stafford |
Make image buffer match screen dimensions rather than first image dimensions. The first image is still used to determine the resolution. (If the first image matches the screen's dimensions, like it should, this change does nothing.) |
||
#13 | 4706 | Sam Stafford |
When padding an image that doesn't match the world dimensions, use the edges of the image instead of black. |
||
#12 | 4642 | Sam Stafford |
Load images in a seperate thread to cut down on framerate lag. Also moved to Qt 3.3.3. |
||
#11 | 4578 | Sam Stafford | Fix inconsequential memory leak and bad pun in loadimages(). | ||
#10 | 4572 | Sam Stafford |
New "smudge" feature. REALLY COOL. Off by default (pctsmudge=0) since it's a CPU hog. |
||
#9 | 4566 | Sam Stafford |
Fix small arithmetic bug (resulting in clipping the image prematurely) that was introduced in the last change |
||
#8 | 4563 | Sam Stafford | Attempt to center the image when scaling it with aspect ratio preserved. | ||
#7 | 4561 | Sam Stafford | New smooth autoscaling, with configurable fit-to-screen behavior. | ||
#6 | 4525 | Sam Stafford |
Make second image in shuffle mode (first "back" image) random, instead of loading the first two images in sequence. The first image remains non-random because it determines the image dimensions for the rest of the run, which you probably want to be the same each time, even if your image collection is mixed-size. Also upped optimization settings in the project file, though no real performance difference either way is apparent from casual inspection. Considered putting in a fps monitor, but it doesn't seem worth the effort. |
||
#5 | 4465 | Sam Stafford |
Genetically engineered organisms - there's now an option to seed the initial population with these relentlessly efficient creatures rather than random mutants. Kinda neat-looking, but not as organic-looking as pure evolved creatures. |
||
#4 | 4461 | Sam Stafford |
Change Scenesaver directory from HOMEPATH/Scenesaver to SYSTEMROOT/System32/Scenesaver. It turns out that screensavers run as user "SYSTEM", making the HOMEPATH strategy useless. Gr. |
||
#3 | 4458 | Sam Stafford |
Allow screenshot to capture the current buffer rather than always defaulting to the front one. (This lets people take cool "diff" screenshots.) |
||
#2 | 4457 | Sam Stafford |
After the first round of user feedback: 1) Added option to autoscale images if they don't match in size (on by default) 2) Fixed crash bug if you tried to cycle the chasecam when it had never been initialized. |
||
#1 | 4454 | Sam Stafford |
Made "Scenesaver" the canonical capitalization throughout the output strings. Checking in a binary. |