home · contact · privacy
License everything (GPL).
[plomrogue] / src / client / windows.h
2014-10-09 Christian HellerLicense everything (GPL).
2014-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-03-26 Christian HellerClient: Split wincontrol.h off windows.h.
2014-03-18 Christian HellerIn the client, different modes of treating linebreaks...
2014-02-05 Christian HellerEliminated some potential problems for alternative...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
2014-01-28 Christian HellerClient: Added checks / syntax validation for config...
2014-01-25 Christian HellerMade sure client is not confused by newlines at the...
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-22 Christian HellerHandle SIGWINCH signals via reset_windows().
2014-01-22 Christian HellerClient: Moved pad creation/sizing/deletion into (un...
2014-01-22 Christian HellerClient: Changed window sizing algorithm to fix bug...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...