home · contact · privacy
Add "look" mode to query things on any cell via new THINGS_HERE command.
[plomrogue] / src / client / control.c
2014-12-06 Christian HellerAdd "look" mode to query things on any cell via new...
2014-11-21 Christian HellerClient: Remove references to removed window.
2014-11-21 Christian HellerDisplay stack of things player is standing on.
2014-11-07 Christian HellerClient: Minor code styling issue.
2014-11-07 Christian HellerClient: Restructure passing of keybinding manipulation...
2014-11-07 Christian HellerClient: Further simplify display of available keybindings.
2014-11-07 Christian HellerClient: Simplify display of available keybindings.
2014-10-09 Christian HellerLicense everything (GPL).
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...
2014-07-11 Christian HellerUse direction names instead of numbers in player move...
2014-07-10 Christian HellerClient: Send no arguments for commands where the server...
2014-07-09 Christian HellerTest return values of _all_ *printf() calls.
2014-07-09 Christian HellerReplace uses of variable-length arrays with try_malloc...
2014-07-08 Christian HellerClient: Add auto-center of map on player each new turn...
2014-04-16 Christian HellerClient: Fix crashes happening on navigation in too...
2014-03-26 Christian HellerGot rid of misc.h. Split off remains into array_append...
2014-03-26 Christian HellerClient: Split off parts of misc.h into interface_conf.h.
2014-03-26 Christian HellerClient: Split wincontrol.h off windows.h.
2014-03-18 Christian HellerIn the client, different modes of treating linebreaks...
2014-03-17 Christian HellerRe-wrote large parts of the server client architecture...
2014-03-10 Christian HellerIn client, keybinding databases now store keybindings...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-01-25 Christian HellerClient: Renamed some world members, commented world...
2014-01-25 Christian HellerMerged Win and WinConf structs, windows.h and wincontro...
2014-01-23 Christian HellerMerged world.wmeta and world.winconf_db into world...
2014-01-23 Christian HellerFixed bug that crashed the client on terminal resizing...
2014-01-22 Christian HellerClient: Optimized order in which the command matching...
2014-01-22 Christian HellerClient: Moved KeyBindingDB selection by char into keybi...
2014-01-22 Christian HellerSimplified client control library and interaction with it.
2014-01-22 Christian HellerDefine server messages and server message arguments...
2014-01-22 Christian HellerRemoved unused client command id.
2014-01-21 Christian HellerRemoved indirection in control.c and therefore unused...
2014-01-21 Christian HellerCorrected erroneous interpretation of keycodes as comma...
2014-01-21 Christian HellerMore of the same.
2014-01-21 Christian HellerSome further renaming for the same purpose (see last...
2014-01-21 Christian HellerSome variable / struct member renaming to better differ...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...