Log message:
update to 5.10
changes:
-bugfixes
-Ported to MacOS 10.6, including various 64-bit fixes
-Merged juggle and juggler3d hacks
-New hack, surfaces, incorporating objects from old klein hack, plus
new ones
-New hack, rubikblocks
-Retired hypercube and hyperball, which are redundant with polytopes
-updates to various hacks
|
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
Log message:
update to 5.08
changes:
New hack, photopile.
Rewrote sonar and jigsaw as OpenGL programs.
Minor tweaks to maze, m6502, hypnowheel, and timetunnel.
Savers that load images now obey EXIF rotation tags.
Arrgh, more RANDR noise! Fixes this time for rotated screens, and for
systems where RANDR lies and says the screen size is 0x0.
When the password dialog has timed out or been cancelled, don't pop it
right back up a second time.
Password timeouts/cancels don't count as ``failed logins''.
Retired some of the older, less interesting savers: say goodbye to
bubbles, critical, flag, forest, glforestfire, lmorph, laser, lightning,
lisa, lissie, rotor, sphere, spiral, t3d, vines, whirlygig, and worm.
Merged munch and mismunch.
Updated webcollage to use twitpic.com as well.
|
Log message:
update to 5.06
changes:
Xinerama/RANDR fixes: this time for sure. It should now work to add/remove
monitors or resize screens at any time.
New hack, skytentacles.
New version of gleidescope.
Added the -log option to the xscreensaver daemon, since a truly shocking
number of Linux users seem to have no idea how to redirect output to a
file.
Added -duration arg to most image-loading hacks, so that they pick a new
image every few minutes.
Added an ATM crash to BSOD.
|