summaryrefslogtreecommitdiff
path: root/endgame.cpp
AgeCommit message (Collapse)Author
2020-06-18Fix a couple of compiler warnings: -Wsign-compare and -WpedanticOliver Galvin
2019-07-21Visual C++ compiler warning fixes.John Fultz
Mostly signed/unsigned/size_t mismatches, except for one case treating a bool as an integer.
2019-02-04After discussion with Jason/John, add myself as a copyright holder.John Fultz
Also, extend copyright to 2019.
2014-09-02Change GPL file headers to v3.John Fultz
Not a very interesting commit...only changes in comments.
2013-08-25Initial git commit.Jason Katz-Brown