home · contact · privacy
Make server config files more readable, their parsing more lenient.
[plomrogue] / src / server / map_object_actions.c
2014-03-30 Christian HellerMake server config files more readable, their parsing...
2014-03-26 Christian HellerServer: Move common config file reading stuff into...
2014-03-25 Christian HellerMove tests for value size < UINT8_MAX into err_try_fget...
2014-03-25 Christian HellerServer: Make objects definable as "consumable" to gain...
2014-03-10 Christian HellerAdded -Werror to compiler flags, fixed other warnings...
2014-03-10 Christian HellerRemoved scoring.
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-02-01 Christian HellerEnsure that multiple inanimate objects on a map cell...
2014-01-28 Christian HellerCheck for existence of server config files.
2014-01-28 Christian HellerAlso built checks for server config files, and accordin...
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-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...