about summary refs log tree commit diff homepage
path: root/client.c (follow)
Commit message (Collapse)AuthorAge
* Remove capsicum supportJune McEnroe2021-10-17
|
* Fix backspace on OpenBSDJune McEnroe2021-09-28
| | | | Woops! Insert mode without backspace sucks.
* OpenBSD: pledge(2) clientJune McEnroe2021-09-26
|
* Replace strlcpy with snprintfJune McEnroe2021-09-20
| | | | This removes the last BSD-specific call.
* Draw lines to tile edgeJune McEnroe2019-01-08
|
* Factor out default pathsJune McEnroe2019-01-08
|
* Add cap_rights_limit calls to client and serverJune McEnroe2019-01-04
|
* Add teleportationJune McEnroe2019-01-04
| | | | "Spawns" in the old code.
* Add simplified speed controlJune McEnroe2019-01-04
|
* Add indicator of current position in mapJune McEnroe2019-01-04
|
* Disable flipJune McEnroe2019-01-04
|
* Restore old data formatJune McEnroe2019-01-04
|
* Call cap_enter in client and server v2June McEnroe2018-11-29
|
* Add -s flag to clientJune McEnroe2018-10-12
|
* Use PascalCase for constantsJune McEnroe2018-09-30
|
* Dump HELP_DATA with client -h ansiJune McEnroe2018-08-27
|
* Map modifyCount on log scaleJune McEnroe2018-08-26
|
* Leave line mode with .June McEnroe2018-08-26
|
* Add line modeJune McEnroe2018-08-25
|
* Fix key code handlingJune McEnroe2018-08-25
|
* Implement map renderingJune McEnroe2018-08-25
|
* Fill in the help pageJune McEnroe2018-08-24
| | | | Also display it before connecting to the socket.
* Always interpret space as spaceJune McEnroe2018-08-24
|
* Separate 8, 9 and *, (June McEnroe2018-08-24
|
* Add copy and pasteJune McEnroe2018-08-24
|
* Add client-side help pageJune McEnroe2018-08-24
|
* Add g for flipJune McEnroe2018-08-23
|
* Implement I, directional insertJune McEnroe2018-08-23
|
* Add C-l to redrawJune McEnroe2018-08-23
|
* Implement RJune McEnroe2018-08-22
|
* Implement rJune McEnroe2018-08-22
|
* Add F-keys to set shiftJune McEnroe2018-08-22
|
* Add C-a and C-xJune McEnroe2018-08-22
|
* Implement ` ~ and xJune McEnroe2018-08-22
|
* Fix black-on-black once againJune McEnroe2018-08-22
|
* Track cell{X,Y} client-side and implement swapsJune McEnroe2018-08-21
|
* Maintain a tile client-side and support cursorsJune McEnroe2018-08-21
|
* Replace client with rudimentary CP437 supportJune McEnroe2018-08-21
|
* Shrink the torus and rearrange struct TileJune McEnroe2018-08-21
|
* Remove spawnsJune McEnroe2018-08-21
| | | | | This reverts ce13621292bdfeafd7c6561c432a1d96deccbd3a and commits after it.
* Fix color pairs once and for all v1June McEnroe2018-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 serverMapJune McEnroe2018-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 clientJune McEnroe2018-07-22
|
* Refactor readInput for each modeJune McEnroe2018-07-21
|
* Add ARRAY_LEN macroJune McEnroe2018-07-19
|
* Tabify sourceJune McEnroe2018-07-17
| | | | And other style changes.
* Fix ncurses color pair numberingJune McEnroe2018-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 unionJune McEnroe2018-04-09
|
* Replace #define with enum or const where possibleJune McEnroe2018-04-09
|
* Miscellaneous code cleanupJune McEnroe2018-03-05
|