home · contact · privacy
Add "look" mode to query things on any cell via new THINGS_HERE command.
[plomrogue] / src / client / main.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 HellerClient: Remove unused "active window's keys" window...
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-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-08 Christian HellerClient: Add auto-center of map on player each new turn...
2014-04-15 Christian HellerClient: Handle SIGWINCH on OS X systems.
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-03-26 Christian HellerEnforce C11 via Makefile, explicate POSIX dependencies...
2014-03-26 Christian HellerClient: Split off parts of misc.h into interface_conf.h.
2014-03-17 Christian HellerRe-wrote large parts of the server client architecture...
2014-01-28 Christian HellerAdded previously forgotten err_try_fgets library (and...
2014-01-28 Christian HellerClient: Added checks / syntax validation for config...
2014-01-25 Christian HellerClient: Save commands config file path in world struct.
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-23 Christian HellerRead interface config from one file (which can be set...
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 HellerSimplified client control library and interaction with it.
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...