home · contact · privacy
Re-wrote large parts of the server client architecture. No more fifo.
[plomrogue] / src / client / control.c
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...