Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-30 | Bump version to 0.4.1. | Paweł Redman | |
2016-12-30 | Fix a read-before-init bug in lexer.c. | Paweł Redman | |
One of the branches in the lexer tested ls->last without checking ls->cc first. | |||
2016-12-24 | Bump version to 0.4.0. | Paweł Redman | |
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-23 | Bump version to 0.3.0. | Paweł Redman | |
2016-12-23 | Prefix team values, don't prefix values starting with "global_". | Paweł Redman | |
2016-12-20 | Add COPYING and implement make install. | Paweł Redman | |
2016-12-20 | Bump version to 0.2.0. | Paweł Redman | |
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 | Add support for patches. | Paweł Redman | |
2016-12-20 | Improve the argv parser. | Paweł Redman | |
2016-12-20 | Fix an opened file leak. | Paweł Redman | |
2016-12-20 | Refactor mapcat.c to get rid of globals. | Paweł Redman | |
2016-12-20 | Initial commit. | Paweł Redman | |