From b5bd610022dbd4348467af6c1be2135c1dc48f99 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 8 Jul 2024 14:59:48 +0200 Subject: [skip-notice] Update license notice everywhere. --- client/audio/play_random.gd | 3 ++- client/audio/sound.gd | 17 +++++++++++++++++ client/disable_wrong_joypads.gd | 17 +++++++++++++++-- client/game.gd | 2 +- client/global.gd | 4 ++-- client/map/auto_setup/environment_setup.gd | 2 +- client/map/auto_setup/light_setup.gd | 2 +- client/map/item_factory.gd | 11 ++++++----- client/map/items/bread.gd | 10 +++++----- client/map/items/bread_slice.gd | 10 +++++----- client/map/items/bread_slice_plate.gd | 10 +++++----- client/map/items/bread_slice_sliced_tomato_plate.gd | 10 +++++----- .../map/items/bread_slice_sliced_tomato_steak_plate.gd | 10 +++++----- client/map/items/bread_slice_steak_plate.gd | 10 +++++----- client/map/items/burned.gd | 10 +++++----- client/map/items/burned_pot.gd | 10 +++++----- client/map/items/dirty_plate.gd | 10 +++++----- client/map/items/dough.gd | 10 +++++----- client/map/items/dough_food_processor.gd | 10 +++++----- client/map/items/flour.gd | 10 +++++----- client/map/items/flour_food_processor.gd | 10 +++++----- client/map/items/food_processor.gd | 10 +++++----- client/map/items/food_processor_content.gd | 10 +++++----- client/map/items/generic_item.gd | 10 +++++----- client/map/items/item.gd | 12 +++++++----- client/map/items/leek-pot.gd | 10 +++++----- client/map/items/leek.gd | 10 +++++----- client/map/items/leek_tomato_juice_pot.gd | 10 +++++----- client/map/items/plate.gd | 11 ++++++----- client/map/items/plate_fill.gd | 10 +++++----- client/map/items/pot.gd | 10 +++++----- client/map/items/pot_fill.gd | 10 +++++----- client/map/items/raw_steak.gd | 10 +++++----- client/map/items/raw_steak_pot.gd | 10 +++++----- client/map/items/sliced_tomato.gd | 10 +++++----- client/map/items/sliced_tomato_plate.gd | 10 +++++----- client/map/items/sliced_tomato_steak_plate.gd | 10 +++++----- client/map/items/steak_plate.gd | 10 +++++----- client/map/items/steak_pot.gd | 10 +++++----- client/map/items/tomato.gd | 10 +++++----- client/map/items/tomato_food_processor.gd | 10 +++++----- client/map/items/tomato_juice_food_processor.gd | 10 +++++----- client/map/items/tomato_juice_pot.gd | 10 +++++----- client/map/items/tomato_soup_plate.gd | 10 +++++----- client/map/items/tomato_soup_pot.gd | 10 +++++----- client/map/map.gd | 17 +++++++++++++++++ client/map/progress.gd | 11 ++++++----- client/map/progress.gdshader | 12 ++++++------ client/map/tile_factory.gd | 10 +++++----- client/map/tiles/chair.gd | 11 ++++++----- client/map/tiles/counter.gd | 3 ++- client/map/tiles/counter_base.gd | 11 ++++++----- client/map/tiles/counter_window.gd | 10 +++++----- client/map/tiles/crate.gd | 12 ++++++------ client/map/tiles/cutting_board.gd | 11 ++++++----- client/map/tiles/door.gd | 11 ++++++----- client/map/tiles/exterior_tree.gd | 10 +++++----- client/map/tiles/fence.gd | 2 +- client/map/tiles/floor.gd | 11 ++++++----- client/map/tiles/flour_counter.gd | 11 ++++++----- client/map/tiles/full_tile.gd | 11 ++++++----- client/map/tiles/generic_tile.gd | 11 ++++++----- client/map/tiles/grass.gd | 3 +-- client/map/tiles/leek_crate.gd | 10 +++++----- client/map/tiles/oven.gd | 11 ++++++----- client/map/tiles/oven_model.gd | 9 +++++---- client/map/tiles/path.gd | 2 +- client/map/tiles/raw_steak_crate.gd | 11 ++++++----- client/map/tiles/sink.gd | 11 ++++++----- client/map/tiles/sink_bubbles.gd | 15 +++++++++++++++ client/map/tiles/stove.gd | 11 ++++++----- client/map/tiles/table.gd | 11 ++++++----- client/map/tiles/tile.gd | 10 +++++----- client/map/tiles/tomato_crate.gd | 11 ++++++----- client/map/tiles/trash.gd | 11 ++++++----- client/map/tiles/wall.gd | 11 ++++++----- client/map/tiles/wall_tile.gd | 11 ++++++----- client/map/tiles/window.gd | 11 ++++++----- client/menu/blur_mix.gdshader | 17 +++++++++++++++++ client/menu/book/book.gd | 15 +++++++++++++++ client/menu/character.gd | 10 +++++----- client/menu/controller_buttons/controller_button.gd | 2 +- client/menu/credits.gd | 13 +++++++------ client/menu/entry.gd | 3 +-- client/menu/error.gd | 15 +++++++++++++++ client/menu/game.gd | 4 ++-- client/menu/ingame.gd | 16 ++++++++++++++++ client/menu/lobby.gd | 2 +- client/menu/lobby/player.gd | 2 +- client/menu/main.gd | 3 +-- client/menu/menu.gd | 3 ++- client/menu/menu_background.gd | 3 ++- client/menu/menu_background.gdshader | 10 +++++----- client/menu/overlay.gd | 16 ++++++++++++++++ client/menu/scene_transition.gd | 11 ++++++----- client/menu/server_message.gd | 2 +- client/menu/settings.gd | 3 ++- client/menu/settings/dropdown_setting.gd | 2 +- client/menu/settings/game_setting.gd | 2 +- client/menu/settings/range_setting.gd | 2 +- client/menu/settings/settings_menu.gd | 4 +++- client/menu/settings/settings_row.gd | 2 +- client/menu/settings/text_setting.gd | 2 +- client/menu/settings/toggle_setting.gd | 2 +- client/menu/setup.gd | 3 ++- client/multiplayer.gd | 2 +- client/player/character/character.gd | 3 ++- client/player/chat_bubble.gd | 16 ++++++++++++++++ client/player/controllable_player.gd | 13 +++++++------ client/player/effect.gd | 4 ++-- client/player/follow_camera.gd | 3 ++- client/player/interact_marker.gdshader | 12 ++++++------ client/player/item_bubble.gd | 10 +++++----- client/player/marker.gd | 11 ++++++----- client/player/mirror.gd | 12 ++++++------ client/player/onscreen_controls/controls.gd | 8 ++++---- client/player/onscreen_controls/virtual_joystick.gd | 3 +-- client/player/player.gd | 2 +- client/server.gd | 3 ++- data/demands/default.yaml | 2 +- data/demands/none.yaml | 15 +++++++++++++++ data/index.yaml | 16 ++++++++++++++++ data/maps/5star.yaml | 16 ++++++++++++++++ data/maps/bbq.yaml | 15 +++++++++++++++ data/maps/bus.yaml | 15 +++++++++++++++ data/maps/depot.yaml | 16 ++++++++++++++++ data/maps/junior.yaml | 3 ++- data/maps/line.yaml | 15 +++++++++++++++ data/maps/lobby.yaml | 2 +- data/maps/rivalry.yaml | 15 +++++++++++++++ data/maps/senior.yaml | 3 ++- data/maps/smallest.yaml | 15 +++++++++++++++ data/maps/sophomore.yaml | 3 ++- data/maps/station.yaml | 16 ++++++++++++++++ data/maps/teeny.yaml | 15 +++++++++++++++ data/maps/test.yaml | 3 ++- data/maps/village.yaml | 16 ++++++++++++++++ data/maps/zigzag.yaml | 15 +++++++++++++++ data/recipes/default.ts | 10 +++++----- data/recipes/none.ts | 17 +++++++++++++++++ protocol.md | 2 +- server/examples/client.rs | 2 +- server/src/bin/graph.rs | 2 +- server/src/customer/mod.rs | 2 +- server/src/customer/movement.rs | 3 ++- server/src/customer/pathfinding.rs | 2 +- server/src/data.rs | 3 ++- server/src/entity/conveyor.rs | 17 +++++++++++++++++ server/src/entity/mod.rs | 17 +++++++++++++++++ server/src/game.rs | 2 +- server/src/interaction.rs | 2 +- server/src/lib.rs | 2 +- server/src/main.rs | 2 +- server/src/protocol.rs | 2 +- server/src/state.rs | 17 +++++++++++++++++ specs/00.Introduction.md | 12 ++++++------ specs/01.GameLoopSummary.md | 10 +++++----- specs/02.Sections.md | 10 +++++----- specs/03.Mechanics.md | 10 +++++----- specs/04.GameSetup.md | 10 +++++----- specs/05.Round.md | 10 +++++----- specs/06.Demand.md | 10 +++++----- specs/07.Service.md | 10 +++++----- specs/08.Items.md | 10 +++++----- specs/09.UnlocksUpgrades.md | 10 +++++----- specs/10.HUD.md | 10 +++++----- test-client/index.html | 10 +++++----- test-client/main.ts | 10 +++++----- test-client/movement.ts | 11 ++++++----- test-client/protocol.ts | 10 +++++----- test-client/tiles.ts | 10 +++++----- test-client/util.ts | 10 +++++----- test-client/visual.ts | 10 +++++----- 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 . +# 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 . +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . +# 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 . -# +# 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 . - + */ 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . -# +# 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 . + +*/ 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 . +# 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 . -# +# 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 . -# +# 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 . +# 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 . +# 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 . - + */ 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 . +# 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 . -# +# 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 . +# 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 . -# +# 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 . - + */ 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 . -# +# 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 . -# +# 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 . -# +# @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 . # 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . +# 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 . - + */ //? 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 . + +*/ // 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 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 @@ # 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 @@ # 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 @@ # 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 @@ # 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 @@ # 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 @@ # 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 @@ # 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 @@ # 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 @@ # 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 @@ # 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 @@ 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 . - + */ /// 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 . - + */ 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 . - + */ 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 . - + */ 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 . - + */ 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 . - + */ 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"; -- cgit v1.2.3-70-g09d2