summaryrefslogtreecommitdiff
path: root/src/mapcat.c
AgeCommit message (Collapse)Author
2016-12-24Improve entity discarding.Paweł Redman
Instead of discarding all team_* and info_* entities from all maps but the iirst one, discard all entities with the "mapcat_discard" key.
2016-12-23Prefix team values, don't prefix values starting with "global_".Paweł Redman
2016-12-20Fix incorrect values in map_print_stats.Paweł Redman
2016-12-20Implement map postprocessing fully.Paweł Redman
Postprocessing removes info_* and team_* entities from all maps but the master (the first one in the command line) and (optionally) prefixes all targets and targetnames with a prefix (set by mapcat_prefix in the master worldspawn).
2016-12-20Add support for patches.Paweł Redman
2016-12-20Fix an opened file leak.Paweł Redman
2016-12-20Refactor mapcat.c to get rid of globals.Paweł Redman
2016-12-20Initial commit.Paweł Redman