Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-24 | Improve 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-20 | Fix incorrect values in map_print_stats. | Paweł Redman | |
2016-12-20 | Implement 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-20 | Improve the argv parser. | Paweł Redman | |
2016-12-20 | Refactor mapcat.c to get rid of globals. | Paweł Redman | |
2016-12-20 | Initial commit. | Paweł Redman | |