home · contact · privacy
License everything (GPL).
[plomrogue] / src / client / command_db.c
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-17 Christian HellerRemove redundant uses of NULL.
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...
2014-07-04 Christian HellerLoad last world state from save file, not from re-stepp...
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-04 Christian HellerMinor refactorings in config file parse code to clear...
2014-04-03 Christian HellerClient: Apply new commands DB file format, fix wrong...
2014-04-03 Christian HellerMake client's commandDB reading use new parsing / confi...
2014-03-26 Christian HellerGot rid of misc.h. Split off remains into array_append...
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
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 HellerAdded client commands config error check condition...
2014-01-25 Christian HellerCheck client's command DB config file for errors while...
2014-01-25 Christian HellerRefactored similar array append activities into array_a...
2014-01-25 Christian HellerMade sure client is not confused by newlines at the...
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-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-22 Christian HellerRemoved unused client command id.
2014-01-21 Christian HellerRemoved indirection in control.c and therefore unused...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...