home · contact · privacy
License everything (GPL).
[plomrogue] / src / client / wincontrol.c
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-17 Christian HellerRemove redundant uses of NULL.
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
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-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-04-13 Christian HellerClient: Minor code restyling in place_win().
2014-04-13 Christian HellerClient: Clear up place_win() code, improve its comments.
2014-03-26 Christian HellerClient: Split wincontrol.h off windows.h.
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 HellerOptimized WinConf / WinConfDB structure, removed redund...
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 HellerIncluded <stddef.h> were NULL was used.
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 HellerMAJOR re-write. Split plomrogue into a server and a...