summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-22Add stub for joining roomsDavid McMackins II
2017-02-18Add GETROOMS requestDavid McMackins II
2017-02-17Limit names to 16 charactersDavid McMackins II
2017-02-17Prevent both players having the same nameDavid McMackins II
2017-02-17Add SETNAME to server sideDavid McMackins II
2017-02-17Add string split function to string typeDavid McMackins II
2017-02-17Add string startswith functionDavid McMackins II
2017-02-12Make DC actually do something besides reportDavid McMackins II
2017-02-12Add DC commandDavid McMackins II
2017-02-04Add quick ref to other clientDavid McMackins II
2017-01-30Add outline for processingDavid McMackins II
2017-01-20Implement recv loopDavid McMackins II
2017-01-18Fix cleanup routineDavid McMackins II
2017-01-16Add toggle turn functionDavid McMackins II
2017-01-13Add processing queueDavid McMackins II
2017-01-12Get rid of ConnectedClient classDavid McMackins II
2017-01-11Rename die functionDavid McMackins II
2017-01-10Use nil for no winnerDavid McMackins II
2017-01-09Change to infinite loopDavid McMackins II
2017-01-08Add initial game stateDavid McMackins II
2017-01-07Get rid of ConnectedClient:process()David McMackins II
2017-01-06Add pieces fieldDavid McMackins II
2017-01-05Implement dieDavid McMackins II
2017-01-04Add server loopDavid McMackins II
2017-01-03Add stub for server loopDavid McMackins II
2017-01-02Add stub for request processingDavid McMackins II
2017-01-01Begin networking codeDavid McMackins II
2016-02-28Fix ambiguity in game rulesDavid McMackins II
2016-02-27Add starting menu stateDavid McMackins II
2016-02-26Change to state-based gameDavid McMackins II
2016-02-25Always include all Lua source filesDavid McMackins II
2016-02-25Use game studios logoDavid McMackins II
2016-01-29Allow multiple buttons' release triggers to activateDavid McMackins II
2016-01-29Improve button graphics and behaviorDavid McMackins II
2016-01-28Use LOVE feature to increase line width instead of artificiallyDavid McMackins II
2016-01-27Disallow splitting if size less than starting sizeDavid McMackins II
2016-01-17Move board squares on top of gridDavid McMackins II
2016-01-16Fixed new input changes for LOVE 0.10David McMackins II
2016-01-07Add trademark agreement to executableDavid McMackins II
2016-01-07Add missing link to trademark agreement pageDavid McMackins II
2016-01-05Remove window size function name hackDavid McMackins II
2016-01-04Add resource license to portable archiveDavid McMackins II
2016-01-03Bump copyright year for changesDavid McMackins II
2016-01-03Fix bug where kings could be duplicated by splitting into one's own back rowDavid McMackins II
2016-01-03Add hack for window properties to work properly in LÖVE 0.10.xDavid McMackins II
2015-12-08Merge branch 'master' of ssh://git.delwink.com:29418/agario-checkersDavid McMackins II
2015-12-08Add license for non-software portionsDavid McMackins II
2015-11-12Declare version dependencyDavid McMackins II
2015-11-07Fix win condition when only two pieces are presentDavid McMackins II
2015-11-07Improve comments in draw functionDavid McMackins II