rapid-router 7.6.18__tar.gz → 7.6.20__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rapid_router-7.6.18 → rapid_router-7.6.20}/PKG-INFO +25 -26
- rapid_router-7.6.20/game/__init__.py +1 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/rapid_router.egg-info/PKG-INFO +25 -26
- {rapid_router-7.6.18 → rapid_router-7.6.20}/rapid_router.egg-info/requires.txt +26 -25
- rapid_router-7.6.18/game/__init__.py +0 -1
- {rapid_router-7.6.18 → rapid_router-7.6.20}/LICENSE.md +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/MANIFEST.in +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/README.md +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/example_project/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/example_project/rapid_router_test_settings.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/example_project/settings.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/example_project/urls.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/example_project/wsgi.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/admin.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/app_settings.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/cache.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/character.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/decor.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/base_game_test.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/custom_handler.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/editor_page.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/game_page.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/selenium_test_case.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_cow_crashes.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_language_dropdown.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_level_editor.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_level_failures.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_level_selection.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_level_win.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_play_through.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_python_levels.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_regressions.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_saving_workspace.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/end_to_end_tests/test_turning_around.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/forms.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/level_management.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/messages.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0001_squashed_0025_levels_ordering_pt1.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0026_levels_pt2.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0027_change_level_order.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0028_level_disable_route_score.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0029_disable_route_scores.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0029_level_pythonviewenabled.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0030_merge.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0031_python_view.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0032_cannot_turn_left_level.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0033_recursion_level.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0034_joes_level.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0035_disable_route_score_level_70.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0036_level_score_73.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0037_level_score_79.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0038_level_score_40.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0039_second_episodes_release.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0040_auto_20150128_2019.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0041_level_episode_refs.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0042_level_score_73.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0043_auto_20150615_1155.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0044_auto_20150615_1156.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0045_decor_z_index.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0046_set_img_order.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0047_level_70_is_unsolveable.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0048_add_cow_field_and_blocks.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0049_level_score_34.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0050_level_score_40.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0051_level_score_49.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0052_attempt_night_mode.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0053_level_70_is_unsolveable_again.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0054_disable_route_score_for_levels_69_and_74.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0055_support_multiple_attempts.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0056_mark_all_attempts_as_best.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0057_workspace_language_enabled.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0058_level_theme_name.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0059_theme_name_data.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0060_auto_20160208_2144.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0061_auto_20160208_2144.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0062_rm_old_theme_decor_models.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0063_level_character_name.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0064_character_name_data.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0065_rename_old_character_field.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0066_rm_character_model.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0067_level_score_27.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0068_fix_episodes_order.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0069_remove_user_levels_from_episodes.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0070_update_strings_unicode.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0071_use_common_models.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0072_level_50_solution.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0073_level_75_solution.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0074_level_74_solution.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0075_level_48_houses.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0076_level_locked_for_class.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0077_alter_level_next_level.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0078_add_block_types.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0079_populate_block_type_add_cow_blocks.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0080_level_disable_algorithm_score.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0081_first_12_levels_no_algo_score.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0082_level_43_solution.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0083_add_cows_to_existing_levels.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0084_alter_block_block_type.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0085_add_new_blocks.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0086_loop_levels.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0087_workspace_python_view_enabled.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0088_rename_episodes.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0089_episodes_in_development.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0090_add_missing_model_solutions.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0091_disable_algo_score_if_no_model_solution.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0092_disable_algo_score_in_custom_levels.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0093_alter_level_character_name.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0094_add_hint_lesson_subtitle_to_levels.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0095_level_commands.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0096_alter_level_commands.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0097_add_python_den_levels.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0098_add_episode_link_fields.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0099_python_episodes_links.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0100_reorder_python_levels.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0101_rename_episodes.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0102_reoder_episodes_13_14.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0103_level_1015_solution.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0104_remove_level_direct_drive.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0105_delete_invalid_attempts.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0106_fields_to_snake_case.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0107_rename_worksheet_link_episode_student_worksheet_link.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0108_episode_indy_worksheet_link.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0109_create_episodes_23_and_24.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0110_remove_episode_indy_worksheet_link_and_more.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0111_create_worksheets.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0112_worksheet_locked_classes.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0113_level_needs_approval.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0114_default_and_non_student_levels_no_approval.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0115_level_level__default_does_not_need_approval.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0116_update_worksheet_video_links.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0117_update_solutions_to_if_else.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/models.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/permissions.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/pipeline_compilers/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/pipeline_compilers/libsass_compiler.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/python_den_urls.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/random_road.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/serializers.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/django_reverse_js/js/reverse.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/LilitaOne-Regular.ttf +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/backgrounds.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/dataTables.custom.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/dataTables.fixedColumns.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/dataTables.jqueryui.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/dropdown.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/editor.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/game.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/game_screen.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/input.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/jquery.dataTables.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/level_editor.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/level_moderation.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/level_selection.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/level_share.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/logged_students.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/pqselect.min.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/pqselect.multiselect.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/scoreboard.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/settings.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/skulpt/codemirror.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/skulpt/eclipse.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/css/skulpt/solarized.css +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/Clarice.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/Clarice_Jersey.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/Clarice_Jersey_uncropped.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/Clarice_uncropped.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/Clarice_v1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/Clarice_v2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/OcadoCFC.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/OcadoCFC_no_road.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/Python_Den_hero_student.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/Python_levels_page.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/RR-title.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/RapidRouter_logo_type_only.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/RapidRouter_logo_w_BG.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/RapidRouter_logo_wo_BG.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/actions/btn_zoom_in.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/actions/btn_zoom_out.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/actions/deliver.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/actions/forward.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/actions/left.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/actions/right.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/actions/turn_around.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/actions/wait.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/asc.gif +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/avatars/default-avatar.jpeg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/bg.gif +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/btnMute.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/btnReset.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/front_view/Dee.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/front_view/Electric_van.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/front_view/Kirsty.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/front_view/Nigel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/front_view/Phil.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/front_view/Van.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/front_view/Wes.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Dee.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Electric_van.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Kirsty.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Nigel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Phil.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Sleigh.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Van.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Van_wreckage.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/characters/top_view/Wes.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/coins/coin_5050_dots.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/coins/coin_5050_transparent.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/coins/coin_copper.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/coins/coin_empty_dots.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/coins/coin_empty_transparent.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/coins/coin_gold.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/coins/coin_silver.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/dataTables/Sorting icons.psd +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/dataTables/sort_asc.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/dataTables/sort_asc_disabled.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/dataTables/sort_both.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/dataTables/sort_desc.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/dataTables/sort_desc_disabled.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/city/bush.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/city/hospital.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/city/house.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/city/pavementTile.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/city/school.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/city/shop.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/city/solar_panel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/bush.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/cfc.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/cfc_black.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/crops.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/house1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/house2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/solar_panel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/tile1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/tree1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/farm/tree2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/grass/bush.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/grass/cfc.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/grass/house.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/grass/pond.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/grass/solar_panel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/grass/tile1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/grass/tree1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/grass/tree2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/barn.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/bush.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/cfc.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/crops.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/hospital.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/house.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/house1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/house2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/pond.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/school.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/shop.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/solar_panel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/tile1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/tile2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/tree1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/decor/snow/tree2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/desc.gif +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/electric_van.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/empty.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fruit/apple.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fruit/apple1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fruit/apple2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fruit/banana.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fruit/banana1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fruit/banana2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fruit/orange.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fuelGauge.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/fuelGaugePointer.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/add.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/add_house.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/add_road.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/big_code_mode.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/blockly.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/character.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/clear.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/day.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/decor.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/delete_decor.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/delete_house.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/delete_road.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/description.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/fast.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/help.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/hide.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/hide_button.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/hint.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/if_else.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/load.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/map.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/muted.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/night.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/origin.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/pause.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/play.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/print.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/python.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/quit.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/random.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/save.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/share.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/show.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/slow.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/solve.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/step.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/stop.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/icons/unmuted.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/if_else_example.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/key.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/ocadoVan_big.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/package.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/pigeon.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/python_den_header.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/sp_cow.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel1_fuel_pointer.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel1_meter.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel1_speed_pointer.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel2_fuel_pointer.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel2_meter.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel2_speed_pointer.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/speedoFuel_v2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/trafficLight_green.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/trafficLight_red.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/trashcan.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/trashcan_lid_closed.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/trashcan_lid_open.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/van.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/van_small.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/van_small2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/image/zebraCrossing.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/animation.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/blockly_compressed.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/blockly_uncompressed.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/blocks_compressed.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/javascript_compressed.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/1x1.gif +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/click.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/click.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/click.wav +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/delete.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/delete.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/delete.wav +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/disconnect.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/disconnect.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/disconnect.wav +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/handclosed.cur +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/handdelete.cur +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/handopen.cur +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/quote0.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/quote1.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/sprites.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/media/sprites.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ab.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ar.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/az.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ba.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/bcc.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/be-tarask.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/be.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/bg.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/bn.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/br.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ca.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/cs.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/da.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/de.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/diq.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/dty.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/el.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/en-gb.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/en.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/eo.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/es.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/et.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/eu.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/fa.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/fi.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/fr.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/gl.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/gor.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ha.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/he.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/hi.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/hrx.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/hu.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/hy.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ia.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/id.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ig.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/is.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/it.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ja.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/kab.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ko.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/lb.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/lki.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/lo.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/lrc.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/lt.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/lv.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/mk.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/mnw.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ms.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/nb.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/nl.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/oc.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/pl.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/pms.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/pt-br.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/pt.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ro.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ru.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/sc.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/sd.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/shn.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/sk.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/skr-arab.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/sl.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/sq.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/sr-latn.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/sr.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/sv.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ta.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/tcy.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/te.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/th.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/tl.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/tlh.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/tr.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ug-arab.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/uk.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/ur.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/vi.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/xmf.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/yo.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/zh-hans.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/js/zh-hant.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ab.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ar.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/az.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ba.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/bcc.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/be-tarask.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/be.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/bg.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/bn.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/br.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ca.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/constants.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/cs.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/da.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/de.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/diq.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/dty.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/el.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/en-gb.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/en.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/eo.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/es.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/et.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/eu.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/fa.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/fi.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/fr.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/gl.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/gor.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ha.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/he.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/hi.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/hrx.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/hu.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/hy.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ia.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/id.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ig.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/is.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/it.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ja.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/kab.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ko.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/lb.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/lki.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/lo.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/lrc.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/lt.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/lv.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/mk.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/mnw.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ms.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/nb.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/nl.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/oc.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/pl.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/pms.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/pt-br.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/pt.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/qqq.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ro.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ru.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/sc.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/sd.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/shn.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/sk.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/skr-arab.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/sl.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/sq.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/sr-latn.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/sr.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/sv.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/synonyms.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ta.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/tcy.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/te.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/th.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/tl.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/tlh.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/tr.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ug-arab.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/uk.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/ur.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/vi.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/xmf.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/yo.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/zh-hans.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/json/zh-hant.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/msg/messages.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/python_compressed.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blockly/version.txt +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blocklyCompiler.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blocklyControl.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blocklyCustomBlocks.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blocklyCustomisations.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/blocklyMessages.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/button.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/character.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/coordinate.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/cow.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/dataTables.fixedColumns.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/destination.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/drawing.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/drawingConstants.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/editor.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/event.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.abide.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.accordion.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.alert.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.clearing.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.dropdown.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.equalizer.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.interchange.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.joyride.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.magellan.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.offcanvas.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.orbit.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.reveal.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.slider.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.tab.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.tooltip.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation/foundation.topbar.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/foundation.min.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/vendor/fastclick.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/vendor/jquery.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/vendor/js.cookie.min.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/vendor/modernizr.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/foundation/vendor/placeholder.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/fpsmeter.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/game.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/handlebars.runtime-v4.7.7.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/howler.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/jquery.dataTables.min.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/jquery.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/jquery.outerhtml.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/jquery.touchy.min.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/level_editor/level_save_state.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/level_editor/owned_levels.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/level_editor.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/level_moderation.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/level_selection.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/loadLanguages.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/map.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/messages.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/mobile-detect.min.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/model.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/node.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/pathFinder.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/program.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/pythonControl.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/raphael.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/saving.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/scoreboard.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/scoreboardSharedLevels.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/sharing.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/skulpt/codemirror.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/skulpt/python.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/skulpt/skulpt-stdlib.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/skulpt/skulpt.min.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/sound.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/svginnerhtml.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/tab.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/templates.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/trafficLight.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/utils.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/js/van.js +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/Clarice.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/Clarice_Jersey.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/Clarice_v1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/Clarice_v2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Dee.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Electric_van.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Kirsty.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Nigel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Phil.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Sleigh.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Van.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Van2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Van_wreckage.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/VeilOfNight.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/characters/top_view/Wes.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/city/bush.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/city/hospital.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/city/house.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/city/pavementTile.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/city/school.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/city/shop.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/city/solar_panel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/bush.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/cfc.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/cfc_black.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/crops.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/house1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/house2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/solar_panel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/tile1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/tree1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/farm/tree2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/grass/bush.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/grass/cfc.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/grass/house.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/grass/pond.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/grass/solar_panel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/grass/tile1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/grass/tree1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/grass/tree2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/barn.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/bush.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/cfc.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/crops.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/hospital.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/house.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/house1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/house2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/pond.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/school.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/shop.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/solar_panel.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/tile1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/tile2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/tree1.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/decor/snow/tree2.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/fire.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/pigeon.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/path/crossroads.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/path/dead_end.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/path/straight.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/path/t_junction.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/path/turn.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/road/crossroads.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/road/dead_end.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/road/straight.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/road/t_junction.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/road_tiles/road/turn.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/sleigh_wreckage.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/smoke.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/sp_cow.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/trafficLight_green.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/trafficLight_red.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/raphael_image/van_wreckage.svg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/_foundation_overrides.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/_mixins.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/_styles.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/_variables.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/_functions.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/_settings.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_accordion.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_alert-boxes.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_block-grid.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_breadcrumbs.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_button-groups.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_buttons.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_clearing.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_dropdown-buttons.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_dropdown.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_flex-video.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_forms.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_global.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_grid.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_icon-bar.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_inline-lists.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_joyride.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_keystrokes.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_labels.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_magellan.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_offcanvas.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_orbit.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_pagination.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_panels.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_pricing-tables.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_progress-bars.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_range-slider.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_reveal.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_side-nav.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_split-buttons.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_sub-nav.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_switch.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_switches.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_tables.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_tabs.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_thumbs.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_toolbar.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_tooltips.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_top-bar.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_type.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation/components/_visibility.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/foundation.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sass/game.scss +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/clown_horn.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/clown_horn.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/cow.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/cow.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/cow_original.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/cow_original.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/crash.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/crash.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/delivery.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/delivery.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/electric_van_starting.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/electric_van_starting.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/failure.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/failure.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/horn.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/horn.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/moving.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/moving.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/pigeon.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/pigeon.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/sleigh_bells.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/sleigh_bells.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/sleigh_crash.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/sleigh_crash.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/starting.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/starting.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/tension.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/tension.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/win.mp3 +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/game/sound/win.ogg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/icons/dee-192x192.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/icons/dee-384x384.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/icons/dee-512x512.png +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/static/manifest.json +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/base.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/basenonav.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/crowdin.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/error.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/game.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/level_editor.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/level_moderation.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/level_selection.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/logged_students.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/python_den_level_selection.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/python_den_worksheet.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templates/game/scoreboard.html +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templatetags/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templatetags/game/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/templatetags/game/utils.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/migrations/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/migrations/test_migration_fix_episodes_order.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/test_api.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/test_level_editor.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/test_level_moderation.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/test_level_selection.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/test_models.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/test_python_den_worksheet.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/test_random_road.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/test_scoreboard.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/utils/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/utils/attempt.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/utils/episode.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/utils/level.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/utils/locale.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/utils/teacher.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/tests/utils/user.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/theme.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/urls.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/__init__.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/api.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/helper.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/language_code_conversions.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/level.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/level_editor.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/level_moderation.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/level_selection.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/level_solutions.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/scoreboard.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/scoreboard_csv.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/game/views/worksheet.py +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/pyproject.toml +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/rapid_router.egg-info/SOURCES.txt +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/rapid_router.egg-info/dependency_links.txt +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/rapid_router.egg-info/not-zip-safe +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/rapid_router.egg-info/top_level.txt +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/setup.cfg +0 -0
- {rapid_router-7.6.18 → rapid_router-7.6.20}/setup.py +0 -0
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rapid-router
|
|
3
|
-
Version: 7.6.
|
|
3
|
+
Version: 7.6.20
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
7
7
|
License-File: LICENSE.md
|
|
8
|
-
Requires-Dist: asgiref==3.11.
|
|
8
|
+
Requires-Dist: asgiref==3.11.1; python_version >= "3.9"
|
|
9
9
|
Requires-Dist: asttokens==3.0.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2026.1.4; python_version >= "3.7"
|
|
11
11
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy"
|
|
12
|
-
Requires-Dist: cfl-common==8.9.
|
|
12
|
+
Requires-Dist: cfl-common==8.9.21
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: cryptography==44.0.1; python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1"
|
|
15
15
|
Requires-Dist: decorator==5.2.1; python_version >= "3.8"
|
|
16
16
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
17
|
-
Requires-Dist: django==5.
|
|
17
|
+
Requires-Dist: django==5.2.11; python_version >= "3.10"
|
|
18
18
|
Requires-Dist: django-countries==7.6.1
|
|
19
19
|
Requires-Dist: django-csp==3.8
|
|
20
20
|
Requires-Dist: django-formtools==2.5.1; python_version >= "3.8"
|
|
21
21
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9"
|
|
22
22
|
Requires-Dist: django-otp==1.7.0; python_version >= "3.8"
|
|
23
23
|
Requires-Dist: django-phonenumber-field==8.4.0; python_version >= "3.10"
|
|
24
|
-
Requires-Dist: django-pipeline==4.
|
|
24
|
+
Requires-Dist: django-pipeline==4.1.0; python_version >= "3.9"
|
|
25
25
|
Requires-Dist: django-reverse-js==0.1.8; python_version >= "3.10"
|
|
26
|
-
Requires-Dist: django-two-factor-auth==1.
|
|
27
|
-
Requires-Dist: djangorestframework==3.16.
|
|
26
|
+
Requires-Dist: django-two-factor-auth==1.18.1; python_version >= "3.9"
|
|
27
|
+
Requires-Dist: djangorestframework==3.16.1; python_version >= "3.9"
|
|
28
28
|
Requires-Dist: executing==2.2.1; python_version >= "3.8"
|
|
29
29
|
Requires-Dist: idna==3.11; python_version >= "3.8"
|
|
30
|
-
Requires-Dist: ipython==9.
|
|
30
|
+
Requires-Dist: ipython==9.10.0; python_version >= "3.11"
|
|
31
31
|
Requires-Dist: ipython-pygments-lexers==1.1.1; python_version >= "3.8"
|
|
32
32
|
Requires-Dist: jedi==0.19.2; python_version >= "3.6"
|
|
33
33
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
34
34
|
Requires-Dist: matplotlib-inline==0.2.1; python_version >= "3.9"
|
|
35
35
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
|
|
36
|
-
Requires-Dist: numpy==2.4.
|
|
36
|
+
Requires-Dist: numpy==2.4.2; python_version >= "3.11"
|
|
37
37
|
Requires-Dist: packaging==26.0; python_version >= "3.8"
|
|
38
38
|
Requires-Dist: pandas==3.0.0; python_version >= "3.11"
|
|
39
39
|
Requires-Dist: parso==0.8.5; python_version >= "3.6"
|
|
40
40
|
Requires-Dist: pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
|
|
41
41
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
|
|
42
42
|
Requires-Dist: prompt-toolkit==3.0.52; python_version >= "3.8"
|
|
43
|
+
Requires-Dist: psycopg2-binary==2.9.9; python_version >= "3.7"
|
|
43
44
|
Requires-Dist: ptyprocess==0.7.0
|
|
44
45
|
Requires-Dist: pure-eval==0.2.3
|
|
45
46
|
Requires-Dist: pycparser==3.0; implementation_name != "PyPy"
|
|
46
47
|
Requires-Dist: pygments==2.19.2; python_version >= "3.8"
|
|
47
48
|
Requires-Dist: pyhamcrest==2.0.2; python_version >= "3.5"
|
|
48
49
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
|
|
49
|
-
Requires-Dist: pypng==0.20220715.0
|
|
50
50
|
Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
51
|
-
Requires-Dist: qrcode==
|
|
51
|
+
Requires-Dist: qrcode==8.2; python_version >= "3.9" and python_version < "4.0"
|
|
52
52
|
Requires-Dist: requests==2.32.5; python_version >= "3.9"
|
|
53
53
|
Requires-Dist: setuptools==80.10.2; python_version >= "3.9"
|
|
54
54
|
Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
@@ -58,11 +58,11 @@ Requires-Dist: tablib==3.7.0; python_version >= "3.9"
|
|
|
58
58
|
Requires-Dist: traitlets==5.14.3; python_version >= "3.8"
|
|
59
59
|
Requires-Dist: typing-extensions==4.15.0; python_version >= "3.9"
|
|
60
60
|
Requires-Dist: urllib3==2.6.3; python_version >= "3.9"
|
|
61
|
-
Requires-Dist: wcwidth==0.5.
|
|
61
|
+
Requires-Dist: wcwidth==0.5.3; python_version >= "3.8"
|
|
62
62
|
Requires-Dist: wheel==0.46.3; python_version >= "3.9"
|
|
63
63
|
Provides-Extra: dev
|
|
64
64
|
Requires-Dist: amqp==5.3.1; python_version >= "3.6" and extra == "dev"
|
|
65
|
-
Requires-Dist: asgiref==3.11.
|
|
65
|
+
Requires-Dist: asgiref==3.11.1; python_version >= "3.9" and extra == "dev"
|
|
66
66
|
Requires-Dist: attrs==25.4.0; python_version >= "3.9" and extra == "dev"
|
|
67
67
|
Requires-Dist: billiard==4.2.4; python_version >= "3.7" and extra == "dev"
|
|
68
68
|
Requires-Dist: black==26.1.0; python_version >= "3.10" and extra == "dev"
|
|
@@ -71,16 +71,16 @@ Requires-Dist: botocore==1.36.26; python_version >= "3.8" and extra == "dev"
|
|
|
71
71
|
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8" and extra == "dev"
|
|
72
72
|
Requires-Dist: certifi==2026.1.4; python_version >= "3.7" and extra == "dev"
|
|
73
73
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy" and extra == "dev"
|
|
74
|
-
Requires-Dist: cfl-common==8.9.
|
|
74
|
+
Requires-Dist: cfl-common==8.9.21; extra == "dev"
|
|
75
75
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7" and extra == "dev"
|
|
76
76
|
Requires-Dist: click==8.3.1; python_version >= "3.10" and extra == "dev"
|
|
77
77
|
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2" and extra == "dev"
|
|
78
78
|
Requires-Dist: click-plugins==1.1.1.2; extra == "dev"
|
|
79
79
|
Requires-Dist: click-repl==0.3.0; python_version >= "3.6" and extra == "dev"
|
|
80
|
-
Requires-Dist: codeforlife-portal==8.9.
|
|
80
|
+
Requires-Dist: codeforlife-portal==8.9.21; extra == "dev"
|
|
81
81
|
Requires-Dist: cryptography==44.0.1; (python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1") and extra == "dev"
|
|
82
82
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
83
|
-
Requires-Dist: django==5.
|
|
83
|
+
Requires-Dist: django==5.2.11; python_version >= "3.10" and extra == "dev"
|
|
84
84
|
Requires-Dist: django-classy-tags==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
85
85
|
Requires-Dist: django-countries==7.6.1; extra == "dev"
|
|
86
86
|
Requires-Dist: django-csp==3.8; extra == "dev"
|
|
@@ -89,16 +89,16 @@ Requires-Dist: django-formtools==2.5.1; python_version >= "3.8" and extra == "de
|
|
|
89
89
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9" and extra == "dev"
|
|
90
90
|
Requires-Dist: django-otp==1.7.0; python_version >= "3.8" and extra == "dev"
|
|
91
91
|
Requires-Dist: django-phonenumber-field==8.4.0; python_version >= "3.10" and extra == "dev"
|
|
92
|
-
Requires-Dist: django-pipeline==4.
|
|
92
|
+
Requires-Dist: django-pipeline==4.1.0; python_version >= "3.9" and extra == "dev"
|
|
93
93
|
Requires-Dist: django-preventconcurrentlogins==0.8.2; extra == "dev"
|
|
94
94
|
Requires-Dist: django-ratelimit==3.0.1; python_version >= "3.4" and extra == "dev"
|
|
95
|
-
Requires-Dist: django-recaptcha==4.
|
|
95
|
+
Requires-Dist: django-recaptcha==4.1.0; extra == "dev"
|
|
96
96
|
Requires-Dist: django-sekizai==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
97
97
|
Requires-Dist: django-selenium-clean==1.0.1; extra == "dev"
|
|
98
98
|
Requires-Dist: django-test-migrations==1.4.0; (python_version >= "3.9" and python_version < "4.0") and extra == "dev"
|
|
99
|
-
Requires-Dist: django-treebeard==4.
|
|
100
|
-
Requires-Dist: django-two-factor-auth==1.
|
|
101
|
-
Requires-Dist: djangorestframework==3.16.
|
|
99
|
+
Requires-Dist: django-treebeard==4.8.0; python_version >= "3.10" and extra == "dev"
|
|
100
|
+
Requires-Dist: django-two-factor-auth==1.18.1; python_version >= "3.9" and extra == "dev"
|
|
101
|
+
Requires-Dist: djangorestframework==3.16.1; python_version >= "3.9" and extra == "dev"
|
|
102
102
|
Requires-Dist: execnet==2.1.2; python_version >= "3.8" and extra == "dev"
|
|
103
103
|
Requires-Dist: gunicorn==23.0.0; python_version >= "3.7" and extra == "dev"
|
|
104
104
|
Requires-Dist: h11==0.16.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -112,7 +112,7 @@ Requires-Dist: libsass==0.23.0; python_version >= "3.8" and extra == "dev"
|
|
|
112
112
|
Requires-Dist: markupsafe==3.0.3; python_version >= "3.9" and extra == "dev"
|
|
113
113
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5" and extra == "dev"
|
|
114
114
|
Requires-Dist: mypy-extensions==1.1.0; python_version >= "3.8" and extra == "dev"
|
|
115
|
-
Requires-Dist: numpy==2.4.
|
|
115
|
+
Requires-Dist: numpy==2.4.2; python_version >= "3.11" and extra == "dev"
|
|
116
116
|
Requires-Dist: outcome==1.3.0.post0; python_version >= "3.7" and extra == "dev"
|
|
117
117
|
Requires-Dist: packaging==26.0; python_version >= "3.8" and extra == "dev"
|
|
118
118
|
Requires-Dist: pandas==3.0.0; python_version >= "3.11" and extra == "dev"
|
|
@@ -129,7 +129,6 @@ Requires-Dist: pycurl==7.45.7; python_version >= "3.5" and extra == "dev"
|
|
|
129
129
|
Requires-Dist: pygments==2.19.2; python_version >= "3.8" and extra == "dev"
|
|
130
130
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7" and extra == "dev"
|
|
131
131
|
Requires-Dist: pyopenssl==25.1.0; python_version >= "3.7" and extra == "dev"
|
|
132
|
-
Requires-Dist: pypng==0.20220715.0; extra == "dev"
|
|
133
132
|
Requires-Dist: pysocks==1.7.1; extra == "dev"
|
|
134
133
|
Requires-Dist: pytest==8.4.2; python_version >= "3.9" and extra == "dev"
|
|
135
134
|
Requires-Dist: pytest-django==4.8.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -137,9 +136,9 @@ Requires-Dist: pytest-order==1.3.0; python_version >= "3.7" and extra == "dev"
|
|
|
137
136
|
Requires-Dist: pytest-xdist==3.8.0; python_version >= "3.9" and extra == "dev"
|
|
138
137
|
Requires-Dist: python-dateutil==2.9.0.post0; (python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3") and extra == "dev"
|
|
139
138
|
Requires-Dist: python-dotenv==1.0.1; python_version >= "3.8" and extra == "dev"
|
|
140
|
-
Requires-Dist: pytokens==0.4.
|
|
139
|
+
Requires-Dist: pytokens==0.4.1; python_version >= "3.8" and extra == "dev"
|
|
141
140
|
Requires-Dist: pyyaml==6.0.2; python_version >= "3.8" and extra == "dev"
|
|
142
|
-
Requires-Dist: qrcode==
|
|
141
|
+
Requires-Dist: qrcode==8.2; (python_version >= "3.9" and python_version < "4.0") and extra == "dev"
|
|
143
142
|
Requires-Dist: reportlab==4.4.2; (python_version >= "3.7" and python_version < "4") and extra == "dev"
|
|
144
143
|
Requires-Dist: requests==2.32.5; python_version >= "3.9" and extra == "dev"
|
|
145
144
|
Requires-Dist: requests-toolbelt==1.0.0; (python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3") and extra == "dev"
|
|
@@ -159,7 +158,7 @@ Requires-Dist: urllib3==2.6.3; python_version >= "3.9" and extra == "dev"
|
|
|
159
158
|
Requires-Dist: uvicorn==0.40.0; python_version >= "3.10" and extra == "dev"
|
|
160
159
|
Requires-Dist: uvicorn-worker==0.2.0; python_version >= "3.8" and extra == "dev"
|
|
161
160
|
Requires-Dist: vine==5.1.0; python_version >= "3.6" and extra == "dev"
|
|
162
|
-
Requires-Dist: wcwidth==0.5.
|
|
161
|
+
Requires-Dist: wcwidth==0.5.3; python_version >= "3.8" and extra == "dev"
|
|
163
162
|
Requires-Dist: websocket-client==1.9.0; python_version >= "3.9" and extra == "dev"
|
|
164
163
|
Requires-Dist: werkzeug==3.1.5; python_version >= "3.9" and extra == "dev"
|
|
165
164
|
Requires-Dist: wheel==0.46.3; python_version >= "3.9" and extra == "dev"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "7.6.20"
|
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rapid-router
|
|
3
|
-
Version: 7.6.
|
|
3
|
+
Version: 7.6.20
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
7
7
|
License-File: LICENSE.md
|
|
8
|
-
Requires-Dist: asgiref==3.11.
|
|
8
|
+
Requires-Dist: asgiref==3.11.1; python_version >= "3.9"
|
|
9
9
|
Requires-Dist: asttokens==3.0.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2026.1.4; python_version >= "3.7"
|
|
11
11
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy"
|
|
12
|
-
Requires-Dist: cfl-common==8.9.
|
|
12
|
+
Requires-Dist: cfl-common==8.9.21
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: cryptography==44.0.1; python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1"
|
|
15
15
|
Requires-Dist: decorator==5.2.1; python_version >= "3.8"
|
|
16
16
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
17
|
-
Requires-Dist: django==5.
|
|
17
|
+
Requires-Dist: django==5.2.11; python_version >= "3.10"
|
|
18
18
|
Requires-Dist: django-countries==7.6.1
|
|
19
19
|
Requires-Dist: django-csp==3.8
|
|
20
20
|
Requires-Dist: django-formtools==2.5.1; python_version >= "3.8"
|
|
21
21
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9"
|
|
22
22
|
Requires-Dist: django-otp==1.7.0; python_version >= "3.8"
|
|
23
23
|
Requires-Dist: django-phonenumber-field==8.4.0; python_version >= "3.10"
|
|
24
|
-
Requires-Dist: django-pipeline==4.
|
|
24
|
+
Requires-Dist: django-pipeline==4.1.0; python_version >= "3.9"
|
|
25
25
|
Requires-Dist: django-reverse-js==0.1.8; python_version >= "3.10"
|
|
26
|
-
Requires-Dist: django-two-factor-auth==1.
|
|
27
|
-
Requires-Dist: djangorestframework==3.16.
|
|
26
|
+
Requires-Dist: django-two-factor-auth==1.18.1; python_version >= "3.9"
|
|
27
|
+
Requires-Dist: djangorestframework==3.16.1; python_version >= "3.9"
|
|
28
28
|
Requires-Dist: executing==2.2.1; python_version >= "3.8"
|
|
29
29
|
Requires-Dist: idna==3.11; python_version >= "3.8"
|
|
30
|
-
Requires-Dist: ipython==9.
|
|
30
|
+
Requires-Dist: ipython==9.10.0; python_version >= "3.11"
|
|
31
31
|
Requires-Dist: ipython-pygments-lexers==1.1.1; python_version >= "3.8"
|
|
32
32
|
Requires-Dist: jedi==0.19.2; python_version >= "3.6"
|
|
33
33
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
34
34
|
Requires-Dist: matplotlib-inline==0.2.1; python_version >= "3.9"
|
|
35
35
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
|
|
36
|
-
Requires-Dist: numpy==2.4.
|
|
36
|
+
Requires-Dist: numpy==2.4.2; python_version >= "3.11"
|
|
37
37
|
Requires-Dist: packaging==26.0; python_version >= "3.8"
|
|
38
38
|
Requires-Dist: pandas==3.0.0; python_version >= "3.11"
|
|
39
39
|
Requires-Dist: parso==0.8.5; python_version >= "3.6"
|
|
40
40
|
Requires-Dist: pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
|
|
41
41
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
|
|
42
42
|
Requires-Dist: prompt-toolkit==3.0.52; python_version >= "3.8"
|
|
43
|
+
Requires-Dist: psycopg2-binary==2.9.9; python_version >= "3.7"
|
|
43
44
|
Requires-Dist: ptyprocess==0.7.0
|
|
44
45
|
Requires-Dist: pure-eval==0.2.3
|
|
45
46
|
Requires-Dist: pycparser==3.0; implementation_name != "PyPy"
|
|
46
47
|
Requires-Dist: pygments==2.19.2; python_version >= "3.8"
|
|
47
48
|
Requires-Dist: pyhamcrest==2.0.2; python_version >= "3.5"
|
|
48
49
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
|
|
49
|
-
Requires-Dist: pypng==0.20220715.0
|
|
50
50
|
Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
51
|
-
Requires-Dist: qrcode==
|
|
51
|
+
Requires-Dist: qrcode==8.2; python_version >= "3.9" and python_version < "4.0"
|
|
52
52
|
Requires-Dist: requests==2.32.5; python_version >= "3.9"
|
|
53
53
|
Requires-Dist: setuptools==80.10.2; python_version >= "3.9"
|
|
54
54
|
Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
@@ -58,11 +58,11 @@ Requires-Dist: tablib==3.7.0; python_version >= "3.9"
|
|
|
58
58
|
Requires-Dist: traitlets==5.14.3; python_version >= "3.8"
|
|
59
59
|
Requires-Dist: typing-extensions==4.15.0; python_version >= "3.9"
|
|
60
60
|
Requires-Dist: urllib3==2.6.3; python_version >= "3.9"
|
|
61
|
-
Requires-Dist: wcwidth==0.5.
|
|
61
|
+
Requires-Dist: wcwidth==0.5.3; python_version >= "3.8"
|
|
62
62
|
Requires-Dist: wheel==0.46.3; python_version >= "3.9"
|
|
63
63
|
Provides-Extra: dev
|
|
64
64
|
Requires-Dist: amqp==5.3.1; python_version >= "3.6" and extra == "dev"
|
|
65
|
-
Requires-Dist: asgiref==3.11.
|
|
65
|
+
Requires-Dist: asgiref==3.11.1; python_version >= "3.9" and extra == "dev"
|
|
66
66
|
Requires-Dist: attrs==25.4.0; python_version >= "3.9" and extra == "dev"
|
|
67
67
|
Requires-Dist: billiard==4.2.4; python_version >= "3.7" and extra == "dev"
|
|
68
68
|
Requires-Dist: black==26.1.0; python_version >= "3.10" and extra == "dev"
|
|
@@ -71,16 +71,16 @@ Requires-Dist: botocore==1.36.26; python_version >= "3.8" and extra == "dev"
|
|
|
71
71
|
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8" and extra == "dev"
|
|
72
72
|
Requires-Dist: certifi==2026.1.4; python_version >= "3.7" and extra == "dev"
|
|
73
73
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy" and extra == "dev"
|
|
74
|
-
Requires-Dist: cfl-common==8.9.
|
|
74
|
+
Requires-Dist: cfl-common==8.9.21; extra == "dev"
|
|
75
75
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7" and extra == "dev"
|
|
76
76
|
Requires-Dist: click==8.3.1; python_version >= "3.10" and extra == "dev"
|
|
77
77
|
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2" and extra == "dev"
|
|
78
78
|
Requires-Dist: click-plugins==1.1.1.2; extra == "dev"
|
|
79
79
|
Requires-Dist: click-repl==0.3.0; python_version >= "3.6" and extra == "dev"
|
|
80
|
-
Requires-Dist: codeforlife-portal==8.9.
|
|
80
|
+
Requires-Dist: codeforlife-portal==8.9.21; extra == "dev"
|
|
81
81
|
Requires-Dist: cryptography==44.0.1; (python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1") and extra == "dev"
|
|
82
82
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
83
|
-
Requires-Dist: django==5.
|
|
83
|
+
Requires-Dist: django==5.2.11; python_version >= "3.10" and extra == "dev"
|
|
84
84
|
Requires-Dist: django-classy-tags==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
85
85
|
Requires-Dist: django-countries==7.6.1; extra == "dev"
|
|
86
86
|
Requires-Dist: django-csp==3.8; extra == "dev"
|
|
@@ -89,16 +89,16 @@ Requires-Dist: django-formtools==2.5.1; python_version >= "3.8" and extra == "de
|
|
|
89
89
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9" and extra == "dev"
|
|
90
90
|
Requires-Dist: django-otp==1.7.0; python_version >= "3.8" and extra == "dev"
|
|
91
91
|
Requires-Dist: django-phonenumber-field==8.4.0; python_version >= "3.10" and extra == "dev"
|
|
92
|
-
Requires-Dist: django-pipeline==4.
|
|
92
|
+
Requires-Dist: django-pipeline==4.1.0; python_version >= "3.9" and extra == "dev"
|
|
93
93
|
Requires-Dist: django-preventconcurrentlogins==0.8.2; extra == "dev"
|
|
94
94
|
Requires-Dist: django-ratelimit==3.0.1; python_version >= "3.4" and extra == "dev"
|
|
95
|
-
Requires-Dist: django-recaptcha==4.
|
|
95
|
+
Requires-Dist: django-recaptcha==4.1.0; extra == "dev"
|
|
96
96
|
Requires-Dist: django-sekizai==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
97
97
|
Requires-Dist: django-selenium-clean==1.0.1; extra == "dev"
|
|
98
98
|
Requires-Dist: django-test-migrations==1.4.0; (python_version >= "3.9" and python_version < "4.0") and extra == "dev"
|
|
99
|
-
Requires-Dist: django-treebeard==4.
|
|
100
|
-
Requires-Dist: django-two-factor-auth==1.
|
|
101
|
-
Requires-Dist: djangorestframework==3.16.
|
|
99
|
+
Requires-Dist: django-treebeard==4.8.0; python_version >= "3.10" and extra == "dev"
|
|
100
|
+
Requires-Dist: django-two-factor-auth==1.18.1; python_version >= "3.9" and extra == "dev"
|
|
101
|
+
Requires-Dist: djangorestframework==3.16.1; python_version >= "3.9" and extra == "dev"
|
|
102
102
|
Requires-Dist: execnet==2.1.2; python_version >= "3.8" and extra == "dev"
|
|
103
103
|
Requires-Dist: gunicorn==23.0.0; python_version >= "3.7" and extra == "dev"
|
|
104
104
|
Requires-Dist: h11==0.16.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -112,7 +112,7 @@ Requires-Dist: libsass==0.23.0; python_version >= "3.8" and extra == "dev"
|
|
|
112
112
|
Requires-Dist: markupsafe==3.0.3; python_version >= "3.9" and extra == "dev"
|
|
113
113
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5" and extra == "dev"
|
|
114
114
|
Requires-Dist: mypy-extensions==1.1.0; python_version >= "3.8" and extra == "dev"
|
|
115
|
-
Requires-Dist: numpy==2.4.
|
|
115
|
+
Requires-Dist: numpy==2.4.2; python_version >= "3.11" and extra == "dev"
|
|
116
116
|
Requires-Dist: outcome==1.3.0.post0; python_version >= "3.7" and extra == "dev"
|
|
117
117
|
Requires-Dist: packaging==26.0; python_version >= "3.8" and extra == "dev"
|
|
118
118
|
Requires-Dist: pandas==3.0.0; python_version >= "3.11" and extra == "dev"
|
|
@@ -129,7 +129,6 @@ Requires-Dist: pycurl==7.45.7; python_version >= "3.5" and extra == "dev"
|
|
|
129
129
|
Requires-Dist: pygments==2.19.2; python_version >= "3.8" and extra == "dev"
|
|
130
130
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7" and extra == "dev"
|
|
131
131
|
Requires-Dist: pyopenssl==25.1.0; python_version >= "3.7" and extra == "dev"
|
|
132
|
-
Requires-Dist: pypng==0.20220715.0; extra == "dev"
|
|
133
132
|
Requires-Dist: pysocks==1.7.1; extra == "dev"
|
|
134
133
|
Requires-Dist: pytest==8.4.2; python_version >= "3.9" and extra == "dev"
|
|
135
134
|
Requires-Dist: pytest-django==4.8.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -137,9 +136,9 @@ Requires-Dist: pytest-order==1.3.0; python_version >= "3.7" and extra == "dev"
|
|
|
137
136
|
Requires-Dist: pytest-xdist==3.8.0; python_version >= "3.9" and extra == "dev"
|
|
138
137
|
Requires-Dist: python-dateutil==2.9.0.post0; (python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3") and extra == "dev"
|
|
139
138
|
Requires-Dist: python-dotenv==1.0.1; python_version >= "3.8" and extra == "dev"
|
|
140
|
-
Requires-Dist: pytokens==0.4.
|
|
139
|
+
Requires-Dist: pytokens==0.4.1; python_version >= "3.8" and extra == "dev"
|
|
141
140
|
Requires-Dist: pyyaml==6.0.2; python_version >= "3.8" and extra == "dev"
|
|
142
|
-
Requires-Dist: qrcode==
|
|
141
|
+
Requires-Dist: qrcode==8.2; (python_version >= "3.9" and python_version < "4.0") and extra == "dev"
|
|
143
142
|
Requires-Dist: reportlab==4.4.2; (python_version >= "3.7" and python_version < "4") and extra == "dev"
|
|
144
143
|
Requires-Dist: requests==2.32.5; python_version >= "3.9" and extra == "dev"
|
|
145
144
|
Requires-Dist: requests-toolbelt==1.0.0; (python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3") and extra == "dev"
|
|
@@ -159,7 +158,7 @@ Requires-Dist: urllib3==2.6.3; python_version >= "3.9" and extra == "dev"
|
|
|
159
158
|
Requires-Dist: uvicorn==0.40.0; python_version >= "3.10" and extra == "dev"
|
|
160
159
|
Requires-Dist: uvicorn-worker==0.2.0; python_version >= "3.8" and extra == "dev"
|
|
161
160
|
Requires-Dist: vine==5.1.0; python_version >= "3.6" and extra == "dev"
|
|
162
|
-
Requires-Dist: wcwidth==0.5.
|
|
161
|
+
Requires-Dist: wcwidth==0.5.3; python_version >= "3.8" and extra == "dev"
|
|
163
162
|
Requires-Dist: websocket-client==1.9.0; python_version >= "3.9" and extra == "dev"
|
|
164
163
|
Requires-Dist: werkzeug==3.1.5; python_version >= "3.9" and extra == "dev"
|
|
165
164
|
Requires-Dist: wheel==0.46.3; python_version >= "3.9" and extra == "dev"
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
cfl-common==8.9.
|
|
1
|
+
cfl-common==8.9.21
|
|
2
2
|
django-countries==7.6.1
|
|
3
3
|
django-csp==3.8
|
|
4
4
|
ptyprocess==0.7.0
|
|
5
5
|
pure-eval==0.2.3
|
|
6
|
-
pypng==0.20220715.0
|
|
7
6
|
stack-data==0.6.3
|
|
8
7
|
|
|
9
8
|
[:implementation_name != "PyPy"]
|
|
@@ -17,13 +16,13 @@ python-dateutil==2.9.0.post0
|
|
|
17
16
|
six==1.17.0
|
|
18
17
|
|
|
19
18
|
[:python_version >= "3.10"]
|
|
20
|
-
django==5.
|
|
19
|
+
django==5.2.11
|
|
21
20
|
django-phonenumber-field==8.4.0
|
|
22
21
|
django-reverse-js==0.1.8
|
|
23
22
|
|
|
24
23
|
[:python_version >= "3.11"]
|
|
25
|
-
ipython==9.
|
|
26
|
-
numpy==2.4.
|
|
24
|
+
ipython==9.10.0
|
|
25
|
+
numpy==2.4.2
|
|
27
26
|
pandas==3.0.0
|
|
28
27
|
|
|
29
28
|
[:python_version >= "3.5"]
|
|
@@ -38,8 +37,8 @@ parso==0.8.5
|
|
|
38
37
|
certifi==2026.1.4
|
|
39
38
|
charset-normalizer==3.4.4
|
|
40
39
|
diff-match-patch==20241021
|
|
40
|
+
psycopg2-binary==2.9.9
|
|
41
41
|
pyjwt==2.6.0
|
|
42
|
-
qrcode==7.4.2
|
|
43
42
|
|
|
44
43
|
[:python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1"]
|
|
45
44
|
cryptography==44.0.1
|
|
@@ -49,7 +48,6 @@ asttokens==3.0.1
|
|
|
49
48
|
decorator==5.2.1
|
|
50
49
|
django-formtools==2.5.1
|
|
51
50
|
django-otp==1.7.0
|
|
52
|
-
django-two-factor-auth==1.17.0
|
|
53
51
|
executing==2.2.1
|
|
54
52
|
idna==3.11
|
|
55
53
|
ipython-pygments-lexers==1.1.1
|
|
@@ -60,13 +58,14 @@ prompt-toolkit==3.0.52
|
|
|
60
58
|
pygments==2.19.2
|
|
61
59
|
sqlparse==0.5.5
|
|
62
60
|
traitlets==5.14.3
|
|
63
|
-
wcwidth==0.5.
|
|
61
|
+
wcwidth==0.5.3
|
|
64
62
|
|
|
65
63
|
[:python_version >= "3.9"]
|
|
66
|
-
asgiref==3.11.
|
|
64
|
+
asgiref==3.11.1
|
|
67
65
|
django-import-export==4.2.0
|
|
68
|
-
django-pipeline==4.
|
|
69
|
-
|
|
66
|
+
django-pipeline==4.1.0
|
|
67
|
+
django-two-factor-auth==1.18.1
|
|
68
|
+
djangorestframework==3.16.1
|
|
70
69
|
matplotlib-inline==0.2.1
|
|
71
70
|
requests==2.32.5
|
|
72
71
|
setuptools==80.10.2
|
|
@@ -75,20 +74,22 @@ typing-extensions==4.15.0
|
|
|
75
74
|
urllib3==2.6.3
|
|
76
75
|
wheel==0.46.3
|
|
77
76
|
|
|
77
|
+
[:python_version >= "3.9" and python_version < "4.0"]
|
|
78
|
+
qrcode==8.2
|
|
79
|
+
|
|
78
80
|
[:sys_platform != "win32" and sys_platform != "emscripten"]
|
|
79
81
|
pexpect==4.9.0
|
|
80
82
|
|
|
81
83
|
[dev]
|
|
82
|
-
cfl-common==8.9.
|
|
84
|
+
cfl-common==8.9.21
|
|
83
85
|
click-plugins==1.1.1.2
|
|
84
|
-
codeforlife-portal==8.9.
|
|
86
|
+
codeforlife-portal==8.9.21
|
|
85
87
|
django-countries==7.6.1
|
|
86
88
|
django-csp==3.8
|
|
87
89
|
django-preventconcurrentlogins==0.8.2
|
|
88
|
-
django-recaptcha==4.
|
|
90
|
+
django-recaptcha==4.1.0
|
|
89
91
|
django-selenium-clean==1.0.1
|
|
90
92
|
phonenumbers==8.12.12
|
|
91
|
-
pypng==0.20220715.0
|
|
92
93
|
pysocks==1.7.1
|
|
93
94
|
sortedcontainers==2.4.0
|
|
94
95
|
|
|
@@ -115,8 +116,9 @@ six==1.17.0
|
|
|
115
116
|
[dev:python_version >= "3.10"]
|
|
116
117
|
black==26.1.0
|
|
117
118
|
click==8.3.1
|
|
118
|
-
django==5.
|
|
119
|
+
django==5.2.11
|
|
119
120
|
django-phonenumber-field==8.4.0
|
|
121
|
+
django-treebeard==4.8.0
|
|
120
122
|
iniconfig==2.3.0
|
|
121
123
|
pillow==12.1.0
|
|
122
124
|
platformdirs==4.5.1
|
|
@@ -125,7 +127,7 @@ uvicorn==0.40.0
|
|
|
125
127
|
wsproto==1.3.2
|
|
126
128
|
|
|
127
129
|
[dev:python_version >= "3.11"]
|
|
128
|
-
numpy==2.4.
|
|
130
|
+
numpy==2.4.2
|
|
129
131
|
pandas==3.0.0
|
|
130
132
|
|
|
131
133
|
[dev:python_version >= "3.4"]
|
|
@@ -152,7 +154,6 @@ psycopg2-binary==2.9.9
|
|
|
152
154
|
pyjwt==2.6.0
|
|
153
155
|
pyopenssl==25.1.0
|
|
154
156
|
pytest-order==1.3.0
|
|
155
|
-
qrcode==7.4.2
|
|
156
157
|
sniffio==1.3.1
|
|
157
158
|
|
|
158
159
|
[dev:python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1"]
|
|
@@ -169,8 +170,6 @@ django-classy-tags==4.1.0
|
|
|
169
170
|
django-formtools==2.5.1
|
|
170
171
|
django-otp==1.7.0
|
|
171
172
|
django-sekizai==4.1.0
|
|
172
|
-
django-treebeard==4.7.1
|
|
173
|
-
django-two-factor-auth==1.17.0
|
|
174
173
|
execnet==2.1.2
|
|
175
174
|
h11==0.16.0
|
|
176
175
|
idna==3.11
|
|
@@ -182,21 +181,22 @@ prompt-toolkit==3.0.52
|
|
|
182
181
|
pygments==2.19.2
|
|
183
182
|
pytest-django==4.8.0
|
|
184
183
|
python-dotenv==1.0.1
|
|
185
|
-
pytokens==0.4.
|
|
184
|
+
pytokens==0.4.1
|
|
186
185
|
pyyaml==6.0.2
|
|
187
186
|
s3transfer==0.11.3
|
|
188
187
|
sqlparse==0.5.5
|
|
189
188
|
trio-websocket==0.12.2
|
|
190
189
|
uvicorn-worker==0.2.0
|
|
191
|
-
wcwidth==0.5.
|
|
190
|
+
wcwidth==0.5.3
|
|
192
191
|
|
|
193
192
|
[dev:python_version >= "3.9"]
|
|
194
|
-
asgiref==3.11.
|
|
193
|
+
asgiref==3.11.1
|
|
195
194
|
attrs==25.4.0
|
|
196
195
|
django-extensions==4.1
|
|
197
196
|
django-import-export==4.2.0
|
|
198
|
-
django-pipeline==4.
|
|
199
|
-
|
|
197
|
+
django-pipeline==4.1.0
|
|
198
|
+
django-two-factor-auth==1.18.1
|
|
199
|
+
djangorestframework==3.16.1
|
|
200
200
|
jmespath==1.1.0
|
|
201
201
|
kombu[sqs]==5.6.2
|
|
202
202
|
markupsafe==3.0.3
|
|
@@ -218,3 +218,4 @@ zipp==3.23.0
|
|
|
218
218
|
|
|
219
219
|
[dev:python_version >= "3.9" and python_version < "4.0"]
|
|
220
220
|
django-test-migrations==1.4.0
|
|
221
|
+
qrcode==8.2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "7.6.18"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0028_level_disable_route_score.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.6.18 → rapid_router-7.6.20}/game/migrations/0035_disable_route_score_level_70.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|