Skip to content

Commit

Permalink
v0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Nov 23, 2013
1 parent fb3a371 commit f4d5a0c
Show file tree
Hide file tree
Showing 76 changed files with 2,913 additions and 2,501 deletions.
30 changes: 15 additions & 15 deletions STATUS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
There are 158 Goods, 9 OKs and 56 NGs of total 223 screen savers
There are 157 Goods, 11 OKs and 55 NGs of total 223 screen savers
in XScreenSaver.

(Name) (Status) (Comment)
Expand Down Expand Up @@ -49,7 +49,7 @@ CubicGrid Good
Cynosure Good
DNALogo Good
DangerBall Good
DecayScreen NG
DecayScreen NG Black out
Deco Good
Deluxe Good
Demon Good
Expand All @@ -65,12 +65,12 @@ Extrusion Good
FadePlot Good
Fiberlamp Good
Fireworkx NG Hung up
Flag Good
Flag OK Text doesn't appear
Flame Good
FlipFlop Good
FlipScreen3D OK Blur and slow
FlipText NG
Flow NG
Flow Good
FluidBalls OK Slow
Flurry Good
FlyingToasters Good
Expand All @@ -92,7 +92,7 @@ GLText NG
Galaxy OK Flickers and slow
Gears Good
Gleidescope OK Slow
Goop OK Transparent disabled
Goop OK Transparency disabled
Grav Good
Greynetic Good
Halftone Good
Expand All @@ -107,11 +107,11 @@ Hypertorus Good
Hypnowheel Good
IFS Good
IMSMap OK Slow
Interaggregate NG Hung up
Interaggregate NG Black out
Interference Good
Intermomentary Good
JigglyPuff Good
Jigsaw NG
Jigsaw NG Black out
Juggle NG
Juggler3D NG
Julia Good
Expand All @@ -137,15 +137,15 @@ MirrorBlob OK Blur and slow
Moebius Good
MoebiusGears Good
Moire Good
Moire2 NG
Moire2 NG Black out
Molecule NG
Morph3D Good
Mountain Good
Munch Good
NerveRot Good
Noof Good
NoseGuy NG
Pacman NG
Pacman NG Bitmaps broken
Pedal Good
Penetrate Good
Penrose Good
Expand All @@ -163,14 +163,14 @@ PopSquares Good
Providence Good
Pulsar Good
Pyro NG Flickers
Qix NG
Qix NG Transparency disabled
QuasiCrystal NG
Queens Good
RDbomb NG Too slow
RDbomb OK Slow
Ripples NG Black out
Rocks Good
Rorschach Good
RotZoomer NG
RotZoomer NG Black out
Rotor Good
Rubik Good
RubikBlocks Good
Expand All @@ -194,11 +194,11 @@ StarWars NG
Starfish Good
StonerView Good
Strange NG
Substrate Good
Substrate NG Drawing bad
Superquadrics Good
Surfaces Good
Swirl NG Too slow
T3D NG Black out
T3D NG Drawing bad
Tangram NG
Thornbird Good
TimeTunnel NG
Expand All @@ -214,7 +214,7 @@ Voronoi Good
Wander Good
WhirlWindWarp Good
Whirlygig Good
Worm NG
Worm NG Drawing bad
Wormhole Good
XAnalogTV NG
XFlame Good
Expand Down
2 changes: 1 addition & 1 deletion non-wgl/bouboule.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ ENTRYPOINT ModeSpecOpt bouboule_opts = {
# endif
#endif

#include <sys/time.h>
//#include <sys/time.h>

#define ADAPT_CHECKS 50
#define ADAPT_ARC_PREFERED 150 /* Maybe the value that is the most important
Expand Down
5 changes: 2 additions & 3 deletions non-wgl/galaxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ static const char sccsid[] = "@(#)galaxy.c 4.04 97/07/28 xlockmore";

static Bool tracks = True;
static Bool spin = True;
//static Bool dbufp = False;
static Bool dbufp = True;
static Bool dbufp = False;

#define DEF_TRACKS "True"
#define DEF_SPIN "True"
//#define DEF_DBUF "False"
#define DEF_DBUF "True"
#define DEF_DBUF "False"

static XrmOptionDescRec opts[] =
{
Expand Down
1 change: 1 addition & 0 deletions non-wgl/greynetic.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ greynetic_draw (Display *dpy, Window window, void *closure)
bgc.blue = random ();
# endif /* DO_STIPPLE */

bgc.red = random(); //
if (st->grey_p)
{
fgc.green = fgc.blue = fgc.red;
Expand Down
10 changes: 9 additions & 1 deletion wgl/antinspect.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,21 @@
>
</File>
<File
RelativePath="..\xlockmore.c"
RelativePath="..\xcolor.c"
>
</File>
<File
RelativePath="..\ximage.c"
>
</File>
<File
RelativePath="..\xlockmore.c"
>
</File>
<File
RelativePath="..\xws2win.c"
>
</File>
<File
RelativePath="..\yarandom.c"
>
Expand Down
10 changes: 9 additions & 1 deletion wgl/antmaze.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,21 @@
>
</File>
<File
RelativePath="..\xlockmore.c"
RelativePath="..\xcolor.c"
>
</File>
<File
RelativePath="..\ximage.c"
>
</File>
<File
RelativePath="..\xlockmore.c"
>
</File>
<File
RelativePath="..\xws2win.c"
>
</File>
<File
RelativePath="..\yarandom.c"
>
Expand Down
10 changes: 7 additions & 3 deletions wgl/antspotlight.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,19 @@
>
</File>
<File
RelativePath="..\xlockmore.c"
RelativePath="..\xcolor.c"
>
</File>
<File
RelativePath="..\xcolor.c"
RelativePath="..\ximage.c"
>
</File>
<File
RelativePath="..\ximage.c"
RelativePath="..\xlockmore.c"
>
</File>
<File
RelativePath="..\xws2win.c"
>
</File>
<File
Expand Down
14 changes: 9 additions & 5 deletions wgl/atlantis.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -207,21 +207,25 @@
>
</File>
<File
RelativePath="..\xlockmore.c"
RelativePath="..\xcolor.c"
>
</File>
<File
RelativePath="..\xcolor.c"
RelativePath="..\ximage.c"
>
</File>
<File
RelativePath="..\ximage.c"
RelativePath="..\xlockmore.c"
>
</File>
<File
RelativePath=".\xpm-ximage.c"
>
</File>
<File
RelativePath="..\xws2win.c"
>
</File>
<File
RelativePath="..\yarandom.c"
>
Expand Down Expand Up @@ -249,11 +253,11 @@
>
</File>
<File
RelativePath="..\xws2win.h"
RelativePath=".\xpm-ximage.h"
>
</File>
<File
RelativePath=".\xpm-ximage.h"
RelativePath="..\xws2win.h"
>
</File>
<File
Expand Down
14 changes: 9 additions & 5 deletions wgl/atunnel.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,21 +203,25 @@
>
</File>
<File
RelativePath="..\xlockmore.c"
RelativePath="..\xcolor.c"
>
</File>
<File
RelativePath="..\xcolor.c"
RelativePath="..\ximage.c"
>
</File>
<File
RelativePath="..\ximage.c"
RelativePath="..\xlockmore.c"
>
</File>
<File
RelativePath=".\xpm-ximage.c"
>
</File>
<File
RelativePath="..\xws2win.c"
>
</File>
<File
RelativePath="..\yarandom.c"
>
Expand Down Expand Up @@ -253,11 +257,11 @@
>
</File>
<File
RelativePath="..\xws2win.h"
RelativePath=".\xpm-ximage.h"
>
</File>
<File
RelativePath=".\xpm-ximage.h"
RelativePath="..\xws2win.h"
>
</File>
<File
Expand Down
10 changes: 9 additions & 1 deletion wgl/blinkbox.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,21 @@
>
</File>
<File
RelativePath="..\xlockmore.c"
RelativePath="..\xcolor.c"
>
</File>
<File
RelativePath="..\ximage.c"
>
</File>
<File
RelativePath="..\xlockmore.c"
>
</File>
<File
RelativePath="..\xws2win.c"
>
</File>
<File
RelativePath="..\yarandom.c"
>
Expand Down
14 changes: 9 additions & 5 deletions wgl/blocktube.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,21 +191,25 @@
>
</File>
<File
RelativePath="..\xlockmore.c"
RelativePath="..\xcolor.c"
>
</File>
<File
RelativePath="..\xcolor.c"
RelativePath="..\ximage.c"
>
</File>
<File
RelativePath="..\ximage.c"
RelativePath="..\xlockmore.c"
>
</File>
<File
RelativePath=".\xpm-ximage.c"
>
</File>
<File
RelativePath="..\xws2win.c"
>
</File>
<File
RelativePath="..\yarandom.c"
>
Expand All @@ -229,11 +233,11 @@
>
</File>
<File
RelativePath="..\xws2win.h"
RelativePath=".\xpm-ximage.h"
>
</File>
<File
RelativePath=".\xpm-ximage.h"
RelativePath="..\xws2win.h"
>
</File>
<File
Expand Down
10 changes: 7 additions & 3 deletions wgl/boing.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,19 @@
>
</File>
<File
RelativePath="..\xlockmore.c"
RelativePath="..\xcolor.c"
>
</File>
<File
RelativePath="..\xcolor.c"
RelativePath="..\ximage.c"
>
</File>
<File
RelativePath="..\ximage.c"
RelativePath="..\xlockmore.c"
>
</File>
<File
RelativePath="..\xws2win.c"
>
</File>
<File
Expand Down
Loading

0 comments on commit f4d5a0c

Please sign in to comment.