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