~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to src/stones/PuzzleStone.hh

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2013-04-06 14:54:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130406145402-jgjrtk7hac8gtvza
Tags: 1.20-dfsg.1-1
* New upstream release (Closes: #704595)
  (Repacked: dropped zipios++ source and main menu music)
* Update watch file, sf.net again.
* Fix documentation links (Closes: #653508)
* Conflict with enigma-level-previews to encourage deinstallation
  (Pregenerated level previews were only used with version 1.01)
* Use dh7 for building instead of CDBS
* Update to policy 3.9.4.0 (no changes)
* Register documentation with doc-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        void markList(PuzzleList &list, bool visited);
123
123
        bool checkConnected(PuzzleList &todo, PuzzleStone *source, Direction dir, int color);
124
124
        bool findFragment(PuzzleList &cluster, bool keepMarked = false);
125
 
        bool checkNeighbor(PuzzleList &todo, PuzzleStone *source, Direction dir, int color);
126
 
        bool findAdjacents(PuzzleList &huddle);
 
125
        void checkNeighbor(PuzzleList &todo, PuzzleStone *source, Direction dir, int color);
 
126
        void findAdjacents(PuzzleList &huddle);
127
127
        int  findLine(PuzzleList &line, Direction dir, int color);
128
128
        
129
129
        bool moveCluster(bool waterSink, Direction dir, bool checkOnly = false);