lib: misc typos
[nit.git] / lib / a_star.nit
2017-07-28 Alexis Laferrièrelib: misc typos
2016-05-21 Alexis Laferrièrelib/a_star: intro `find_closest`
2015-08-29 Alexis Laferrièrelib: improve synopsis and doc of many libs
2015-08-29 Alexis Laferrièrelib/a_star & sdl: fix warnings
2015-08-07 Jean Privatlib: make some classes abstract
2015-05-29 Alexis Laferrièrelib/a_star: update to use `serialize` instead of `auto_...
2015-05-25 Alexis Laferrièrelib/a_star: update `a_star` to be serializable
2015-04-14 Jean Privatlib/a_star: avoid bad autocast
2014-12-13 Alexis LaferrièreMerge branch 'master' into path
2014-12-10 Alexandre Terrasalib/a_star: fixes useless type declarations
2014-12-09 Alexis Laferrièrelib/a_star: rename `Path` to `AStarPath`
2014-11-27 Alexis Laferrièrelib/a_star: add missing doc
2014-11-27 Alexis Laferrièrelib/a_star: clean up inits
2014-11-17 Alexis Laferrièrea_star: remove debug options (even unused, they take...
2014-09-25 Alexis Laferrièrelib/a_star: find alternative targets on path
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-04-25 Jean Privatlib: fix some nitunit tests, thanks to the new features...
2014-03-12 Alexis Laferrièrelib/a_star: minor style cleanup
2014-03-12 Alexis Laferrièrelib/a_star: fix use of virtual type in Node::path_to
2014-02-28 Alexis Laferrièredoc: modified comment for a_star
2013-11-26 Jean Privata_star: remove find_closest because of clpsure
2013-11-14 Alexis Laferrièrelib/a_star: adds doc to Link class
2013-11-14 Alexis Laferrièrelib/a_star: use asserts in module documentation
2013-11-07 Alexis Laferrièrelib/a_star: fix check for max_cost (is more reliable)
2013-11-07 Alexis Laferrièrelib/a_star: fix use of virtual types in PathContext
2013-11-07 Alexis Laferrièrelib/a_star: use heuristic (it is now A*)
2013-11-07 Alexis Laferrièrelib/a_star: minor clean up
2013-11-07 Alexis Laferrièrelib/a_star: adds a larger test
2013-11-07 Alexis Laferrièrelib/a_star: replace some class parameters with virtual...
2013-11-07 Alexis Laferrièrelib/a_star: renames virtual type E to N
2013-11-07 Alexis Laferrièrelib: intro the a_star module (even though it is not...