Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tabify source | June McEnroe | 2018-07-17 |
| | | | | And other style changes. | ||
* | Fix ncurses color pair numbering | June McEnroe | 2018-05-13 |
| | | | | | This was dumb. Of course all the color pairs fit in 64, but I was shifting too much because my own representation includes the bright bit. | ||
* | Use anonymous union | June McEnroe | 2018-04-09 |
| | |||
* | Replace #define with enum or const where possible | June McEnroe | 2018-04-09 |
| | |||
* | Miscellaneous code cleanup | June McEnroe | 2018-03-05 |
| | |||
* | Pass message structs by value | 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 |
| | |||
* | Use only foreground color for selecting spawn | June McEnroe | 2017-08-30 |
| | |||
* | Add four additional spawns | June McEnroe | 2017-08-29 |
| | |||
* | Add respawning | June McEnroe | 2017-08-28 |
| | |||
* | Use Makefile | June McEnroe | 2017-08-26 |
| | |||
* | Add license to C files | June McEnroe | 2017-08-24 |
| | | | | I feel like doing this now. | ||
* | Check COLOR_PAIRS in client | June McEnroe | 2017-08-08 |
| | |||
* | Add put mode | June McEnroe | 2017-08-08 |
| | | | | This is what replace mode used to do. | ||
* | Move in insert direction on ~ | June McEnroe | 2017-08-02 |
| | |||
* | Preserve color on replace | June McEnroe | 2017-08-02 |
| | |||
* | Use designated initializers for messages | June McEnroe | 2017-07-31 |
| | | | | I did not realize this syntax was so powerful. | ||
* | Show other clients' cursors | June McEnroe | 2017-07-31 |
| | | | | Also unfuck removing on send failure. | ||
* | Perform enter as two moves rather than a loop | June McEnroe | 2017-07-31 |
| | |||
* | Adjust move speed in client | June McEnroe | 2017-07-31 |
| | |||
* | Persist bright across color changes | June McEnroe | 2017-07-30 |
| | |||
* | Support background colors | June McEnroe | 2017-07-30 |
| | |||
* | Track color only client-side | June McEnroe | 2017-07-30 |
| | |||
* | Add ostensible support for background colors | June McEnroe | 2017-07-30 |
| | |||
* | Add ` command | June McEnroe | 2017-07-30 |
| | |||
* | Initial commit | June McEnroe | 2017-07-30 |