|
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 |
|
|
8afd7e7926
|
safe_eval and multiple_safe_eval are now 20x faster (~2.5s -> ~0.13s)
|
2022-08-15 10:58:36 +02:00 |
|
|
506ee740f5
|
added TemplateSafeEval, TemplateMultipleSafeEval and Env type hint
|
2022-08-14 12:47:35 +02:00 |
|
|
a51d6f2173
|
implemented Arena (game text are missing)
|
2022-08-13 12:16:37 +02:00 |
|
|
f13b18aa57
|
fully implemented the AbstractTrack and DefaultTrack, removing the necessity of default_track in mod_config.json
|
2022-08-11 18:56:49 +02:00 |
|
|
99287bbd56
|
started making a AbstractTrack class to implement more type of "track".
Removed get_suffix and get_prefix to replace them with get_tag_template and tags_template in mod_config.json
|
2022-08-10 22:33:10 +02:00 |
|