MarioManTAW
8541c87c97
Paint: Implement New Game (#4955)
* Paint: Implement New Game
* Add docstring
* Remove unnecessary self.multiworld references
* Implement start_inventory_from_pool
* Convert logic to use LogicMixin
* Add location_exists_with_options function to deduplicate code
* Simplify starting tool creation
* Add Paint to supported games list
* Increment version to 0.4.1
* Update docs to include color selection features
* Fix world attribute definitions
* Fix linting errors
* De-duplicate lists of traps
* Move LogicMixin to __init__.py
* 0.5.0 features - adjustable canvas size increment, updated similarity metric
* Fix OptionError formatting
* Create OptionError when generating single-player game with error-prone settings
* Increment version to 0.5.1
* Update CODEOWNERS
* Update documentation for 0.5.2 client changes
* Simplify region creation
* Add comments describing logic
* Remove unnecessary f-strings
* Remove unused import
* Refactor rules to location class
* Remove unnecessary self.multiworld references
* Update logic to correctly match client-side item caps
---------
Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
2025-07-23 23:27:50 +02:00
..
2024-03-29 01:31:59 +01:00
2025-07-11 19:34:46 +02:00
2025-04-13 13:10:36 +02:00
2023-11-15 17:07:42 +01:00
2025-05-14 07:21:40 -04:00
2023-01-07 10:24:41 +01:00
2025-07-23 23:27:50 +02:00
2024-11-27 03:28:00 +01:00
2025-07-17 10:00:57 +02:00
2025-01-20 16:07:15 +01:00
2025-07-23 13:04:07 +02:00
2025-05-22 15:00:30 -04:00
2024-12-12 20:30:49 +01:00
2025-05-22 15:00:30 -04:00
2025-07-14 07:22:10 +00:00
2025-05-13 09:49:43 +02:00
2023-10-18 15:11:25 -05:00
2025-07-16 11:51:34 -04:00
2024-12-10 02:44:41 +01:00
2025-07-05 17:01:08 -04:00
2025-05-21 00:52:00 +02:00