File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 'avanzó a Edad' ,
2525 'avanzado a la Edad' ,
2626 'ha raggiunto' ,
27- 'avanzó a Ed'
27+ 'avanzó a Ed' ,
28+ 'đã nâng cấp' ,
2829]
2930SAVE_MARKERS = [
3031 'Continuar con la partida en vez de guardar y salir' ,
Original file line number Diff line number Diff line change @@ -382,6 +382,7 @@ def ActionEnum(ctx):
382382 de_queue = 129 ,
383383 de_unknown_130 = 130 ,
384384 de_unknown_131 = 131 ,
385+ de_unknown_134 = 134 ,
385386 de_unknown_135 = 135 ,
386387 de_unknown_196 = 196 ,
387388 postgame = 255 ,
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ class Action(Enum):
7373 DE_QUEUE = 129
7474 DE_UNKNOWN_130 = 130
7575 DE_UNKNOWN_131 = 131
76+ DE_UNKNOWN_134 = 134
7677 DE_UNKNOWN_135 = 135
7778 DE_UNKNOWN_136 = 136
7879 DE_UNKNOWN_138 = 138
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'mgz' ,
6- version = '1.8.29 ' ,
6+ version = '1.8.30 ' ,
77 description = 'Parse Age of Empires 2 recorded games.' ,
88 url = 'https://github.com/happyleavesaoc/aoc-mgz/' ,
99 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments