home · contact · privacy
Use strtok() to tokenize "def" file entries.
[plomrogue] / src / map_objects.c
2013-08-27 Christian HellerUse strtok() to tokenize "def" file entries.
2013-08-27 Christian HellerKilled monsters evolve into corpse items.
2013-08-21 Christian HellerIn read_map_objects() and write_map_objects(), return...
2013-08-15 Christian HellerUse "uint8_t" instead of "unsigned char".
2013-08-15 Christian HellerRenamed all "fail" variables to "err", to reduce line...
2013-08-14 Christian HellerBuilt error checking into file reading/writing routines...
2013-08-06 Christian HellerSimplified interface of (build/read/write)_map_objects...
2013-07-30 Christian HellerMinor formatting improvements.
2013-07-25 Christian HellerApplied new style and documentation rules to the "windo...
2013-07-23 Christian HellerMore documentation and re-styling of code according...
2013-07-19 Christian HellerReplaced dummy function by just passing NULL and checki...
2013-07-19 Christian HellerMoved initialization of map object definitions from...
2013-07-18 Christian HellerEmptied map_objects library of stuff that fits better...
2013-07-18 Christian HellerSupport different kinds of monsters and items defined...
2013-07-10 Christian HellerRenamed "objects_on_map" library to "map_objects".