home · contact · privacy
In the client, different modes of treating linebreaks are avaiable for
[plomrogue] / src / client / draw_wins.c
2014-03-18 Christian HellerIn the client, different modes of treating linebreaks...
2014-03-10 Christian HellerIn client, keybinding databases now store keybindings...
2014-03-10 Christian HellerSome variable / struct member renaming for greater...
2014-03-10 Christian HellerRemoved scoring.
2014-02-05 Christian HellerFixed some more pitfalls that hurt working with game...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
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-22 Christian HellerIncluded <stddef.h> were NULL was used.
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-21 Christian HellerSome variable / struct member renaming to better differ...
2014-01-21 Christian HellerGave former draw_kb_view() more descriptive title draw_...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...