home · contact · privacy
Add "look" mode to query things on any cell via new THINGS_HERE command.
[plomrogue] / src / client / draw_wins.c
2014-12-06 Christian HellerAdd "look" mode to query things on any cell via new...
2014-11-21 Christian HellerDisplay stack of things player is standing on.
2014-11-13 Christian HellerServer: Minor data type fix.
2014-11-13 Christian HellerClient: Remove unused "active window's keys" window...
2014-11-07 Christian HellerServer: Add critical bug to TODO.
2014-11-07 Christian HellerClient: In window geometry config, show available keys.
2014-11-07 Christian HellerClient: Repair wrong messages in window geometry config...
2014-11-07 Christian HellerClient: Further simplify display of available keybindings.
2014-11-07 Christian HellerClient: Simplify display of available keybindings.
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-03 Christian HellerClient: Fix memory leak.
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...