home · contact · privacy
7DRL: Some population balancing.
[plomrogue] / src / common /
2014-11-21 Christian HellerDisplay stack of things player is standing on.
2014-11-14 Christian HellerSimplify queue reading/writing.
2014-11-14 Christian HellerTo read_file_into_queue(), add queue size test.
2014-11-14 Christian HellerSend log messages through server out file. Includes...
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-17 Christian HellerRemove redundant uses of NULL.
2014-08-03 Christian HellerUpdate comment info on macros needed for snprintf().
2014-08-03 Christian HellerServer: Only write record and save file if 15 seconds...
2014-07-30 Christian HellerServer: Slightly simplify command parsing.
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...
2014-07-09 Christian HellerAlarm about / don't start on finding temp file filesavi...
2014-07-09 Christian HellerRefactor atomic writing to atomic_write_start() + atomi...
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-07-04 Christian HellerLoad last world state from save file, not from re-stepp...
2014-06-13 Christian HellerMinor comment improvement.
2014-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-05-14 Christian HellerUnify Map struct common to server and client in src...
2014-05-14 Christian HellerFix non-initializations that are detected as errors...
2014-04-18 Christian HellerMake try_fgetc() prepend clearerr() for fgetc() version...
2014-04-08 Christian HellerRefactor file parsing patterns.
2014-04-06 Christian HellerMinor refactoring in file parsing.
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-04-03 Christian HellerMake client's commandDB reading use new parsing / confi...
2014-03-31 Christian HellerFix textfile_width() line length check position.
2014-03-31 Christian HellerMake textfile_width() check for too large lines.
2014-03-30 Christian HellerMake server config files more readable, their parsing...
2014-03-25 Christian HellerFix comment text.
2014-03-25 Christian HellerMove tests for value size < UINT8_MAX into err_try_fget...
2014-03-18 Christian HellerIn the client, different modes of treating linebreaks...
2014-03-17 Christian HellerGot rid of useless "internal error code" part of error...
2014-02-05 Christian HellerAdded previously forgotten header file.
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
2014-01-28 Christian HellerAdded previously forgotten err_try_fgets library (and...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...