Skip to content
Snippets Groups Projects
Commit 4e5655aa authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Updated Changelogs

parent b4dd71bf
No related branches found
No related tags found
No related merge requests found
Pipeline #49269 failed
...@@ -15,6 +15,13 @@ ...@@ -15,6 +15,13 @@
- Send full websocket url in player_info. - Send full websocket url in player_info.
- ">90"% code coverage in tests - ">90"% code coverage in tests
- i18n for the gui
- Controller hotplugging
- Hook when returning items to dispensers
- Displaying image of served meals on game conclusion screen
- Pathfinding in random agent
- Level layouts from 2d-grid-overcooked-literature
- Caching of graph recipe layouts
### Changed ### Changed
...@@ -28,6 +35,9 @@ ...@@ -28,6 +35,9 @@
- Player config in the environment class is now a dataclass and not a dict. The content remains the same. Just the - Player config in the environment class is now a dataclass and not a dict. The content remains the same. Just the
access changes from dict access to normal object like access. access changes from dict access to normal object like access.
- Some type hint additions - Some type hint additions
- Better drawing of orders, now in a pygame_gui UIImage
- Buttons for setting player controls in the GUI disappear depending on number of players
- Icon for serving window, now a star
### Deprecated ### Deprecated
...@@ -35,6 +45,9 @@ ...@@ -35,6 +45,9 @@
### Fixed ### Fixed
- Orders are sampled correctly again
- Orders with no time limit, sample_on_serving=true works again
### Security ### Security
## [1.0.0] (2024-03-08) ## [1.0.0] (2024-03-08)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment