about summary refs log tree commit diff homepage
path: root/client.c (unfollow)
Commit message (Collapse)Author
2018-11-29Call cap_enter in client and server v2June McEnroe
2018-11-29Fix make cleanJune McEnroe
2018-11-29Use png.h and config.mkJune McEnroe
2018-10-20Fix Makefile indentationJune McEnroe
2018-10-20Add install targetJune McEnroe
2018-10-20Add rc.torusJune McEnroe
2018-10-20Only use pidfile(3) on FreeBSD daemonJune McEnroe
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