Commit graph

29 commits

Author SHA1 Message Date
3d2c40ba20 fixed a translation 2023-01-01 11:56:16 +01:00
422c1de267 removed unused English translation 2022-09-19 16:26:30 +02:00
8b5e4316e9
fixed minor issue and removed unused translation 2022-09-19 16:22:39 +02:00
LuigiHackFan
8c966e1819
german translation 2022-09-19 14:03:07 +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
63089497b5 added a very experimental cli (can be enabled with -i=cli) 2022-09-02 23:30:05 +02:00
423a02ce4c remade all the translation in a easier, faster and more readable way 2022-09-01 18:10:38 +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
8e800d1cbe installer icon is now linux compatible 2022-08-30 13:53:30 +02:00
f0f076fd9c fixed a translation 2022-08-29 10:32:16 +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
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
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
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
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
1b579bec4c added a "Check" type for mod_settings (used for balancing option in MKWF) 2022-08-17 20:49:41 +02:00
433bf08b9b added translate_external for message that need translation from outside of the installer. 2022-08-17 18:43:40 +02:00
432450278b French translation (mistranslations likely remain) 2022-08-16 21:28:06 +02:00
ec94ddece8 the code is now fully translatable 2022-08-15 23:06:23 +02:00
70ade3dc67 moved safe_eval from Track.py to safe_eval.py, allowed getattr with no function limitation, added track_formatting to mod_config.json to customize the track text format for the menu, the race and the filename. Added a Combobox on the install menu for the extension 2022-06-12 23:21:09 +02:00
8d6141703b added permissions check 2022-06-08 14:39:43 +02:00
404111948d menu design + translation system 2022-06-08 00:23:08 +02:00
6042ca441a implemented a very experimental function for packs 2022-01-18 14:04:51 +01:00