|
69b85e8127
|
updated version
|
2023-11-04 20:21:07 +01:00 |
|
|
55e9824140
|
fixed track groups not being treated properly
|
2023-11-04 20:17:03 +01:00 |
|
|
925dc205b7
|
fix: add-section paths were not correctly added to the list of cheat code to patch
|
2023-01-31 20:04:47 +01:00 |
|
|
b097905da4
|
fixed source to convert to .exe file
|
2023-01-21 13:09:08 +01:00 |
|
|
7c746de01c
|
security: safe_eval can only execute code from python 3.10
|
2022-10-17 14:30:56 +02:00 |
|
|
d6ebb37253
|
module variable are now using the global keyword instead of a module-self object
|
2022-09-17 12:49:48 +02:00 |
|
|
e90e8bb8e6
|
default amount of thread is now the amount of core instead of 8
|
2022-09-12 08:55:20 +02:00 |
|
|
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 |
|
|
0d4ab86ea2
|
linux check were not done correctly for gui
|
2022-09-06 14:07:36 +02:00 |
|
|
8bf935a5cc
|
cli now support arguments (removed the old input method) and raise error if one of them is invalid.
|
2022-09-06 13:47:57 +02:00 |
|
|
de5421cfdf
|
cli now support arguments (removed the old input method) and raise error if one of them is invalid.
|
2022-09-06 09:56:14 +02:00 |
|
|
e039ba2bb3
|
translate_external no longer require the language to translate to
|
2022-09-06 09:52:38 +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 |
|
|
63089497b5
|
added a very experimental cli (can be enabled with -i=cli)
|
2022-09-02 23:30:05 +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 |
|
|
97477bba79
|
added a second scrollbar for the MyStuff folders
|
2022-08-31 21:48:46 +02:00 |
|
|
6017c20aed
|
added a empty cache button in the advanced menu
|
2022-08-30 21:34:52 +02:00 |
|
|
4a19aff206
|
added linux only check for sudo usage and write / execution permissions for the installer folder itself
|
2022-08-30 15:30:38 +02:00 |
|
|
48f7236755
|
subprocess calls now work on linux
|
2022-08-30 14:41:00 +02:00 |
|
|
8e800d1cbe
|
installer icon is now linux compatible
|
2022-08-30 13:53:30 +02:00 |
|
|
ab145250c6
|
extracting a game now only extract the DATA directory, update and other part are ignored
|
2022-08-29 21:41:01 +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 |
|
|
69ce637a9c
|
fixed progressbar not stopping correctly after being set to determinate
|
2022-08-29 10:04:56 +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 |
|
|
f1a9a9bd1c
|
optimised the main window code by moving source and destination path to variable instead of getter in the frame class
|
2022-08-22 22:14:36 +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 |
|
|
2d50619b6c
|
the extension settings is now saved in the option.json file
|
2022-08-20 23:23:30 +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 |
|
|
92f32aec80
|
calling method is only enabled for constant or env function. Disabled list comprehension. Function from the env. Added a test module for safe_eval too
|
2022-08-20 18:08:17 +02:00 |
|
|
601342ab20
|
can't use getattr to get method
|
2022-08-20 11:21:05 +02:00 |
|
|
056088f035
|
deepcopy have been moved to safe_function.py and can no longer copy a function / method
|
2022-08-20 11:10:23 +02:00 |
|
|
970f18f503
|
trying to translate without loading the translation file will now return the text key instead of raising an error
|
2022-08-20 10:30:16 +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 |
|
|
622f43c66e
|
safe_eval now show the template in the error traceback
|
2022-08-20 00:00:07 +02:00 |
|
|
8e801329e0
|
if the traceback is too long in the gui, only keep the 5 first and 5 last lines of the traceback
|
2022-08-19 23:58:47 +02:00 |
|