Skip to content

Commit b1e1808

Browse files
Replace usages of 'fCraft' in a few messages with 'ProCraft'
1 parent 6b5a7de commit b1e1808

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

ConfigGUI/DeleteRankPopup.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</resheader>
120120
<data name="lWarning.Text" xml:space="preserve">
121121
<value>To preserve compatibility with older files (player database, world/zone permissions,
122-
etc) it is recommended that you specify a substitute rank. This will allow fCraft to
122+
etc) it is recommended that you specify a substitute rank. This will allow ProCraft to
123123
convert all references to the "{0}" rank to the specified still-existing rank.</value>
124124
</data>
125125
</root>

ConfigGUI/KeywordPicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public sealed partial class KeywordPicker : Form {
1414
new KeywordInfo("{PLAYERS}", "Number of players online", "Note that hidden players will not be included in this number." ),
1515
new KeywordInfo("{WORLDS}", "Number of worlds", "Number of worlds accessible by the player. Does not count hidden worlds." ),
1616
new KeywordInfo("{MOTD}", "MOTD", "Message-of-the-day (server subtitle), as specified in config." ),
17-
new KeywordInfo("{VERSION}", "ProCraft version", "Version of fCraft that this server is running." ),
17+
new KeywordInfo("{VERSION}", "ProCraft version", "Version of ProCraft that this server is running." ),
1818
new KeywordInfo("{PLAYER_LIST}", "Player list", "List of names of all online players that this player can see, including prefixes and colors (if applicable)." )
1919
};
2020

