diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-08 14:59:48 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-08 14:59:48 +0200 |
commit | b5bd610022dbd4348467af6c1be2135c1dc48f99 (patch) | |
tree | 448338a29c6ae7e97653744811f480a350551f75 | |
parent | e5f913706a2c87993bbaf793e9640cfd154db421 (diff) | |
download | hurrycurry-b5bd610022dbd4348467af6c1be2135c1dc48f99.tar hurrycurry-b5bd610022dbd4348467af6c1be2135c1dc48f99.tar.bz2 hurrycurry-b5bd610022dbd4348467af6c1be2135c1dc48f99.tar.zst |
[skip-notice] Update license notice everywhere.
173 files changed, 1003 insertions, 536 deletions
diff --git a/client/audio/play_random.gd b/client/audio/play_random.gd index df77de2f..683d95ba 100644 --- a/client/audio/play_random.gd +++ b/client/audio/play_random.gd @@ -1,5 +1,6 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart +# Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/audio/sound.gd b/client/audio/sound.gd index f0100756..ac30acf8 100644 --- a/client/audio/sound.gd +++ b/client/audio/sound.gd @@ -1,3 +1,20 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 nokoe +# Copyright 2024 tpart +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# extends Node @onready var click_sound = $UI/Click diff --git a/client/disable_wrong_joypads.gd b/client/disable_wrong_joypads.gd index 024281c0..18cd9ce5 100644 --- a/client/disable_wrong_joypads.gd +++ b/client/disable_wrong_joypads.gd @@ -1,5 +1,18 @@ -# Adapted from https://gist.github.com/geekley/5e6daf62d2e86b566c4886f20b604d21 -# which is unlicense lincensed +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# extends Node func _ready() -> void: diff --git a/client/game.gd b/client/game.gd index b2bb67ae..e760186b 100644 --- a/client/game.gd +++ b/client/game.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # Copyright 2024 metamuffin # Copyright 2024 tpart diff --git a/client/global.gd b/client/global.gd index 3e46b1dc..a9df1329 100644 --- a/client/global.gd +++ b/client/global.gd @@ -1,6 +1,6 @@ -# Undercooked - a game about cooking -# Copyright 2024 metamuffin +# Hurry Curry! - a game about cooking # Copyright 2024 tpart +# Copyright 2024 metamuffin # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/map/auto_setup/environment_setup.gd b/client/map/auto_setup/environment_setup.gd index f163588b..323a7f04 100644 --- a/client/map/auto_setup/environment_setup.gd +++ b/client/map/auto_setup/environment_setup.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify diff --git a/client/map/auto_setup/light_setup.gd b/client/map/auto_setup/light_setup.gd index c74fb5ee..7fb50c14 100644 --- a/client/map/auto_setup/light_setup.gd +++ b/client/map/auto_setup/light_setup.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify diff --git a/client/map/item_factory.gd b/client/map/item_factory.gd index d3da32ef..833e61af 100644 --- a/client/map/item_factory.gd +++ b/client/map/item_factory.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name ItemFactory extends Object diff --git a/client/map/items/bread.gd b/client/map/items/bread.gd index db277a72..b049b450 100644 --- a/client/map/items/bread.gd +++ b/client/map/items/bread.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Bread extends Item diff --git a/client/map/items/bread_slice.gd b/client/map/items/bread_slice.gd index 0449689a..f74b0058 100644 --- a/client/map/items/bread_slice.gd +++ b/client/map/items/bread_slice.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name BreadSlice extends Item diff --git a/client/map/items/bread_slice_plate.gd b/client/map/items/bread_slice_plate.gd index 54a393bc..f222b7c2 100644 --- a/client/map/items/bread_slice_plate.gd +++ b/client/map/items/bread_slice_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name BreadSlicePlate extends Plate diff --git a/client/map/items/bread_slice_sliced_tomato_plate.gd b/client/map/items/bread_slice_sliced_tomato_plate.gd index 63e74c21..4dc59897 100644 --- a/client/map/items/bread_slice_sliced_tomato_plate.gd +++ b/client/map/items/bread_slice_sliced_tomato_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name BreadSliceSlicedTomatoPlate extends BreadSlicePlate diff --git a/client/map/items/bread_slice_sliced_tomato_steak_plate.gd b/client/map/items/bread_slice_sliced_tomato_steak_plate.gd index 157c02e9..963c2892 100644 --- a/client/map/items/bread_slice_sliced_tomato_steak_plate.gd +++ b/client/map/items/bread_slice_sliced_tomato_steak_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name BreadSliceSlicedTomatoSteakPlate extends BreadSliceSteakPlate diff --git a/client/map/items/bread_slice_steak_plate.gd b/client/map/items/bread_slice_steak_plate.gd index 902cdf44..d6bca18f 100644 --- a/client/map/items/bread_slice_steak_plate.gd +++ b/client/map/items/bread_slice_steak_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name BreadSliceSteakPlate extends BreadSlicePlate diff --git a/client/map/items/burned.gd b/client/map/items/burned.gd index ad7b4505..138d6c93 100644 --- a/client/map/items/burned.gd +++ b/client/map/items/burned.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Burned extends Item diff --git a/client/map/items/burned_pot.gd b/client/map/items/burned_pot.gd index d38cae6e..8a77d08d 100644 --- a/client/map/items/burned_pot.gd +++ b/client/map/items/burned_pot.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name BurnedPot extends PotFill diff --git a/client/map/items/dirty_plate.gd b/client/map/items/dirty_plate.gd index ace34452..859d6b35 100644 --- a/client/map/items/dirty_plate.gd +++ b/client/map/items/dirty_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name DirtyPlate extends Plate diff --git a/client/map/items/dough.gd b/client/map/items/dough.gd index adcfa5d5..108016ee 100644 --- a/client/map/items/dough.gd +++ b/client/map/items/dough.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Dough extends Item diff --git a/client/map/items/dough_food_processor.gd b/client/map/items/dough_food_processor.gd index 2d9cd8b7..bb8629e4 100644 --- a/client/map/items/dough_food_processor.gd +++ b/client/map/items/dough_food_processor.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name DoughFoodProcessor extends FoodProcessorContent diff --git a/client/map/items/flour.gd b/client/map/items/flour.gd index 1cb52ee8..95357414 100644 --- a/client/map/items/flour.gd +++ b/client/map/items/flour.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Flour extends Item diff --git a/client/map/items/flour_food_processor.gd b/client/map/items/flour_food_processor.gd index 24ad976c..dadd4b65 100644 --- a/client/map/items/flour_food_processor.gd +++ b/client/map/items/flour_food_processor.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name FlourFoodProcessor extends FoodProcessor diff --git a/client/map/items/food_processor.gd b/client/map/items/food_processor.gd index 6a04da00..66d78168 100644 --- a/client/map/items/food_processor.gd +++ b/client/map/items/food_processor.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name FoodProcessor extends Item diff --git a/client/map/items/food_processor_content.gd b/client/map/items/food_processor_content.gd index ee8edc1c..a8ba1079 100644 --- a/client/map/items/food_processor_content.gd +++ b/client/map/items/food_processor_content.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name FoodProcessorContent extends FoodProcessor diff --git a/client/map/items/generic_item.gd b/client/map/items/generic_item.gd index d1cbc41a..9c3d3931 100644 --- a/client/map/items/generic_item.gd +++ b/client/map/items/generic_item.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name GenericItem extends Item diff --git a/client/map/items/item.gd b/client/map/items/item.gd index 6433d5db..b657e14f 100644 --- a/client/map/items/item.gd +++ b/client/map/items/item.gd @@ -1,18 +1,20 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 tpart +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Item extends Node3D diff --git a/client/map/items/leek-pot.gd b/client/map/items/leek-pot.gd index 3b16d3cf..3e5b7def 100644 --- a/client/map/items/leek-pot.gd +++ b/client/map/items/leek-pot.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name LeekPot extends Pot diff --git a/client/map/items/leek.gd b/client/map/items/leek.gd index fd74bd68..8503dd41 100644 --- a/client/map/items/leek.gd +++ b/client/map/items/leek.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Leek extends Item diff --git a/client/map/items/leek_tomato_juice_pot.gd b/client/map/items/leek_tomato_juice_pot.gd index fc6cb465..26a614b5 100644 --- a/client/map/items/leek_tomato_juice_pot.gd +++ b/client/map/items/leek_tomato_juice_pot.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name LeekTomatoJuicePot extends TomatoJuicePot diff --git a/client/map/items/plate.gd b/client/map/items/plate.gd index 73ffc5d9..61e097b8 100644 --- a/client/map/items/plate.gd +++ b/client/map/items/plate.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 tpart +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Plate extends Item diff --git a/client/map/items/plate_fill.gd b/client/map/items/plate_fill.gd index ead71f11..be5a320c 100644 --- a/client/map/items/plate_fill.gd +++ b/client/map/items/plate_fill.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name PlateFill extends Plate diff --git a/client/map/items/pot.gd b/client/map/items/pot.gd index e802b7e9..4fb065cd 100644 --- a/client/map/items/pot.gd +++ b/client/map/items/pot.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Pot extends Item diff --git a/client/map/items/pot_fill.gd b/client/map/items/pot_fill.gd index bd262c63..f5c8ad44 100644 --- a/client/map/items/pot_fill.gd +++ b/client/map/items/pot_fill.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name PotFill extends Pot diff --git a/client/map/items/raw_steak.gd b/client/map/items/raw_steak.gd index 328e4e92..bd4cf1c4 100644 --- a/client/map/items/raw_steak.gd +++ b/client/map/items/raw_steak.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name RawSteak extends Item diff --git a/client/map/items/raw_steak_pot.gd b/client/map/items/raw_steak_pot.gd index 437ba5de..6c3d4717 100644 --- a/client/map/items/raw_steak_pot.gd +++ b/client/map/items/raw_steak_pot.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name RawSteakPot extends Pot diff --git a/client/map/items/sliced_tomato.gd b/client/map/items/sliced_tomato.gd index af5e53e2..5b076335 100644 --- a/client/map/items/sliced_tomato.gd +++ b/client/map/items/sliced_tomato.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name SlicedTomato extends Item diff --git a/client/map/items/sliced_tomato_plate.gd b/client/map/items/sliced_tomato_plate.gd index e8ea2d7b..061a4d1f 100644 --- a/client/map/items/sliced_tomato_plate.gd +++ b/client/map/items/sliced_tomato_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name SlicedTomatoPlate extends Plate diff --git a/client/map/items/sliced_tomato_steak_plate.gd b/client/map/items/sliced_tomato_steak_plate.gd index 8dbb9c71..3d8070f0 100644 --- a/client/map/items/sliced_tomato_steak_plate.gd +++ b/client/map/items/sliced_tomato_steak_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name SlicedTomatoSteakPlate extends SteakPlate diff --git a/client/map/items/steak_plate.gd b/client/map/items/steak_plate.gd index 454400ee..6ff91420 100644 --- a/client/map/items/steak_plate.gd +++ b/client/map/items/steak_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name SteakPlate extends Plate diff --git a/client/map/items/steak_pot.gd b/client/map/items/steak_pot.gd index fd755e62..32dbea5c 100644 --- a/client/map/items/steak_pot.gd +++ b/client/map/items/steak_pot.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name SteakPot extends Pot diff --git a/client/map/items/tomato.gd b/client/map/items/tomato.gd index 43e2e64d..97cd668c 100644 --- a/client/map/items/tomato.gd +++ b/client/map/items/tomato.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Tomato extends Item diff --git a/client/map/items/tomato_food_processor.gd b/client/map/items/tomato_food_processor.gd index 4003e246..296a996c 100644 --- a/client/map/items/tomato_food_processor.gd +++ b/client/map/items/tomato_food_processor.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name TomatoFoodProcessor extends FoodProcessor diff --git a/client/map/items/tomato_juice_food_processor.gd b/client/map/items/tomato_juice_food_processor.gd index d1fe9c7c..d6767786 100644 --- a/client/map/items/tomato_juice_food_processor.gd +++ b/client/map/items/tomato_juice_food_processor.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name TomatoJuiceFoodProcessor extends FoodProcessorContent diff --git a/client/map/items/tomato_juice_pot.gd b/client/map/items/tomato_juice_pot.gd index a27eeb1a..7219b51a 100644 --- a/client/map/items/tomato_juice_pot.gd +++ b/client/map/items/tomato_juice_pot.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name TomatoJuicePot extends PotFill diff --git a/client/map/items/tomato_soup_plate.gd b/client/map/items/tomato_soup_plate.gd index 91b396c4..c5ec9312 100644 --- a/client/map/items/tomato_soup_plate.gd +++ b/client/map/items/tomato_soup_plate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name TomatoSoupPlate extends PlateFill diff --git a/client/map/items/tomato_soup_pot.gd b/client/map/items/tomato_soup_pot.gd index 1194fae3..c77c5dc3 100644 --- a/client/map/items/tomato_soup_pot.gd +++ b/client/map/items/tomato_soup_pot.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name TomatoSoupPot extends PotFill diff --git a/client/map/map.gd b/client/map/map.gd index 4c7136c7..e0fc091e 100644 --- a/client/map/map.gd +++ b/client/map/map.gd @@ -1,3 +1,20 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 nokoe +# Copyright 2024 metamuffin +# Copyright 2024 tpart +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# class_name Map extends Node3D diff --git a/client/map/progress.gd b/client/map/progress.gd index dd855a36..52415b95 100644 --- a/client/map/progress.gd +++ b/client/map/progress.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name ProgressBar3D extends MeshInstance3D diff --git a/client/map/progress.gdshader b/client/map/progress.gdshader index 9567bcac..2ce33dd6 100644 --- a/client/map/progress.gdshader +++ b/client/map/progress.gdshader @@ -1,20 +1,20 @@ /* - Undercooked - a game about cooking - Copyright 2024 nokoe + Hurry Curry! - a game about cooking + Copyright 2024 metamuffin Copyright 2024 tpart - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ shader_type spatial; render_mode unshaded; diff --git a/client/map/tile_factory.gd b/client/map/tile_factory.gd index c950cd1f..a5e7bf05 100644 --- a/client/map/tile_factory.gd +++ b/client/map/tile_factory.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name TileFactory extends Object diff --git a/client/map/tiles/chair.gd b/client/map/tiles/chair.gd index b7014028..bf2fce16 100644 --- a/client/map/tiles/chair.gd +++ b/client/map/tiles/chair.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Chair extends Floor diff --git a/client/map/tiles/counter.gd b/client/map/tiles/counter.gd index d511e90d..45be5525 100644 --- a/client/map/tiles/counter.gd +++ b/client/map/tiles/counter.gd @@ -1,4 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/map/tiles/counter_base.gd b/client/map/tiles/counter_base.gd index 13c78799..0235268e 100644 --- a/client/map/tiles/counter_base.gd +++ b/client/map/tiles/counter_base.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name CounterBase extends Counter diff --git a/client/map/tiles/counter_window.gd b/client/map/tiles/counter_window.gd index 233be1fc..5646b112 100644 --- a/client/map/tiles/counter_window.gd +++ b/client/map/tiles/counter_window.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name CounterWindow extends WallTile diff --git a/client/map/tiles/crate.gd b/client/map/tiles/crate.gd index 21fae60b..63ceed75 100644 --- a/client/map/tiles/crate.gd +++ b/client/map/tiles/crate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking -# Copyright 2024 nokoe -# +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Crate extends Counter diff --git a/client/map/tiles/cutting_board.gd b/client/map/tiles/cutting_board.gd index 280235e8..66968313 100644 --- a/client/map/tiles/cutting_board.gd +++ b/client/map/tiles/cutting_board.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name CuttingBoard extends CounterBase diff --git a/client/map/tiles/door.gd b/client/map/tiles/door.gd index ab778158..28506852 100644 --- a/client/map/tiles/door.gd +++ b/client/map/tiles/door.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Door extends WallTile diff --git a/client/map/tiles/exterior_tree.gd b/client/map/tiles/exterior_tree.gd index d1e0b6b3..41e35693 100644 --- a/client/map/tiles/exterior_tree.gd +++ b/client/map/tiles/exterior_tree.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name ExteriorTree extends Grass diff --git a/client/map/tiles/fence.gd b/client/map/tiles/fence.gd index 61383959..f74a992f 100644 --- a/client/map/tiles/fence.gd +++ b/client/map/tiles/fence.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/map/tiles/floor.gd b/client/map/tiles/floor.gd index 37e13686..a8b9e8f7 100644 --- a/client/map/tiles/floor.gd +++ b/client/map/tiles/floor.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Floor extends Tile diff --git a/client/map/tiles/flour_counter.gd b/client/map/tiles/flour_counter.gd index a767f2a9..fa8a1bbc 100644 --- a/client/map/tiles/flour_counter.gd +++ b/client/map/tiles/flour_counter.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name FlourCounter extends CounterBase diff --git a/client/map/tiles/full_tile.gd b/client/map/tiles/full_tile.gd index 3155913e..f83ba2b5 100644 --- a/client/map/tiles/full_tile.gd +++ b/client/map/tiles/full_tile.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name FullTile extends Floor diff --git a/client/map/tiles/generic_tile.gd b/client/map/tiles/generic_tile.gd index 48e82dee..5cbc7820 100644 --- a/client/map/tiles/generic_tile.gd +++ b/client/map/tiles/generic_tile.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name GenericTile extends Floor diff --git a/client/map/tiles/grass.gd b/client/map/tiles/grass.gd index 1c0dd844..b33642a3 100644 --- a/client/map/tiles/grass.gd +++ b/client/map/tiles/grass.gd @@ -1,6 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/map/tiles/leek_crate.gd b/client/map/tiles/leek_crate.gd index f2a76416..a025516b 100644 --- a/client/map/tiles/leek_crate.gd +++ b/client/map/tiles/leek_crate.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name LeekCrate extends Crate diff --git a/client/map/tiles/oven.gd b/client/map/tiles/oven.gd index 41a3fe39..c0cf7196 100644 --- a/client/map/tiles/oven.gd +++ b/client/map/tiles/oven.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Oven extends Counter diff --git a/client/map/tiles/oven_model.gd b/client/map/tiles/oven_model.gd index eaaab1b1..6bcd69c5 100644 --- a/client/map/tiles/oven_model.gd +++ b/client/map/tiles/oven_model.gd @@ -1,17 +1,18 @@ +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name OvenModel extends Node3D diff --git a/client/map/tiles/path.gd b/client/map/tiles/path.gd index 02240632..65b7e62c 100644 --- a/client/map/tiles/path.gd +++ b/client/map/tiles/path.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/map/tiles/raw_steak_crate.gd b/client/map/tiles/raw_steak_crate.gd index b7057cc3..07a2acdf 100644 --- a/client/map/tiles/raw_steak_crate.gd +++ b/client/map/tiles/raw_steak_crate.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name RawSteakCrate extends Crate diff --git a/client/map/tiles/sink.gd b/client/map/tiles/sink.gd index a7599b8e..adf1a971 100644 --- a/client/map/tiles/sink.gd +++ b/client/map/tiles/sink.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Sink extends Counter diff --git a/client/map/tiles/sink_bubbles.gd b/client/map/tiles/sink_bubbles.gd index 2dbafca8..7afa7f5b 100644 --- a/client/map/tiles/sink_bubbles.gd +++ b/client/map/tiles/sink_bubbles.gd @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 nokoe +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# class_name SinkBubbles extends Node3D diff --git a/client/map/tiles/stove.gd b/client/map/tiles/stove.gd index e17ced36..65bc9502 100644 --- a/client/map/tiles/stove.gd +++ b/client/map/tiles/stove.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Stove extends Counter diff --git a/client/map/tiles/table.gd b/client/map/tiles/table.gd index bf766f0b..6d1b1862 100644 --- a/client/map/tiles/table.gd +++ b/client/map/tiles/table.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Table extends FullTile diff --git a/client/map/tiles/tile.gd b/client/map/tiles/tile.gd index 38e425f0..70cecfd8 100644 --- a/client/map/tiles/tile.gd +++ b/client/map/tiles/tile.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Tile extends Node3D diff --git a/client/map/tiles/tomato_crate.gd b/client/map/tiles/tomato_crate.gd index 9d5cfbe9..bcfc67d5 100644 --- a/client/map/tiles/tomato_crate.gd +++ b/client/map/tiles/tomato_crate.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name TomatoCrate extends Crate diff --git a/client/map/tiles/trash.gd b/client/map/tiles/trash.gd index 99947742..a8ba3e6d 100644 --- a/client/map/tiles/trash.gd +++ b/client/map/tiles/trash.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Trash extends Crate diff --git a/client/map/tiles/wall.gd b/client/map/tiles/wall.gd index 8be8df20..0a00752d 100644 --- a/client/map/tiles/wall.gd +++ b/client/map/tiles/wall.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Wall extends WallTile diff --git a/client/map/tiles/wall_tile.gd b/client/map/tiles/wall_tile.gd index ae3ac9e1..d0d9a422 100644 --- a/client/map/tiles/wall_tile.gd +++ b/client/map/tiles/wall_tile.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name WallTile extends FullTile diff --git a/client/map/tiles/window.gd b/client/map/tiles/window.gd index b3e7c478..7c46fa56 100644 --- a/client/map/tiles/window.gd +++ b/client/map/tiles/window.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name WallWindow extends WallTile diff --git a/client/menu/blur_mix.gdshader b/client/menu/blur_mix.gdshader index 884ce795..668ef57d 100644 --- a/client/menu/blur_mix.gdshader +++ b/client/menu/blur_mix.gdshader @@ -1,3 +1,20 @@ +/* + Hurry Curry! - a game about cooking + Copyright 2024 tpart + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, version 3 of the License only. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +*/ shader_type canvas_item; uniform float blur_amount : hint_range(-2.0, 10.0); diff --git a/client/menu/book/book.gd b/client/menu/book/book.gd index 2a007a3b..5c5723c9 100644 --- a/client/menu/book/book.gd +++ b/client/menu/book/book.gd @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# extends Menu func _ready(): diff --git a/client/menu/character.gd b/client/menu/character.gd index b6999acd..b4427e13 100644 --- a/client/menu/character.gd +++ b/client/menu/character.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# extends Menu @onready var character: Character = $Node3D/Character diff --git a/client/menu/controller_buttons/controller_button.gd b/client/menu/controller_buttons/controller_button.gd index 83cfc180..fbde9b16 100644 --- a/client/menu/controller_buttons/controller_button.gd +++ b/client/menu/controller_buttons/controller_button.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/credits.gd b/client/menu/credits.gd index 7c2f86ec..059c1ba3 100644 --- a/client/menu/credits.gd +++ b/client/menu/credits.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking -# Copyright 2024 metamuffin, tpart -# +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# Copyright 2024 nokoe +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# extends Menu var contributors := ["sofviic", "metamuffin", "nokoe", "tpart"] diff --git a/client/menu/entry.gd b/client/menu/entry.gd index aaa449be..5ca6dacb 100644 --- a/client/menu/entry.gd +++ b/client/menu/entry.gd @@ -1,6 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin -# Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/menu/error.gd b/client/menu/error.gd index 84b2e56e..eabb2eb7 100644 --- a/client/menu/error.gd +++ b/client/menu/error.gd @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# extends Menu func _ready(): diff --git a/client/menu/game.gd b/client/menu/game.gd index f126b448..de496def 100644 --- a/client/menu/game.gd +++ b/client/menu/game.gd @@ -1,6 +1,6 @@ -# Undercooked - a game about cooking -# Copyright 2024 metamuffin +# Hurry Curry! - a game about cooking # Copyright 2024 tpart +# Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/menu/ingame.gd b/client/menu/ingame.gd index 61984c99..659528aa 100644 --- a/client/menu/ingame.gd +++ b/client/menu/ingame.gd @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# Copyright 2024 tpart +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# extends Menu @onready var anim = $AnimationPlayer diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd index a905e670..6e315a19 100644 --- a/client/menu/lobby.gd +++ b/client/menu/lobby.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart # Copyright 2024 nokoe # diff --git a/client/menu/lobby/player.gd b/client/menu/lobby/player.gd index c5c05eb4..ff211a23 100644 --- a/client/menu/lobby/player.gd +++ b/client/menu/lobby/player.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/main.gd b/client/menu/main.gd index d3f0f773..5df8f278 100644 --- a/client/menu/main.gd +++ b/client/menu/main.gd @@ -1,6 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin -# Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/menu/menu.gd b/client/menu/menu.gd index b7d95651..65ffa708 100644 --- a/client/menu/menu.gd +++ b/client/menu/menu.gd @@ -1,5 +1,6 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/menu/menu_background.gd b/client/menu/menu_background.gd index 4304cdbf..d800c5d7 100644 --- a/client/menu/menu_background.gd +++ b/client/menu/menu_background.gd @@ -1,5 +1,6 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 nokoe # Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/menu_background.gdshader b/client/menu/menu_background.gdshader index cea00c5b..763c7b42 100644 --- a/client/menu/menu_background.gdshader +++ b/client/menu/menu_background.gdshader @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ shader_type spatial; diff --git a/client/menu/overlay.gd b/client/menu/overlay.gd index 66ee8976..0bedd817 100644 --- a/client/menu/overlay.gd +++ b/client/menu/overlay.gd @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# Copyright 2024 nokoe +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# class_name Overlay extends PanelContainer diff --git a/client/menu/scene_transition.gd b/client/menu/scene_transition.gd index 85ba5e55..77bce326 100644 --- a/client/menu/scene_transition.gd +++ b/client/menu/scene_transition.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin -# +# Copyright 2024 tpart +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name SceneTransition extends Control diff --git a/client/menu/server_message.gd b/client/menu/server_message.gd index ffd7887b..9e11fa0e 100644 --- a/client/menu/server_message.gd +++ b/client/menu/server_message.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/settings.gd b/client/menu/settings.gd index c028d533..800e3c66 100644 --- a/client/menu/settings.gd +++ b/client/menu/settings.gd @@ -1,4 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 tpart # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/settings/dropdown_setting.gd b/client/menu/settings/dropdown_setting.gd index 47f7355b..e57fc40f 100644 --- a/client/menu/settings/dropdown_setting.gd +++ b/client/menu/settings/dropdown_setting.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/settings/game_setting.gd b/client/menu/settings/game_setting.gd index 67dca232..b4febdaf 100644 --- a/client/menu/settings/game_setting.gd +++ b/client/menu/settings/game_setting.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/settings/range_setting.gd b/client/menu/settings/range_setting.gd index 97229db9..dca84b5e 100644 --- a/client/menu/settings/range_setting.gd +++ b/client/menu/settings/range_setting.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/settings/settings_menu.gd b/client/menu/settings/settings_menu.gd index 1ae74910..7f42fa71 100644 --- a/client/menu/settings/settings_menu.gd +++ b/client/menu/settings/settings_menu.gd @@ -1,5 +1,7 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 tpart +# Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/menu/settings/settings_row.gd b/client/menu/settings/settings_row.gd index 8c71a8c5..bebc5c38 100644 --- a/client/menu/settings/settings_row.gd +++ b/client/menu/settings/settings_row.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/settings/text_setting.gd b/client/menu/settings/text_setting.gd index c8aa49d4..faafa610 100644 --- a/client/menu/settings/text_setting.gd +++ b/client/menu/settings/text_setting.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/settings/toggle_setting.gd b/client/menu/settings/toggle_setting.gd index 90e42264..6d4150d4 100644 --- a/client/menu/settings/toggle_setting.gd +++ b/client/menu/settings/toggle_setting.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify diff --git a/client/menu/setup.gd b/client/menu/setup.gd index c3638d34..3997475c 100644 --- a/client/menu/setup.gd +++ b/client/menu/setup.gd @@ -1,5 +1,6 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/multiplayer.gd b/client/multiplayer.gd index a1e865f2..4d071933 100644 --- a/client/multiplayer.gd +++ b/client/multiplayer.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # Copyright 2024 metamuffin # Copyright 2024 tpart diff --git a/client/player/character/character.gd b/client/player/character/character.gd index 710d7ac3..701603a3 100644 --- a/client/player/character/character.gd +++ b/client/player/character/character.gd @@ -1,5 +1,6 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart +# Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/chat_bubble.gd b/client/player/chat_bubble.gd index 1329e198..8d6799bd 100644 --- a/client/player/chat_bubble.gd +++ b/client/player/chat_bubble.gd @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 nokoe +# Copyright 2024 tpart +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# class_name ChatBubble extends MeshInstance3D diff --git a/client/player/controllable_player.gd b/client/player/controllable_player.gd index f4c793ae..17f6693f 100644 --- a/client/player/controllable_player.gd +++ b/client/player/controllable_player.gd @@ -1,19 +1,20 @@ -# Undercooked - a game about cooking -# Copyright 2024 nokoe +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin -# +# Copyright 2024 tpart +# Copyright 2024 nokoe +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name ControllablePlayer extends Player diff --git a/client/player/effect.gd b/client/player/effect.gd index fedf548f..00c95441 100644 --- a/client/player/effect.gd +++ b/client/player/effect.gd @@ -1,6 +1,6 @@ -# Undercooked - a game about cooking -# Copyright 2024 nokoe +# Hurry Curry! - a game about cooking # Copyright 2024 tpart +# Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/client/player/follow_camera.gd b/client/player/follow_camera.gd index db939a0b..62d3daed 100644 --- a/client/player/follow_camera.gd +++ b/client/player/follow_camera.gd @@ -1,5 +1,6 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe +# Copyright 2024 tpart # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/client/player/interact_marker.gdshader b/client/player/interact_marker.gdshader index 6ac210fa..6f3cd435 100644 --- a/client/player/interact_marker.gdshader +++ b/client/player/interact_marker.gdshader @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking - Copyright 2024 nokoe - + Hurry Curry! - a game about cooking + Copyright 2024 metamuffin + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ shader_type spatial; diff --git a/client/player/item_bubble.gd b/client/player/item_bubble.gd index 6bfe60b1..b5dd7352 100644 --- a/client/player/item_bubble.gd +++ b/client/player/item_bubble.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name ItemBubble extends MeshInstance3D diff --git a/client/player/marker.gd b/client/player/marker.gd index 6e3e6ffa..7161c78e 100644 --- a/client/player/marker.gd +++ b/client/player/marker.gd @@ -1,18 +1,19 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin # Copyright 2024 nokoe -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# class_name Marker extends Node3D diff --git a/client/player/mirror.gd b/client/player/mirror.gd index ac9dfce9..bd8c5f8b 100644 --- a/client/player/mirror.gd +++ b/client/player/mirror.gd @@ -1,18 +1,18 @@ -# Undercooked - a game about cooking -# Copyright 2024 tpart -# +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -# +# @tool # Hand mirror helper script, useful for animating characters diff --git a/client/player/onscreen_controls/controls.gd b/client/player/onscreen_controls/controls.gd index 7c235f0e..e05bf854 100644 --- a/client/player/onscreen_controls/controls.gd +++ b/client/player/onscreen_controls/controls.gd @@ -1,15 +1,15 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 tpart -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, version 3 of the License only. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # diff --git a/client/player/onscreen_controls/virtual_joystick.gd b/client/player/onscreen_controls/virtual_joystick.gd index 83643417..5385a610 100644 --- a/client/player/onscreen_controls/virtual_joystick.gd +++ b/client/player/onscreen_controls/virtual_joystick.gd @@ -1,5 +1,4 @@ -# Undercooked - a game about cooking -# Copyright 2024 Marco F +# Hurry Curry! - a game about cooking # Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify diff --git a/client/player/player.gd b/client/player/player.gd index 569c1b88..c52cc6e0 100644 --- a/client/player/player.gd +++ b/client/player/player.gd @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 nokoe # Copyright 2024 metamuffin # Copyright 2024 tpart diff --git a/client/server.gd b/client/server.gd index 0352a931..f2d23877 100644 --- a/client/server.gd +++ b/client/server.gd @@ -1,6 +1,7 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin # Copyright 2024 nokoe +# Copyright 2024 tpart # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/data/demands/default.yaml b/data/demands/default.yaml index 26bbac09..fe7392f0 100644 --- a/data/demands/default.yaml +++ b/data/demands/default.yaml @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/demands/none.yaml b/data/demands/none.yaml index e69de29b..3801ff95 100644 --- a/data/demands/none.yaml +++ b/data/demands/none.yaml @@ -0,0 +1,15 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# diff --git a/data/index.yaml b/data/index.yaml index cacc6e60..baf96693 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# Copyright 2024 Sofviic +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# demands: - none - default diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml index 5ef9c931..1b8e3d3e 100644 --- a/data/maps/5star.yaml +++ b/data/maps/5star.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# Copyright 2024 nokoe +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "''''''''''''''''''''''''████████████████████''''''''''''" - "'''██▒███▒███▒███▒███▒███#LRTF#LRTF#pppppp#█======''''''" diff --git a/data/maps/bbq.yaml b/data/maps/bbq.yaml index 5f648e32..92c415d8 100644 --- a/data/maps/bbq.yaml +++ b/data/maps/bbq.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "''''''''''''''''" - "''LL'TT''RR'FF''" diff --git a/data/maps/bus.yaml b/data/maps/bus.yaml index cfac1380..907bf900 100644 --- a/data/maps/bus.yaml +++ b/data/maps/bus.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "''''''''''''''''''''" - "'███████c__c███████'" diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml index 67122dd3..323843ff 100644 --- a/data/maps/depot.yaml +++ b/data/maps/depot.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# Copyright 2024 nokoe +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "'''''''''''''''''''''''''''''''''''''''''''''''" - "''██▒▒▒█▒▒▒▒█▒▒▒█████████████████''''''''''''''" diff --git a/data/maps/junior.yaml b/data/maps/junior.yaml index 768793a3..e925acfe 100644 --- a/data/maps/junior.yaml +++ b/data/maps/junior.yaml @@ -1,4 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/line.yaml b/data/maps/line.yaml index 1fe5bd99..225dc534 100644 --- a/data/maps/line.yaml +++ b/data/maps/line.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "'''''''''''''''''''''''''''" - "''███████████████████████''" diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml index b35d5839..1a727577 100644 --- a/data/maps/lobby.yaml +++ b/data/maps/lobby.yaml @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/rivalry.yaml b/data/maps/rivalry.yaml index e331b4b9..45ea06ba 100644 --- a/data/maps/rivalry.yaml +++ b/data/maps/rivalry.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "'''''''''''______''''''''''''''" - "'''''''''''______''''''''''''''" diff --git a/data/maps/senior.yaml b/data/maps/senior.yaml index 88a1726c..7a92184e 100644 --- a/data/maps/senior.yaml +++ b/data/maps/senior.yaml @@ -1,4 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/smallest.yaml b/data/maps/smallest.yaml index 784a644f..9842212f 100644 --- a/data/maps/smallest.yaml +++ b/data/maps/smallest.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "████████'" - "█oSCstc█X" diff --git a/data/maps/sophomore.yaml b/data/maps/sophomore.yaml index 7917fb05..62b5fca6 100644 --- a/data/maps/sophomore.yaml +++ b/data/maps/sophomore.yaml @@ -1,4 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/station.yaml b/data/maps/station.yaml index f346eaf5..db1510d4 100644 --- a/data/maps/station.yaml +++ b/data/maps/station.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 nokoe +# Copyright 2024 Sofviic +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "''''''''''''''''''''''''" - "''''██▒▒███▒▒██▒▒██'''''" diff --git a/data/maps/teeny.yaml b/data/maps/teeny.yaml index e53333da..29ae7df7 100644 --- a/data/maps/teeny.yaml +++ b/data/maps/teeny.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "''''''''_'''''''''''''''" - "'██████'_''''''''██████'" diff --git a/data/maps/test.yaml b/data/maps/test.yaml index ac43bb1d..17c958d1 100644 --- a/data/maps/test.yaml +++ b/data/maps/test.yaml @@ -1,5 +1,6 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 nokoe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/data/maps/village.yaml b/data/maps/village.yaml index 9975e22b..8b9e5960 100644 --- a/data/maps/village.yaml +++ b/data/maps/village.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# Copyright 2024 nokoe +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "''''''''''''~_''''''''''''" - "''''''''''''__''''''''''''" diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml index 56d974b3..66291e5c 100644 --- a/data/maps/zigzag.yaml +++ b/data/maps/zigzag.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# map: - "''''''''''''''''''" - "'████████████████'" diff --git a/data/recipes/default.ts b/data/recipes/default.ts index db106e54..a7ccfd1d 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ //? Is is a good idea? Probably not. diff --git a/data/recipes/none.ts b/data/recipes/none.ts index 3338909f..ba2b48c4 100644 --- a/data/recipes/none.ts +++ b/data/recipes/none.ts @@ -1 +1,18 @@ +/* + Hurry Curry! - a game about cooking + Copyright 2024 metamuffin + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, version 3 of the License only. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +*/ // This scripts generates no recipes. Interesting, isn't it? diff --git a/protocol.md b/protocol.md index 5960bb40..3b1fd87b 100644 --- a/protocol.md +++ b/protocol.md @@ -1,5 +1,5 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/examples/client.rs b/server/examples/client.rs index e7863cdb..a3c31359 100644 --- a/server/examples/client.rs +++ b/server/examples/client.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/bin/graph.rs b/server/src/bin/graph.rs index 38b081a9..8776920f 100644 --- a/server/src/bin/graph.rs +++ b/server/src/bin/graph.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/customer/mod.rs b/server/src/customer/mod.rs index c29b4852..191f9e3b 100644 --- a/server/src/customer/mod.rs +++ b/server/src/customer/mod.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/customer/movement.rs b/server/src/customer/movement.rs index bf2752f1..ca7afdbe 100644 --- a/server/src/customer/movement.rs +++ b/server/src/customer/movement.rs @@ -1,6 +1,7 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin + Copyright 2024 tpart This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/server/src/customer/pathfinding.rs b/server/src/customer/pathfinding.rs index 577b942c..743515b9 100644 --- a/server/src/customer/pathfinding.rs +++ b/server/src/customer/pathfinding.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/data.rs b/server/src/data.rs index 258057c0..bca7f543 100644 --- a/server/src/data.rs +++ b/server/src/data.rs @@ -1,6 +1,7 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin + Copyright 2024 nokoe This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/server/src/entity/conveyor.rs b/server/src/entity/conveyor.rs index 48d0d154..0a73b55c 100644 --- a/server/src/entity/conveyor.rs +++ b/server/src/entity/conveyor.rs @@ -1,3 +1,20 @@ +/* + Hurry Curry! - a game about cooking + Copyright 2024 metamuffin + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, version 3 of the License only. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +*/ use super::EntityT; use crate::{ data::Gamedata, diff --git a/server/src/entity/mod.rs b/server/src/entity/mod.rs index d286d3bb..5cb3ed0f 100644 --- a/server/src/entity/mod.rs +++ b/server/src/entity/mod.rs @@ -1,3 +1,20 @@ +/* + Hurry Curry! - a game about cooking + Copyright 2024 metamuffin + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, version 3 of the License only. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +*/ pub mod conveyor; use crate::{data::Gamedata, game::Tile, protocol::PacketC}; use anyhow::{anyhow, Result}; diff --git a/server/src/game.rs b/server/src/game.rs index e8d307db..851d485c 100644 --- a/server/src/game.rs +++ b/server/src/game.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/interaction.rs b/server/src/interaction.rs index bca480f5..25b96813 100644 --- a/server/src/interaction.rs +++ b/server/src/interaction.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/lib.rs b/server/src/lib.rs index 96fb954a..a6d29c03 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/main.rs b/server/src/main.rs index d17dedf8..7f7fe381 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/protocol.rs b/server/src/protocol.rs index 49171942..fc8abda4 100644 --- a/server/src/protocol.rs +++ b/server/src/protocol.rs @@ -1,5 +1,5 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin This program is free software: you can redistribute it and/or modify diff --git a/server/src/state.rs b/server/src/state.rs index d2470983..72d3e911 100644 --- a/server/src/state.rs +++ b/server/src/state.rs @@ -1,3 +1,20 @@ +/* + Hurry Curry! - a game about cooking + Copyright 2024 metamuffin + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, version 3 of the License only. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +*/ use std::time::Duration; use crate::{ diff --git a/specs/00.Introduction.md b/specs/00.Introduction.md index d5be029a..5d7d4bf9 100644 --- a/specs/00.Introduction.md +++ b/specs/00.Introduction.md @@ -1,20 +1,20 @@ <!-- - Undercooked - a game about cooking - Copyright 2024 Sofviic + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + Copyright 2024 Sofviic + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Undercooked
diff --git a/specs/01.GameLoopSummary.md b/specs/01.GameLoopSummary.md index 682b39c0..e26b61e3 100644 --- a/specs/01.GameLoopSummary.md +++ b/specs/01.GameLoopSummary.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Game Loop Summary
diff --git a/specs/02.Sections.md b/specs/02.Sections.md index 8f643b10..fd9dde17 100644 --- a/specs/02.Sections.md +++ b/specs/02.Sections.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Sections
diff --git a/specs/03.Mechanics.md b/specs/03.Mechanics.md index 2a27effd..0aa6820b 100644 --- a/specs/03.Mechanics.md +++ b/specs/03.Mechanics.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Mechanics
diff --git a/specs/04.GameSetup.md b/specs/04.GameSetup.md index dfc08253..250e3994 100644 --- a/specs/04.GameSetup.md +++ b/specs/04.GameSetup.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Game Setup
diff --git a/specs/05.Round.md b/specs/05.Round.md index 525f5e63..02d39592 100644 --- a/specs/05.Round.md +++ b/specs/05.Round.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Pre Round
!TODO
diff --git a/specs/06.Demand.md b/specs/06.Demand.md index fd4ce295..b42348a2 100644 --- a/specs/06.Demand.md +++ b/specs/06.Demand.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Demand
diff --git a/specs/07.Service.md b/specs/07.Service.md index 12640f67..6c388aa6 100644 --- a/specs/07.Service.md +++ b/specs/07.Service.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Service
!TODO
diff --git a/specs/08.Items.md b/specs/08.Items.md index 185d63d5..1e3590ee 100644 --- a/specs/08.Items.md +++ b/specs/08.Items.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Items
!TODO
diff --git a/specs/09.UnlocksUpgrades.md b/specs/09.UnlocksUpgrades.md index 1819bb42..5e512e7f 100644 --- a/specs/09.UnlocksUpgrades.md +++ b/specs/09.UnlocksUpgrades.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # Unlocks/Upgrades
!TODO
diff --git a/specs/10.HUD.md b/specs/10.HUD.md index 6354006e..f48d3814 100644 --- a/specs/10.HUD.md +++ b/specs/10.HUD.md @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 Sofviic - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> # HUD
!TODO
diff --git a/test-client/index.html b/test-client/index.html index 63d02f9e..5504fb64 100644 --- a/test-client/index.html +++ b/test-client/index.html @@ -1,19 +1,19 @@ <!-- - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + --> <!DOCTYPE html> <html lang="en"> diff --git a/test-client/main.ts b/test-client/main.ts index 04d1a5b4..2987af54 100644 --- a/test-client/main.ts +++ b/test-client/main.ts @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ /// <reference lib="dom" /> diff --git a/test-client/movement.ts b/test-client/movement.ts index fcb2e0ba..9102d7c2 100644 --- a/test-client/movement.ts +++ b/test-client/movement.ts @@ -1,19 +1,20 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + Copyright 2024 tpart + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ import { data } from "./main.ts"; import { tiles, players } from "./main.ts"; diff --git a/test-client/protocol.ts b/test-client/protocol.ts index 53a53500..61b2ac07 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ export type Vec2 = [number, number] // x, y export type PlayerID = number diff --git a/test-client/tiles.ts b/test-client/tiles.ts index 5ecc1fad..f9db8229 100644 --- a/test-client/tiles.ts +++ b/test-client/tiles.ts @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ type Component = (ctx: CanvasRenderingContext2D) => void diff --git a/test-client/util.ts b/test-client/util.ts index 8faaa555..7e1989fc 100644 --- a/test-client/util.ts +++ b/test-client/util.ts @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ export interface V2 { x: number, y: number } export function length(p: V2): number { return Math.sqrt(p.x * p.x + p.y * p.y) } diff --git a/test-client/visual.ts b/test-client/visual.ts index 5d9b7a76..debf861e 100644 --- a/test-client/visual.ts +++ b/test-client/visual.ts @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking Copyright 2024 metamuffin - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. - + */ import { ItemData, MessageData, PlayerData, TileData, camera, camera_scale, canvas, ctx, data, demands_completed, demands_failed, get_interact_target, global_message, interact_active_anim, interact_possible_anim, interact_target_anim, items_removed, keys_down, my_id, nametag_scale_anim, players, points, tiles, time_remaining } from "./main.ts"; import { PLAYER_SIZE } from "./movement.ts"; |