home · contact · privacy
Add auto-mapping / map memory.
[plomrogue] / src / client / draw_wins.c
2014-08-02 Christian HellerAdd auto-mapping / map memory.
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-05-14 Christian HellerFix non-initializations that are detected as errors...
2014-04-16 Christian HellerMake grids hexagonal, remove all diagonal movement...
2014-04-14 Christian HellerClient: Fixed use of unitialized variable in draw_wins.c.
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-03-31 Christian HellerClient: Shorten strings whose width does not fit well...
2014-03-26 Christian HellerEnforce C11 via Makefile, explicate POSIX dependencies...
2014-03-18 Christian HellerClient: Got rid of special keybinding formatting in...
2014-03-18 Christian HellerIn client, fixed bug hiding first entry in keybinding...
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...