ServerCLI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void Main( string[] args ) {
7474
Console.CancelKeyPress += OnCancelKeyPress;
7575

7676
if( Server.StartServer() ) {
77-
Console.WriteLine( "** Running fCraft version {0}. **", Updater.CurrentRelease.VersionString );
77+
Console.WriteLine( "** Running ProCraft version {0}. **", Updater.CurrentRelease.VersionString );
7878
Console.WriteLine( "** Server is now ready. Type /Shutdown to exit safely. **" );
7979

8080
while( !Server.IsShuttingDown ) {

ServerCLI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
99
[assembly: AssemblyTitle( "ProCraft ServerCLI" )]
10-
[assembly: AssemblyDescription( "Command-line frontend for fCraft server" )]
10+
[assembly: AssemblyDescription( "Command-line frontend for ProCraft server" )]
1111
[assembly: AssemblyConfiguration( "" )]
1212
[assembly: AssemblyCompany("123DMWM.tk")]
1313
[assembly: AssemblyProduct( "ProCraft ServerCLI" )]

ServerGUI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
99
[assembly: AssemblyTitle( "ProCraft ServerGUI" )]
10-
[assembly: AssemblyDescription( "Graphical frontend for fCraft server" )]
10+
[assembly: AssemblyDescription( "Graphical frontend for ProCraft server" )]
1111
[assembly: AssemblyConfiguration( "" )]
1212
[assembly: AssemblyCompany("123DMWM.tk")]
1313
[assembly: AssemblyProduct( "ProCraft ServerGUI" )]

fCraft/System/ConfigKey.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ who already know the server port/address or URL. Note that the URL
5959

6060

6161
[IntKey( ConfigSection.General, 25565,
62-
@"Port number on your local machine that fCraft uses to listen for
62+
@"Port number on your local machine that ProCraft uses to listen for
6363
incoming connections. If you are behind a router, you may need
6464
to set up port forwarding. You may also need to add a firewall
6565
exception for ServerGUI/ServerCLI/ConfigGUI. Note that your
@@ -306,7 +306,7 @@ This setting can be overridden on a per-world basis.
306306
DefaultBackupInterval,
307307

308308
[IntKey( ConfigSection.SavingAndBackup, 0,
309-
@"Maximum number of backup files that fCraft should keep.
309+
@"Maximum number of backup files that ProCraft should keep.
310310
If exceeded, oldest backups will be deleted first.",
311311
MinValue = 0 )]
312312
MaxBackups,
@@ -348,7 +348,7 @@ Note that encrypted IRC (via SSL) is not supported." )]
348348
IRCBotEnabled,
349349

350350
[StringKey( ConfigSection.IRC, "MinecraftBot",
351-
@"IRC bot's nickname. If the nickname is taken, fCraft will append
351+
@"IRC bot's nickname. If the nickname is taken, ProCraft will append
352352
an underscore (_) to the name and retry.",
353353
MinLength = 1, MaxLength = 32 )]
354354
IRCBotNick,
@@ -487,8 +487,8 @@ It is recommended to leave this at 1 unless you are having specific issues
487487
NoPartialPositionUpdates,
488488

489489
[EnumKey( ConfigSection.Advanced, ProcessPriorityClass.Normal,
490-
@"It is recommended to leave fCraft at default priority.
491-
Setting this below ""Normal"" may starve fCraft of resources.
490+
@"It is recommended to leave ProCraft at default priority.
491+
Setting this below ""Normal"" may starve ProCraft of resources.
492492
Setting this above ""Normal"" may slow down other software on your machine." )]
493493
ProcessPriority,
494494

@@ -501,7 +501,7 @@ drawing commands (like cuboid).",
501501
BlockUpdateThrottling,
502502

503503
[IntKey( ConfigSection.Advanced, 100,
504-
@"The rate at which fCraft applies block updates, in milliseconds. Lowering this will slightly
504+
@"The rate at which ProCraft applies block updates, in milliseconds. Lowering this will slightly
505505
reduce bandwidth and CPU use, but will add latency to block placement.",
506506
MinValue = 10, MaxValue = 10000 )]
507507
TickInterval,
@@ -549,7 +549,7 @@ limit also depends on rank draw limits. Saving undo information
549549
[IPKey( ConfigSection.Advanced, IPKeyAttribute.BlankValueMeaning.Any,
550550
@"If the machine has more than one available IP address (for example
551551
if you have more than one NIC) you can use this setting to make
552-
fCraft bind to the same IP every time." )]
552+
ProCraft bind to the same IP every time." )]
553553
IP,
554554

555555
[EnumKey( ConfigSection.Advanced, fCraft.BandwidthUseMode.Normal,

fCraft/System/Logger.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ static bool CheckForCommonErrors( [CanBeNull] Exception ex ) {
227227

228228
} else if( ex is UnauthorizedAccessException ) {
229229
message = "ProCraft was blocked from accessing a file or resource. " +
230-
"Make sure that correct permissions are set for the fCraft files, folders, and processes.";
230+
"Make sure that correct permissions are set for the ProCraft files, folders, and processes.";
231231
return true;
232232

233233
} else if( ex is OutOfMemoryException ) {
@@ -239,12 +239,12 @@ static bool CheckForCommonErrors( [CanBeNull] Exception ex ) {
239239
return true;
240240

241241
} else if( ex is InvalidOperationException && ex.StackTrace.Contains( "MD5CryptoServiceProvider" ) ) {
242-
message = "Some Windows settings are preventing fCraft from doing player name verification. " +
242+
message = "Some Windows settings are preventing ProCraft from doing player name verification. " +
243243
"See http://support.microsoft.com/kb/811833";
244244
return true;
245245

246246
} else if( ex.StackTrace.Contains( "__Error.WinIOError" ) ) {
247-
message = "A filesystem-related error has occurred. Make sure that only one instance of fCraft is running, " +
247+
message = "A filesystem-related error has occurred. Make sure that only one instance of ProCraft is running, " +
248248
"and that no other processes are using server's files or directories.";
249249
return true;
250250

fCraft/System/Server.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ public static void BackupData() {
10511051
string backupFileName = String.Format( Paths.DataBackupFileNameFormat, DateTime.Now ); // localized
10521052
backupFileName = Path.Combine( Paths.DataBackupDirectory, backupFileName );
10531053
using( FileStream fs = File.Create( backupFileName ) ) {
1054-
string fileComment = String.Format( "Backup of fCraft data for server \"{0}\", saved on {1}",
1054+
string fileComment = String.Format( "Backup of ProCraft data for server \"{0}\", saved on {1}",
10551055
ConfigKey.ServerName.GetString(),
10561056
DateTime.Now );
10571057
using( ZipStorer backupZip = ZipStorer.Create( fs, fileComment ) ) {

0 commit comments

Comments
 (0)