about summary refs log tree commit diff homepage
path: root/torus.h (unfollow)
Commit message (Collapse)Author
2018-10-14Add server daemonizationJune McEnroe
2018-10-12Replace torus.7 with torus.1June McEnroe
2018-10-12Add -s flag to clientJune McEnroe
2018-10-12Add -d and -s flags to serverJune McEnroe
2018-10-11Refactor image.cJune McEnroe
2018-10-10Ignore imageJune McEnroe
2018-10-10Add PNG rendererJune McEnroe
2018-10-07Link staticallyJune McEnroe
2018-09-30Use PascalCase for constantsJune McEnroe
2018-08-27Dump HELP_DATA with client -h ansiJune McEnroe
2018-08-26Map modifyCount on log scaleJune McEnroe
2018-08-26Update help pageJune McEnroe
2018-08-26Leave line mode with .June McEnroe
2018-08-25Add line modeJune McEnroe
2018-08-25Fix key code handlingJune McEnroe
2018-08-25Add .o rule for BSD makeJune McEnroe
2018-08-25Revert "Explicitly build from .o objects"June McEnroe
This reverts commit 8f73696d3577a2c65b040838597a1710097c5488.
2018-08-25Remove -lmJune McEnroe
Map rendering uses only integer arithmetic this time.
2018-08-25Explicitly build from .o objectsJune McEnroe
Otherwise BSD make just builds the binaries from the .c files directly, ignoring the .h dependencies.
2018-08-25Implement map renderingJune McEnroe
2018-08-25Shrink mapJune McEnroe
2018-08-25Send now in mapJune McEnroe
2018-08-25Calculate min and max meta for map server-sideJune McEnroe
2018-08-24Fill in the help pageJune McEnroe
Also display it before connecting to the socket.
2018-08-24Always interpret space as spaceJune McEnroe
2018-08-24Separate 8, 9 and *, (June McEnroe
2018-08-24Add copy and pasteJune McEnroe
2018-08-24Add client-side help pageJune McEnroe
2018-08-23Remove helpJune McEnroe
2018-08-23Add g for flipJune McEnroe
2018-08-23Implement I, directional insertJune McEnroe
2018-08-23Add C-l to redrawJune McEnroe
2018-08-23Support CP437 in mergeJune McEnroe
2018-08-22Add ssh:// links to index.htmlJune McEnroe
2018-08-22Implement RJune McEnroe
2018-08-22Implement rJune McEnroe
2018-08-22Add F-keys to set shiftJune McEnroe
2018-08-22Add C-a and C-xJune McEnroe
2018-08-22Implement ` ~ and xJune McEnroe
2018-08-22Fix black-on-black once againJune McEnroe
2018-08-21Track cell{X,Y} client-side and implement swapsJune McEnroe
2018-08-21Maintain a tile client-side and support cursorsJune McEnroe
2018-08-21Replace client with rudimentary CP437 supportJune McEnroe
2018-08-21Use alignas rather than attributesJune McEnroe
2018-08-21Shrink the torus and rearrange struct TileJune McEnroe
2018-08-21Remove spawnsJune McEnroe
This reverts ce13621292bdfeafd7c6561c432a1d96deccbd3a and commits after it.
2018-08-21Clean up MakefileJune McEnroe
Having .o files depend on .h files works correctly everywhere, it seems.
2018-08-05Fix color pairs once and for all v1June McEnroe
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.
2018-08-05Add chat to index.htmlJune McEnroe
2018-07-25Set client sockets SNDBUF to twice tile sizeJune McEnroe
On Darwin and FreeBSD, this is already the default buffer size, but on (32-bit?) NetBSD, it's only 4K.