home · contact · privacy
Client: Split off parts of misc.h into interface_conf.h.
[plomrogue] / src / client / misc.c
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-10 Christian HellerAvoid doing arithmetic on a void pointer.
2014-03-10 Christian HellerIn client, keybinding databases now store keybindings...
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-01-28 Christian HellerClient: interface config reload also re-sets virtual...
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 HellerRefactored similar array append activities into array_a...
2014-01-25 Christian HellerClient: Renamed some world members, commented world...
2014-01-25 Christian HellerRemoved unnecessary NULLings of pointers, explained...
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 HellerRemoved memory leak in client's reset_windows(). (Previ...
2014-01-22 Christian HellerHandle SIGWINCH signals via reset_windows().
2014-01-22 Christian HellerClient: reload_interface_conf() calls map_center()...
2014-01-22 Christian HellerClient: Moved pad creation/sizing/deletion into (un...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...