|
c409b4b787
|
lecode part progressbar is now indeterminate
|
2022-09-11 13:08:07 +02:00 |
|
|
9cf5d5d684
|
fix: cups where missing 1/5 of the tracks
|
2022-09-11 13:06:14 +02:00 |
|
|
5d0f6c36b6
|
first auto generated cup id is now 1
|
2022-09-11 12:11:34 +02:00 |
|
|
9059824f5a
|
added argument for the cli, gui and cli source are now inside the interface directory
|
2022-09-03 23:49:21 +02:00 |
|
|
f093e3462a
|
variant have been renamed gameid_template and now allow to change the entire game id instead of only the end part.
|
2022-09-02 13:41:50 +02:00 |
|
|
423a02ce4c
|
remade all the translation in a easier, faster and more readable way
|
2022-09-01 18:10:38 +02:00 |
|
|
dddab9f08d
|
fixed extraction progressbar not working
|
2022-08-29 10:20:55 +02:00 |
|
|
f92127a07c
|
made more of the steps determinate on the progressbar
|
2022-08-29 10:05:38 +02:00 |
|
|
0864ff1e05
|
If a tag start with _, it is removed when looking in a tag_template, but not in a tags cups
|
2022-08-28 11:49:24 +02:00 |
|
|
162e56b1e0
|
progress bar path are now relative to the extracted game path
|
2022-08-27 20:09:36 +02:00 |
|
|
6fe1223c8b
|
cleaned Riivolution generation
|
2022-08-27 19:15:46 +02:00 |
|
|
6e032d4d1a
|
added prototypal Riivolution patch output type
|
2022-08-27 15:00:16 +02:00 |
|
|
9f8aa05c04
|
added get_hash_map and comp_dict_changes to get information about all the files of an extracted game
|
2022-08-27 00:28:15 +02:00 |
|
|
b9d6913e22
|
settings can now be exported and imported. Simplified syntax for modder defined global_settings
|
2022-08-23 22:59:55 +02:00 |
|
|
2edb82939c
|
added a developer mode enabling a testing frame in the ModSettings
|
2022-08-21 23:12:50 +02:00 |
|
|
777acb7cbf
|
optimised some of the gui object
|
2022-08-21 22:28:06 +02:00 |
|
|
f2d27deb68
|
rewrote the ModSettings to be simpler
|
2022-08-21 20:35:49 +02:00 |
|
|
5f5dc6bfbc
|
ModSettings can now have a description
|
2022-08-21 17:31:05 +02:00 |
|
|
c511f7bb86
|
Options class have been rewritten to make saving and getting more explicit
|
2022-08-21 11:30:25 +02:00 |
|
|
e88fb57143
|
the extension settings is now saved in the option.json file
|
2022-08-21 01:12:20 +02:00 |
|
|
63bb989b05
|
adapted MKWF to latest change
|
2022-08-20 18:47:25 +02:00 |
|
|
32efccbd60
|
added @ operator shortcut for MKWColor to color a text
|
2022-08-20 18:11:45 +02:00 |
|
|
fb8d20c08f
|
some of the Track class now remember the mod_config object for easier call. default_track_attributes have been added to set default value of the track attribute object to avoid unreadable safe eval of getattr
|
2022-08-20 00:24:30 +02:00 |
|
|
92231bde4e
|
moved Slot and MKWColor to mkw.collection
|
2022-08-19 20:22:54 +02:00 |
|
|
443d16b28c
|
MKWColor is now a dataclass to improve readability
|
2022-08-19 20:16:48 +02:00 |
|
|
b67517dc59
|
merged OriginalTrack and Slot to avoid confusion with the Track module
|
2022-08-19 18:50:33 +02:00 |
|
|
49c8353252
|
Slot is now a dataclass instead of a simple typehint (should now allow support for the abbreviated slot like LC, MMM, ...)
|
2022-08-18 23:04:01 +02:00 |
|
|
3bfcfe53e4
|
OriginalTrack is now a dataclass for better readability
|
2022-08-18 22:22:12 +02:00 |
|
|
025d985316
|
ModConfig have been converted to a dataclass to improve readability (no redundant __init__, __slots__ and from_json)
|
2022-08-18 21:34:27 +02:00 |
|
|
95f3943b02
|
AbstractModSettings.get now return an AbstractModSettings object instead of a dictionary of AbstractModSettings
|
2022-08-18 19:45:12 +02:00 |
|
|
6d5dae63af
|
made the mod_settings window wider
|
2022-08-17 22:00:36 +02:00 |
|
|
1b579bec4c
|
added a "Check" type for mod_settings (used for balancing option in MKWF)
|
2022-08-17 20:49:41 +02:00 |
|
|
ba4980e0b9
|
fix: If parameter where missing in StrEditor, the installer would still try to evaluate it in safe_eval, resulting in a crash
|
2022-08-17 19:42:41 +02:00 |
|
|
d3ca353ecd
|
some fields of Rename and StrEditor patch now support MultipleSafeEval
|
2022-08-16 21:50:28 +02:00 |
|
|
ec94ddece8
|
the code is now fully translatable
|
2022-08-15 23:06:23 +02:00 |
|
|
65e7fb7118
|
fixed TrackGroup not being usable because of the get_ctfile that was missing argument
|
2022-08-15 22:02:55 +02:00 |
|
|
a8b454baa8
|
added the text for the main progress bar
|
2022-08-15 15:02:08 +02:00 |
|
|
c0915ae13e
|
added a 2nd progress bar
|
2022-08-15 14:14:53 +02:00 |
|
|
8afd7e7926
|
safe_eval and multiple_safe_eval are now 20x faster (~2.5s -> ~0.13s)
|
2022-08-15 10:58:36 +02:00 |
|
|
6ecf752b6d
|
reorganised PatchObject, PatchFile and PatchDirectory to make them more readable. mode="edit" have been replaced by source="game" | "patch". "overwrite" -> "replace".
|
2022-08-14 21:52:07 +02:00 |
|
|
781e564dd2
|
implemented SzsEdit to allow easier track modification (changing laps count, ...)
|
2022-08-14 19:17:26 +02:00 |
|
|
1c55ced628
|
added _PREPATCH. Same as _PATCH, but is applied before the lecode patch.
|
2022-08-14 13:55:51 +02:00 |
|
|
506ee740f5
|
added TemplateSafeEval, TemplateMultipleSafeEval and Env type hint
|
2022-08-14 12:47:35 +02:00 |
|
|
923f696e24
|
fixed 2 wrong type hint about layer
|
2022-08-14 11:52:49 +02:00 |
|
|
17edaa3ea1
|
Some Exception have been moved to their correct scope instead of keeping them at a higher one
|
2022-08-14 11:46:40 +02:00 |
|
|
0bb12a0835
|
now using TYPE_CHECKING instead of using dummy type int
|
2022-08-14 11:45:34 +02:00 |
|
|
922669fdaf
|
Fixed an issue where in case of name conflict, the compressed game would add a number suffix after the extension "MKWF v0.12.wbfs (1)" instead of "MKWF v0.12 (1).wbfs"
|
2022-08-13 22:49:04 +02:00 |
|
|
71229d2e2e
|
fixed a typo (koppa -> koopa)
|
2022-08-13 22:27:49 +02:00 |
|
|
a51d6f2173
|
implemented Arena (game text are missing)
|
2022-08-13 12:16:37 +02:00 |
|
|
8eda2b4f3d
|
implemented EDIT so that game's name and id6 can now be modified
|
2022-08-12 19:18:13 +02:00 |
|