~ubuntu-branches/ubuntu/saucy/freecell-solver/saucy

« back to all changes in this revision

Viewing changes to CREDITS

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2009-03-15 23:42:21 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090315234221-sx95hxyfyfgi0pja
Tags: 2.16.0-1
* Imported Upstream version 2.16.0 (closes: #518440)
* cmake is the new buildsystem

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Shlomi Fish (me) - doing most of the work on Freecell Solver.
2
 
 
3
 
Eric Warmenhoven - sending a program that generates the board of GNOME 
4
 
Freecell.
5
 
 
6
 
Hai Huang - noting several boards of Microsoft Freecell that could not be
7
 
solved by Freecell Solver.
8
 
 
9
 
Magnus Reftel - noting the correct procedure for calculating how many cards 
10
 
can be moved as a function of the free freecells and free stacks.
11
 
 
12
 
Colin Plumb - writing the MD5 code.
13
 
 
14
 
Ron Rivest - inventing the MD5 hashing algorithm.
15
 
 
16
 
Jim Horne - supplying the shuffling algorithm for 
17
 
Microsoft Freecell/Freecell Pro.
18
 
 
19
 
Tom Holroyd - sending several Seahaven Towers games which Freecell Solver
20
 
was unable to solve, thus making me improve the algorithm.
21
 
 
22
 
Markus F. X. J. Oberhumer - writing PySol on whose code the board generation
23
 
program for it is based. Also, contributing some patches.
24
 
 
25
 
Justin-Heyes Jones - wrote a nice introduction to the A* algorithm, and 
26
 
wrote the basis for the pqueue.c code.
27
 
 
28
 
Stephan Kulow - integrated Freecell Solver into the kpat Solitaire suite for
29
 
KDE 2.1 and onwards; reported several bugs and memory leaks.
30
 
 
31
 
Michael Keller - Contributing some useful input about some minor features
32
 
lacking and the Spades/Clubs mix-up.
33
 
 
34
 
GeYong - He created Freecell Tool, whose randomized scan provided 
35
 
inspiration for the random-DFS scan of Freecell Solver.
36
 
 
37
 
Adrian Ettlinger - Integrating Freecell Solver into "Freecell Pro", and
38
 
contributing some input.
39
 
 
40
 
The perl 5.x Hackers - I copied its hash function.
41
 
 
42
 
Gergeley Kontra - wrote a Vim script to align text which I used.
43
 
 
44
 
Bob Jenkins - wrote the lookup2 hash function, which I now use as the
45
 
primary hash.
46
 
(check http://burtleburtle.net/bob/hash/)
47
 
 
48
 
Tzafrir Cohen - His "RPM" lecture provided help in creating the RPM
49
 
Spec.
50
 
 
51
 
Yotam Rubin - Preparing an initial Debian Package.
52
 
 
53
 
Risko Gergely - Maintaining the current Debian Package.
54
 
 
55
 
Chris Moore - Pointing to an out-of-date comment regarding the 
56
 
MAX_NUM_CARDS_IN_A_STACK which I updated.
57