Skip to content
Snippets Groups Projects
  1. Aug 21, 2024
    • Florian Schröder's avatar
      Refactor grid size calculation for improved accuracy · ffa38868
      Florian Schröder authored
      Switched from using np.round to np.ceil for block size calculation to ensure more accurate grid sizes. Additionally, replaced range with np.arange for consistent step intervals, and ensured rectangle positions use np.round for precise placement.
      ffa38868
  2. Aug 20, 2024
  3. Aug 19, 2024
  4. Aug 16, 2024
  5. Apr 12, 2024
  6. Mar 27, 2024
  7. Mar 26, 2024
  8. Mar 20, 2024
    • Florian Schröder's avatar
      Refactor code and enhance documentation in Cooperative Cuisine project · 9954b230
      Florian Schröder authored
      Several sections of the codebase have been refactored for maintainability. The 'ORDERS' module has witnessed some cleanups and adjustments in the 'create_init_orders' method. Hooks and associated comments were added in the 'hooks' module for better understanding of code functionality. The 'pygame_2d_vis' script's documentation was also improved for clarity.
      9954b230
  9. Mar 19, 2024
  10. Mar 18, 2024
  11. Mar 15, 2024
  12. Mar 13, 2024
  13. 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
  14. Mar 10, 2024
    • 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
  15. Mar 08, 2024
  16. Mar 06, 2024
  17. Mar 01, 2024
  18. Feb 29, 2024
    • Florian Schröder's avatar
      Update level configurations and add RecipeValidation class · baa88a0c
      Florian Schröder authored
      The configurations for study level and game layout have been updated to accommodate new requirements. Additionally, a RecipeValidation class has been created to handle recipe graphs, which is now being utilized in both the drawing and game_server files. This is instead of the previous more scattered approach of handling such graphs within other classes or standalone functions. These changes make the code more organized and efficient.
      baa88a0c
  19. Feb 28, 2024
    • Florian Schröder's avatar
      Update references from Overcooked to Cooperative Cuisine · 71900e2a
      Florian Schröder authored
      This commit updates all references from Overcooked Simulator to Cooperative Cuisine across various titles, descriptions, URL and documentation in the code. Also added an undo dispenser pickup option to level configuration files and changed default server URL to localhost.
      71900e2a
Loading