| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Use anonymous union | June McEnroe | 2018-04-09 |
| | | |||
| * | Replace #define with enum or const where possible | June McEnroe | 2018-04-09 |
| | | |||
| * | 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 |
| | | |||
| * | Remove leading blank lines | June McEnroe | 2017-09-27 |
| | | |||
| * | Relicense AGPL | June McEnroe | 2017-09-03 |
| | | | | | | | | 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. | ||
| * | Revert "Add client readOnly mode" | June McEnroe | 2017-09-01 |
| | | | | | This reverts commit 9a6c9c91c8092603b914cc0b3085d059e162ca29. | ||
| * | Add client readOnly mode | June McEnroe | 2017-09-01 |
| | | |||
| * | Add four additional spawns | June McEnroe | 2017-08-29 |
| | | |||
| * | Add respawning | June McEnroe | 2017-08-28 |
| | | |||
| * | Move license above includes | June McEnroe | 2017-08-26 |
| | | | | | Why was it down there? | ||
| * | Add license to torus.h as well | June McEnroe | 2017-08-24 |
| | | |||
| * | Split tile access and modify | June McEnroe | 2017-08-02 |
| | | |||
| * | Show other clients' cursors | June McEnroe | 2017-07-31 |
| | | | | | Also unfuck removing on send failure. | ||
| * | Track tile access counts | June McEnroe | 2017-07-31 |
| | | |||
| * | Track color only client-side | June McEnroe | 2017-07-30 |
| | | |||
| * | Add tile create and access timestamps | June McEnroe | 2017-07-30 |
| | | |||
| * | Assert stable struct Tile field offsets | June McEnroe | 2017-07-30 |
| | | |||
| * | Initial commit | June McEnroe | 2017-07-30 |