From 629f00e288a724ea61413d791cb999b4cf079f36 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 23 Jul 2018 22:48:13 -0400 Subject: [PATCH] more doc/comment changes --- Announcers/instructions.txt | 2 +- README.md | 4 +++- Themes/_fallback/BGAnimations/ScreenSystemLayer error.lua | 2 +- Themes/_fallback/metrics.ini | 2 +- stepmania.desktop | 8 ++++---- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Announcers/instructions.txt b/Announcers/instructions.txt index d580481e3f..fb01a193a5 100644 --- a/Announcers/instructions.txt +++ b/Announcers/instructions.txt @@ -1,7 +1,7 @@ Place announcer folders in this directory. [Announcer format] -StepMania's announcers look for certain names. These can either be a single sound, +Etterna's announcers look for certain names. These can either be a single sound, or a folder containing many sounds (of which one is picked at random). [Announcer calls] diff --git a/README.md b/README.md index cd885ec7ab..860f40edbb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Etterna is an advanced cross-platform rhythm game focused on keyboard play. For those that do not wish to compile the game on their own and use a binary right away, be aware of the following issues: * Windows users are expected to have installed the [Microsoft Visual C++ x86 Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145) prior to running the game. For those on a 64-bit operating system, grab the x64 redistributable as well. [DirectX End-User Runtimes (June 2010)](http://www.microsoft.com/en-us/download/details.aspx?id=8109) is also required. Windows 7 is the minimum supported version. -* macOS users need to have macOS 10.6.8 or higher to run StepMania. +* macOS users need to have macOS 10.6.8 or higher to run Etterna. * Linux users should receive all they need from the package manager of their choice. ### From Source @@ -50,3 +50,5 @@ For specific information/legalese: * All of the our source code is under the [MIT license](http://opensource.org/licenses/MIT). * Any songs that are included within this repository are under the [Creative Commons license](https://creativecommons.org/). * The [MAD library](http://www.underbit.com/products/mad/) and [FFmpeg codecs](https://www.ffmpeg.org/) when built with our code use the [GPL license](http://www.gnu.org). + +Etterna began as a fork of https://github.com/stepmania/stepmania \ No newline at end of file diff --git a/Themes/_fallback/BGAnimations/ScreenSystemLayer error.lua b/Themes/_fallback/BGAnimations/ScreenSystemLayer error.lua index 6772731280..0b98d2f6dc 100644 --- a/Themes/_fallback/BGAnimations/ScreenSystemLayer error.lua +++ b/Themes/_fallback/BGAnimations/ScreenSystemLayer error.lua @@ -1,5 +1,5 @@ -- If you are a common themer, DO NOT INCLUDE THIS FILE IN YOUR THEME. --- This layer is purely for error reporting, so that you can see errors on screen easily while running stepmania. +-- This layer is purely for error reporting, so that you can see errors on screen easily while running Etterna. -- If you include this file in your theme, you will not benefit from any improvements in error reporting. -- If you want to adjust how long errors stay on screen for, call the "SetErrorMessageTime" function. (see usage notes in comments above that function) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 917b04c13e..50eee16cbd 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -3216,7 +3216,7 @@ PrepareScreen= [ScreenExit] # Midiman: # Fun fact, if you don't enable this screen, Force Crashing will hang -# StepMania, and leave it there to eat up time. +# Etterna, and leave it there to eat up time. Class="ScreenExit" Fallback="ScreenWithMenuElements" AllowOperatorMenuButton=false diff --git a/stepmania.desktop b/stepmania.desktop index 4e3fb8ee74..5eb72b576d 100644 --- a/stepmania.desktop +++ b/stepmania.desktop @@ -1,12 +1,12 @@ [Desktop Entry] Encoding=UTF-8 -Name=StepMania +Name=Etterna GenericName=Rhythm and dance game -TryExec=stepmania -Exec=stepmania +TryExec=Etterna +Exec=Etterna Terminal=false -Icon=stepmania-ssc +Icon=Etterna Type=Application Categories=Application;Game;ArcadeGame Comment=A cross-platform rhythm video game.