Skip to content

Commit

Permalink
Change all instances of Lily to Melody (Astrabit-ST#138)
Browse files Browse the repository at this point in the history
* Change all instances of Lily to Melody

* Fix steam url

* Use my middle name where my full name is mentioned

* Add white-axe
  • Loading branch information
melody-rs authored and MolassesLover committed Jul 23, 2024
1 parent e15af37 commit fc343a1
Show file tree
Hide file tree
Showing 185 changed files with 188 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"licenser.license": "Custom",
"licenser.author": "Lily Lyons",
"licenser.author": "Melody Madeline Lyons",
"licenser.projectName": "Luminol",
"licenser.customHeaderFile": "${workspaceFolder}/.vscode/header.txt",
"licenser.disableAutoHeaderInsertion": false,
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ missing_safety_doc = "warn"
[workspace.package]
version = "0.4.0"
authors = [
"Lily Lyons <[email protected]>",
"Melody Madeline Lyons <[email protected]>",
"Hao Liu <[email protected]>",
"Egor Poleshko <[email protected]>",
]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Luminol *may* use `Lua` for plugins in the future. It is something I am actively
Luminol is compatible only with **RGSS1** for now. RGSS2 & 3 use different tileset formats which Luminol does not support (yet).
There are plans to support them in the future, though.

~~Lily (Luminol's main contributor) does not have a copy of VX or VX Ace yet, so until then Luminol is focused on RGSS1. If you want, [you can buy her a copy](https://steamcommunity.com/id/lily-panpan/).~~
~~Melody (Luminol's main contributor) does not have a copy of VX or VX Ace yet, so until then Luminol is focused on RGSS1. If you want, [you can buy her a copy](https://steamcommunity.com/id/melody-rs/).~~

Scratch that, thank you to [bobhostern?](https://steamcommunity.com/id/bobhostern/) for buying Lily VX Ace.
Scratch that, thank you to [bobhostern?](https://steamcommunity.com/id/bobhostern/) for buying Melody VX Ace.

Luminol, however will have compatibility modes for various RGSS1 compatible runtimes, usually enabling extra features.

Expand Down
2 changes: 1 addition & 1 deletion assets/js/compat-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
4 changes: 2 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand All @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with Luminol. If not, see <http://www.gnu.org/licenses/>.

window.restartLuminol = async function() {
window.restartLuminol = async function () {
// We need to reload luminol.js every time by invalidating the cache,
// otherwise it'll just reload the same WebAssembly module every time
// instead of reinstantiating it
Expand Down
2 changes: 1 addition & 1 deletion assets/js/worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/audio/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/audio/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/audio/src/midi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/audio/src/wrapper.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/collapsing_view.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/command_view/command_ui.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/command_view/macros.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/command_view/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/command_view/parameter_ui.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/command_view/ui.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/database_view.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/filesystem_view.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/id_vec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/map_view.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/sound_tab.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/syntax_highlighting.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/tilepicker.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/components/src/ui_ext.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/config/src/command_db.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/config/src/global.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/config/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/config/src/project.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/config/src/terminal/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2024 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/config/src/terminal/theme.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2024 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/data_cache.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/modal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/project_manager.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/tab.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/toasts.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/window.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/id_alox.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/id_serde.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/id_vec_alox.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/id_vec_serde.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/nil_padded_alox.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022 Lily Lyons
// Copyright (C) 2022 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/nil_padded_serde.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022 Lily Lyons
// Copyright (C) 2022 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/optional_id_alox.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/optional_id_serde.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/optional_path_alox.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/optional_path_serde.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/helpers/parameter_type.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/option_vec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/actor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/animation.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/armor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/class.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/enemy.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/item.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/map.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/skill.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/state.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
2 changes: 1 addition & 1 deletion crates/data/src/rmxp/system.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Lily Lyons
// Copyright (C) 2024 Melody Madeline Lyons
//
// This file is part of Luminol.
//
Expand Down
Loading

0 comments on commit fc343a1

Please sign in to comment.