rapid-router 7.5.16__tar.gz → 7.5.17__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.5.16/rapid_router.egg-info → rapid_router-7.5.17}/PKG-INFO +12 -13
- rapid_router-7.5.17/game/__init__.py +1 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17/rapid_router.egg-info}/PKG-INFO +12 -13
- {rapid_router-7.5.16 → rapid_router-7.5.17}/rapid_router.egg-info/requires.txt +11 -12
- rapid_router-7.5.16/game/__init__.py +0 -1
- {rapid_router-7.5.16 → rapid_router-7.5.17}/LICENSE.md +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/MANIFEST.in +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/README.md +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/example_project/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/example_project/rapid_router_test_settings.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/example_project/settings.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/example_project/urls.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/example_project/wsgi.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/admin.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/app_settings.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/cache.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/character.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/decor.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/base_game_test.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/custom_handler.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/editor_page.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/game_page.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/selenium_test_case.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_cow_crashes.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_language_dropdown.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_level_editor.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_level_failures.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_level_selection.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_level_win.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_play_through.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_python_levels.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_regressions.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_saving_workspace.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/end_to_end_tests/test_turning_around.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/forms.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/level_management.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/messages.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0001_squashed_0025_levels_ordering_pt1.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0026_levels_pt2.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0027_change_level_order.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0028_level_disable_route_score.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0029_disable_route_scores.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0029_level_pythonviewenabled.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0030_merge.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0031_python_view.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0032_cannot_turn_left_level.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0033_recursion_level.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0034_joes_level.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0035_disable_route_score_level_70.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0036_level_score_73.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0037_level_score_79.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0038_level_score_40.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0039_second_episodes_release.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0040_auto_20150128_2019.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0041_level_episode_refs.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0042_level_score_73.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0043_auto_20150615_1155.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0044_auto_20150615_1156.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0045_decor_z_index.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0046_set_img_order.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0047_level_70_is_unsolveable.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0048_add_cow_field_and_blocks.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0049_level_score_34.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0050_level_score_40.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0051_level_score_49.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0052_attempt_night_mode.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0053_level_70_is_unsolveable_again.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0054_disable_route_score_for_levels_69_and_74.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0055_support_multiple_attempts.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0056_mark_all_attempts_as_best.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0057_workspace_language_enabled.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0058_level_theme_name.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0059_theme_name_data.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0060_auto_20160208_2144.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0061_auto_20160208_2144.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0062_rm_old_theme_decor_models.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0063_level_character_name.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0064_character_name_data.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0065_rename_old_character_field.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0066_rm_character_model.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0067_level_score_27.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0068_fix_episodes_order.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0069_remove_user_levels_from_episodes.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0070_update_strings_unicode.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0071_use_common_models.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0072_level_50_solution.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0073_level_75_solution.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0074_level_74_solution.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0075_level_48_houses.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0076_level_locked_for_class.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0077_alter_level_next_level.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0078_add_block_types.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0079_populate_block_type_add_cow_blocks.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0080_level_disable_algorithm_score.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0081_first_12_levels_no_algo_score.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0082_level_43_solution.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0083_add_cows_to_existing_levels.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0084_alter_block_block_type.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0085_add_new_blocks.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0086_loop_levels.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0087_workspace_python_view_enabled.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0088_rename_episodes.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0089_episodes_in_development.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0090_add_missing_model_solutions.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0091_disable_algo_score_if_no_model_solution.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0092_disable_algo_score_in_custom_levels.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0093_alter_level_character_name.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0094_add_hint_lesson_subtitle_to_levels.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0095_level_commands.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0096_alter_level_commands.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0097_add_python_den_levels.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0098_add_episode_link_fields.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0099_python_episodes_links.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0100_reorder_python_levels.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0101_rename_episodes.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0102_reoder_episodes_13_14.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0103_level_1015_solution.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0104_remove_level_direct_drive.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0105_delete_invalid_attempts.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0106_fields_to_snake_case.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0107_rename_worksheet_link_episode_student_worksheet_link.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0108_episode_indy_worksheet_link.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0109_create_episodes_23_and_24.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0110_remove_episode_indy_worksheet_link_and_more.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0111_create_worksheets.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0112_worksheet_locked_classes.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0113_level_needs_approval.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0114_default_and_non_student_levels_no_approval.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0115_level_level__default_does_not_need_approval.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0116_update_worksheet_video_links.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/models.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/permissions.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/pipeline_compilers/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/pipeline_compilers/libsass_compiler.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/python_den_urls.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/random_road.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/serializers.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/django_reverse_js/js/reverse.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/LilitaOne-Regular.ttf +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/backgrounds.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/dataTables.custom.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/dataTables.fixedColumns.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/dataTables.jqueryui.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/dropdown.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/game.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/game_screen.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/input.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/jquery.dataTables.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/level_editor.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/level_moderation.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/level_selection.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/level_share.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/logged_students.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/pqselect.min.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/pqselect.multiselect.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/scoreboard.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/settings.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/skulpt/codemirror.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/skulpt/eclipse.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/css/skulpt/solarized.css +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/Clarice.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/Clarice_Jersey.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/Clarice_Jersey_uncropped.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/Clarice_uncropped.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/Clarice_v1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/Clarice_v2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/OcadoCFC.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/OcadoCFC_no_road.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/Python_Den_hero_student.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/Python_levels_page.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/RR-title.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/RapidRouter_logo_type_only.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/RapidRouter_logo_w_BG.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/RapidRouter_logo_wo_BG.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/actions/btn_zoom_in.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/actions/btn_zoom_out.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/actions/deliver.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/actions/forward.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/actions/left.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/actions/right.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/actions/turn_around.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/actions/wait.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/asc.gif +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/avatars/default-avatar.jpeg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/bg.gif +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/btnMute.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/btnReset.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/front_view/Dee.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/front_view/Electric_van.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/front_view/Kirsty.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/front_view/Nigel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/front_view/Phil.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/front_view/Van.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/front_view/Wes.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Dee.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Electric_van.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Kirsty.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Nigel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Phil.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Sleigh.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Van.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Van_wreckage.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/characters/top_view/Wes.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/coins/coin_5050_dots.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/coins/coin_5050_transparent.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/coins/coin_copper.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/coins/coin_empty_dots.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/coins/coin_empty_transparent.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/coins/coin_gold.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/coins/coin_silver.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/dataTables/Sorting icons.psd +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/dataTables/sort_asc.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/dataTables/sort_asc_disabled.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/dataTables/sort_both.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/dataTables/sort_desc.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/dataTables/sort_desc_disabled.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/city/bush.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/city/hospital.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/city/house.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/city/pavementTile.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/city/school.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/city/shop.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/city/solar_panel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/bush.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/cfc.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/cfc_black.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/crops.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/house1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/house2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/solar_panel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/tile1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/tree1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/farm/tree2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/grass/bush.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/grass/cfc.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/grass/house.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/grass/pond.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/grass/solar_panel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/grass/tile1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/grass/tree1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/grass/tree2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/barn.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/bush.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/cfc.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/crops.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/hospital.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/house.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/house1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/house2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/pond.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/school.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/shop.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/solar_panel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/tile1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/tile2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/tree1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/decor/snow/tree2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/desc.gif +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/electric_van.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/empty.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fruit/apple.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fruit/apple1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fruit/apple2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fruit/banana.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fruit/banana1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fruit/banana2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fruit/orange.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fuelGauge.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/fuelGaugePointer.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/add.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/add_house.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/add_road.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/big_code_mode.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/blockly.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/character.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/clear.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/day.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/decor.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/delete_decor.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/delete_house.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/delete_road.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/description.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/fast.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/help.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/hide.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/hide_button.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/hint.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/if_else.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/load.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/map.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/muted.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/night.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/origin.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/pause.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/play.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/print.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/python.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/quit.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/random.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/save.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/share.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/show.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/slow.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/solve.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/step.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/stop.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/icons/unmuted.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/if_else_example.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/key.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/ocadoVan_big.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/package.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/pigeon.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/python_den_header.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/sp_cow.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel1_fuel_pointer.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel1_meter.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel1_speed_pointer.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel2_fuel_pointer.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel2_meter.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel2_speed_pointer.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/speedoFuel_v2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/trafficLight_green.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/trafficLight_red.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/trashcan.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/trashcan_lid_closed.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/trashcan_lid_open.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/van.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/van_small.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/van_small2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/image/zebraCrossing.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/animation.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/blockly_compressed.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/blockly_uncompressed.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/blocks_compressed.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/javascript_compressed.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/1x1.gif +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/click.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/click.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/click.wav +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/delete.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/delete.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/delete.wav +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/disconnect.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/disconnect.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/disconnect.wav +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/handclosed.cur +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/handdelete.cur +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/handopen.cur +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/quote0.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/quote1.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/sprites.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/media/sprites.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ab.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ar.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/az.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ba.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/bcc.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/be-tarask.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/be.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/bg.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/bn.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/br.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ca.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/cs.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/da.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/de.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/diq.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/dty.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/el.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/en-gb.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/en.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/eo.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/es.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/et.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/eu.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/fa.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/fi.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/fr.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/gl.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/gor.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ha.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/he.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/hi.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/hrx.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/hu.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/hy.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ia.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/id.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ig.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/is.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/it.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ja.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/kab.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ko.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/lb.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/lki.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/lo.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/lrc.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/lt.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/lv.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/mk.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/mnw.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ms.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/nb.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/nl.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/oc.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/pl.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/pms.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/pt-br.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/pt.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ro.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ru.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/sc.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/sd.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/shn.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/sk.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/skr-arab.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/sl.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/sq.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/sr-latn.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/sr.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/sv.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ta.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/tcy.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/te.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/th.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/tl.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/tlh.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/tr.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ug-arab.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/uk.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/ur.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/vi.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/xmf.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/yo.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/zh-hans.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/js/zh-hant.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ab.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ar.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/az.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ba.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/bcc.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/be-tarask.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/be.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/bg.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/bn.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/br.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ca.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/constants.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/cs.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/da.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/de.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/diq.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/dty.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/el.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/en-gb.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/en.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/eo.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/es.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/et.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/eu.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/fa.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/fi.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/fr.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/gl.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/gor.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ha.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/he.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/hi.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/hrx.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/hu.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/hy.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ia.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/id.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ig.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/is.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/it.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ja.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/kab.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ko.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/lb.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/lki.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/lo.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/lrc.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/lt.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/lv.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/mk.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/mnw.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ms.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/nb.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/nl.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/oc.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/pl.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/pms.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/pt-br.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/pt.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/qqq.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ro.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ru.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/sc.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/sd.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/shn.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/sk.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/skr-arab.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/sl.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/sq.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/sr-latn.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/sr.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/sv.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/synonyms.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ta.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/tcy.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/te.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/th.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/tl.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/tlh.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/tr.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ug-arab.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/uk.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/ur.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/vi.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/xmf.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/yo.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/zh-hans.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/json/zh-hant.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/msg/messages.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/python_compressed.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blockly/version.txt +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blocklyCompiler.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blocklyControl.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blocklyCustomBlocks.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blocklyCustomisations.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/blocklyMessages.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/button.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/character.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/coordinate.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/cow.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/dataTables.fixedColumns.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/destination.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/drawing.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/drawingConstants.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/event.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.abide.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.accordion.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.alert.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.clearing.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.dropdown.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.equalizer.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.interchange.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.joyride.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.magellan.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.offcanvas.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.orbit.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.reveal.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.slider.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.tab.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.tooltip.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation/foundation.topbar.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/foundation.min.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/vendor/fastclick.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/vendor/jquery.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/vendor/js.cookie.min.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/vendor/modernizr.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/foundation/vendor/placeholder.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/fpsmeter.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/game.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/handlebars.runtime-v4.7.7.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/howler.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/jquery.dataTables.min.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/jquery.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/jquery.outerhtml.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/jquery.touchy.min.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/level_editor/level_save_state.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/level_editor/owned_levels.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/level_editor.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/level_moderation.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/level_selection.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/loadLanguages.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/map.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/messages.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/mobile-detect.min.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/model.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/node.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/pathFinder.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/program.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/pythonControl.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/raphael.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/saving.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/scoreboard.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/scoreboardSharedLevels.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/sharing.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/skulpt/codemirror.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/skulpt/python.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/skulpt/skulpt-stdlib.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/skulpt/skulpt.min.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/sound.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/svginnerhtml.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/tab.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/templates.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/trafficLight.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/utils.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/js/van.js +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/Clarice.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/Clarice_Jersey.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/Clarice_v1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/Clarice_v2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Dee.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Electric_van.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Kirsty.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Nigel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Phil.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Sleigh.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Van.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Van2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Van_wreckage.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/VeilOfNight.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/characters/top_view/Wes.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/city/bush.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/city/hospital.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/city/house.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/city/pavementTile.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/city/school.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/city/shop.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/city/solar_panel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/bush.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/cfc.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/cfc_black.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/crops.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/house1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/house2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/solar_panel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/tile1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/tree1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/farm/tree2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/grass/bush.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/grass/cfc.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/grass/house.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/grass/pond.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/grass/solar_panel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/grass/tile1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/grass/tree1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/grass/tree2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/barn.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/bush.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/cfc.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/crops.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/hospital.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/house.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/house1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/house2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/pond.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/school.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/shop.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/solar_panel.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/tile1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/tile2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/tree1.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/decor/snow/tree2.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/fire.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/pigeon.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/path/crossroads.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/path/dead_end.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/path/straight.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/path/t_junction.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/path/turn.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/road/crossroads.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/road/dead_end.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/road/straight.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/road/t_junction.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/road_tiles/road/turn.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/sleigh_wreckage.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/smoke.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/sp_cow.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/trafficLight_green.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/trafficLight_red.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/raphael_image/van_wreckage.svg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/_foundation_overrides.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/_mixins.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/_styles.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/_variables.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/_functions.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/_settings.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_accordion.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_alert-boxes.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_block-grid.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_breadcrumbs.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_button-groups.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_buttons.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_clearing.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_dropdown-buttons.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_dropdown.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_flex-video.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_forms.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_global.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_grid.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_icon-bar.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_inline-lists.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_joyride.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_keystrokes.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_labels.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_magellan.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_offcanvas.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_orbit.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_pagination.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_panels.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_pricing-tables.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_progress-bars.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_range-slider.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_reveal.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_side-nav.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_split-buttons.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_sub-nav.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_switch.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_switches.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_tables.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_tabs.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_thumbs.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_toolbar.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_tooltips.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_top-bar.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_type.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation/components/_visibility.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/foundation.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sass/game.scss +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/clown_horn.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/clown_horn.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/cow.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/cow.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/cow_original.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/cow_original.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/crash.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/crash.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/delivery.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/delivery.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/electric_van_starting.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/electric_van_starting.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/failure.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/failure.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/horn.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/horn.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/moving.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/moving.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/pigeon.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/pigeon.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/sleigh_bells.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/sleigh_bells.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/sleigh_crash.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/sleigh_crash.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/starting.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/starting.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/tension.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/tension.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/win.mp3 +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/game/sound/win.ogg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/icons/dee-192x192.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/icons/dee-384x384.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/icons/dee-512x512.png +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/static/manifest.json +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/base.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/basenonav.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/crowdin.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/error.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/game.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/level_editor.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/level_moderation.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/level_selection.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/logged_students.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/python_den_level_selection.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templates/game/scoreboard.html +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templatetags/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templatetags/game/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/templatetags/game/utils.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/migrations/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/migrations/test_migration_fix_episodes_order.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/test_api.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/test_level_editor.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/test_level_moderation.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/test_level_selection.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/test_models.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/test_random_road.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/test_scoreboard.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/utils/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/utils/attempt.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/utils/episode.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/utils/level.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/utils/locale.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/utils/teacher.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/tests/utils/user.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/theme.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/urls.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/__init__.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/api.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/helper.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/language_code_conversions.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/level.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/level_editor.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/level_moderation.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/level_selection.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/level_solutions.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/scoreboard.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/game/views/scoreboard_csv.py +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/pyproject.toml +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/rapid_router.egg-info/SOURCES.txt +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/rapid_router.egg-info/dependency_links.txt +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/rapid_router.egg-info/not-zip-safe +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/rapid_router.egg-info/top_level.txt +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/setup.cfg +0 -0
- {rapid_router-7.5.16 → rapid_router-7.5.17}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rapid-router
|
|
3
|
-
Version: 7.5.
|
|
3
|
+
Version: 7.5.17
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -8,7 +8,7 @@ License-File: LICENSE.md
|
|
|
8
8
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
|
|
9
9
|
Requires-Dist: asttokens==3.0.0; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2025.6.15; python_version >= "3.7"
|
|
11
|
-
Requires-Dist: cfl-common==8.7.
|
|
11
|
+
Requires-Dist: cfl-common==8.7.9
|
|
12
12
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7"
|
|
13
13
|
Requires-Dist: decorator==5.2.1; python_version >= "3.8"
|
|
14
14
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
@@ -25,7 +25,7 @@ Requires-Dist: django-two-factor-auth==1.17.0; python_version >= "3.8"
|
|
|
25
25
|
Requires-Dist: djangorestframework==3.16.0; python_version >= "3.9"
|
|
26
26
|
Requires-Dist: executing==2.2.0; python_version >= "3.8"
|
|
27
27
|
Requires-Dist: idna==3.10; python_version >= "3.6"
|
|
28
|
-
Requires-Dist: ipython==9.
|
|
28
|
+
Requires-Dist: ipython==9.4.0; python_version >= "3.11"
|
|
29
29
|
Requires-Dist: ipython-pygments-lexers==1.1.1; python_version >= "3.8"
|
|
30
30
|
Requires-Dist: jedi==0.19.2; python_version >= "3.6"
|
|
31
31
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
@@ -39,7 +39,7 @@ Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
|
|
|
39
39
|
Requires-Dist: prompt-toolkit==3.0.51; python_version >= "3.8"
|
|
40
40
|
Requires-Dist: ptyprocess==0.7.0
|
|
41
41
|
Requires-Dist: pure-eval==0.2.3
|
|
42
|
-
Requires-Dist: pygments==2.19.
|
|
42
|
+
Requires-Dist: pygments==2.19.2; python_version >= "3.8"
|
|
43
43
|
Requires-Dist: pyhamcrest==2.0.2; python_version >= "3.5"
|
|
44
44
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
|
|
45
45
|
Requires-Dist: pypng==0.20220715.0
|
|
@@ -68,14 +68,13 @@ Requires-Dist: boto3==1.36.14; python_version >= "3.8" and extra == "dev"
|
|
|
68
68
|
Requires-Dist: botocore==1.36.26; python_version >= "3.8" and extra == "dev"
|
|
69
69
|
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8" and extra == "dev"
|
|
70
70
|
Requires-Dist: certifi==2025.6.15; python_version >= "3.7" and extra == "dev"
|
|
71
|
-
Requires-Dist: cfl-common==8.7.
|
|
72
|
-
Requires-Dist: chardet==5.2.0; python_version >= "3.7" and extra == "dev"
|
|
71
|
+
Requires-Dist: cfl-common==8.7.9; extra == "dev"
|
|
73
72
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7" and extra == "dev"
|
|
74
73
|
Requires-Dist: click==8.2.1; python_version >= "3.10" and extra == "dev"
|
|
75
74
|
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2" and extra == "dev"
|
|
76
|
-
Requires-Dist: click-plugins==1.1.1; extra == "dev"
|
|
75
|
+
Requires-Dist: click-plugins==1.1.1.2; extra == "dev"
|
|
77
76
|
Requires-Dist: click-repl==0.3.0; python_version >= "3.6" and extra == "dev"
|
|
78
|
-
Requires-Dist: codeforlife-portal==8.7.
|
|
77
|
+
Requires-Dist: codeforlife-portal==8.7.9; extra == "dev"
|
|
79
78
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
80
79
|
Requires-Dist: django==5.1.10; python_version >= "3.10" and extra == "dev"
|
|
81
80
|
Requires-Dist: django-classy-tags==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -114,26 +113,26 @@ Requires-Dist: pandas==2.3.0; python_version >= "3.9" and extra == "dev"
|
|
|
114
113
|
Requires-Dist: pathspec==0.12.1; python_version >= "3.8" and extra == "dev"
|
|
115
114
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8" and extra == "dev"
|
|
116
115
|
Requires-Dist: phonenumbers==8.12.12; extra == "dev"
|
|
117
|
-
Requires-Dist: pillow==11.
|
|
116
|
+
Requires-Dist: pillow==11.3.0; python_version >= "3.9" and extra == "dev"
|
|
118
117
|
Requires-Dist: platformdirs==4.3.8; python_version >= "3.9" and extra == "dev"
|
|
119
118
|
Requires-Dist: pluggy==1.6.0; python_version >= "3.9" and extra == "dev"
|
|
120
119
|
Requires-Dist: prompt-toolkit==3.0.51; python_version >= "3.8" and extra == "dev"
|
|
121
120
|
Requires-Dist: psycopg2-binary==2.9.9; python_version >= "3.7" and extra == "dev"
|
|
122
121
|
Requires-Dist: pycurl==7.45.6; python_version >= "3.5" and extra == "dev"
|
|
123
|
-
Requires-Dist: pygments==2.19.
|
|
122
|
+
Requires-Dist: pygments==2.19.2; python_version >= "3.8" and extra == "dev"
|
|
124
123
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7" and extra == "dev"
|
|
125
124
|
Requires-Dist: pypng==0.20220715.0; extra == "dev"
|
|
126
125
|
Requires-Dist: pysocks==1.7.1; extra == "dev"
|
|
127
126
|
Requires-Dist: pytest==8.4.1; python_version >= "3.9" and extra == "dev"
|
|
128
127
|
Requires-Dist: pytest-django==4.8.0; python_version >= "3.8" and extra == "dev"
|
|
129
128
|
Requires-Dist: pytest-order==1.3.0; python_version >= "3.7" and extra == "dev"
|
|
130
|
-
Requires-Dist: pytest-xdist==3.
|
|
129
|
+
Requires-Dist: pytest-xdist==3.8.0; python_version >= "3.9" and extra == "dev"
|
|
131
130
|
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"
|
|
132
131
|
Requires-Dist: python-dotenv==1.0.1; python_version >= "3.8" and extra == "dev"
|
|
133
132
|
Requires-Dist: pytz==2025.2; extra == "dev"
|
|
134
133
|
Requires-Dist: pyyaml==6.0.2; python_version >= "3.8" and extra == "dev"
|
|
135
134
|
Requires-Dist: qrcode==7.4.2; python_version >= "3.7" and extra == "dev"
|
|
136
|
-
Requires-Dist: reportlab==4.2
|
|
135
|
+
Requires-Dist: reportlab==4.4.2; (python_version >= "3.7" and python_version < "4") and extra == "dev"
|
|
137
136
|
Requires-Dist: requests==2.32.4; python_version >= "3.8" and extra == "dev"
|
|
138
137
|
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"
|
|
139
138
|
Requires-Dist: s3transfer==0.11.3; python_version >= "3.8" and extra == "dev"
|
|
@@ -149,7 +148,7 @@ Requires-Dist: trio-websocket==0.12.2; python_version >= "3.8" and extra == "dev
|
|
|
149
148
|
Requires-Dist: typing-extensions==4.14.0; python_version >= "3.9" and extra == "dev"
|
|
150
149
|
Requires-Dist: tzdata==2025.2; python_version >= "2" and extra == "dev"
|
|
151
150
|
Requires-Dist: urllib3==2.5.0; python_version >= "3.9" and extra == "dev"
|
|
152
|
-
Requires-Dist: uvicorn==0.
|
|
151
|
+
Requires-Dist: uvicorn==0.35.0; python_version >= "3.9" and extra == "dev"
|
|
153
152
|
Requires-Dist: uvicorn-worker==0.2.0; python_version >= "3.8" and extra == "dev"
|
|
154
153
|
Requires-Dist: vine==5.1.0; python_version >= "3.6" and extra == "dev"
|
|
155
154
|
Requires-Dist: wcwidth==0.2.13; extra == "dev"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "7.5.17"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rapid-router
|
|
3
|
-
Version: 7.5.
|
|
3
|
+
Version: 7.5.17
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -8,7 +8,7 @@ License-File: LICENSE.md
|
|
|
8
8
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
|
|
9
9
|
Requires-Dist: asttokens==3.0.0; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2025.6.15; python_version >= "3.7"
|
|
11
|
-
Requires-Dist: cfl-common==8.7.
|
|
11
|
+
Requires-Dist: cfl-common==8.7.9
|
|
12
12
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7"
|
|
13
13
|
Requires-Dist: decorator==5.2.1; python_version >= "3.8"
|
|
14
14
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
@@ -25,7 +25,7 @@ Requires-Dist: django-two-factor-auth==1.17.0; python_version >= "3.8"
|
|
|
25
25
|
Requires-Dist: djangorestframework==3.16.0; python_version >= "3.9"
|
|
26
26
|
Requires-Dist: executing==2.2.0; python_version >= "3.8"
|
|
27
27
|
Requires-Dist: idna==3.10; python_version >= "3.6"
|
|
28
|
-
Requires-Dist: ipython==9.
|
|
28
|
+
Requires-Dist: ipython==9.4.0; python_version >= "3.11"
|
|
29
29
|
Requires-Dist: ipython-pygments-lexers==1.1.1; python_version >= "3.8"
|
|
30
30
|
Requires-Dist: jedi==0.19.2; python_version >= "3.6"
|
|
31
31
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
@@ -39,7 +39,7 @@ Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
|
|
|
39
39
|
Requires-Dist: prompt-toolkit==3.0.51; python_version >= "3.8"
|
|
40
40
|
Requires-Dist: ptyprocess==0.7.0
|
|
41
41
|
Requires-Dist: pure-eval==0.2.3
|
|
42
|
-
Requires-Dist: pygments==2.19.
|
|
42
|
+
Requires-Dist: pygments==2.19.2; python_version >= "3.8"
|
|
43
43
|
Requires-Dist: pyhamcrest==2.0.2; python_version >= "3.5"
|
|
44
44
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
|
|
45
45
|
Requires-Dist: pypng==0.20220715.0
|
|
@@ -68,14 +68,13 @@ Requires-Dist: boto3==1.36.14; python_version >= "3.8" and extra == "dev"
|
|
|
68
68
|
Requires-Dist: botocore==1.36.26; python_version >= "3.8" and extra == "dev"
|
|
69
69
|
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8" and extra == "dev"
|
|
70
70
|
Requires-Dist: certifi==2025.6.15; python_version >= "3.7" and extra == "dev"
|
|
71
|
-
Requires-Dist: cfl-common==8.7.
|
|
72
|
-
Requires-Dist: chardet==5.2.0; python_version >= "3.7" and extra == "dev"
|
|
71
|
+
Requires-Dist: cfl-common==8.7.9; extra == "dev"
|
|
73
72
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7" and extra == "dev"
|
|
74
73
|
Requires-Dist: click==8.2.1; python_version >= "3.10" and extra == "dev"
|
|
75
74
|
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2" and extra == "dev"
|
|
76
|
-
Requires-Dist: click-plugins==1.1.1; extra == "dev"
|
|
75
|
+
Requires-Dist: click-plugins==1.1.1.2; extra == "dev"
|
|
77
76
|
Requires-Dist: click-repl==0.3.0; python_version >= "3.6" and extra == "dev"
|
|
78
|
-
Requires-Dist: codeforlife-portal==8.7.
|
|
77
|
+
Requires-Dist: codeforlife-portal==8.7.9; extra == "dev"
|
|
79
78
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
80
79
|
Requires-Dist: django==5.1.10; python_version >= "3.10" and extra == "dev"
|
|
81
80
|
Requires-Dist: django-classy-tags==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -114,26 +113,26 @@ Requires-Dist: pandas==2.3.0; python_version >= "3.9" and extra == "dev"
|
|
|
114
113
|
Requires-Dist: pathspec==0.12.1; python_version >= "3.8" and extra == "dev"
|
|
115
114
|
Requires-Dist: pgeocode==0.4.0; python_version >= "3.8" and extra == "dev"
|
|
116
115
|
Requires-Dist: phonenumbers==8.12.12; extra == "dev"
|
|
117
|
-
Requires-Dist: pillow==11.
|
|
116
|
+
Requires-Dist: pillow==11.3.0; python_version >= "3.9" and extra == "dev"
|
|
118
117
|
Requires-Dist: platformdirs==4.3.8; python_version >= "3.9" and extra == "dev"
|
|
119
118
|
Requires-Dist: pluggy==1.6.0; python_version >= "3.9" and extra == "dev"
|
|
120
119
|
Requires-Dist: prompt-toolkit==3.0.51; python_version >= "3.8" and extra == "dev"
|
|
121
120
|
Requires-Dist: psycopg2-binary==2.9.9; python_version >= "3.7" and extra == "dev"
|
|
122
121
|
Requires-Dist: pycurl==7.45.6; python_version >= "3.5" and extra == "dev"
|
|
123
|
-
Requires-Dist: pygments==2.19.
|
|
122
|
+
Requires-Dist: pygments==2.19.2; python_version >= "3.8" and extra == "dev"
|
|
124
123
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7" and extra == "dev"
|
|
125
124
|
Requires-Dist: pypng==0.20220715.0; extra == "dev"
|
|
126
125
|
Requires-Dist: pysocks==1.7.1; extra == "dev"
|
|
127
126
|
Requires-Dist: pytest==8.4.1; python_version >= "3.9" and extra == "dev"
|
|
128
127
|
Requires-Dist: pytest-django==4.8.0; python_version >= "3.8" and extra == "dev"
|
|
129
128
|
Requires-Dist: pytest-order==1.3.0; python_version >= "3.7" and extra == "dev"
|
|
130
|
-
Requires-Dist: pytest-xdist==3.
|
|
129
|
+
Requires-Dist: pytest-xdist==3.8.0; python_version >= "3.9" and extra == "dev"
|
|
131
130
|
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"
|
|
132
131
|
Requires-Dist: python-dotenv==1.0.1; python_version >= "3.8" and extra == "dev"
|
|
133
132
|
Requires-Dist: pytz==2025.2; extra == "dev"
|
|
134
133
|
Requires-Dist: pyyaml==6.0.2; python_version >= "3.8" and extra == "dev"
|
|
135
134
|
Requires-Dist: qrcode==7.4.2; python_version >= "3.7" and extra == "dev"
|
|
136
|
-
Requires-Dist: reportlab==4.2
|
|
135
|
+
Requires-Dist: reportlab==4.4.2; (python_version >= "3.7" and python_version < "4") and extra == "dev"
|
|
137
136
|
Requires-Dist: requests==2.32.4; python_version >= "3.8" and extra == "dev"
|
|
138
137
|
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"
|
|
139
138
|
Requires-Dist: s3transfer==0.11.3; python_version >= "3.8" and extra == "dev"
|
|
@@ -149,7 +148,7 @@ Requires-Dist: trio-websocket==0.12.2; python_version >= "3.8" and extra == "dev
|
|
|
149
148
|
Requires-Dist: typing-extensions==4.14.0; python_version >= "3.9" and extra == "dev"
|
|
150
149
|
Requires-Dist: tzdata==2025.2; python_version >= "2" and extra == "dev"
|
|
151
150
|
Requires-Dist: urllib3==2.5.0; python_version >= "3.9" and extra == "dev"
|
|
152
|
-
Requires-Dist: uvicorn==0.
|
|
151
|
+
Requires-Dist: uvicorn==0.35.0; python_version >= "3.9" and extra == "dev"
|
|
153
152
|
Requires-Dist: uvicorn-worker==0.2.0; python_version >= "3.8" and extra == "dev"
|
|
154
153
|
Requires-Dist: vine==5.1.0; python_version >= "3.6" and extra == "dev"
|
|
155
154
|
Requires-Dist: wcwidth==0.2.13; extra == "dev"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cfl-common==8.7.
|
|
1
|
+
cfl-common==8.7.9
|
|
2
2
|
django-countries==7.6.1
|
|
3
3
|
django-csp==3.8
|
|
4
4
|
ptyprocess==0.7.0
|
|
@@ -20,7 +20,7 @@ django==5.1.10
|
|
|
20
20
|
django-reverse-js==0.1.8
|
|
21
21
|
|
|
22
22
|
[:python_version >= "3.11"]
|
|
23
|
-
ipython==9.
|
|
23
|
+
ipython==9.4.0
|
|
24
24
|
numpy==2.3.0
|
|
25
25
|
|
|
26
26
|
[:python_version >= "3.5"]
|
|
@@ -52,7 +52,7 @@ libsass==0.23.0
|
|
|
52
52
|
matplotlib-inline==0.1.7
|
|
53
53
|
pgeocode==0.4.0
|
|
54
54
|
prompt-toolkit==3.0.51
|
|
55
|
-
pygments==2.19.
|
|
55
|
+
pygments==2.19.2
|
|
56
56
|
requests==2.32.4
|
|
57
57
|
sqlparse==0.5.3
|
|
58
58
|
traitlets==5.14.3
|
|
@@ -73,9 +73,9 @@ urllib3==2.5.0
|
|
|
73
73
|
pexpect==4.9.0
|
|
74
74
|
|
|
75
75
|
[dev]
|
|
76
|
-
cfl-common==8.7.
|
|
77
|
-
click-plugins==1.1.1
|
|
78
|
-
codeforlife-portal==8.7.
|
|
76
|
+
cfl-common==8.7.9
|
|
77
|
+
click-plugins==1.1.1.2
|
|
78
|
+
codeforlife-portal==8.7.9
|
|
79
79
|
django-countries==7.6.1
|
|
80
80
|
django-csp==3.8
|
|
81
81
|
django-preventconcurrentlogins==0.8.2
|
|
@@ -128,7 +128,6 @@ vine==5.1.0
|
|
|
128
128
|
[dev:python_version >= "3.7"]
|
|
129
129
|
billiard==4.2.1
|
|
130
130
|
certifi==2025.6.15
|
|
131
|
-
chardet==5.2.0
|
|
132
131
|
charset-normalizer==3.4.2
|
|
133
132
|
diff-match-patch==20241021
|
|
134
133
|
django-otp==1.6.0
|
|
@@ -143,7 +142,7 @@ qrcode==7.4.2
|
|
|
143
142
|
sniffio==1.3.1
|
|
144
143
|
|
|
145
144
|
[dev:python_version >= "3.7" and python_version < "4"]
|
|
146
|
-
reportlab==4.2
|
|
145
|
+
reportlab==4.4.2
|
|
147
146
|
|
|
148
147
|
[dev:python_version >= "3.8"]
|
|
149
148
|
asgiref==3.8.1
|
|
@@ -166,7 +165,7 @@ packaging==25.0
|
|
|
166
165
|
pathspec==0.12.1
|
|
167
166
|
pgeocode==0.4.0
|
|
168
167
|
prompt-toolkit==3.0.51
|
|
169
|
-
pygments==2.19.
|
|
168
|
+
pygments==2.19.2
|
|
170
169
|
pytest-django==4.8.0
|
|
171
170
|
python-dotenv==1.0.1
|
|
172
171
|
pyyaml==6.0.2
|
|
@@ -185,18 +184,18 @@ django-phonenumber-field==8.1.0
|
|
|
185
184
|
django-pipeline==4.0.0
|
|
186
185
|
djangorestframework==3.16.0
|
|
187
186
|
pandas==2.3.0
|
|
188
|
-
pillow==11.
|
|
187
|
+
pillow==11.3.0
|
|
189
188
|
platformdirs==4.3.8
|
|
190
189
|
pluggy==1.6.0
|
|
191
190
|
pytest==8.4.1
|
|
192
|
-
pytest-xdist==3.
|
|
191
|
+
pytest-xdist==3.8.0
|
|
193
192
|
selenium==4.29.0
|
|
194
193
|
setuptools==80.9.0
|
|
195
194
|
tablib==3.7.0
|
|
196
195
|
trio==0.30.0
|
|
197
196
|
typing-extensions==4.14.0
|
|
198
197
|
urllib3==2.5.0
|
|
199
|
-
uvicorn==0.
|
|
198
|
+
uvicorn==0.35.0
|
|
200
199
|
whitenoise==6.9.0
|
|
201
200
|
zipp==3.23.0
|
|
202
201
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "7.5.16"
|
|
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.5.16 → rapid_router-7.5.17}/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.5.16 → rapid_router-7.5.17}/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.5.16 → rapid_router-7.5.17}/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.5.16 → rapid_router-7.5.17}/game/migrations/0053_level_70_is_unsolveable_again.py
RENAMED
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0055_support_multiple_attempts.py
RENAMED
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0056_mark_all_attempts_as_best.py
RENAMED
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/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.5.16 → rapid_router-7.5.17}/game/migrations/0062_rm_old_theme_decor_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0065_rename_old_character_field.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0069_remove_user_levels_from_episodes.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
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0080_level_disable_algorithm_score.py
RENAMED
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0081_first_12_levels_no_algo_score.py
RENAMED
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0083_add_cows_to_existing_levels.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0087_workspace_python_view_enabled.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0090_add_missing_model_solutions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0093_alter_level_character_name.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
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0104_remove_level_direct_drive.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0108_episode_indy_worksheet_link.py
RENAMED
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0109_create_episodes_23_and_24.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0112_worksheet_locked_classes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapid_router-7.5.16 → rapid_router-7.5.17}/game/migrations/0116_update_worksheet_video_links.py
RENAMED
|
File without changes
|
|
File without changes
|