home · contact · privacy
Add basic food clock (but no consumables yet to re-set it).
[plomrogue] / src / client / io.c
2015-02-08 Christian HellerAdd basic food clock (but no consumables yet to re...
2015-02-06 Christian HellerClient: Improve test_and_poll_server() ping test logic...
2014-12-07 Christian HellerClient: More flexible server polling, shrink alertness...
2014-12-06 Christian HellerClient: Don't confuse map window's winconfig view cente...
2014-12-06 Christian HellerClient: Drop now redundant map centering systems.
2014-12-06 Christian HellerAdd "look" mode to query things on any cell via new...
2014-11-21 Christian HellerClient: In "Standing on", mark emptiness against lack...
2014-11-21 Christian HellerDisplay stack of things player is standing on.
2014-11-20 Christian HellerClient: Remove superfluous line of code.
2014-11-20 Christian HellerOn world (re-)generation, server sends 'NEW_WORLD'...
2014-11-14 Christian HellerClient: Rename read_outfile() to more precise read_queue().
2014-11-14 Christian HellerClient: ping_pong_test() + try_growing_queue() = test_a...
2014-11-14 Christian HellerSimplify queue reading/writing.
2014-11-14 Christian HellerSend log messages through server out file. Includes...
2014-11-13 Christian HellerClient: Minor variable renaming.
2014-11-13 Christian HellerClient: Rename read_world() to more precise read_worlds...
2014-11-13 Christian HellerClient: Abort test_ping_pong() earlier when server...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-17 Christian HellerRemove redundant uses of NULL.
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-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-03-26 Christian HellerEnforce C11 via Makefile, explicate POSIX dependencies...
2014-03-26 Christian HellerGot rid of misc.h. Split off remains into array_append...
2014-03-17 Christian HellerRe-wrote large parts of the server client architecture...
2014-03-10 Christian HellerRemoved scoring.
2014-02-05 Christian HellerFixed some more pitfalls that hurt working with game...
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-01-25 Christian HellerClient: Renamed some world members, commented world...
2014-01-25 Christian HellerAlso make the client map window focus on the player...
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-22 Christian HellerHandle SIGWINCH signals via reset_windows().
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...