home · contact · privacy
In client: Fix FIXME in get_keyname_to_keycode().
[plomrogue] / src / client / keybindings.c
2014-03-25 Christian HellerIn client: Fix FIXME in get_keyname_to_keycode().
2014-03-24 Christian HellerAdded -Wformat-security to gcc options, fixed point...
2014-03-10 Christian HellerIn client, keybinding databases now store keybindings...
2014-03-10 Christian HellerSome variable / struct member renaming for greater...
2014-01-28 Christian HellerAdded previously forgotten err_try_fgets library (and...
2014-01-28 Christian HellerClient: Added checks / syntax validation for config...
2014-01-25 Christian HellerClient: Renamed some world members, commented world...
2014-01-25 Christian HellerRemoved redundant calls for zeroing of memory, especial...
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 HellerRead interface config from one file (which can be set...
2014-01-22 Christian HellerIncluded <stddef.h> were NULL was used.
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-21 Christian HellerSome variable / struct member renaming to better differ...
2014-01-21 Christian HellerMinor comment-cosmetic corrections.
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...