Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support reading gzipped data in merge HEAD master | June McEnroe | 2021-12-22 |
| | |||
* | Restore old data format | June McEnroe | 2019-01-04 |
| | |||
* | Use PascalCase for constants | June McEnroe | 2018-09-30 |
| | |||
* | Support CP437 in merge | June McEnroe | 2018-08-23 |
| | |||
* | Shrink the torus and rearrange struct Tile | June McEnroe | 2018-08-21 |
| | |||
* | 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. | ||
* | Tabify source | June McEnroe | 2018-07-17 |
| | | | | And other style changes. | ||
* | Use stdio in merge and meta | June McEnroe | 2018-03-05 |
| | |||
* | Rename Tile timestamps {create,modify,access}Time | 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. | ||
* | Clean up merge tool | June McEnroe | 2017-08-31 |
| | | | | | Choose the version with the most recent access if the modify times are the same. | ||
* | Choose B for tiles with equal modify times | June McEnroe | 2017-08-31 |
| | | | | This way newer access counts and times will be preserved. | ||
* | Add quick data file merge tool | June McEnroe | 2017-08-31 |
Hopefully I won't have to use it ever again. |