Skip to content
Snippets Groups Projects
  1. Mar 27, 2024
  2. Mar 26, 2024
  3. Feb 28, 2024
  4. Feb 21, 2024
  5. Feb 09, 2024
  6. 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
  7. 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
    • Florian Schröder's avatar
      Update YAML configurations for meal items · 0d93ed46
      Florian Schröder authored
      The YAML configuration files 'visualization.yaml' and 'item_info.yaml' have been updated. The FriedChips and FishMeal parts have been removed in the visualization file. Additionally, in the item_info file, the types for both Chips and FriedFish have been changed to 'Meal'. The dependencies for creating FishAndChips have also been updated accordingly.
      0d93ed46
  8. Jan 20, 2024
  9. Jan 18, 2024
  10. Jan 17, 2024
  11. Dec 20, 2023
  12. Dec 19, 2023
  13. Dec 15, 2023
  14. 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