summaryrefslogtreecommitdiff
path: root/games/crossfire/distinfo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest crossfire version.Andreas Klemm1998-08-311-3/+3
| | | | | This will be the latest version, the author has a new version in the pipeline. This version will only get bugfixes from now on.
* Update to newest version 0.94.1Andreas Klemm1998-05-081-3/+3
| | | | | | | | | Make port PREFIX clean solve gettimeofday compile problem (patch-ao) sanitize order of header file inclusion in common/porting.c so that MIN and MAX don't get redefined (patch-ap) updated PLIST added dirrm statements in PLIST to allow proper removal of package
* update port to new version 0.93.0Andreas Klemm1997-01-251-4/+3
|
* added crossfire 0.92.8Andreas Klemm1996-11-021-0/+5
crossfire is a multiplayer graphical arcade and adventure game made for X-Windows. It contains elements of various famous games like nethack and moria. There are different quests to solve, many maps make the game really interesting. Nice sound capabilities via rplay. Different players can form a team over network. Treasure and experience points will be shared equally among the players of a team. Could please someone try to fix the password authentication ?! In server/main.c the function check_passwd doesn't work properly. I made a workaround returning always ok (1) here and marked it as UGLY_PASSWORD_HACK...