Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use PascalCase for constants | June McEnroe | 2018-09-30 |
| | |||
* | Dump HELP_DATA with client -h ansi | June McEnroe | 2018-08-27 |
| | |||
* | Map modifyCount on log scale | June McEnroe | 2018-08-26 |
| | |||
* | Leave line mode with . | June McEnroe | 2018-08-26 |
| | |||
* | Add line mode | June McEnroe | 2018-08-25 |
| | |||
* | Fix key code handling | June McEnroe | 2018-08-25 |
| | |||
* | Implement map rendering | June McEnroe | 2018-08-25 |
| | |||
* | Fill in the help page | June McEnroe | 2018-08-24 |
| | | | | Also display it before connecting to the socket. | ||
* | Always interpret space as space | June McEnroe | 2018-08-24 |
| | |||
* | Separate 8, 9 and *, ( | June McEnroe | 2018-08-24 |
| | |||
* | Add copy and paste | June McEnroe | 2018-08-24 |
| | |||
* | Add client-side help page | June McEnroe | 2018-08-24 |
| | |||
* | Add g for flip | June McEnroe | 2018-08-23 |
| | |||
* | Implement I, directional insert | June McEnroe | 2018-08-23 |
| | |||
* | Add C-l to redraw | June McEnroe | 2018-08-23 |
| | |||
* | Implement R | June McEnroe | 2018-08-22 |
| | |||
* | Implement r | June McEnroe | 2018-08-22 |
| | |||
* | Add F-keys to set shift | June McEnroe | 2018-08-22 |
| | |||
* | Add C-a and C-x | June McEnroe | 2018-08-22 |
| | |||
* | Implement ` ~ and x | June McEnroe | 2018-08-22 |
| | |||
* | Fix black-on-black once again | June McEnroe | 2018-08-22 |
| | |||
* | Track cell{X,Y} client-side and implement swaps | June McEnroe | 2018-08-21 |
| | |||
* | Maintain a tile client-side and support cursors | June McEnroe | 2018-08-21 |
| | |||
* | Replace client with rudimentary CP437 support | 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 ce13621292bdfeafd7c6561c432a1d96deccbd3a and commits after it. | ||
* | Fix color pairs once and for all v1 | June McEnroe | 2018-08-05 |
| | | | | | | | | | 8/16 color setup adapted from chat/ui.c. termcap patch hack no longer required. Black on black and bright black now work. Nothing will appear bold anymore on 256-color terminals. The keys for black have definitely always been in the help. You just didn't notice. | ||
* | Fix NaNs in serverMap | June McEnroe | 2018-07-23 |
| | | | | | | When there are very few touched tiles, even if they are recent, they will appear blue, because timeMin is also recent. I should figure out how to fix that. | ||
* | Add map to client | June McEnroe | 2018-07-22 |
| | |||
* | Refactor readInput for each mode | June McEnroe | 2018-07-21 |
| | |||
* | Add ARRAY_LEN macro | June McEnroe | 2018-07-19 |
| | |||
* | 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 9a6c9c91c8092603b914cc0b3085d059e162ca29. | ||
* | 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 |
| |