Skip to content
Snippets Groups Projects
  1. Mar 27, 2024
  2. Mar 08, 2024
  3. Feb 28, 2024
    • Florian Schröder's avatar
      Move game content configurations to "configs" directory · 87d43f82
      Florian Schröder authored
      All configurations, scripts, and yaml files previously held in "game_content" are now placed in the "configs" directory for logical organization and better visibility. All references within the code that previously pointed to "game_content" have been updated to reflect the new "configs" path.
      87d43f82
    • Florian Schröder's avatar
      Rename project from overcooked_simulator to cooperative_cuisine · 242c9860
      Florian Schröder authored
      All instances of 'overcooked_simulator' have been replaced with 'cooperative_cuisine'. This includes changes in file paths, imports, and script names. The necessary adjustments to reflect this rename have also been made in the documentation, setup files, test scripts, and CI/CD configuration.
      242c9860
  4. Feb 06, 2024
  5. Feb 03, 2024
    • Florian Schröder's avatar
      Implement game effects and tools framework · c7899968
      Florian Schröder authored
      Added the definition and interactions for game effects and tools. The effect type was introduced to influence the player's interactive abilities or alter item's attributes. The tool type extends the player's interactive abilities. It also includes the part related to fire and fire extinguisher for more realistic simulation.
      c7899968
    • Florian Schröder's avatar
      Add waste progress attribute and burnt item visualization · 889364ac
      Florian Schröder authored
      A `waste_progress` attribute has been added to track the progress of burnt items. Changes also include the visualization of burnt items in greyscale and additional definitions for various types of burnt meals in Overcooked Simulator. This update enhances both the gameplay and its realism, indicating when an item is overcooked or burnt.
      889364ac
  6. Jan 22, 2024
    • Florian Schröder's avatar
      Rename Patty to RawPatty in simulator game content · 46352d2a
      Florian Schröder authored
      Renamed 'Patty' to 'RawPatty' in both item_info_debug.yaml and item_info.yaml files. This naming change is more descriptive and accurately represents the state of the meat before it is cooked.
      46352d2a
    • Florian Schröder's avatar
      Refactor game items and rename 'ChipsSticks' to 'RawChips' · acf19548
      Florian Schröder authored
      This commit includes a significant refactoring of the game items. The 'ChipsSticks' item has been renamed to 'RawChips' for clarity and accuracy across several game content files. Additionally, the 'FriedChips' and 'FriedFish' items have been reclassified from 'Ingredient' to 'Meal'. This change streamlines the hierarchy and makes the game items more intuitive to understand and use.
      acf19548
  7. Jan 20, 2024
  8. Jan 18, 2024
  9. Jan 17, 2024
  10. Dec 20, 2023
  11. Dec 19, 2023
  12. Dec 15, 2023
  13. Dec 14, 2023
    • Florian Schröder's avatar
      PlateReturn is now PlateDispenser (just a Dispenser), · ad544b0a
      Florian Schröder authored
      Changed path concatenation,
      Created dataclass for item information,
      pass item config path via argument of the environment,
      no tomato class anymore,
      no pot class anymore,
      no soup and pan class,
      now everything is either a meal, cuttableitem, item, cookingequipment or plate. maybe do the plate as a cooking equipment next.
      ad544b0a
Loading