Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add g for flip | June McEnroe | 2018-08-23 |
| | |||
* | Replace client with rudimentary CP437 support | June McEnroe | 2018-08-21 |
| | |||
* | Use alignas rather than attributes | June McEnroe | 2018-08-21 |
| | |||
* | Shrink the torus and rearrange struct Tile | June McEnroe | 2018-08-21 |
| | |||
* | Remove spawns | June McEnroe | 2018-08-21 |
| | | | | | This reverts 66761cd30ee1da5b820c89c38fac6caf42fbe715 and commits after it. | ||
* | Add ARRAY_LEN macro | June McEnroe | 2018-07-19 |
| | |||
* | Add server map generation | June McEnroe | 2018-07-17 |
| | |||
* | Tabify source | June McEnroe | 2018-07-17 |
| | | | | And other style changes. | ||
* | 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 34f25ae40a3db9369e9d98b3814f2b93bbc21451. | ||
* | 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 |