3
I Use This!
Inactive

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#4 Move-to fixes on client. More... almost 16 years ago
little fix More... almost 16 years ago
Added "euclidean" to dictionary. Respect to da Euclides, yo! More... almost 16 years ago
Stylistic and grammar upgrades on comments. More... almost 16 years ago
simplified implementation More... almost 16 years ago
#14 fixed, less nulls in AStarPathFinder More... almost 16 years ago
Simplified SimpleHeuristic implementation. More... almost 16 years ago
Player move to on click (#4) kind of implemented. AStarPathFinder throws a null pointer. Adjusted client and PlayerController to receiving failed commands. More... almost 16 years ago
Moved getMap() to the PathFinder interface. It is implied that the path finder knows the map anyway. More... almost 16 years ago
Fixed Position#isNeighbor(Position) More... almost 16 years ago
Changed Widget iterating over children from assert to exception with remembered last context. More... almost 16 years ago
LICENCE -> LICENSE More... almost 16 years ago
MySQL connector license update More... almost 16 years ago
Updated distributed MySQL JDBC connector package from 5.1.6 to 5.1.7 More... almost 16 years ago
Updated distributed SQLiteJDBC package from v053 to v054. More... almost 16 years ago
little comment update More... almost 16 years ago
checkstyle warnings removed More... almost 16 years ago
areAllPassable added More... almost 16 years ago
even more efficient implementation of getDirection More... almost 16 years ago
Fixed javadoc comment to Position#getDirection(Position) More... almost 16 years ago
more efficient implementation of getDirection(Position) More... almost 16 years ago
Updated controller to use new path interface. More... almost 16 years ago
Changed Path from direction queue to position queue. More... almost 16 years ago
Extended position methods: added direction checking and neighbor checking. More... almost 16 years ago
Added pathfinder interface and A* algorith implementation More... almost 16 years ago
#13 fixed - server sends "command failed" information More... almost 16 years ago
some logs added by em3 More... almost 16 years ago
#9 fixed, ThreadSafeMap has now reference counter. all reference counter moved to AtomicInteger More... almost 16 years ago
#8 update More... almost 16 years ago
Fixed bug #8. Client now remembers whether it sent an authentication response to server for current login state. ClientWidgetsUI displays appropriate modal messages when the former is true. More... almost 16 years ago