~ubuntu-branches/ubuntu/quantal/xscreensaver/quantal

« back to all changes in this revision

Viewing changes to hacks/maze.c

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2008-08-28 16:15:25 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080828161525-mxga521aoezxjq8h
Tags: 5.07-0ubuntu1
* Upgrade upstream version
* debian/control: Remove suggest xdaliclock as it is no longer
  included
* Remove 10_jwz-screensaver-randr-patch-3.patch as it has been merged
  upstream.
* Add 24_hacks_xsublim_enable.patch as it seems that xsublim was dropped
  from the build files.  There is nothing in the Changelog about it
  so I believe it was accidental.
* Updating the .desktop files from the XML files using gnome-screensaver's
  utility to do so.  Lots of text updates.  Also:
    * Added: abstractile.desktop
    * Added: cwaves.desktop
    * Added: m6502.desktop
    * Added: skytentacles.desktop
    * Removed: xteevee.desktop
* xscreensaver-gl-extra.files: Added skytentacles
* xscreensaver-data-extra.files: Added abstractile, cwaves and m6502
* xscreensaver-data.files: Remove partial abstractile, m6502 and cwaves

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
    }
295
295
  else
296
296
    st->logo_y = st->logo_x = -1;
 
297
 
 
298
  /* #### should mask out the cells covered by the FPS display if "doFPS"
 
299
          is true.  But that's hard, because the "logo_x" crap that does
 
300
          that trick for the logo is scattered all around the code... */
297
301
}
298
302
 
299
303
static int choose_door (struct state *st);
1573
1577
static const char *maze_defaults[] = {
1574
1578
  ".background:    black",
1575
1579
  ".foreground:    white",
 
1580
  "*fpsSolid:      true",
1576
1581
  "*gridSize:      0",
1577
1582
  "*generator:     -1",
1578
1583
  "*maxLength:     5",
1579
1584
  "*bridge:        False",
1580
1585
  "*ignorant:      False",
1581
1586
 
1582
 
  "*solveDelay:    5000",
 
1587
  "*solveDelay:    10000",
1583
1588
  "*preDelay:      2000000",
1584
1589
  "*postDelay:     4000000",
1585
1590