From f5632d6c4df29b81d096b97d5f0b4108b1ea0387 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 2 Jun 2023 11:37:25 +0200 Subject: [PATCH] Mass replace godot to pandemonium pt5. --- examples/pong/{project.godot => project.pandemonium} | 0 examples/pong_multiplayer/{project.godot => project.pandemonium} | 0 pythonscript/{_godot.pyx => _pandemonium.pyx} | 0 pythonscript/{_godot_editor.pxi => _pandemonium_editor.pxi} | 0 pythonscript/{_godot_instance.pxi => _pandemonium_instance.pxi} | 0 pythonscript/{_godot_io.pxi => _pandemonium_io.pxi} | 0 pythonscript/{_godot_profiling.pxi => _pandemonium_profiling.pxi} | 0 pythonscript/{_godot_script.pxi => _pandemonium_script.pxi} | 0 pythonscript/{godot => pandemonium}/SConscript | 0 pythonscript/{godot => pandemonium}/__init__.py | 0 pythonscript/{godot => pandemonium}/_hazmat/SConscript | 0 pythonscript/{godot => pandemonium}/_hazmat/__init__.py | 0 pythonscript/{godot => pandemonium}/_hazmat/conversion.pxd | 0 pythonscript/{godot => pandemonium}/_hazmat/conversion.pyx | 0 pythonscript/{godot => pandemonium}/_hazmat/gdapi.pxd | 0 pythonscript/{godot => pandemonium}/_hazmat/internal.pxd | 0 pythonscript/{godot => pandemonium}/_hazmat/internal.pyx | 0 pythonscript/{godot => pandemonium}/_version.py | 0 pythonscript/{godot => pandemonium}/globals.py | 0 pythonscript/{godot => pandemonium}/hazmat.pxd | 0 pythonscript/{godot => pandemonium}/tags.pyx | 0 tests/bindings/{project.godot => project.pandemonium} | 0 tests/global_constants/{project.godot => project.pandemonium} | 0 tests/helloworld/{project.godot => project.pandemonium} | 0 tests/threading/{project.godot => project.pandemonium} | 0 tests/work_with_gdscript/{project.godot => project.pandemonium} | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename examples/pong/{project.godot => project.pandemonium} (100%) rename examples/pong_multiplayer/{project.godot => project.pandemonium} (100%) rename pythonscript/{_godot.pyx => _pandemonium.pyx} (100%) rename pythonscript/{_godot_editor.pxi => _pandemonium_editor.pxi} (100%) rename pythonscript/{_godot_instance.pxi => _pandemonium_instance.pxi} (100%) rename pythonscript/{_godot_io.pxi => _pandemonium_io.pxi} (100%) rename pythonscript/{_godot_profiling.pxi => _pandemonium_profiling.pxi} (100%) rename pythonscript/{_godot_script.pxi => _pandemonium_script.pxi} (100%) rename pythonscript/{godot => pandemonium}/SConscript (100%) rename pythonscript/{godot => pandemonium}/__init__.py (100%) rename pythonscript/{godot => pandemonium}/_hazmat/SConscript (100%) rename pythonscript/{godot => pandemonium}/_hazmat/__init__.py (100%) rename pythonscript/{godot => pandemonium}/_hazmat/conversion.pxd (100%) rename pythonscript/{godot => pandemonium}/_hazmat/conversion.pyx (100%) rename pythonscript/{godot => pandemonium}/_hazmat/gdapi.pxd (100%) rename pythonscript/{godot => pandemonium}/_hazmat/internal.pxd (100%) rename pythonscript/{godot => pandemonium}/_hazmat/internal.pyx (100%) rename pythonscript/{godot => pandemonium}/_version.py (100%) rename pythonscript/{godot => pandemonium}/globals.py (100%) rename pythonscript/{godot => pandemonium}/hazmat.pxd (100%) rename pythonscript/{godot => pandemonium}/tags.pyx (100%) rename tests/bindings/{project.godot => project.pandemonium} (100%) rename tests/global_constants/{project.godot => project.pandemonium} (100%) rename tests/helloworld/{project.godot => project.pandemonium} (100%) rename tests/threading/{project.godot => project.pandemonium} (100%) rename tests/work_with_gdscript/{project.godot => project.pandemonium} (100%) diff --git a/examples/pong/project.godot b/examples/pong/project.pandemonium similarity index 100% rename from examples/pong/project.godot rename to examples/pong/project.pandemonium diff --git a/examples/pong_multiplayer/project.godot b/examples/pong_multiplayer/project.pandemonium similarity index 100% rename from examples/pong_multiplayer/project.godot rename to examples/pong_multiplayer/project.pandemonium diff --git a/pythonscript/_godot.pyx b/pythonscript/_pandemonium.pyx similarity index 100% rename from pythonscript/_godot.pyx rename to pythonscript/_pandemonium.pyx diff --git a/pythonscript/_godot_editor.pxi b/pythonscript/_pandemonium_editor.pxi similarity index 100% rename from pythonscript/_godot_editor.pxi rename to pythonscript/_pandemonium_editor.pxi diff --git a/pythonscript/_godot_instance.pxi b/pythonscript/_pandemonium_instance.pxi similarity index 100% rename from pythonscript/_godot_instance.pxi rename to pythonscript/_pandemonium_instance.pxi diff --git a/pythonscript/_godot_io.pxi b/pythonscript/_pandemonium_io.pxi similarity index 100% rename from pythonscript/_godot_io.pxi rename to pythonscript/_pandemonium_io.pxi diff --git a/pythonscript/_godot_profiling.pxi b/pythonscript/_pandemonium_profiling.pxi similarity index 100% rename from pythonscript/_godot_profiling.pxi rename to pythonscript/_pandemonium_profiling.pxi diff --git a/pythonscript/_godot_script.pxi b/pythonscript/_pandemonium_script.pxi similarity index 100% rename from pythonscript/_godot_script.pxi rename to pythonscript/_pandemonium_script.pxi diff --git a/pythonscript/godot/SConscript b/pythonscript/pandemonium/SConscript similarity index 100% rename from pythonscript/godot/SConscript rename to pythonscript/pandemonium/SConscript diff --git a/pythonscript/godot/__init__.py b/pythonscript/pandemonium/__init__.py similarity index 100% rename from pythonscript/godot/__init__.py rename to pythonscript/pandemonium/__init__.py diff --git a/pythonscript/godot/_hazmat/SConscript b/pythonscript/pandemonium/_hazmat/SConscript similarity index 100% rename from pythonscript/godot/_hazmat/SConscript rename to pythonscript/pandemonium/_hazmat/SConscript diff --git a/pythonscript/godot/_hazmat/__init__.py b/pythonscript/pandemonium/_hazmat/__init__.py similarity index 100% rename from pythonscript/godot/_hazmat/__init__.py rename to pythonscript/pandemonium/_hazmat/__init__.py diff --git a/pythonscript/godot/_hazmat/conversion.pxd b/pythonscript/pandemonium/_hazmat/conversion.pxd similarity index 100% rename from pythonscript/godot/_hazmat/conversion.pxd rename to pythonscript/pandemonium/_hazmat/conversion.pxd diff --git a/pythonscript/godot/_hazmat/conversion.pyx b/pythonscript/pandemonium/_hazmat/conversion.pyx similarity index 100% rename from pythonscript/godot/_hazmat/conversion.pyx rename to pythonscript/pandemonium/_hazmat/conversion.pyx diff --git a/pythonscript/godot/_hazmat/gdapi.pxd b/pythonscript/pandemonium/_hazmat/gdapi.pxd similarity index 100% rename from pythonscript/godot/_hazmat/gdapi.pxd rename to pythonscript/pandemonium/_hazmat/gdapi.pxd diff --git a/pythonscript/godot/_hazmat/internal.pxd b/pythonscript/pandemonium/_hazmat/internal.pxd similarity index 100% rename from pythonscript/godot/_hazmat/internal.pxd rename to pythonscript/pandemonium/_hazmat/internal.pxd diff --git a/pythonscript/godot/_hazmat/internal.pyx b/pythonscript/pandemonium/_hazmat/internal.pyx similarity index 100% rename from pythonscript/godot/_hazmat/internal.pyx rename to pythonscript/pandemonium/_hazmat/internal.pyx diff --git a/pythonscript/godot/_version.py b/pythonscript/pandemonium/_version.py similarity index 100% rename from pythonscript/godot/_version.py rename to pythonscript/pandemonium/_version.py diff --git a/pythonscript/godot/globals.py b/pythonscript/pandemonium/globals.py similarity index 100% rename from pythonscript/godot/globals.py rename to pythonscript/pandemonium/globals.py diff --git a/pythonscript/godot/hazmat.pxd b/pythonscript/pandemonium/hazmat.pxd similarity index 100% rename from pythonscript/godot/hazmat.pxd rename to pythonscript/pandemonium/hazmat.pxd diff --git a/pythonscript/godot/tags.pyx b/pythonscript/pandemonium/tags.pyx similarity index 100% rename from pythonscript/godot/tags.pyx rename to pythonscript/pandemonium/tags.pyx diff --git a/tests/bindings/project.godot b/tests/bindings/project.pandemonium similarity index 100% rename from tests/bindings/project.godot rename to tests/bindings/project.pandemonium diff --git a/tests/global_constants/project.godot b/tests/global_constants/project.pandemonium similarity index 100% rename from tests/global_constants/project.godot rename to tests/global_constants/project.pandemonium diff --git a/tests/helloworld/project.godot b/tests/helloworld/project.pandemonium similarity index 100% rename from tests/helloworld/project.godot rename to tests/helloworld/project.pandemonium diff --git a/tests/threading/project.godot b/tests/threading/project.pandemonium similarity index 100% rename from tests/threading/project.godot rename to tests/threading/project.pandemonium diff --git a/tests/work_with_gdscript/project.godot b/tests/work_with_gdscript/project.pandemonium similarity index 100% rename from tests/work_with_gdscript/project.godot rename to tests/work_with_gdscript/project.pandemonium