Atlas-Install/source/mkw/Patch/PatchOperation/Operation/BmgTxtEditor/Layer
2022-07-24 17:20:34 +02:00
..
__init__.py added FormatOriginalTrackLayer, allowing for patching originals tracks name like the custom tracks (with tags name, ...) 2022-07-20 23:47:28 +02:00
CTFileLayer.py added CTFileLayer (allow for patching a bmg file with the ctfile with all the tracks name) 2022-07-19 18:23:41 +02:00
FormatOriginalTrackLayer.py fixed JAP originals tracks prefix 2022-07-24 17:20:34 +02:00
IDLayer.py in order to stay constitent with the operation style, bmg-edit have been splitted into bmg-decode, bmg-encode and bmgtxt-edit. This will also allow more possibility. 2022-07-16 22:48:17 +02:00
PatchLayer.py simplified safe_eval by removing extra_token_map because env do the same thing but better and by making patch.safe_eval more similar to the normal safe_eval 2022-07-21 01:24:24 +02:00
RegexLayer.py optimised regex used in bmg layer (100 seconds -> 1.7 seconds for Regex) (2 seconds -> 0.7 seconds for Original Track) 2022-07-22 00:01:02 +02:00