Commit message (Collapse) | Author | ||
---|---|---|---|
2018-03-05 | Clean up spawn constants | June McEnroe | |
2018-03-05 | Rename Tile timestamps {create,modify,access}Time | June McEnroe | |
2018-03-05 | Pack message type enums | June McEnroe | |
2018-03-05 | Undef COLOR_ constants in torus.h | June McEnroe | |
2018-03-05 | Generate tags | June McEnroe | |
2017-10-03 | Simplify Makefile with pattern rule | June McEnroe | |
Insert rant about how GNU make handles the .c rule with extra dependencies. Also I don't care that everything links curses now. | |||
2017-09-27 | Remove leading blank lines | June McEnroe | |
2017-09-27 | Add merge.c to README | June McEnroe | |
2017-09-03 | Assert client coords are valid after movement | June McEnroe | |
2017-09-03 | Relicense AGPL | June McEnroe | |
I know it's already published under a permissive license in what is probably its final form, but I want to license it AGPL anyway on principle following some conversations I had about open source, corporations and copyleft. | |||
2017-09-01 | Revert "Add client readOnly mode" | June McEnroe | |
This reverts commit 34f25ae40a3db9369e9d98b3814f2b93bbc21451. | |||
2017-09-01 | Remove clientRemove call from clientCast | June McEnroe | |
If an error occurs on a client socket during a broadcast, that client will show up in the kqueue loop with EV_EOF and get removed that way. Tested by sending SIGKILL to a client and watching its cursor disappear. | |||
2017-09-01 | Add client readOnly mode | June McEnroe | |
2017-08-31 | Clean up merge tool | June McEnroe | |
Choose the version with the most recent access if the modify times are the same. | |||
2017-08-31 | Choose B for tiles with equal modify times | June McEnroe | |
This way newer access counts and times will be preserved. | |||
2017-08-31 | Add quick data file merge tool | June McEnroe | |
Hopefully I won't have to use it ever again. | |||
2017-08-30 | Use only foreground color for selecting spawn | June McEnroe | |
2017-08-29 | Add four additional spawns | June McEnroe | |
2017-08-28 | Add respawning | June McEnroe | |
2017-08-26 | Move license above includes | June McEnroe | |
Why was it down there? | |||
2017-08-26 | Snapshot metadata | June McEnroe | |
2017-08-26 | Add meta.c to README | June McEnroe | |
2017-08-26 | Use Makefile | June McEnroe |