Commit History

Author SHA1 Message Date
  smelc 453dd6f94c Update build.gradle file and commit versions of .project/.classpath generated by Eclipse's buildship 7 years ago
  smelc 7106b139bc Update .classpath and .project 7 years ago
  smelc f3fe5e4231 Delete doc + add .classpath and .project 7 years ago
  smelc d483f070c7 Fixes in Zone::getInternalBorder and Rectangle::getExternalBorder 7 years ago
  smelc 1d074df4e0 Harmonize some comments with public SquidLib 7 years ago
  smelc 856a98d19a Delete stuff I don't use 7 years ago
  smelc dde6d43e12 Delete stuff I don't use 7 years ago
  smelc ad8dd81053 Remove tests files 7 years ago
  smelc a57288f503 Add gradle in .gitignore 7 years ago
  smelc 7fe090df18 Allow cardinal directions in Rectangle.Util.getCorner(Rectangle, Direction) + add convenience implementations of size() and contains(int, int) in Zone.Skeleton + document how to proceed to implement a Zone correctly 7 years ago
  smelc 85d6637afb Remove SquidTags 7 years ago
  smelc d31aa0e314 Add Zone::getInternalBorder 7 years ago
  smelc 10b3cd6124 Add Zone::extend and Zone::getExternalBorder 7 years ago
  smelc a73e0b565d Add Zone::translate(Coord) and Zone::translate(int, int) 7 years ago
  smelc d87fc75e8a Add Eclipse files 7 years ago
  smelc c63d7a189f Delete more stuff that I don't use 7 years ago
  smelc 62a17b9019 Delete stuff I don't use 7 years ago
  smelc dd5a8282c1 Remove dependency on RegExodus 7 years ago
  smelc e8b5919634 Add @GwtIncompatible to AStarSearch::toString 7 years ago
  smelc 9b03cf417d Minor additions to existing APIs (IColoredString, AStarSearch) + avoid out of bound in RectangleRoomFinder + handle empty panel in LinesPanel 7 years ago
  smelc faca21f70b Add Zone::getDiagonal method + add method to retrieve list underlying ListZone 7 years ago
  smelc dfae4c1601 Bugfix in Rectangle::contains(Coord) 7 years ago
  smelc 266a905da4 More methods in Zone, with default implementations; and some tuned ones in Rectangle 7 years ago
  smelc aa621c0738 Make Zone a subtype of Iterable<Coord> to be able to iterate on it. Add default API-only implementation in Zone.Skeleton and provide a smart implementation in Rectangle. 7 years ago
  smelc 84c6e20cad Add method getRandomCellsIterable to RNG, to iterate randomly over cells of a map 7 years ago
  smelc cd17cc5774 Détails in ColoredStringList and IColoredString 7 years ago
  smelc 68bf6bee96 gradle: Add libgdx's desktop dependency only for tests + add task to run EverythingDemoLauncher from the command line 7 years ago
  smelc 63193fd4e1 Add build files for gradle 7 years ago
  smelc c75e0afab8 Add UIUtil::drawPossiblyElipsedText + make a method of IColorCenter null-resistant 7 years ago
  smelc 9eaa752568 Strengthen LOS::getPath's return type from Queue to LinkedList, to let clients know they can inspect it without destroying it (Queue's iteration VS list's iterator) + rename class eliasWorker to EliasWorker on the way + rename a field of EliasWorker whose name was hiding a field in LOS (discouraged, creates a decent compilers) 8 years ago