~ubuntu-branches/ubuntu/oneiric/wesnoth-1.8/oneiric

« back to all changes in this revision

Viewing changes to src/pathfind/astarsearch.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2011-05-13 00:15:06 UTC
  • mfrom: (2.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110513001506-ta747llb7eqzhehg
Tags: 1:1.8.6-1
* New upstream stable release.
* Bump Standards-Version to 3.9.2.
* Fix patch wesnothd-name to really find the proper binary (closes: #617945)
* Fix dpkg-divert handling to not fail when wesnoth-1.8-core and
  wesnoth-1.9-core are installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: astarsearch.cpp 41510 2010-03-08 14:08:47Z silene $ */
 
1
/* $Id: astarsearch.cpp 48450 2011-02-08 20:55:18Z mordante $ */
2
2
/*
3
3
   Copyright (C) 2003 by David White <dave@whitevine.net>
4
 
                 2005 - 2010 by Guillaume Melquiond <guillaume.melquiond@gmail.com>
 
4
                 2005 - 2011 by Guillaume Melquiond <guillaume.melquiond@gmail.com>
5
5
   Part of the Battle for Wesnoth Project http://www.wesnoth.org/
6
6
 
7
7
   This program is free software; you can redistribute it and/or modify