smelc
|
dde6d43e12
Delete stuff I don't use
|
hace 7 años |
smelc
|
ad8dd81053
Remove tests files
|
hace 7 años |
smelc
|
a57288f503
Add gradle in .gitignore
|
hace 7 años |
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
|
hace 7 años |
smelc
|
85d6637afb
Remove SquidTags
|
hace 7 años |
smelc
|
d31aa0e314
Add Zone::getInternalBorder
|
hace 7 años |
smelc
|
10b3cd6124
Add Zone::extend and Zone::getExternalBorder
|
hace 7 años |
smelc
|
a73e0b565d
Add Zone::translate(Coord) and Zone::translate(int, int)
|
hace 7 años |
smelc
|
d87fc75e8a
Add Eclipse files
|
hace 7 años |
smelc
|
c63d7a189f
Delete more stuff that I don't use
|
hace 7 años |
smelc
|
62a17b9019
Delete stuff I don't use
|
hace 7 años |
smelc
|
dd5a8282c1
Remove dependency on RegExodus
|
hace 7 años |
smelc
|
e8b5919634
Add @GwtIncompatible to AStarSearch::toString
|
hace 7 años |
smelc
|
9b03cf417d
Minor additions to existing APIs (IColoredString, AStarSearch) + avoid out of bound in RectangleRoomFinder + handle empty panel in LinesPanel
|
hace 7 años |
smelc
|
faca21f70b
Add Zone::getDiagonal method + add method to retrieve list underlying ListZone
|
hace 7 años |
smelc
|
dfae4c1601
Bugfix in Rectangle::contains(Coord)
|
hace 7 años |
smelc
|
266a905da4
More methods in Zone, with default implementations; and some tuned ones in Rectangle
|
hace 7 años |
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.
|
hace 7 años |
smelc
|
84c6e20cad
Add method getRandomCellsIterable to RNG, to iterate randomly over cells of a map
|
hace 7 años |
smelc
|
cd17cc5774
Détails in ColoredStringList and IColoredString
|
hace 7 años |
smelc
|
68bf6bee96
gradle: Add libgdx's desktop dependency only for tests + add task to run EverythingDemoLauncher from the command line
|
hace 7 años |
smelc
|
63193fd4e1
Add build files for gradle
|
hace 7 años |
smelc
|
c75e0afab8
Add UIUtil::drawPossiblyElipsedText + make a method of IColorCenter null-resistant
|
hace 7 años |
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)
|
hace 8 años |
Tommy Ettinger
|
6c06e6cf26
Small change in SquidPanel should help some games
|
hace 8 años |
Tommy Ettinger
|
2dc2d3592e
Mid-quality version of Norse in FLG
|
hace 8 años |
Tommy Ettinger
|
cc04821c3f
Merge pull request #133 from smelc/master
|
hace 8 años |
smelc
|
cfdec42383
Merge vanilla SquidLib into my fork
|
hace 8 años |
smelc
|
2b08e87d4d
Reduce allocations in FOV by reusing the previously returned array + simplify Rectangle.Utils::getBorder's implementation + add classical 'gimme an ArrayList' buffer to shuffle method in RNG
|
hace 8 años |
smelc
|
c140e89b53
Get closer to vanilla SquidLib again
|
hace 8 años |