Skip to content
Snippets Groups Projects
  1. Mar 15, 2024
  2. Mar 14, 2024
  3. Mar 13, 2024
  4. Mar 12, 2024
    • Florian Schröder's avatar
      Update pygame visualization settings · af78587a
      Florian Schröder authored
      The visualization settings for the pygame 2d visualization such as 'use_player_cook_sprites', 'show_interaction_range', and 'show_counter_centers' are now part of the configuration in 'visualization.yaml'. If these settings are not defined in the configuration, the program will use default values. This change allows for easier modification of the visualization aspects without directly changing the code each time.
      af78587a
  5. Mar 11, 2024
  6. Mar 10, 2024
    • Florian Schröder's avatar
      Add test for tutorial connectivity and game item tests · c86635e6
      Florian Schröder authored
      Expanded the tests in the 'test_study_server.py' file to include testing for tutorial connectivity. Added tests in 'test_start.py' to test the functionality of PlateDispenser and Sink game items. This included tests to validate the handling of dirty and clean plates and testing item drops and pick-ups. Various adjustments were made to players' positions to accommodate the tests.
      c86635e6
    • Florian Schröder's avatar
      Update comparisons and variable types, add tests · 14a081cc
      Florian Schröder authored
      This commit modifies comparison operators for timers to be less than or equal in various scripts. It also changes variable types explicitly in scores.py and adds several new tests for functionalities like effects, scores, information messages, trashing function etc. Additional updates include changes in values for certain default arguments in command line parser for generating images in the script for 2D visualization.
      14a081cc
Loading